Emily Smirle
Emily Smirle
It seems related to trying to update the Tinkers book, likely a naming collision with conarm?
This issue seems to be resolved in 1.4.2.29.3 (for me anyways)
What would be the intent of chicken manure then? Only as a crafting ingredient for manure blocks and fertilizer?
Definitely really like the concept. I've been looking for a good roofing tile for some time.
I'm having the same issue, I've traced it to a conflict of some kind with Immersive Engineering (If I uninstall IE, it works). It seems to choke when Mighty Architect...
I created an issue in IE at https://github.com/BluSunrize/ImmersiveEngineering/issues/4914 because it seems related there.
This happens with other mod added buckets (e.g. [Grim Pack](https://mods.curse.com/mc-mods/minecraft/245062-grim-pack))
Support for the in-game config GUI would be awesome, even if I have to exit my world to make changes to stuff like the diminishing returns formula. Because of my...
To continue the use example, something that has a $good+$bad=5 (the maximum) could be exempt from stacking penalties, while _Deep fried zombie pigman bacon surprise with sticky toffee_, which is...
Another way to do this (probably simpler) would be to just query if something belongs to a given group. Instead of asking for a $good count, I can do (IS("veggie")+IS("fruit")+IS("protein")+IS("dairy")+IS("grain"))...