1
0
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:
tenplus1
2024-01-29 16:01:59 +00:00
parent 97771f8e65
commit ceefbcec39
2 changed files with 12 additions and 6 deletions

View File

@ -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)