mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Update of Mesecon mod (http://github.com/Jeija/minetest-mod-mesecons)
Signed-off-by: LeMagnesium <mg.minetest@gmail.com>
This commit is contained in:
@ -2,7 +2,6 @@ minetest.register_node("mesecons_noteblock:noteblock", {
|
||||
description = "Noteblock",
|
||||
tiles = {"mesecons_noteblock.png"},
|
||||
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2},
|
||||
drawtype = "allfaces_optional",
|
||||
visual_scale = 1.3,
|
||||
paramtype="light",
|
||||
after_place_node = function(pos)
|
||||
|
Reference in New Issue
Block a user