In Control!

In Control!

72M Downloads

Definition "block":

OldSerpskiStalker opened this issue ยท 0 comments

commented

How do I check the block for mobs in general and prohibit spawn on a specific one? For the "Scape and Run Parasites" mod, I need to prohibit the spawn of zombies on infected blocks:
{
"mob": ["minecraft:zombie"],
"block": ["srparasites:infestedrubble", "srparasites:infestedtrunk", "srparasites:infestedstrain", "srparasites:parasitestain", "srparasites:parasiterubbledense", "srparasites:infestremain", "srparasites:infestedbuch"],
"result": "deny"
},
{
"mob": ["minecraft:zombie"],
"result": "default"
}
I have already tried everything, but with no result