mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Add end rod FIXME
This commit is contained in:
parent
4647bbcad9
commit
d737108e4e
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ minetest.register_node("mcl_end:end_rod", {
|
|||
},
|
||||
},
|
||||
selection_box = rod_box,
|
||||
-- FIXME: Collision box does not seem to rotate correctly
|
||||
collision_box = rod_box,
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue