Reworked oredict storage bus

have a recipe now
expression matcher and validator from GTCEU by brachy84
This commit is contained in:
PrototypeTrousers
2022-01-20 22:43:18 -03:00
parent df28a5520f
commit a14d160a07
8 changed files with 635 additions and 224 deletions
@@ -0,0 +1,36 @@
{
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "appliedenergistics2:part_exists",
"part": "part.storage_bus"
},
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:interface"
}
]
}
],
"result": {
"type": "appliedenergistics2:part",
"part": "part.oredict_storage_bus"
},
"type": "appliedenergistics2:part_shapeless",
"ingredients": [
{
"item": "minecraft:sticky_piston"
},
{
"item": "#appliedenergistics2:interface"
},
{
"item": "minecraft:piston"
},
{
"item": "minecraft:book"
}
]
}
@@ -0,0 +1,31 @@
{
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "appliedenergistics2:part_exists",
"part": "part.storage_bus"
},
{
"type": "minecraft:item_exists",
"item": "appliedenergistics2:interface"
}
]
}
],
"result": {
"type": "appliedenergistics2:part",
"part": "part.oredict_storage_bus"
},
"type": "appliedenergistics2:part_shapeless",
"ingredients": [
{
"type": "appliedenergistics2:part",
"part": "part.storage_bus"
},
{
"item": "minecraft:book"
}
]
}