Black Sandstone recipe broken/missing
StrangeTaniwha opened this issue ยท 5 comments
Minecraft Version
1.19
BYG Version
2.0.0.7
Terrablender Version
2.0.0.117
Mod Loader
Forge
Mod Loader Version
41.0.100
Bug Severity
Minor
What happened?
The recipe for black sandstone seems to be broken, in-game and in Just Enough Items. Where I'm assuming black sand is supposed to be, it's replaced with a barrier block that's labeled "Error Tag c:black_sand"
Mod List (if needed, I'm not sure)
latest.log
N/A
Did you isolate BYG?
I did not try BYG alone
I've tried BYG by itself and can confirm that all colors of Sandstone have a similar broken recipe.
BYG: 1.19.2-2.0.0.11
Terrablender: 1.19.2-2.0.1.127
Windswept sandstone (every block type) also has no recipes at all.
Works for me on latest along with all the other sands.
2022-10-09.23-20-13_Trim.mp4
You need to open the /data/byg/recipes folder (inside the mod file) and search for black_sandstone.json file.
replace {"tag":"c:black_sand"} with {"tag":"byg:black_sand"}
Do this in the other color files inside recipes folder (like purple_sandstone or blue_sandstone)
Don't forget to save before closing.