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:
parent
a89998047f
commit
5bdaeab6e8
13
data/tconstruct/recipes/smeltery/scorched/nether_grout.json
Normal file
13
data/tconstruct/recipes/smeltery/scorched/nether_grout.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
13
data/tconstruct/recipes/smeltery/seared/grout.json
Normal file
13
data/tconstruct/recipes/smeltery/seared/grout.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
19
data/tconstruct/recipes/smeltery/seared/grout_multiple.json
Normal file
19
data/tconstruct/recipes/smeltery/seared/grout_multiple.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue