Changed grout recipe

* Grout now requires iron nuggets instead of gravel, requiring more exploration before players can make a forge
This commit is contained in:
Sergeant Acoustic 2025-08-24 03:02:53 +01:00
parent a89998047f
commit 5bdaeab6e8
4 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
{"item": "minecraft:magma_cream"},
[{"item": "minecraft:soul_sand"}, {"item": "minecraft:soul_soil"}],
{"item": "minecraft:iron_nugget"}
],
"result": {
"count": 2,
"item": "tconstruct:nether_grout"
}
}

View file

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
{"item": "minecraft:magma_block"}, [{"item": "minecraft:soul_sand"}, {"item": "minecraft:soul_soil"}], [{"item": "minecraft:soul_sand"}, {"item": "minecraft:soul_soil"}],
[{"item": "minecraft:soul_sand"}, {"item": "minecraft:soul_soil"}], [{"item": "minecraft:soul_sand"}, {"item": "minecraft:soul_soil"}], {"item": "minecraft:iron_nugget"},
{"item": "minecraft:iron_nugget"}, {"item": "minecraft:iron_nugget"}, {"item": "minecraft:iron_nugget"}
],
"result": {
"count": 8,
"item": "tconstruct:nether_grout"
}
}

View file

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
{"item": "minecraft:clay_ball"},
{"tag": "minecraft:sand"},
{"item": "minecraft:iron_nugget"}
],
"result": {
"count": 2,
"item": "tconstruct:grout"
}
}

View file

@ -0,0 +1,19 @@
{
"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"
}
}