Decrease Apple stack_max count from 99 to 30
This commit is contained in:
parent
da892007cc
commit
a4472242a8
1 changed files with 1 additions and 0 deletions
|
@ -570,6 +570,7 @@ minetest.register_node("default:apple", {
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
tiles = {"default_apple.png"},
|
tiles = {"default_apple.png"},
|
||||||
inventory_image = "default_apple.png",
|
inventory_image = "default_apple.png",
|
||||||
|
stack_max = 30,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
|
|
Loading…
Reference in a new issue