mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-13 05:50:31 +01:00
Fix stone_with_coin alias
This commit is contained in:
parent
aeb7701c62
commit
d8572b83cf
|
@ -12,7 +12,7 @@ minetest.register_node(
|
|||
},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
})
|
||||
minetest.register_alias("default:stone_with_coin", "nalc:stone_with_coins")
|
||||
minetest.register_alias("default:stone_with_coin", "nalc:stone_with_coin")
|
||||
|
||||
-- Ores
|
||||
minetest.register_ore(
|
||||
|
|
Loading…
Reference in New Issue
Block a user