TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Crash loop when falling block lands on firepit

staridiot opened this issue ยท 1 comments

commented

Describe the bug
Happened on a server but from what I gathered a falling block landed on a fire pit and crashed the server. This lead to the server starting and crashing repeatedly. I had to deploy a backup to fix the constant crashing.

To Reproduce
Place fire pit, let something land on it. According to the person who owned the fire pit, there wasn't anything in it.

Meta Info

  • TFC Version: MC1.12.2-1.7.3.161
  • Forge Version: 14.23.5.2847
  • No other mods present
  • I did have TFC config settings destroyItems and destroyOres set to false, not sure if these play a role or not.

crash-report.log

commented

drops.add(ItemsTFC.WOOD_ASH.getDefaultInstance());

Item#getDefaultInstance is client only. >:(