mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-13 03:20:26 +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(),
|
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
|
-- Ores
|
||||||
minetest.register_ore(
|
minetest.register_ore(
|
||||||
|
Loading…
Reference in New Issue
Block a user