Stormwind99 / FoodFunk

Minecraft mod: What is that funky smell in my backpack? Food spoils over time unless preserved. Configure any item to rot, any container to preserve items.
https://minecraft.curseforge.com/projects/food-funk
GNU Lesser General Public License v3.0
10 stars 8 forks source link

[1.12.2]Ancient Warfare 2 Incompatability #77

Open TRLWeiss opened 3 years ago

TRLWeiss commented 3 years ago

All the item rottable contained in the warehouse of the Ancient Warfare 2 can not be used after installing this mod.

Steps to reproduce the behavior:

  1. play minecraft with the Ancient Warfare 2 and add some food in the warehouse
  2. install the FoodFunk Mod
  3. open the warehouse
  4. if you want to use rottable item you will find it impossble
  5. All rottable item you added to the warehouse before installing foodfunk will not calculate its rotten time.

I expect rottable item can be used

Logs: java.lang.Exception: Stack trace at java.lang.Thread.dumpStack(Unknown Source) at com.wildex999.tickdynamic.listinject.ListManager.remove(ListManager.java:374) at com.wildex999.tickdynamic.listinject.ListManagerEntities.remove(ListManagerEntities.java:57) at com.wildex999.tickdynamic.listinject.ListManagerEntities.remove(ListManagerEntities.java:9) at net.minecraft.world.World.func_72939_s(World.java:2060) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:742) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:909) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:472) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:776) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630) at java.lang.Thread.run(Unknown Source)