cweckerl / simplefarming

https://www.curseforge.com/minecraft/mc-mods/simple-farming
38 stars 37 forks source link

Crash on Joining World #44

Closed NielsPilgaard closed 4 years ago

NielsPilgaard commented 4 years ago

Forge Version 1.14.4-28.1.103 Mod list (optional)

Log file (optional) https://gist.github.com/NillerMedDild/6d90ab82b6fed0aad484c26729b7a695

Describe the issue Updating to SimpleFarming 1.2.4 results in a crash when joining a single player world.

The crash report doesn't point towards SimpleFarming, but the issue is resolved by downgrading to Simple Farming 1.2.2.

cweckerl commented 4 years ago

This looks like an odd interaction between simple farming and cooking for blockheads. I'll see what I can do.

cweckerl commented 4 years ago

After narrowing it down to a few mods, I think this crash is caused by craft tweaker, cooking for blockheads, and simple farming. I'm not too familiar with craft tweaker for 1.14, but are you using any scripts to add/change recipes with any of the simple farming or cfb blocks?

NielsPilgaard commented 4 years ago

D'oh, yes I do have one recipe that involves Simple Farming:

Output: <item:simplefarming:cornbread>
Inputs, Shapeless:  [<tag:simplefarming:grain>, <tag:forge:corn>, <tag:simplefarming:grain>]

Could the use of <tag:simplefarming:grain> be the culprit?

cweckerl commented 4 years ago

Yes! That tag was removed in the recent update and moved to forge:grain or forge:crops/wheat

Edit: corn was also moved to forge:crops/corn

NielsPilgaard commented 4 years ago

Ahh, I had no idea wrong tags could cause so much damage, thanks for your help!