Add a steel catwalk block

This commit is contained in:
Zontreck 2024-03-03 19:31:57 -07:00
parent 7fdde3654c
commit e4ea8d0b8f
13 changed files with 50 additions and 5 deletions

View file

@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "ariasessentials:steel_catwalk_block"
}
],
"rolls": 1.0
}
],
"random_sequence": "ariasessentials:blocks/steel_catwalk_block"
}