mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 12:31:05 +01:00
Update mods/ITEMS/mcl_stonecutter/init.lua
This commit is contained in:
parent
b3da7a473d
commit
07eb70e9be
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ minetest.register_node("mcl_stonecutter:stonecutter", {
|
||||||
type = "vertical_frames",
|
type = "vertical_frames",
|
||||||
aspect_w = 16,
|
aspect_w = 16,
|
||||||
aspect_h = 16,
|
aspect_h = 16,
|
||||||
length = 1
|
length = 0.15
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue