added recipes for sky stone blasting

This commit is contained in:
2024-12-28 18:05:58 -06:00
parent 6564f8f40a
commit ed579ee475
6 changed files with 166 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:blasting",
"category": "blocks",
"cookingtime": 200,
"experience": 0.0,
"ingredient": {
"item": "ae2:sky_dust"
},
"result": "ae2:sky_stone"
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:blasting",
"category": "blocks",
"cookingtime": 200,
"experience": 0.0,
"ingredient": {
"item": "ae2:sky_stone"
},
"result": "ae2:sky_stone_block"
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:blasting",
"category": "blocks",
"cookingtime": 200,
"experience": 0.35,
"ingredient": {
"item": "ae2:sky_stone_block"
},
"result": "ae2:smooth_sky_stone_block"
}

View File

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

View File

@@ -0,0 +1 @@
{"type":"mekanism:crushing","input":{"ingredient":{"item":"minecraft:ender_pearl"}},"output":{"item":"ae2:ender_dust"}}