mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
v0.2
This commit is contained in:
@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:animal_baby_separator",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PAP",
|
||||
"CMC",
|
||||
"DGD"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"A": {
|
||||
"item": "minecraft:golden_carrot"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:gears/gold_bronze"
|
||||
},
|
||||
"D": {
|
||||
"tag": "forge:dyes/purple"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:animal_baby_separator"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
49
kubejs/data/industrialforegoing/recipes/animal_feeder.json
Normal file
49
kubejs/data/industrialforegoing/recipes/animal_feeder.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:animal_feeder",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PAP",
|
||||
"CMC",
|
||||
"DGD"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"A": {
|
||||
"item": "minecraft:golden_apple"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:golden_carrot"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:gears/iron_invar"
|
||||
},
|
||||
"D": {
|
||||
"tag": "forge:dyes/purple"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:animal_feeder"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
46
kubejs/data/industrialforegoing/recipes/animal_rancher.json
Normal file
46
kubejs/data/industrialforegoing/recipes/animal_rancher.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:animal_rancher",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PPP",
|
||||
"SBS",
|
||||
"GMG"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:gears/gold_bronze"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:shears"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:animal_rancher"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,46 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:biofuel_generator",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PDP",
|
||||
"SMS",
|
||||
"ASA"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:furnace"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:piston"
|
||||
},
|
||||
"A": {
|
||||
"tag": "forge:gears/gold_bronze"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:biofuel_generator"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
52
kubejs/data/industrialforegoing/recipes/block_breaker.json
Normal file
52
kubejs/data/industrialforegoing/recipes/block_breaker.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:block_breaker",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PGP",
|
||||
"IMD",
|
||||
"SRS"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:iron_pickaxe"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:iron_shovel"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:gears/gold_bronze"
|
||||
},
|
||||
"S": {
|
||||
"tag": "forge:gears/iron_invar"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:block_breaker"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
41
kubejs/data/industrialforegoing/recipes/conveyor.json
Normal file
41
kubejs/data/industrialforegoing/recipes/conveyor.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:conveyor",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"ppp",
|
||||
"iri",
|
||||
"ppp"
|
||||
],
|
||||
"key": {
|
||||
"p": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"i": {
|
||||
"tag": "forge:ingots/iron_aluminum"
|
||||
},
|
||||
"r": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:conveyor",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:conveyor_blinking_upgrade",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"IPI",
|
||||
"IDI",
|
||||
"ICI"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"tag": "forge:ingots/iron_aluminum"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:chorus_fruit"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:piston"
|
||||
},
|
||||
"C": {
|
||||
"item": "industrialforegoing:conveyor"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:conveyor_blinking_upgrade"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:conveyor_bouncing_upgrade",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"IPI",
|
||||
"IDI",
|
||||
"ICI"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"tag": "forge:ingots/iron_aluminum"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:slime_block"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:piston"
|
||||
},
|
||||
"C": {
|
||||
"item": "industrialforegoing:conveyor"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:conveyor_bouncing_upgrade"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:conveyor_detection_upgrade",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"IPI",
|
||||
"IDI",
|
||||
"ICI"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"tag": "forge:ingots/iron_aluminum"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:stone_pressure_plate"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:comparator"
|
||||
},
|
||||
"C": {
|
||||
"item": "industrialforegoing:conveyor"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:conveyor_detection_upgrade"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:conveyor_dropping_upgrade",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"IPI",
|
||||
"IDI",
|
||||
"ICI"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"tag": "forge:ingots/iron_aluminum"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:iron_bars"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:dropper"
|
||||
},
|
||||
"C": {
|
||||
"item": "industrialforegoing:conveyor"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:conveyor_dropping_upgrade"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:conveyor_extraction_upgrade",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"IPI",
|
||||
"IDI",
|
||||
"ICI"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"tag": "forge:ingots/iron_aluminum"
|
||||
},
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:dispenser"
|
||||
},
|
||||
"C": {
|
||||
"item": "industrialforegoing:conveyor"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:conveyor_extraction_upgrade"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:conveyor_insertion_upgrade",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"IPI",
|
||||
"IDI",
|
||||
"ICI"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"tag": "forge:ingots/iron_aluminum"
|
||||
},
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:hopper"
|
||||
},
|
||||
"C": {
|
||||
"item": "industrialforegoing:conveyor"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:conveyor_insertion_upgrade"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:conveyor_splitting_upgrade",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"IPI",
|
||||
"IDI",
|
||||
"ICI"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"tag": "forge:ingots/iron_aluminum"
|
||||
},
|
||||
"P": {
|
||||
"item": "industrialforegoing:conveyor"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:hopper"
|
||||
},
|
||||
"C": {
|
||||
"item": "industrialforegoing:conveyor"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:conveyor_splitting_upgrade"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:dissolution_chamber",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PCP",
|
||||
"BMB",
|
||||
"GDG"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"C": {
|
||||
"tag": "forge:chests"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:ingots/gold_tin"
|
||||
},
|
||||
"D": {
|
||||
"tag": "forge:gears/diamond"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:dissolution_chamber"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
43
kubejs/data/industrialforegoing/recipes/dye_mixer.json
Normal file
43
kubejs/data/industrialforegoing/recipes/dye_mixer.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:dye_mixer",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PDP",
|
||||
"DMD",
|
||||
"PRP"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"D": {
|
||||
"tag": "forge:dyes"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
},
|
||||
"R": {
|
||||
"tag": "forge:gears/gold_copper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:dye_mixer"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
46
kubejs/data/industrialforegoing/recipes/fluid_collector.json
Normal file
46
kubejs/data/industrialforegoing/recipes/fluid_collector.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:fluid_collector",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PBP",
|
||||
"BMB",
|
||||
"SRS"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"S": {
|
||||
"tag": "forge:gears/iron_invar"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:fluid_collector"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
46
kubejs/data/industrialforegoing/recipes/fluid_extractor.json
Normal file
46
kubejs/data/industrialforegoing/recipes/fluid_extractor.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:fluid_extractor",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"IGI",
|
||||
"CMC",
|
||||
"IPI"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"tag": "forge:ingots/iron_aluminum"
|
||||
},
|
||||
"G": {
|
||||
"item": "minecraft:light_weighted_pressure_plate"
|
||||
},
|
||||
"C": {
|
||||
"tag": "forge:cobblestone"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:piston"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:fluid_extractor"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
46
kubejs/data/industrialforegoing/recipes/fluid_placer.json
Normal file
46
kubejs/data/industrialforegoing/recipes/fluid_placer.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:fluid_placer",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PBP",
|
||||
"BMB",
|
||||
"SRS"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:water_bucket"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"S": {
|
||||
"tag": "forge:gears/iron_invar"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:fluid_placer"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
49
kubejs/data/industrialforegoing/recipes/laser_drill.json
Normal file
49
kubejs/data/industrialforegoing/recipes/laser_drill.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:laser_drill",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"pfp",
|
||||
"bmb",
|
||||
"grg"
|
||||
],
|
||||
"key": {
|
||||
"p": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"f": {
|
||||
"tag": "forge:gears/diamond"
|
||||
},
|
||||
"b": {
|
||||
"item": "minecraft:piston"
|
||||
},
|
||||
"m": {
|
||||
"tag": "industrialforegoing:machine_frame/simple"
|
||||
},
|
||||
"g": {
|
||||
"tag": "forge:gears/diamond"
|
||||
},
|
||||
"r": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:laser_drill"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:latex_processing_unit",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"IGI",
|
||||
"BML",
|
||||
"IFI"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"tag": "forge:ingots/iron_aluminum"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:storage_blocks/redstone"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:water_bucket"
|
||||
},
|
||||
"L": {
|
||||
"item": "industrialforegoing:latex_bucket"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
},
|
||||
"F": {
|
||||
"item": "minecraft:furnace"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:latex_processing_unit"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,40 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:machine_frame_pity",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"WIW",
|
||||
"IRI",
|
||||
"WIW"
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
"tag": "minecraft:logs"
|
||||
},
|
||||
"I": {
|
||||
"tag": "forge:ingots/iron_aluminum"
|
||||
},
|
||||
"R": {
|
||||
"tag": "forge:storage_blocks/redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:machine_frame_pity"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
49
kubejs/data/industrialforegoing/recipes/marine_fisher.json
Normal file
49
kubejs/data/industrialforegoing/recipes/marine_fisher.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:marine_fisher",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"pfp",
|
||||
"bmb",
|
||||
"grg"
|
||||
],
|
||||
"key": {
|
||||
"p": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"f": {
|
||||
"item": "minecraft:fishing_rod"
|
||||
},
|
||||
"b": {
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
"m": {
|
||||
"tag": "industrialforegoing:machine_frame/simple"
|
||||
},
|
||||
"g": {
|
||||
"tag": "forge:gears/iron_invar"
|
||||
},
|
||||
"r": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:marine_fisher"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,52 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:material_stonework_factory",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"pcp",
|
||||
"gmf",
|
||||
"aba"
|
||||
],
|
||||
"key": {
|
||||
"p": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"c": {
|
||||
"item": "minecraft:crafting_table"
|
||||
},
|
||||
"g": {
|
||||
"item": "minecraft:diamond_pickaxe"
|
||||
},
|
||||
"m": {
|
||||
"tag": "industrialforegoing:machine_frame/advanced"
|
||||
},
|
||||
"f": {
|
||||
"item": "minecraft:furnace"
|
||||
},
|
||||
"a": {
|
||||
"tag": "forge:gears/gold_bronze"
|
||||
},
|
||||
"b": {
|
||||
"item": "industrialforegoing:pink_slime"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:material_stonework_factory"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
40
kubejs/data/industrialforegoing/recipes/meat_feeder.json
Normal file
40
kubejs/data/industrialforegoing/recipes/meat_feeder.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:meat_feeder",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"pip",
|
||||
"gig",
|
||||
" i "
|
||||
],
|
||||
"key": {
|
||||
"p": {
|
||||
"item": "industrialforegoing:plastic"
|
||||
},
|
||||
"i": {
|
||||
"tag": "forge:ingots/iron_aluminum"
|
||||
},
|
||||
"g": {
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:meat_feeder"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
49
kubejs/data/industrialforegoing/recipes/mob_crusher.json
Normal file
49
kubejs/data/industrialforegoing/recipes/mob_crusher.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:mob_crusher",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PSP",
|
||||
"BMB",
|
||||
"GRG"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:iron_sword"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:book"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/advanced"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:gears/gold_invar"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:mob_crusher"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:mob_slaughter_factory",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PDP",
|
||||
"SMS",
|
||||
"ARA"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"D": {
|
||||
"tag": "forge:gears/gold_bronze"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:iron_sword"
|
||||
},
|
||||
"A": {
|
||||
"item": "minecraft:iron_axe"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:mob_slaughter_factory"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:plant_fertilizer",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PBP",
|
||||
"LML",
|
||||
"GRG"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
"L": {
|
||||
"item": "minecraft:leather"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/simple"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:gears/iron_invar"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:plant_fertilizer"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
49
kubejs/data/industrialforegoing/recipes/plant_gatherer.json
Normal file
49
kubejs/data/industrialforegoing/recipes/plant_gatherer.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:plant_gatherer",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PHP",
|
||||
"AMA",
|
||||
"GRG"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"H": {
|
||||
"item": "minecraft:iron_hoe"
|
||||
},
|
||||
"A": {
|
||||
"item": "minecraft:iron_axe"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:gears/gold_bronze"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:plant_gatherer"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
49
kubejs/data/industrialforegoing/recipes/plant_sower.json
Normal file
49
kubejs/data/industrialforegoing/recipes/plant_sower.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:plant_sower",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PBP",
|
||||
"LML",
|
||||
"GRG"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:flower_pot"
|
||||
},
|
||||
"L": {
|
||||
"item": "minecraft:piston"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:gears/iron_invar"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:plant_sower"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,46 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:resourceful_furnace",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PBP",
|
||||
"LML",
|
||||
"PRP"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
"L": {
|
||||
"item": "minecraft:furnace"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
},
|
||||
"R": {
|
||||
"tag": "forge:gears/gold_copper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:resourceful_furnace"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:sewage_composter",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PFP",
|
||||
"DMD",
|
||||
"BGB"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"F": {
|
||||
"item": "minecraft:furnace"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:piston"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:brick"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:gears/iron_invar"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:sewage_composter"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
46
kubejs/data/industrialforegoing/recipes/sewer.json
Normal file
46
kubejs/data/industrialforegoing/recipes/sewer.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:sewer",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PEP",
|
||||
"BMB",
|
||||
"BGB"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"E": {
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:brick"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:gears/iron_invar"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:sewer"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
49
kubejs/data/industrialforegoing/recipes/sludge_refiner.json
Normal file
49
kubejs/data/industrialforegoing/recipes/sludge_refiner.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:sludge_refiner",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PBP",
|
||||
"LML",
|
||||
"GRG"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
"L": {
|
||||
"item": "minecraft:furnace"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
},
|
||||
"R": {
|
||||
"tag": "forge:gears/gold_copper"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:gears/iron_invar"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:sludge_refiner"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:spores_recreator",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PSP",
|
||||
"IMI",
|
||||
"PSP"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"I": {
|
||||
"tag": "forge:mushrooms"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
},
|
||||
"S": {
|
||||
"tag": "forge:gears/iron_invar"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:spores_recreator"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
46
kubejs/data/industrialforegoing/recipes/stasis_chamber.json
Normal file
46
kubejs/data/industrialforegoing/recipes/stasis_chamber.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:stasis_chamber",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"sss",
|
||||
"gmg",
|
||||
"ipi"
|
||||
],
|
||||
"key": {
|
||||
"s": {
|
||||
"item": "minecraft:soul_sand"
|
||||
},
|
||||
"g": {
|
||||
"item": "minecraft:ghast_tear"
|
||||
},
|
||||
"m": {
|
||||
"tag": "industrialforegoing:machine_frame/advanced"
|
||||
},
|
||||
"i": {
|
||||
"tag": "forge:gears/gold_invar"
|
||||
},
|
||||
"p": {
|
||||
"item": "minecraft:piston"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:stasis_chamber"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"values": [
|
||||
{
|
||||
"item": "industrialforegoing:water_condensator",
|
||||
"type": "forge:item_exists"
|
||||
}
|
||||
],
|
||||
"type": "forge:and"
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PBP",
|
||||
"LML",
|
||||
"GRG"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "forge:plastic"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:water_bucket"
|
||||
},
|
||||
"L": {
|
||||
"item": "minecraft:piston"
|
||||
},
|
||||
"M": {
|
||||
"tag": "industrialforegoing:machine_frame/pity"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:gears/iron_invar"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "industrialforegoing:water_condensator"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user