forked from VoxeLibre/VoxeLibre
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,
|
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 New Issue