`silentgear:flax_seeds` misspelled as `silentgear:flaxseeds` in crop recipe
FreeFull opened this issue ยท 2 comments
Versions
- Silent Gear: 2.3.7
- Silent's Gems: N/A
- Silent Lib: 4.9.0
- Forge: 35.1.0
- Minecraft: 1.16.4
- Modpack: N/A
- Optifine Installed: No
When loading a world with Silent Gear + Botany Pots (6.0.6) installed, the following error appears:
[20:44:31] [Render thread/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe silentgear:crops/flax
com.google.gson.JsonSyntaxException: Unknown item 'silentgear:flaxseeds'
Looking at src/main/resources/data/silentgear/recipes/crops/flax.json
, it indeed seems that it has silentgear:flaxseeds
instead of silentgear:flax_seeds
. Despite this, Botany Pots still seems to successfully pick up a recipe for flax anyway, so the error isn't observable without looking at Minecraft's logs.
The file still seems to have flaxseeds
on line 10. I also created the issue since I'm not sure if having the file is necessary, at all.