1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-19 22:10:21 +02:00

replace several explicit nodebox definitions with the function-version

This commit is contained in:
Tim
2015-08-19 15:49:32 +02:00
parent 91092d99be
commit 628c37e29e
3 changed files with 4 additions and 11 deletions

View File

@ -195,10 +195,7 @@ homedecor.register("shower_tray", {
{ 0.45, -0.45, -0.45, 0.5, -0.4, 0.45 }
},
},
selection_box = {
type = "fixed",
fixed = { -0.5, -0.5, -0.5, 0.5, -0.4, 0.5 },
},
selection_box = homedecor.nodebox.slab_y(0.1),
groups = {cracky=2},
sounds = default.node_sound_stone_defaults(),
on_destruct = function(pos)