Decrease Apple stack_max count from 99 to 30

This commit is contained in:
Anand S 2018-03-17 14:32:37 +05:30 committed by rubenwardy
parent da892007cc
commit a4472242a8

View file

@ -570,6 +570,7 @@ minetest.register_node("default:apple", {
drawtype = "plantlike",
tiles = {"default_apple.png"},
inventory_image = "default_apple.png",
stack_max = 30,
paramtype = "light",
sunlight_propagates = true,
walkable = false,