Team-RTG / Realistic-Terrain-Generation

The Realistic Terrain Generation mod for Minecraft.
GNU General Public License v3.0
245 stars 117 forks source link

No BOP Biomes Spawning #1324

Closed Liam-McCormack-Github closed 5 years ago

Liam-McCormack-Github commented 5 years ago
Affected Mod Versions:

(Please list other mods and their versions if you feel they are relevant to this issue. i.e. Biomes O' Plenty)

I saw on 1.7.10 Post that you had to use BiomeTweaker and I have installed that but still nothing. I feel like I am being stupid or you haven't intergrated this feature yet or something.

I have reinstalled both Biomes O plenty and RTG but still no clue what I am missing.

Steps to reproduce the issue: (If it's easily reproducible.)

1.Install RTG, BOP and Traverse 2.Create RTG World 3.No BOP Biomes

Extra Information:
whichonespink44 commented 5 years ago

Have you created 'tweaks' for BiomeTweaker? If not, you'll need to add those before BOP biomes will generate in RTG worlds.

Here are some example tweaks that should get you up and running: https://github.com/Team-RTG/Realistic-Terrain-Generation/blob/1.12.2-dev/etc/biometweaker/BiomesOPlenty/RTG.cfg

Let us know if they're still not spawning for you.

Liam-McCormack-Github commented 5 years ago

Sorry for taking so long to get back. It works, thanks for the help.

Is there a way to change biome sizes?

srs-bsns commented 5 years ago

Is there a way to change biome sizes?

In RTG, currently no, but there will be a setting before final release.

If you are already using BiomeTweaker, there is a setting, but you must have missed it in the example config: https://github.com/Team-RTG/Realistic-Terrain-Generation/blob/1.12.2-dev/etc/biometweaker/BiomesOPlenty/RTG.cfg#L370

Tweaker.setAverageBiomeSize("RTG", 4)

4 is the default biome size in the vanilla default world type. 6 is the biome size in the vanilla Large Biomes world type. I can't remember if this value gets clamped to min/max anywhere, but you probably don't want to go lower than 3 or higher than 6.