mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
fix typo
This commit is contained in:
@ -105,7 +105,7 @@ minetest.register_node("mobs:pumpking_spawner", {
|
||||
"farming_pumpkin_face_on.png"
|
||||
},
|
||||
is_ground_content = false,
|
||||
groups = {unbkreakable = 1, mob_spawner=1},
|
||||
groups = {unbreakable = 1, mob_spawner=1},
|
||||
sounds = default.node_sound_stone_defaults({
|
||||
dug = {name="mobs_king", gain=0.25}
|
||||
})
|
||||
|
Reference in New Issue
Block a user