Treated Wood Ladder recipe now based on mod ingredients.

This commit is contained in:
stfwi 2020-11-15 13:37:35 +01:00
parent c7e4037989
commit d179a2c92a
3 changed files with 27 additions and 26 deletions

View file

@ -1,30 +1,6 @@
{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"type": "engineersdecor:optional",
"result": "engineersdecor:treated_wood_ladder",
"required": ["#forge:rods/treated_wood"]
}
],
"recipe": {
"type": "minecraft:crafting_shaped",
"pattern": [
"S S",
"SSS",
"S S"
],
"key": {
"S": { "tag": "forge:rods/treated_wood"}
},
"result": {
"item": "engineersdecor:treated_wood_ladder",
"count": 3
}
}
},
{
"conditions": [
{
@ -48,6 +24,30 @@
"count": 6
}
}
},
{
"conditions": [
{
"type": "engineersdecor:optional",
"result": "engineersdecor:treated_wood_ladder",
"required": ["minecraft:ladder"]
}
],
"recipe": {
"type": "minecraft:crafting_shaped",
"pattern": [
"S S",
"SSS",
"S S"
],
"key": {
"S": { "item": "minecraft:ladder"}
},
"result": {
"item": "engineersdecor:treated_wood_ladder",
"count": 7
}
}
}
]
}