formworks

This commit is contained in:
DrMangoTea
2023-09-01 13:34:42 +02:00
parent 4ceea60b30
commit 511a9e3baf
50 changed files with 926 additions and 336 deletions

View File

@@ -1,6 +1,7 @@
{
"values": [
"tfmg:steel_casing",
"tfmg:heavy_machinery_casing"
"tfmg:heavy_machinery_casing",
"tfmg:formwork_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:formwork_block"
}
],
"rolls": 1.0
}
]
}