Made hollow logs climbable from the inside

This commit is contained in:
the-real-herowl 2024-09-26 23:31:25 +02:00
parent 5cc5d342ea
commit 14881f55e6
1 changed files with 1 additions and 0 deletions

View File

@ -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,