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,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"
}
]
}

View File

@ -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"
}
]
}

View File

@ -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"
}
]
}

View File

@ -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"
}
]
}

View File

@ -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"
}
]
}

View File

@ -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"
}
]
}