1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-11-05 10:00:26 +01:00

Tweak a bit the "Sponge Block (Decorative)" ...

description
This commit is contained in:
Ombridride 2015-09-22 21:16:50 +02:00
parent a46264797c
commit 5a9770f45d

View File

@ -181,7 +181,7 @@ minetest.register_node("multitest:door_mat", {
})
minetest.register_node("multitest:sponge_block", {
description = "Sponge block",
description = "Sponge Block (Decorative)",
tiles = {"multitest_sponge_block.png"},
groups = {oddly_breakable_by_hand=3,},
})