Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop spawning wolves in a certain dimension... #39

Closed
Charizard694 opened this issue Feb 3, 2018 · 2 comments
Closed

Stop spawning wolves in a certain dimension... #39

Charizard694 opened this issue Feb 3, 2018 · 2 comments

Comments

@Charizard694
Copy link

Charizard694 commented Feb 3, 2018

Hi guys!

Can anyone tell/show me what exactly to put down in the config next to blacklisting dimensions so wolves don't spawn in that map? The dimension id/name is UW_GARDEN_2

Where and how would I input that in the config line of

# List of dimensions to NEVER spawn Stacy's Wolves in.
I:dimensionSpawnBlackList <
 >

Thanks in advance :)

@LyraelRayne
Copy link
Owner

That doesn't look like a dimension ID to me. Dimension IDs are numbers. That looks more like a biome within that dimension.

I don't know of any easy way of finding which dimension matches which ID, but usually the mod which adds a dimension lets you set what the ID is in configuration, and the mod's configuration contains the default. You can also look in your saves/ folder and you'll see a bunch of DIM# folders where # is the dimension ID. (DIM-1 is dimension -1 which is the nether. DIM1 is The End, etc.) If there aren't a lot of different dimensions then maybe you can see which one.

When you do ultimately find out the correct ID, simply put the number on a line by itself between the < and the > like so

I:dimensionSpawnBlackList <
   7
>

Without knowing what mod the dimension is from I can't provide much more help than that I'm afraid.

@Charizard694
Copy link
Author

Ahh thank you soo much! The dimension ID is 2 (well from what I could assumed in the folder title - "UW_GARDEN_2") tested it and worked a-okay. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants