mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 01:50:25 +01:00
Small typo fix about mese monster
This commit is contained in:
parent
76b5cdf9d2
commit
526caf9acb
|
@ -66,7 +66,7 @@ mobs:register_mob("mobs:mese_monster", {
|
|||
|
||||
minetest.register_node("mobs:mese_monster_spawner", {
|
||||
description = "Mese Monster Spawner",
|
||||
tiles = {"mese_block.png"},
|
||||
tiles = {"default_mese_block.png"},
|
||||
is_ground_content = false,
|
||||
groups = {unbreakable = 1, mob_spawner=1},
|
||||
sounds = default.node_sound_stone_defaults({
|
||||
|
|
Loading…
Reference in New Issue
Block a user