moreblocks: replace willow_wood with willow_trunk
This commit is contained in:
parent
69841045c7
commit
6e07c482ea
@ -54,10 +54,10 @@ register_stair_slab_panel_micro("illuna_stonebrick", "block", "illuna:stonebrick
|
||||
3
|
||||
)
|
||||
|
||||
register_stair_slab_panel_micro("ethereal_willow_wood", "block", "ethereal:willow_wood",
|
||||
register_stair_slab_panel_micro("ethereal_willow_trunk", "block", "ethereal:willow_trunk",
|
||||
{cracky=3},
|
||||
{"willow_wood.png"},
|
||||
"Willow Wood",
|
||||
{"willow_trunk.png"},
|
||||
"Willow Trunk",
|
||||
"block",
|
||||
3
|
||||
)
|
||||
@ -84,5 +84,5 @@ table.insert(circular_saw.known_stairs, "default:stone_block")
|
||||
table.insert(circular_saw.known_stairs, "default:desert_stone_block")
|
||||
table.insert(circular_saw.known_stairs, "default:sandstone_block")
|
||||
table.insert(circular_saw.known_stairs, "default:obsidian_block")
|
||||
table.insert(circular_saw.known_stairs, "ethereal:willow_wood")
|
||||
table.insert(circular_saw.known_stairs, "ethereal:willow_trunk")
|
||||
table.insert(circular_saw.known_stairs, "illuna:stonebrick")
|
||||
|
Loading…
x
Reference in New Issue
Block a user