This commit is contained in:
DrMangoTea
2023-10-28 23:41:12 +02:00
parent 9fd77c3f2c
commit 25001d95b0
11 changed files with 0 additions and 286 deletions

View File

@@ -1,22 +0,0 @@
{
"type": "createindustry:casting",
"ingredients": [
{
"fluid": "createindustry:heavy_oil",
"amount": 1
}
],
"processingTime": 300,
"results": [
{
"count": 1,
"item": "createindustry:steel_ingot"
}
,
{
"count": 1,
"item": "createindustry:steel_block"
}
]
}

View File

@@ -1,22 +0,0 @@
{
"type": "createindustry:casting",
"ingredients": [
{
"fluid": "createindustry:gasoline",
"amount": 1
}
],
"processingTime": 200,
"results": [
{
"count": 1,
"item": "createindustry:aluminum_ingot"
}
,
{
"count": 1,
"item": "createindustry:aluminum_block"
}
]
}

View File

@@ -1,22 +0,0 @@
{
"type": "createindustry:coking",
"ingredients": [
{
"count": 20,
"item": "minecraft:coal"
}
],
"processingTime": 200,
"results": [
{
"count": 20,
"item": "createindustry:coal_coke"
}
,
{
"fluid": "createindustry:heavy_oil",
"amount": 4
}
]
}

View File

@@ -1,19 +0,0 @@
{
"type": "createindustry:coking",
"ingredients": [
{
"item": "minecraft:sand"
}
],
"processingTime": 200,
"results": [
{
"item": "minecraft:red_sand"
},
{
"fluid": "createindustry:creosote",
"amount": 30
}
]
}

View File

@@ -1,35 +0,0 @@
{
"type": "createindustry:distillation",
"ingredients": [
{
"fluid": "createindustry:heavy_oil",
"nbt": {},
"amount": 90
}
],
"results": [
{
"fluid": "createindustry:diesel",
"amount": 30
},
{
"fluid": "createindustry:lubrication_oil",
"amount": 30
},
{
"fluid": "createindustry:lubrication_oil",
"amount": 30
},
{
"item": "createindustry:steel_ingot"
},
{
"item": "minecraft:air"
}
]
}

View File

@@ -1,35 +0,0 @@
{
"type": "createindustry:distillation",
"ingredients": [
{
"fluid": "createindustry:naphtha",
"nbt": {},
"amount": 9
}
],
"results": [
{
"fluid": "createindustry:propylene",
"amount": 3
},
{
"fluid": "createindustry:ethylene",
"amount": 3
},
{
"fluid": "createindustry:ethylene",
"amount": 3
},
{
"item": "minecraft:air"
},
{
"item": "minecraft:air"
}
]
}

View File

@@ -1,39 +0,0 @@
{
"type": "createindustry:advanced_distillation",
"ingredients": [
{
"fluid": "createindustry:heavy_oil",
"nbt": {},
"amount": 90
}
],
"results": [
{
"fluid": "createindustry:diesel",
"amount": 30
},
{
"fluid": "createindustry:lubrication_oil",
"amount": 30
},
{
"fluid": "createindustry:lubrication_oil",
"amount": 30
},
{
"fluid": "createindustry:lubrication_oil",
"amount": 30
},
{
"fluid": "createindustry:lubrication_oil",
"amount": 30
},
{
"fluid": "createindustry:lubrication_oil",
"amount": 30
}
]
}

View File

@@ -1,32 +0,0 @@
{
"type": "createindustry:advanced_distillation",
"ingredients": [
{
"fluid": "createindustry:naphtha",
"nbt": {},
"amount": 9
}
],
"results": [
{
"fluid": "createindustry:propylene",
"amount": 3
},
{
"fluid": "createindustry:ethylene",
"amount": 3
},
{
"fluid": "createindustry:ethylene",
"amount": 3
}
,
{
"fluid": "createindustry:ethylene",
"amount": 3
}
]
}

View File

@@ -1,19 +0,0 @@
{
"type": "createindustry:advanced_distillation",
"ingredients": [
{
"fluid": "createindustry:diesel",
"nbt": {},
"amount": 5
}
],
"results": [
{
"fluid": "createindustry:propylene",
"amount": 3
}
]
}

View File

@@ -1,21 +0,0 @@
{
"type": "createindustry:industrial_blasting",
"ingredients": [
{
"count": 20,
"item": "minecraft:coal"
}
],
"processingTime": 200,
"results": [
{
"fluid": "createindustry:creosote",
"amount": 30
},
{
"fluid": "createindustry:heavy_oil",
"amount": 4
}
]
}

View File

@@ -1,20 +0,0 @@
{
"type": "createindustry:industrial_blasting",
"ingredients": [
{
"item": "minecraft:sand"
}
],
"processingTime": 200,
"results": [
{
"fluid": "createindustry:creosote",
"amount": 30
},
{
"fluid": "createindustry:creosote",
"amount": 30
}
]
}