Parsing error loading recipe supertools:platinum_sickle
serpi90 opened this issue ยท 6 comments
Describe the bug
Error when loading the mod:
Versions
Forge version: forge-1.15.1-30.0.19
Supertools version: 1.0b_1.15.1
To Reproduce
Steps to reproduce the behavior:
- Start the server
- See the log
- find this: ```text/plain
[Server thread/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe supertools:platinum_sickle
com.google.gson.JsonSyntaxException: Unknown item 'simplyplatinum:platinum_ingot'
**Expected behavior**
Either the recipe should load, and a dependency mod is required, or the recipe is invalid.
**Additional context**
The mod still works, but this should not happen.
It happens, as the platinum sickle is a addon for the mod "Simple Platinum". Super Tools does not have a platinum ingot on its own.
Is it possible to add any check before loading recipes that has missing dependencies from supported mods?
Getting a big red error on every load is not the nicest thing in the world.
Going to look into it. Easiest might be to make two versions or for you just to remove the recipe.
If it's easy to remove, then I'm all in on that :)
Anything I can easily do without too much minecraft mod experience?
You open the .jar with Winrar or 7zip, go into the data folder then into the recipes folder and then remove the "platinum_sickle.json" file.