added enderio custom recipe and updated mekanism custom recipes
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
6
akanealw_custom_datapacks/enderio-custom-recipes/pack.mcmeta
Executable file
6
akanealw_custom_datapacks/enderio-custom-recipes/pack.mcmeta
Executable file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"description": "enderio custom recipes"
|
||||
}
|
||||
}
|
||||
@@ -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"}}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"mekanism:crushing","input":{"ingredient":{"item":"minecraft:sugar_cane"}},"output":{"count":4,"item":"minecraft:sugar"}}
|
||||
Reference in New Issue
Block a user