mc_rebalance_datapack/data/tconstruct/recipes/smeltery/seared/grout_multiple.json

20 lines
472 B
JSON
Raw Permalink Normal View History

2025-08-28 18:43:46 +00:00
{
"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"
}
}