Initial commit

This commit is contained in:
2024-11-28 17:00:03 +00:00
commit c0bd808561
11697 changed files with 631986 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"type": "immersivepetroleum:hydrotreater",
"time": 30,
"energy": 256,
"result": {
"fluid": "minecraft:water",
"amount": 25
},
"input": {
"tag": "forge:propylene",
"amount": 40
},
"secondary_input": {
"tag": "forge:ethylene",
"amount": 60
},
"secondary_result": {
"item": "contenttweaker:rubber",
"chance": "1.0"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "immersivepetroleum:hydrotreater",
"time": 60,
"energy": 1024,
"result": {
"fluid": "minecraft:water",
"amount": 25
},
"input": {
"tag": "forge:ethylene",
"amount": 60
},
"secondary_result": {
"item": "contenttweaker:polyethylene",
"chance": "1.0"
}
}