1.12: Added missing standalone recipes.
This commit is contained in:
parent
73427832a4
commit
ad837bbf27
7 changed files with 95 additions and 3 deletions
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:passive_fluid_accumulator",
|
||||
"required": ["engineersdecor:straight_pipe_valve"],
|
||||
"missing": ["immersiveengineering:fluid_pipe", "immersiveengineering:mechanical_component"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SPS",
|
||||
"P P",
|
||||
"SPS"
|
||||
],
|
||||
"key": {
|
||||
"P": { "item": "engineersdecor:straight_pipe_valve", "data": 0 },
|
||||
"S": { "item": "minecraft:iron_ingot", "data": 0 }
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:passive_fluid_accumulator",
|
||||
"count": 1
|
||||
}
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:small_waste_incinerator",
|
||||
"missing": ["immersiveengineering:material"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"HPP",
|
||||
"PHP",
|
||||
"PLP"
|
||||
],
|
||||
"key": {
|
||||
"H": { "item": "minecraft:hopper", "data": 0 },
|
||||
"P": { "item": "minecraft:iron_ingot", "data": 0 },
|
||||
"L": { "item": "minecraft:lava_bucket", "data": 0 }
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:small_waste_incinerator",
|
||||
"count": 1
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:straight_pipe_valve",
|
||||
"required": ["engineersdecor:thick_steel_pole"],
|
||||
"missing": ["immersiveengineering:fluid_pipe", "immersiveengineering:mechanical_component"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PIP"
|
||||
],
|
||||
"key": {
|
||||
"P": { "item": "engineersdecor:thick_steel_pole", "data": 0 },
|
||||
"I": { "item": "minecraft:iron_ingot", "data": 0 }
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:straight_pipe_valve",
|
||||
"count": 1
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:straight_pipe_valve",
|
||||
"required": ["engineersdecor:straight_pipe_valve"],
|
||||
"missing": ["immersiveengineering:redstone_connector"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "engineersdecor:straight_pipe_valve", "data": 0 },
|
||||
{ "item": "minecraft:repeater", "data": 0 }
|
||||
],
|
||||
"result": {
|
||||
"item": "engineersdecor:straight_pipe_valve_redstone",
|
||||
"count": 1
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue