1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00

Add Enigmatica6 kubejs files

This commit is contained in:
2021-01-28 23:28:10 +01:00
parent 32b1313fdc
commit 98e6743204
694 changed files with 49010 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/aluminum",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:aluminum_gear"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/brass",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:brass_gear"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/bronze",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:bronze_gear"
}
]
}

View File

@ -0,0 +1,11 @@
{
"type": "thermal:press",
"ingredient": {
"tag": "forge:ingots/bronze"
},
"result": [
{
"item": "emendatusenigmatica:bronze_plate"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/compressed_iron",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "pneumaticcraft:compressed_iron_gear"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/constantan",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:constantan_gear"
}
]
}

View File

@ -0,0 +1,11 @@
{
"type": "thermal:press",
"ingredient": {
"tag": "forge:ingots/constantan"
},
"result": [
{
"item": "emendatusenigmatica:constantan_plate"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/copper",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:copper_gear"
}
]
}

View File

@ -0,0 +1,11 @@
{
"type": "thermal:press",
"ingredient": {
"tag": "forge:ingots/copper"
},
"result": [
{
"item": "emendatusenigmatica:copper_plate"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:gems/diamond",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:diamond_gear"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/electrum",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:electrum_gear"
}
]
}

View File

@ -0,0 +1,11 @@
{
"type": "thermal:press",
"ingredient": {
"tag": "forge:ingots/electrum"
},
"result": [
{
"item": "emendatusenigmatica:electrum_plate"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:gems/emerald",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:emerald_gear"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/enderium",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:enderium_gear"
}
]
}

View File

@ -0,0 +1,11 @@
{
"type": "thermal:press",
"ingredient": {
"tag": "forge:ingots/enderium"
},
"result": [
{
"item": "emendatusenigmatica:enderium_plate"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/gold",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:gold_gear"
}
]
}

View File

@ -0,0 +1,11 @@
{
"type": "thermal:press",
"ingredient": {
"tag": "forge:ingots/gold"
},
"result": [
{
"item": "emendatusenigmatica:gold_plate"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/invar",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:invar_gear"
}
]
}

View File

@ -0,0 +1,11 @@
{
"type": "thermal:press",
"ingredient": {
"tag": "forge:ingots/invar"
},
"result": [
{
"item": "emendatusenigmatica:invar_plate"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/iron",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:iron_gear"
}
]
}

View File

@ -0,0 +1,11 @@
{
"type": "thermal:press",
"ingredient": {
"tag": "forge:ingots/iron"
},
"result": [
{
"item": "emendatusenigmatica:iron_plate"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:gems/lapis",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:lapis_gear"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/lead",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:lead_gear"
}
]
}

View File

@ -0,0 +1,11 @@
{
"type": "thermal:press",
"ingredient": {
"tag": "forge:ingots/lead"
},
"result": [
{
"item": "emendatusenigmatica:lead_plate"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/lumium",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:lumium_gear"
}
]
}

View File

@ -0,0 +1,11 @@
{
"type": "thermal:press",
"ingredient": {
"tag": "forge:ingots/signalum"
},
"result": [
{
"item": "emendatusenigmatica:signalum_plate"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/nickel",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:nickel_gear"
}
]
}

View File

@ -0,0 +1,11 @@
{
"type": "thermal:press",
"ingredient": {
"tag": "forge:ingots/nickel"
},
"result": [
{
"item": "emendatusenigmatica:nickel_plate"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/osmium",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:osmium_gear"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:gems/quartz",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:quartz_gear"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/signalum",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:signalum_gear"
}
]
}

View File

@ -0,0 +1,11 @@
{
"type": "thermal:press",
"ingredient": {
"tag": "forge:ingots/lumium"
},
"result": [
{
"item": "emendatusenigmatica:lumium_plate"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/silver",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:silver_gear"
}
]
}

View File

@ -0,0 +1,11 @@
{
"type": "thermal:press",
"ingredient": {
"tag": "forge:ingots/silver"
},
"result": [
{
"item": "emendatusenigmatica:silver_plate"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/steel",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:steel_gear"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/tin",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:tin_gear"
}
]
}

View File

@ -0,0 +1,11 @@
{
"type": "thermal:press",
"ingredient": {
"tag": "forge:ingots/tin"
},
"result": [
{
"item": "emendatusenigmatica:tin_plate"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/uranium",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:uranium_gear"
}
]
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:press",
"input": [
{
"tag": "forge:ingots/zinc",
"count": 4
},
{
"item": "thermal:press_gear_die"
}
],
"result": [
{
"item": "emendatusenigmatica:zinc_gear"
}
]
}