]> git.lizzy.rs Git - xdecor.git/blobdiff - nodes.lua
Use unpack for nodebox defs & misc. tweaking
[xdecor.git] / nodes.lua
index aa3cc4b0b52ea2a984782c360474f926c94f46e0..20619bf686a24be272636300e161b6e4ab9e879c 100644 (file)
--- a/nodes.lua
+++ b/nodes.lua
@@ -427,10 +427,10 @@ xdecor.register("stonepath", {
        sounds = default.node_sound_stone_defaults(),
        sunlight_propagates = true,
        node_box = xdecor.pixelnodebox(16, {
-               {8,  0,  8, 6, 0.5, 6},
-               {1,  0,  1, 6, 0.5, 6},
-               {1,  0, 10, 5, 0.5, 5},
-               {10, 0,  2, 4, 0.5, 4}
+               {8,  0,  8, 6, .5, 6},
+               {1,  0,  1, 6, .5, 6},
+               {1,  0, 10, 5, .5, 5},
+               {10, 0,  2, 4, .5, 4}
        }),
        selection_box = xdecor.nodebox.slab_y(0.05)
 })