Simplify selection box for slime block

This commit is contained in:
Wuzzy 2017-09-01 20:55:33 +02:00
parent 56b18a078b
commit 92c162250b
1 changed files with 3 additions and 0 deletions

View File

@ -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,