mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
Made hollow logs climbable from the inside
This commit is contained in:
parent
5cc5d342ea
commit
14881f55e6
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue