Minecraft crashing on startup
Juff-Ma opened this issue ยท 9 comments
General Information
Describe the bug:
Minecraft is crashing on startup
To Reproduce:
- load theese mods
- startup
Expected behavior:
Minecraft starts
Environment Versions
Mystic Mods Versions
- MysticalLib: 1.12.2-1.13.0
- Roots: 1.12.2-3.1.4
Other Versions:
- Other mods you think could cause issues: requiem/dissolution
- Forge: 14.23.5.2860
- Minecraft: 1.12.2
- Modpack (if available): (modpack in testing (want to release))
Logging Information
Crash Report: https://pastebin.com/NKaRzqZj
seems to be dublicate of #769
I was about to say Dissolution shouldn't be the cause, but then I realized I haven't tried them together before- I've used both mods before but in separate packs.
So it looks like something in the default Summon Creatures recipe for husk
is being replaced/registry-replaced in such a way that's causing this crash.
The default recipe is: addSummonCreatureEntry("husk", EntityHusk.class, Ingredient.fromItem(Item.getItemFromBlock(Blocks.CACTUS)), Ingredient.fromItem(Item.getItemFromBlock(Blocks.DEADBUSH)), Ingredient.fromStacks(new ItemStack(Item.getItemFromBlock(Blocks.SANDSTONE), 1, BlockSandStone.EnumType.CHISELED.getMetadata())));
My recommendation would be to use CraftTweaker to change the recipe for the husk to something different. Unfortunately, the CraftTweaker docs website is down due to Jared's maven having issues.
In the meantime, you can see the current docs on GitHub (without formatting), which has examples for the Summon Creatures recipes: https://github.com/MysticMods/Roots/blob/release/3.1.5/docs/zs/summoncreatures.md
What I wanted to do was change the code I then would have recompile it (I have some modding experience)
addition: here i really don't see anything but that the field "speed" is private so in first place i don't understand why you can set it (because without extra mods it's running)
fixed it by changing the chiseled sandstone to a normal one.
next problem:
crash report: https://pastebin.com/ypcqRmG1
Hello, I am having a similar issue, however using CraftTweaker to remove the recipe doesn't work, as the phase in which the crash occurs is before CraftTweaker scripts run. Below is the link to my crash report.