Easy Villagers

Easy Villagers

31M Downloads

Crash when trying to make a create treefarm

hvdklauw opened this issue ยท 3 comments

commented

Bug description
Crash

Steps to reproduce the issue

  1. Do nothing with easy villagers, this was a flat test world here I wanted to try out a create tree farm
  2. Build a treefarm with deployers for placing trees
  3. Crash

Expected behavior
To not crash ;-)

Log files
crash-2021-01-08_09.28.15-server.txt

Versions

  • Minecraft version 1.16.4
  • Forge version 35.1.29
  • Mod version easy villagers: 1.16.4-1.1.17
  • Mod version create 1.16.3_v0.3c

Other mods
Yes there where other mods, it's Enigmatica 6 with Easy Villagers and Easy Piglins added, but I don't see any other mods in the stacktrace.

commented

This is an issue of create. Forge 35.1.16 added the parameter hitVec to the RightClickBlock event.
They create the event without initializing this parameter, causing a NullPointerException on my side:

https://github.com/Creators-of-Create/Create/blob/d383965618f96208cdb2d45b9ef8019e5e4087d0/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerHandler.java#L241-L243

This is the Forge commit introducing this change:

MinecraftForge/MinecraftForge@3388033#diff-50ca2780dfc202440f77264d8f0d5f086facff8a86e9167db5df78c79e9d5faf

I'm gonna create a fix for my mod, but you should definitely also report this to the create devs, as it could cause crashes with more mods.

commented

I'm gonna create a fix for my mod, but you should definitely also report this to the create devs, as it could cause crashes with more mods.

The same applies for computercraft

commented

crash-2021-01-08_09.47.32-server.txt
tried a computercraft treefarm instead, same result :(