coke oven rendering+fluids

This commit is contained in:
DrMangoTea
2023-11-05 11:27:57 +01:00
parent 749a7b3a76
commit 59399996ca
38 changed files with 158 additions and 60 deletions

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_ingots_steel": {
"conditions": {
"items": [
{
"tag": "forge:ingots/steel"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "createindustry:steel_ladder_from_ingots_steel_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_ingots_steel",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"createindustry:steel_ladder_from_ingots_steel_stonecutting"
]
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 4,
"ingredient": {
"tag": "forge:ingots/steel"
},
"result": "createindustry:steel_bars"
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"ingredient": {
"tag": "forge:ingots/steel"
},
"result": "createindustry:steel_scaffolding"
}