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 (sponge wet)

This commit is contained in:
Ombridride 2015-02-08 23:31:25 +01:00
parent 9004681aaa
commit 0d4a868894

View File

@ -86,6 +86,6 @@ minetest.register_node("sponge:sponge_wet", {
pointable = true,
diggable = true,
buildable_to = false,
stack_max = 64,
stack_max = 99,
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=3},
})