mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-10 18:21:05 +01:00
Forgot about blackstone
This commit is contained in:
parent
8099a4bd17
commit
bc3bde4cf8
1 changed files with 2 additions and 6 deletions
|
@ -202,12 +202,8 @@ mcl_stairs.register_stair_and_slab_simple("blackstone_brick_polished", "mcl_blac
|
|||
mcl_walls.register_wall(
|
||||
"mcl_blackstone:wall",
|
||||
S("Blackstone Wall"),
|
||||
"mcl_blackstone:blackstone",
|
||||
nil,
|
||||
nil,
|
||||
nil,
|
||||
minetest.registered_nodes["mcl_blackstone:blackstone"]._mcl_hardness,
|
||||
minetest.registered_nodes["mcl_blackstone:blackstone"]._mcl_blast_resistance)
|
||||
"mcl_blackstone:blackstone"
|
||||
)
|
||||
|
||||
--lavacooling
|
||||
|
||||
|
|
Loading…
Reference in a new issue