Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/03/20 in all areas

  1. Nevermind, i did not see any change to them earlier...anyway your problem is in the blockstate file..your pointing to a model which is inside a model/blocks folder, but your folder name is model/block
    1 point
  2. StringTextComponent is what you are looking for. If you are using eclipse, you can right click on types (such as ITextComponent) and select 'Open Type Hierarchy' to see all subtypes, which can be useful in cases such as this.
    1 point
  3. This: And this: Do essentially the same thing. Except that the former adds the methods to the Mod Event Bus and the latter to the Forge Event Bus and the two event methods you have aren't annotated with @SubscribeEvent, so the latter actually doesn't do anything at all. Your mod ID is tutorial. So why are you setting up dependencies for examplemod?
    1 point
  4. 1 point
  5. Your mod ID appears to be "grubinsect", but your mod assets sub folder name is "grub", they have to be the same name
    1 point
  6. ...then do it in the constructor? Your Shapes field isn't static, but defined in the constructor, so do the same with your age property.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.