AlmuraDev / SGCraft

Stargates mod for Minecraft
https://www.almuramc.com/sgcraft/SGCraft.html
MIT License
31 stars 31 forks source link

[Issue][Config] dimensionIDs is missing from the documentation. What does it do? #174

Closed dustojnikhummer closed 2 years ago

dustojnikhummer commented 3 years ago

dimensionIDs=0 is the default config in Naquadah{} section, but its explanation is missing in your documentation.

Is there a way to get Naquadah to generate in Aroma Mining World?

Bottswana commented 3 years ago

Based on the code in NaquadahOreWorldGen.java, I believe it is a comma delimited string. For me, Aroma1997's Mining world dim is -6. so I used a value of 0,-6

dustojnikhummer commented 3 years ago

So the line would be dimensionIDs=0,dimensionID1,dimensionID2 and so on?

Bottswana commented 3 years ago

Exactly

dustojnikhummer commented 3 years ago

Thanks!