How to stop Cobblemon from spawning near a Mega Torch (Torchmaster) #611
GrafKakashi
started this conversation in
Mons + Mod Interactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey ATM team! Since the pack ships both Torchmaster and Cobblemon, could you add the Torchmaster ↔ Cobblemon compat out of the box?
Right now, even with Torchmaster Cobblemon Compat installed, wild Pokémon still spawn near a Mega Torch until someone manually edits the config. The compat mod only wires up the event handling — the block list still has to be set by hand.
Request: ship the
cobblemon:pokemonentry already enabled in the defaultconfig/torchmaster.tomlin the server files, so it works without players/admins having to touch the config:
toml megaTorchEntityBlockListOverrides = [ "+cobblemon:pokemon" ] Optionally also block NPCs by default:
toml megaTorchEntityBlockListOverrides = [ "+cobblemon:pokemon", "+cobblemon:npc" ] Notes:
Thanks!
All reactions