mc_rebalance/data/tconstruct/recipes/smeltery/seared/grout_multiple.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

20 lines
472 B
JSON

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