coke oven

This commit is contained in:
DrMangoTea
2023-09-30 11:44:48 +02:00
parent 7b23739c4a
commit 2a21a5f629
56 changed files with 1774 additions and 31 deletions

View File

@@ -20,6 +20,7 @@
"tfmg:fireproof_bricks",
"tfmg:fireproof_brick_reinforcement",
"tfmg:blast_furnace_output",
"tfmg:coke_oven",
"tfmg:steel_block",
"tfmg:cast_iron_block",
"tfmg:aluminum_block",

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "tfmg:coke_oven"
}
],
"rolls": 1.0
}
]
}