mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-20 01:51:06 +01:00
Simplify selection box for slime block
This commit is contained in:
parent
56b18a078b
commit
92c162250b
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue