Make hollow barrel rotatable

This commit is contained in:
Wuzzy 2024-08-09 11:30:34 +02:00
parent e4fd7a6383
commit 45fea26a4f

View File

@ -670,7 +670,7 @@ register_element("hollow_barrel", {
},
use_texture_alpha = ALPHA_LASER,
light_source_on = lzr_globals.LASER_GLOW,
groups = { rotatable = 2, laser_block = 1 },
groups = { rotatable = 1, laser_block = 1 },
sounds = lzr_sounds.node_sound_wood_defaults(),
}, { allow_take = true })