mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-06-28 14:36:03 +02:00
add some missing mineclone groups
This commit is contained in:
@ -20,7 +20,9 @@ minetest.register_node("mobs:spawner", {
|
||||
paramtype = "light",
|
||||
walkable = true,
|
||||
description = S("Mob Spawner"),
|
||||
groups = {cracky = 1},
|
||||
groups = {cracky = 1, pickaxey = 3},
|
||||
_mcl_hardness = 1,
|
||||
_mcl_blast_resistance = 5,
|
||||
|
||||
on_construct = function(pos)
|
||||
|
||||
|
Reference in New Issue
Block a user