mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-11 11:07:30 +01:00
Add end rod FIXME
This commit is contained in:
parent
4647bbcad9
commit
d737108e4e
@ -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 New Issue
Block a user