Carpet TIS Addition

Carpet TIS Addition

519k Downloads

Server crash

srnyx opened this issue ยท 6 comments

commented

Server crashes when using the latest version of Carpet TIS Addition and regular Carpet on 1.16.5.
https://pastebin.com/wHLt95r6

Downgrading to an earlier Carpet TIS Addition fixed it and the server didn't crash.

commented

Please upload the full server log or show what mods u have installed, since it works fine for me with only carpet mods

commented

Please upload the full server log or show what mods u have installed, since it works fine for me with only carpet mods

Log (it stops right before the crash error thing): https://pastebin.com/FBkCY74h
Mods (may not be all of them as I'm using /mods, a command from another mod [if there is another way to get a list of the mods, let me know]): https://pastebin.com/jQ212h6v

commented

Man that's tons of mods, I will suggested u to figure out which mod that causes the conflict

Temporary fix: edit carpet-tis-addition.mixins.json in the .jar and remove the line rule.creativeOpenContainerForcibly.ChestBlockMixin, which will disable the funtionality of rule creativeOpenContainerForcibly for chest

commented

Man that's tons of mods, I will suggested u to figure out which mod that causes the conflict

Temporary fix: edit carpet-tis-addition.mixins.json in the .jar and remove the line rule.creativeOpenContainerForcibly.ChestBlockMixin, which will disable the funtionality of rule creativeOpenContainerForcibly for chest

If it's something with chests, I have ExpandedStorage and InventorySorter installed.

commented

If it's something with chests, I have ExpandedStorage and InventorySorter installed.

Try minimize the amount of mods that can cause the crash

commented

Ok i found an issue... yarn doesn't like the method net.minecraft.block.ChestBlock#getBlockEntitySource and doesn't provide a intermediary mapping for this method at dedicated server run time, so the injection failed