mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-14 15:11:05 +01:00
Keep same selection box size
This commit is contained in:
parent
17f2d85de9
commit
f644d37332
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ minetest.register_craftitem("mcl_farming:beetroot_seeds", {
|
|||
end
|
||||
})
|
||||
|
||||
local size = {[0]=-5, -3, 2}
|
||||
local size = {[0]=-5, -4, -3}
|
||||
|
||||
for i = 0, 2 do
|
||||
minetest.register_node("mcl_farming:beetroot_".. i, {
|
||||
|
|
Loading…
Reference in a new issue