1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
This commit is contained in:
2021-01-23 21:36:55 +01:00
parent 23cbad2e35
commit 5bd7d3a786
627 changed files with 24696 additions and 42 deletions

View File

@ -0,0 +1,34 @@
{
"type": "thermal:smelter",
"input": [
{
"value": [
{
"tag": "forge:ingots/copper"
},
{
"tag": "forge:dusts/copper"
}
],
"count": 3
},
{
"value": [
{
"tag": "forge:ingots/tin"
},
{
"tag": "forge:dusts/tin"
}
],
"count": 1
}
],
"result": [
{
"item": "emendatusenigmatica:bronze_ingot",
"count": 4
}
],
"energy": 6400
}

View File

@ -0,0 +1,34 @@
{
"type": "thermal:smelter",
"input": [
{
"value": [
{
"tag": "forge:ingots/copper"
},
{
"tag": "forge:dusts/copper"
}
],
"count": 1
},
{
"value": [
{
"tag": "forge:ingots/nickel"
},
{
"tag": "forge:dusts/nickel"
}
],
"count": 1
}
],
"result": [
{
"item": "emendatusenigmatica:constantan_ingot",
"count": 2
}
],
"energy": 3200
}

View File

@ -0,0 +1,34 @@
{
"type": "thermal:smelter",
"input": [
{
"value": [
{
"tag": "forge:ingots/gold"
},
{
"tag": "forge:dusts/gold"
}
],
"count": 1
},
{
"value": [
{
"tag": "forge:ingots/silver"
},
{
"tag": "forge:dusts/silver"
}
],
"count": 1
}
],
"result": [
{
"item": "emendatusenigmatica:electrum_ingot",
"count": 2
}
],
"energy": 3200
}

View File

@ -0,0 +1,31 @@
{
"type": "thermal:smelter",
"input": [
{
"value": [
{
"tag": "forge:ingots/lead"
},
{
"tag": "forge:dusts/lead"
}
],
"count": 3
},
{
"tag": "forge:dusts/diamond",
"count": 1
},
{
"tag": "forge:ender_pearls",
"count": 2
}
],
"result": [
{
"item": "emendatusenigmatica:enderium_ingot",
"count": 2
}
],
"energy": 16000
}

View File

@ -0,0 +1,34 @@
{
"type": "thermal:smelter",
"input": [
{
"value": [
{
"tag": "forge:ingots/iron"
},
{
"tag": "forge:dusts/iron"
}
],
"count": 2
},
{
"value": [
{
"tag": "forge:ingots/nickel"
},
{
"tag": "forge:dusts/nickel"
}
],
"count": 1
}
],
"result": [
{
"item": "emendatusenigmatica:invar_ingot",
"count": 3
}
],
"energy": 4800
}

View File

@ -0,0 +1,38 @@
{
"type": "thermal:smelter",
"input": [
{
"value": [
{
"tag": "forge:ingots/tin"
},
{
"tag": "forge:dusts/tin"
}
],
"count": 3
},
{
"value": [
{
"tag": "forge:ingots/silver"
},
{
"tag": "forge:dusts/silver"
}
],
"count": 1
},
{
"tag": "forge:dusts/glowstone",
"count": 2
}
],
"result": [
{
"item": "emendatusenigmatica:lumium_ingot",
"count": 4
}
],
"energy": 12000
}

View File

@ -0,0 +1,38 @@
{
"type": "thermal:smelter",
"input": [
{
"value": [
{
"tag": "forge:ingots/copper"
},
{
"tag": "forge:dusts/copper"
}
],
"count": 3
},
{
"value": [
{
"tag": "forge:ingots/silver"
},
{
"tag": "forge:dusts/silver"
}
],
"count": 1
},
{
"tag": "forge:dusts/redstone",
"count": 4
}
],
"result": [
{
"item": "emendatusenigmatica:signalum_ingot",
"count": 4
}
],
"energy": 12000
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:ores/apatite"
},
"result": [
{
"item": "emendatusenigmatica:apatite_gem",
"chance": 6.5
},
{
"item": "thermal:rich_slag",
"chance": 0.15
}
],
"experience": 0.5
}

View File

@ -0,0 +1,11 @@
{
"type": "thermal:smelter_catalyst",
"ingredient": {
"item": "emendatusenigmatica:cinnabar_gem"
},
"primary_mod": 3.0,
"secondary_mod": 3.0,
"energy_mod": 2.5,
"min_chance": 0.5,
"use_chance": 0.8
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:ores/cinnabar"
},
"result": [
{
"item": "emendatusenigmatica:cinnabar_gem",
"chance": 1.5
},
{
"item": "thermal:rich_slag",
"chance": 0.15
}
],
"experience": 0.5
}

View File

@ -0,0 +1,13 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:dusts/copper"
},
"result": [
{
"item": "emendatusenigmatica:copper_ingot",
"count": 1
}
],
"energy_mod": 0.5
}

View File

@ -0,0 +1,21 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:ores/copper"
},
"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
}

View File

@ -0,0 +1,13 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:dusts/enderium"
},
"result": [
{
"item": "emendatusenigmatica:enderium_ingot",
"count": 1
}
],
"energy_mod": 0.5
}

View File

@ -0,0 +1,22 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:ores/gold"
},
"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
}

View File

@ -0,0 +1,21 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:ores/iron"
},
"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
}

View File

@ -0,0 +1,21 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:ores/lapis"
},
"result": [
{
"item": "minecraft:lapis_lazuli",
"chance": 8.5
},
{
"item": "emendatusenigmatica:sulfur_gem",
"chance": 0.75
},
{
"item": "thermal:rich_slag",
"chance": 0.15
}
],
"experience": 0.5
}

View File

@ -0,0 +1,13 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:dusts/lead"
},
"result": [
{
"item": "emendatusenigmatica:lead_ingot",
"count": 1
}
],
"energy_mod": 0.5
}

View File

@ -0,0 +1,21 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:ores/lead"
},
"result": [
{
"item": "emendatusenigmatica:lead_ingot",
"chance": 1.0
},
{
"item": "emendatusenigmatica:silver_ingot",
"chance": 0.2
},
{
"item": "thermal:rich_slag",
"chance": 0.2
}
],
"experience": 0.2
}

View File

@ -0,0 +1,13 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:dusts/lumium"
},
"result": [
{
"item": "emendatusenigmatica:lumium_ingot",
"count": 1
}
],
"energy_mod": 0.5
}

View File

@ -0,0 +1,13 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:dusts/nickel"
},
"result": [
{
"item": "emendatusenigmatica:nickel_ingot",
"count": 1
}
],
"energy_mod": 0.5
}

View File

@ -0,0 +1,21 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:ores/nickel"
},
"result": [
{
"item": "emendatusenigmatica:nickel_ingot",
"chance": 1.0
},
{
"item": "emendatusenigmatica:copper_ingot",
"chance": 0.2
},
{
"item": "thermal:rich_slag",
"chance": 0.2
}
],
"experience": 0.2
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:ores/niter"
},
"result": [
{
"item": "emendatusenigmatica:potassium_nitrate_gem",
"chance": 3.5
},
{
"item": "thermal:rich_slag",
"chance": 0.15
}
],
"experience": 0.5
}

View File

@ -0,0 +1,21 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:ores/quartz"
},
"result": [
{
"item": "minecraft:quartz",
"chance": 1.5
},
{
"item": "emendatusenigmatica:sulfur_gem",
"chance": 0.5
},
{
"item": "thermal:rich_slag",
"chance": 0.15
}
],
"experience": 0.5
}

View File

@ -0,0 +1,22 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:ores/redstone"
},
"result": [
{
"item": "minecraft:redstone",
"chance": 3.5
},
{
"item": "emendatusenigmatica:cinnabar_gem",
"chance": 0.5,
"locked": true
},
{
"item": "thermal:rich_slag",
"chance": 0.2
}
],
"experience": 0.2
}

View File

@ -0,0 +1,13 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:dusts/signalum"
},
"result": [
{
"item": "emendatusenigmatica:signalum_ingot",
"count": 1
}
],
"energy_mod": 0.5
}

View File

@ -0,0 +1,13 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:dusts/silver"
},
"result": [
{
"item": "emendatusenigmatica:silver_ingot",
"count": 1
}
],
"energy_mod": 0.5
}

View File

@ -0,0 +1,21 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:ores/silver"
},
"result": [
{
"item": "emendatusenigmatica:silver_ingot",
"chance": 1.0
},
{
"item": "emendatusenigmatica:lead_ingot",
"chance": 0.2
},
{
"item": "thermal:rich_slag",
"chance": 0.2
}
],
"experience": 0.2
}

View File

@ -0,0 +1,17 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:ores/sulfur"
},
"result": [
{
"item": "emendatusenigmatica:sulfur_gem",
"chance": 3.5
},
{
"item": "thermal:rich_slag",
"chance": 0.15
}
],
"experience": 0.5
}

View File

@ -0,0 +1,13 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:dusts/tin"
},
"result": [
{
"item": "emendatusenigmatica:tin_ingot",
"count": 1
}
],
"energy_mod": 0.5
}

View File

@ -0,0 +1,21 @@
{
"type": "thermal:smelter",
"ingredient": {
"tag": "forge:ores/tin"
},
"result": [
{
"item": "emendatusenigmatica:tin_ingot",
"chance": 1.0
},
{
"item": "emendatusenigmatica:apatite_gem",
"chance": 0.75
},
{
"item": "thermal:rich_slag",
"chance": 0.2
}
],
"experience": 0.2
}