mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-23 08:29:34 +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,
|
selection_box = rod_box,
|
||||||
|
-- FIXME: Collision box does not seem to rotate correctly
|
||||||
collision_box = rod_box,
|
collision_box = rod_box,
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue