mc_rebalance_datapack/data/tconstruct/recipes/smeltery/seared/grout.json
2025-08-28 19:43:46 +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"
}
}