Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/30/21 in all areas

  1. So, here is a good (commented) guide on nbt structure generation: https://github.com/TelepathicGrunt/StructureTutorialMod Here we have some other examples (uncommented) of structures loading from nbt data files: https://github.com/Beethoven92/BetterEndForge/tree/master/src/main/java/mod/beethoven92/betterendforge/common And last but not least, vanilla has a lot of examples regarding structures that are loaded from nbt and placed into the world. You can try looking at the Igloo, which is one of the simplest. Those are all good places to start learning about nbt structures. Come back if you have questions or if you did not understand something
    1 point
  2. You need to call super.tick() in your tick method as it is where it updates its motion/position.
    1 point
×
×
  • Create New...

Important Information

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