[Bug]: Empty Tag for Sand Recipes
Aprucot opened this issue ยท 4 comments
Minecraft Version
1.19
BYG Version
1.19-2.0.0.4
Terrablender Version
1.19-2.0.0.112
Mod Loader
Forge
Mod Loader Version
41.0.38
Bug Severity
Minor
What happened?
When trying to craft the modded sandstones from sands using the standard 2x2 square in your crafting table no result is given.
The first time I ran this test I had the jei mod installed and it said that there was an "empty tag" in the crafting recipes. I then created a new profile with just byg and terrablender and the crafting recipes still showed nothing. I tried this with all the modded sands provided by byg, none of them worked.
latest.log
Did you isolate BYG?
I tried BYG alone
You need to open the /data/byg/recipes folder (inside the mod file) and search for white_sandstone.json file.
replace {"tag":"c:white_sand"} with {"tag":"byg:white_sand"}
Do this in the other color files inside recipes folder (like purple_sandstone or blue_sandstone)
Don't forget to save before closing.
Fixed in: #1016