Page 1 of 1

Looking for help related to spawning.

PostPosted: 11 Feb 2020 18:40
by HildaBestGirl
I'm having issues finding spawning configs for Pixelmon Reforged 7.2.0. I looked in the config/pixelmon.hocon and config/pixelmon/BetterSpawnerConfig.json files, but I didn't find the right setting to control spawning.

I'm looking to Disable Natural Spawning (To make use of the Pixelmon Spawner item for custom maps. Mainly to control where specific Pokemon spawn in per area for regional Pokemon.) and I'm looking to Disable Natural NPC Spawning as well.

The Wiki says to look for a "spawnDimensions" setting in the config, but I could not find it.

Thank you.

Re: Looking for help related to spawning.

PostPosted: 12 Feb 2020 11:19
by SKyTheThunder
The BetterSpawnerConfig.json has a "dimensions" list at the very top. Replacing that with an unused dimension ID will cause the system to only attempt to spawn in that nonexistent dimension, effectively disabling all spawns.

Looking for help related to spawning.

PostPosted: 12 Feb 2020 16:35
by HildaBestGirl
Hello, thank you for the reply. I see the line of code: {"dimensions": [0,1,-1,72]}
What do I change these values to? Just change all four numbers to something that doesn't exist like 99?

Looking for help related to spawning.

PostPosted: 13 Feb 2020 04:18
by XpanD
You could do that, or you could replace everything with a single "99" or another nonsense value. Make sure there's no comma behind it! The last element in an array should always be without one.

You'd end up with:
Code: Select all[99]