Add end rod FIXME

This commit is contained in:
Wuzzy 2017-01-28 01:30:58 +01:00
parent 4647bbcad9
commit d737108e4e
1 changed files with 1 additions and 0 deletions

View File

@ -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(),
})