added enderio custom recipe and updated mekanism custom recipes

This commit is contained in:
2024-12-29 11:52:00 -06:00
parent b6c9f2fb4d
commit e0c7e11c17
4 changed files with 30 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
{
"type": "enderio:alloy_smelting",
"energy": 3200,
"experience": 0.3,
"inputs": [
{
"count": 1,
"ingredient": {
"tag": "forge:ingots/copper"
}
},
{
"count": 1,
"ingredient": {
"tag": "forge:dusts/redstone"
}
}
],
"result": {
"item": "morered:red_alloy_ingot"
}
}

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "enderio custom recipes"
}
}

View File

@@ -1 +1 @@
{"type":"mekanism:crushing","input":{"ingredient":{"item":"minecraft:rotten_flesh"}},"output":{"count":3,"item":"mekanism:bio_fuel"}}
{"type":"mekanism:crushing","input":{"ingredient":{"item":"minecraft:rotten_flesh"}},"output":{"count":4,"item":"mekanism:bio_fuel"}}

View File

@@ -0,0 +1 @@
{"type":"mekanism:crushing","input":{"ingredient":{"item":"minecraft:sugar_cane"}},"output":{"count":4,"item":"minecraft:sugar"}}