mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
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
Block a user