forked from VoxeLibre/VoxeLibre
Simplify selection box for slime block
This commit is contained in:
parent
56b18a078b
commit
92c162250b
|
@ -26,6 +26,9 @@ minetest.register_node("mcl_core:slimeblock", {
|
|||
{-0.5, -0.5, -0.5, 0.5, 0.5, 0.5},
|
||||
}
|
||||
},
|
||||
selection_box = {
|
||||
type = "regular",
|
||||
},
|
||||
tiles = {"mcl_core_slime.png"},
|
||||
paramtype = "light",
|
||||
use_texture_alpha = true,
|
||||
|
|
Loading…
Reference in New Issue