* Grout now requires iron nuggets instead of gravel, requiring more exploration before players can make a forge
14 lines
267 B
JSON
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"
|
|
}
|
|
}
|