mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-27 21:33:44 +01:00
Made hollow logs climbable from the inside
This commit is contained in:
parent
5cc5d342ea
commit
14881f55e6
@ -58,6 +58,7 @@ function vl_hollow_logs.register_hollow_log(defs)
|
||||
use_texture_alpha = "clip",
|
||||
sounds = mcl_sounds.node_sound_wood_defaults(),
|
||||
sunlight_propagates = true,
|
||||
climbable = true,
|
||||
tiles = {modname .. "_"..name..".png"},
|
||||
_mcl_blast_resistance = 2,
|
||||
_mcl_hardness = 2,
|
||||
|
Loading…
Reference in New Issue
Block a user