Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/13/20 in all areas

  1. You are not supposed to access the World in readFromNBT. The world is can be uninitialized at that time. Like the name suggests, you should only read data from NBT during that time. If you want to get another tile entity during initialization, you can make it a lazy value and initialize (when first used/first tick in world depending on how you want to use it) based on the BlockPos (which is read from NBT).
    1 point
  2. 1 point
  3. Just tried that, and it worked. Thank you!!
    1 point
  4. Thanks for the amazing work, it was such a fast release!
    1 point
  5. Decompiling and changing a mod without the author's permission is against our "code of conduct", and is not encouraged. There is a public git repo of MorePlayerModels here, but it is for 1.10.2 and you're on your own to update it.
    1 point
×
×
  • Create New...

Important Information

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