Game crashes on load with latest Ender IO / Ender Core due to an Ender IO Fatal Recipe Error.
When the game is loading an ender io fatal recipe error occurs, attachted is a screenshot of what is displayed.
Bad File - recipes/machines.xml
Error Message - Could not find a crafting ingredient for 'enderio:block_omni_reservoir in
The game not to crash while loading and to load up fully to the main menu.
Log File attatched:
I'm experiencing the same issue with the latest version as well. Somebody on the EnderIO Discord server said to delete "machines.xml" in the EnderIO config recipes folder, but that didn't resolve the problem.
I saw that as well and tried deleting "machines.xml" so it regens the file and still causes the same crash.
Yeah, I'm guessing it's an error with the default recipe inside the file or something. I also tried to regenerate the entire recipes folder, which didn't change anything.
this problem seems to also appear in the modular version
Same there on Forge 2705
same here, Forge 2727
虏
changed blockGlass to blockGlassHardened as per b52src and that didnt work
Try adding this to the user recipe
<recipe name="Omni Reservoir" required="false" disabled="true">
<crafting>
<grid size="3x3">
<item name="blockGlass" /><item name="FUSED_QUARTZ" /><item name="blockGlass" />
<item name="blockGlass" /><item name="item:minecraft:cauldron" /><item name="blockGlass" />
<item name="blockGlass" /><item name="FUSED_QUARTZ" /><item name="blockGlass" />
</grid>
<output name="enderio:block_omni_reservoir" amount="4" />
</crafting>
</recipe>
If the game launches fine then try adding this recipe
```
@tyler489 adding either of these recipes to user_recipes.xml doesn't help
Adding the first one should have stoped it from crashing..
Nope, it still crash. (I hope I added it correct)

yeah the file keeps resetting to default
Does the error have something to do with the latest commit (https://github.com/SleepyTrousers/EnderIO/commit/97e9c05aaafeb675e7b72e7fb91af138949dfd39)?
same error
I have fixed this in the latest commit. It's uploading to curse now.
Fix is out on curse now. https://minecraft.curseforge.com/projects/ender-io/files/2579152
Most helpful comment
Fix is out on curse now. https://minecraft.curseforge.com/projects/ender-io/files/2579152