mc_rebalance/data/tconstruct/recipes/smeltery/seared/grout.json
Sergeant Acoustic 5bdaeab6e8 Changed grout recipe
* Grout now requires iron nuggets instead of gravel, requiring more exploration before players can make a forge
2025-08-24 03:02:53 +01:00

14 lines
267 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
{"item": "minecraft:clay_ball"},
{"tag": "minecraft:sand"},
{"item": "minecraft:iron_nugget"}
],
"result": {
"count": 2,
"item": "tconstruct:grout"
}
}