2

Monster Spawn control data packs?

Zanzazaar 4/9/22 6:25 am
63
4/21/2022 8:26 pm
Hi!

Does somebody know any data pack that adds alternative way to block monster spawn, working on 1.18? Something like megatorch but still working ;) Something to use without commands.
Posted by
Zanzazaar
Level 1 : New Miner
0

  Have something to say?

JoinSign in

2

garlicbreathinator
04/21/2022 8:26 pm
Level 33 : Artisan Loremaster owo
It is impractical to control mob spawns directly, but you could "cancel" mob spawns with

execute at @e[​tag=spawnBlocker] run tp @e[​type=#blocker:hostile_mobs,distance=..100,tag=!counted] ~ ~-1000 ~
tag @e add counted

Basically, define a list of hostile mobs and when a new one spawns within 100 blocks of the marker, despawn it by teleporting it into the void.
1
TomPMC
04/21/2022 8:11 pm
Level 1 : New Miner
Hi,
I would rather suggest to try the mod:
In Control
https://www.curseforge.com/minecraft/mc-mods/in-control

(however for 1.18.x it's still in beta phase)
1

Welcome