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,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:gems/apatite"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "emendatusenigmatica:apatite_dust"
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:gems/cinnabar"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "emendatusenigmatica:cinnabar_dust"
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:gems/diamond"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "emendatusenigmatica:diamond_dust"
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:gems/emerald"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "emendatusenigmatica:emerald_dust"
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:gems/lapis"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "emendatusenigmatica:lapis_dust"
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:gems/niter"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "emendatusenigmatica:niter_dust"
|
||||
}
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:prismarine"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:prismarine_shard",
|
||||
"count": 4
|
||||
}
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:prismarine_bricks"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:prismarine_shard",
|
||||
"count": 9
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:gems/quartz"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "emendatusenigmatica:quartz_dust"
|
||||
}
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:quartz_block"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:quartz",
|
||||
"count": 4
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:gems/sulfur"
|
||||
},
|
||||
{
|
||||
"item": "thermal:earth_charge"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "emendatusenigmatica:sulfur_dust"
|
||||
}
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "biomesoplenty:cherry_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "biomesoplenty:cherry_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "biomesoplenty"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "biomesoplenty:dead_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "biomesoplenty:dead_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "biomesoplenty"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "biomesoplenty:fir_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "biomesoplenty:fir_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "biomesoplenty"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "biomesoplenty:hellbark_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "biomesoplenty:hellbark_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "biomesoplenty"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "biomesoplenty:jacaranda_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "biomesoplenty:jacaranda_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "biomesoplenty"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "biomesoplenty:magic_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "biomesoplenty:magic_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "biomesoplenty"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "biomesoplenty:mahogany_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "biomesoplenty:mahogany_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "biomesoplenty"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "biomesoplenty:palm_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "biomesoplenty:palm_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "biomesoplenty"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "biomesoplenty:redwood_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "biomesoplenty:redwood_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "biomesoplenty"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "biomesoplenty:umbran_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "biomesoplenty:umbran_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "biomesoplenty"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "biomesoplenty:willow_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "biomesoplenty:willow_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "biomesoplenty"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:aspen_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:aspen_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:baobab_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:baobab_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:blue_enchanted_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:blue_enchanted_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:cherry_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:cherry_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:cika_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:cika_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:cypress_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:cypress_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:ebony_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:ebony_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:fir_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:fir_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:green_enchanted_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:green_enchanted_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:holly_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:holly_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:jacaranda_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:jacaranda_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:mahogany_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:mahogany_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:mangrove_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:mangrove_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:maple_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:maple_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:palo_verde_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:palo_verde_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:pine_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:pine_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:rainbow_eucalyptus_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:rainbow_eucalyptus_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:redwood_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:redwood_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:skyris_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:skyris_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:willow_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:willow_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:witch_hazel_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:witch_hazel_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "byg:zelkova_logs"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "byg:zelkova_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "byg"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:centrifuge",
|
||||
"ingredient": {
|
||||
"tag": "forge:dusts/bronze",
|
||||
"count": 4
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:copper_dust",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:tin_dust"
|
||||
}
|
||||
],
|
||||
"energy": 4000
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "thermal:centrifuge",
|
||||
"ingredient": {
|
||||
"tag": "forge:dusts/constantan",
|
||||
"count": 2
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:copper_dust"
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:nickel_dust"
|
||||
}
|
||||
],
|
||||
"energy": 2000
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "thermal:centrifuge",
|
||||
"ingredient": {
|
||||
"tag": "forge:dusts/electrum",
|
||||
"count": 2
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:gold_dust"
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:silver_dust"
|
||||
}
|
||||
],
|
||||
"energy": 2000
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:centrifuge",
|
||||
"ingredient": {
|
||||
"tag": "forge:dusts/invar",
|
||||
"count": 3
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:iron_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:nickel_dust"
|
||||
}
|
||||
],
|
||||
"energy": 3000
|
||||
}
|
@ -0,0 +1,33 @@
|
||||
{
|
||||
"type": "thermal:smelter",
|
||||
"input": [
|
||||
{
|
||||
"value": [
|
||||
{
|
||||
"tag": "forge:ingots/copper"
|
||||
},
|
||||
{
|
||||
"tag": "forge:dusts/copper"
|
||||
}
|
||||
],
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"tag": "forge:ingots/zinc",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:brass_ingot",
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"energy": 3200,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "create"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "thermal:smelter",
|
||||
"ingredient": {
|
||||
"item": "create:crushed_copper_ore"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:copper_ingot",
|
||||
"chance": 1.0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gold_ingot",
|
||||
"chance": 0.2
|
||||
},
|
||||
{
|
||||
"item": "thermal:rich_slag",
|
||||
"chance": 0.2
|
||||
}
|
||||
],
|
||||
"experience": 0.2,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "create"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "thermal:smelter",
|
||||
"ingredient": {
|
||||
"item": "create:crushed_gold_ore"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "minecraft:gold_ingot",
|
||||
"chance": 1.0
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:cinnabar_gem",
|
||||
"chance": 0.1,
|
||||
"locked": true
|
||||
},
|
||||
{
|
||||
"item": "thermal:rich_slag",
|
||||
"chance": 0.2
|
||||
}
|
||||
],
|
||||
"experience": 0.2,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "create"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "thermal:smelter",
|
||||
"ingredient": {
|
||||
"item": "create:crushed_iron_ore"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "minecraft:iron_ingot",
|
||||
"chance": 1.0
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:nickel_ingot",
|
||||
"chance": 0.2
|
||||
},
|
||||
{
|
||||
"item": "thermal:rich_slag",
|
||||
"chance": 0.2
|
||||
}
|
||||
],
|
||||
"experience": 0.2,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "create"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "thermal:smelter",
|
||||
"ingredient": {
|
||||
"item": "create:crushed_zinc_ore"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:zinc_ingot",
|
||||
"chance": 1.0
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:sulfur_gem",
|
||||
"chance": 0.2
|
||||
},
|
||||
{
|
||||
"item": "thermal:rich_slag",
|
||||
"chance": 0.2
|
||||
}
|
||||
],
|
||||
"experience": 0.2,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "create"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "thermal:smelter",
|
||||
"ingredient": {
|
||||
"tag": "forge:ores/zinc"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:zinc_ingot",
|
||||
"chance": 1.0
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:sulfur_gem",
|
||||
"chance": 0.2
|
||||
},
|
||||
{
|
||||
"item": "thermal:rich_slag",
|
||||
"chance": 0.2
|
||||
}
|
||||
],
|
||||
"experience": 0.2,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "create"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "thermal:insolator",
|
||||
"ingredient": {
|
||||
"item": "immersiveengineering:seed"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "immersiveengineering:hemp_fiber",
|
||||
"chance": 1.5
|
||||
},
|
||||
{
|
||||
"item": "immersiveengineering:seed",
|
||||
"chance": 1.1
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "immersiveengineering"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/uranium"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:uranium_plate"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "immersiveengineering"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "thermal:pulverizer",
|
||||
"ingredient": {
|
||||
"tag": "forge:ores/uranium"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:uranium_dust",
|
||||
"chance": 2.0
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:lead_dust",
|
||||
"chance": 0.1
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gravel",
|
||||
"chance": 0.2
|
||||
}
|
||||
],
|
||||
"experience": 0.2,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "immersiveengineering"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "thermal:insolator",
|
||||
"ingredient": {
|
||||
"item": "simplefarming:apple_sapling"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "simplefarming:fruit_log",
|
||||
"chance": 6.0
|
||||
},
|
||||
{
|
||||
"item": "simplefarming:apple_sapling",
|
||||
"chance": 1.1
|
||||
},
|
||||
{
|
||||
"item": "minecraft:apple",
|
||||
"chance": 2.0
|
||||
}
|
||||
],
|
||||
"energy_mod": 3.0,
|
||||
"water_mod": 3.0
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "thermal:insolator",
|
||||
"ingredient": {
|
||||
"item": "simplefarming:apricot_sapling"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "simplefarming:fruit_log",
|
||||
"chance": 6.0
|
||||
},
|
||||
{
|
||||
"item": "simplefarming:apricot_sapling",
|
||||
"chance": 1.1
|
||||
},
|
||||
{
|
||||
"item": "simplefarming:apricot",
|
||||
"chance": 2.0
|
||||
}
|
||||
],
|
||||
"energy_mod": 3.0,
|
||||
"water_mod": 3.0
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "thermal:insolator",
|
||||
"ingredient": {
|
||||
"item": "simplefarming:banana_sapling"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "simplefarming:fruit_log",
|
||||
"chance": 6.0
|
||||
},
|
||||
{
|
||||
"item": "simplefarming:banana_sapling",
|
||||
"chance": 1.1
|
||||
},
|
||||
{
|
||||
"item": "simplefarming:banana",
|
||||
"chance": 2.0
|
||||
}
|
||||
],
|
||||
"energy_mod": 3.0,
|
||||
"water_mod": 3.0
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "thermal:insolator",
|
||||
"ingredient": {
|
||||
"item": "quark:blue_blossom_sapling"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "minecraft:spruce_log",
|
||||
"chance": 6.0
|
||||
},
|
||||
{
|
||||
"item": "quark:blue_blossom_sapling",
|
||||
"chance": 1.1
|
||||
}
|
||||
],
|
||||
"energy_mod": 3.0,
|
||||
"water_mod": 3.0
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "thermal:insolator",
|
||||
"ingredient": {
|
||||
"item": "simplefarming:cherry_sapling"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "simplefarming:fruit_log",
|
||||
"chance": 6.0
|
||||
},
|
||||
{
|
||||
"item": "simplefarming:cherry_sapling",
|
||||
"chance": 1.1
|
||||
},
|
||||
{
|
||||
"item": "simplefarming:cherries",
|
||||
"chance": 2.0
|
||||
}
|
||||
],
|
||||
"energy_mod": 3.0,
|
||||
"water_mod": 3.0
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "thermal:insolator",
|
||||
"ingredient": {
|
||||
"item": "quark:lavender_blossom_sapling"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "minecraft:spruce_log",
|
||||
"chance": 6.0
|
||||
},
|
||||
{
|
||||
"item": "quark:lavender_blossom_sapling",
|
||||
"chance": 1.1
|
||||
}
|
||||
],
|
||||
"energy_mod": 3.0,
|
||||
"water_mod": 3.0
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "thermal:insolator",
|
||||
"ingredient": {
|
||||
"item": "simplefarming:mango_sapling"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "simplefarming:fruit_log",
|
||||
"chance": 6.0
|
||||
},
|
||||
{
|
||||
"item": "simplefarming:mango_sapling",
|
||||
"chance": 1.1
|
||||
},
|
||||
{
|
||||
"item": "simplefarming:mango",
|
||||
"chance": 2.0
|
||||
}
|
||||
],
|
||||
"energy_mod": 3.0,
|
||||
"water_mod": 3.0
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "thermal:insolator",
|
||||
"ingredient": {
|
||||
"item": "simplefarming:olive_sapling"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "simplefarming:fruit_log",
|
||||
"chance": 6.0
|
||||
},
|
||||
{
|
||||
"item": "simplefarming:olive_sapling",
|
||||
"chance": 1.1
|
||||
},
|
||||
{
|
||||
"item": "simplefarming:olives",
|
||||
"chance": 2.0
|
||||
}
|
||||
],
|
||||
"energy_mod": 3.0,
|
||||
"water_mod": 3.0
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "thermal:insolator",
|
||||
"ingredient": {
|
||||
"item": "quark:orange_blossom_sapling"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "minecraft:spruce_log",
|
||||
"chance": 6.0
|
||||
},
|
||||
{
|
||||
"item": "quark:orange_blossom_sapling",
|
||||
"chance": 1.1
|
||||
}
|
||||
],
|
||||
"energy_mod": 3.0,
|
||||
"water_mod": 3.0
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "thermal:insolator",
|
||||
"ingredient": {
|
||||
"item": "simplefarming:orange_sapling"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "simplefarming:fruit_log",
|
||||
"chance": 6.0
|
||||
},
|
||||
{
|
||||
"item": "simplefarming:orange_sapling",
|
||||
"chance": 1.1
|
||||
},
|
||||
{
|
||||
"item": "simplefarming:orange",
|
||||
"chance": 2.0
|
||||
}
|
||||
],
|
||||
"energy_mod": 3.0,
|
||||
"water_mod": 3.0
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "thermal:insolator",
|
||||
"ingredient": {
|
||||
"item": "simplefarming:pear_sapling"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "simplefarming:fruit_log",
|
||||
"chance": 6.0
|
||||
},
|
||||
{
|
||||
"item": "simplefarming:pear_sapling",
|
||||
"chance": 1.1
|
||||
},
|
||||
{
|
||||
"item": "simplefarming:pear",
|
||||
"chance": 2.0
|
||||
}
|
||||
],
|
||||
"energy_mod": 3.0,
|
||||
"water_mod": 3.0
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "thermal:insolator",
|
||||
"ingredient": {
|
||||
"item": "quark:pink_blossom_sapling"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "minecraft:spruce_log",
|
||||
"chance": 6.0
|
||||
},
|
||||
{
|
||||
"item": "quark:pink_blossom_sapling",
|
||||
"chance": 1.1
|
||||
}
|
||||
],
|
||||
"energy_mod": 3.0,
|
||||
"water_mod": 3.0
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "thermal:insolator",
|
||||
"ingredient": {
|
||||
"item": "simplefarming:plum_sapling"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "simplefarming:fruit_log",
|
||||
"chance": 6.0
|
||||
},
|
||||
{
|
||||
"item": "simplefarming:plum_sapling",
|
||||
"chance": 1.1
|
||||
},
|
||||
{
|
||||
"item": "simplefarming:plum",
|
||||
"chance": 2.0
|
||||
}
|
||||
],
|
||||
"energy_mod": 3.0,
|
||||
"water_mod": 3.0
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "thermal:insolator",
|
||||
"ingredient": {
|
||||
"item": "quark:red_blossom_sapling"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "minecraft:spruce_log",
|
||||
"chance": 6.0
|
||||
},
|
||||
{
|
||||
"item": "quark:red_blossom_sapling",
|
||||
"chance": 1.1
|
||||
}
|
||||
],
|
||||
"energy_mod": 3.0,
|
||||
"water_mod": 3.0
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "thermal:insolator",
|
||||
"ingredient": {
|
||||
"item": "quark:yellow_blossom_sapling"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "minecraft:spruce_log",
|
||||
"chance": 6.0
|
||||
},
|
||||
{
|
||||
"item": "quark:yellow_blossom_sapling",
|
||||
"chance": 1.1
|
||||
}
|
||||
],
|
||||
"energy_mod": 3.0,
|
||||
"water_mod": 3.0
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "integrateddynamics:menril_log"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "integrateddynamics:menril_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "integrateddynamics"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:sawmill",
|
||||
"ingredient": {
|
||||
"tag": "integrateddynamics:menril_log_filled"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "integrateddynamics:menril_planks",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "emendatusenigmatica:wood_dust",
|
||||
"chance": 1.25
|
||||
}
|
||||
],
|
||||
"energy": 1000,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "integrateddynamics"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:pulverizer",
|
||||
"ingredient": {
|
||||
"tag": "forge:ores/osmium"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:osmium_dust",
|
||||
"chance": 2.0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gravel",
|
||||
"chance": 0.2
|
||||
}
|
||||
],
|
||||
"experience": 0.2,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "mekanism"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "thermal:smelter",
|
||||
"ingredient": {
|
||||
"tag": "forge:ores/osmium"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:osmium_ingot",
|
||||
"chance": 1.0
|
||||
},
|
||||
{
|
||||
"item": "thermal:rich_slag",
|
||||
"chance": 0.2
|
||||
}
|
||||
],
|
||||
"experience": 0.2,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "mekanism"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"input": [
|
||||
{
|
||||
"tag": "forge:ingots/aluminum",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "thermal:press_gear_die"
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:aluminum_gear"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"input": [
|
||||
{
|
||||
"tag": "forge:ingots/brass",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "thermal:press_gear_die"
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:brass_gear"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"input": [
|
||||
{
|
||||
"tag": "forge:ingots/bronze",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "thermal:press_gear_die"
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:bronze_gear"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/bronze"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:bronze_plate"
|
||||
}
|
||||
]
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"input": [
|
||||
{
|
||||
"tag": "forge:ingots/constantan",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "thermal:press_gear_die"
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:constantan_gear"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/constantan"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:constantan_plate"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"input": [
|
||||
{
|
||||
"tag": "forge:ingots/copper",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "thermal:press_gear_die"
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:copper_gear"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/copper"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:copper_plate"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"input": [
|
||||
{
|
||||
"tag": "forge:gems/diamond",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "thermal:press_gear_die"
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:diamond_gear"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"input": [
|
||||
{
|
||||
"tag": "forge:ingots/electrum",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "thermal:press_gear_die"
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:electrum_gear"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/electrum"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:electrum_plate"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"input": [
|
||||
{
|
||||
"tag": "forge:gems/emerald",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "thermal:press_gear_die"
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:emerald_gear"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"input": [
|
||||
{
|
||||
"tag": "forge:ingots/enderium",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "thermal:press_gear_die"
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:enderium_gear"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/enderium"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:enderium_plate"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"input": [
|
||||
{
|
||||
"tag": "forge:ingots/gold",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "thermal:press_gear_die"
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:gold_gear"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/gold"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:gold_plate"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"input": [
|
||||
{
|
||||
"tag": "forge:ingots/invar",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "thermal:press_gear_die"
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:invar_gear"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/invar"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:invar_plate"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"input": [
|
||||
{
|
||||
"tag": "forge:ingots/iron",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "thermal:press_gear_die"
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:iron_gear"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/iron"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:iron_plate"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"input": [
|
||||
{
|
||||
"tag": "forge:gems/lapis",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "thermal:press_gear_die"
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:lapis_gear"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"input": [
|
||||
{
|
||||
"tag": "forge:ingots/lead",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "thermal:press_gear_die"
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:lead_gear"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "thermal:press",
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/lead"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "emendatusenigmatica:lead_plate"
|
||||
}
|
||||
]
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user