1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-29 07:50:35 +02:00

stack update of sponge mod

This commit is contained in:
Ombridride 2015-02-08 23:30:30 +01:00
parent fffef558bb
commit 9004681aaa

View File

@ -7,7 +7,7 @@ minetest.register_node("sponge:sponge", {
pointable = true,
diggable = true,
buildable_to = false,
stack_max = 64,
stack_max = 99,
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3},
on_place = function(itemstack, placer, pointed_thing)
local pn = placer:get_player_name()