Team-RTG / Realistic-Terrain-Generation

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

Add Galacticraft to invalidBiomes #1337

Closed tie closed 4 years ago

Ezoteric commented 4 years ago

could also have added MP and EP :P

srs-bsns commented 4 years ago

This PR and #1335 were both invalid for 2 reasons.

  1. I had already planned for a mod-level blacklist which can be seen in: https://github.com/Team-RTG/Realistic-Terrain-Generation/commit/7b2a4105420e3fbe91f5c00b93615a665a7f22d4
  2. The ModCompat$Mods enum (ModCompat.java#L235) is reserved for mods that have biomes that RTG actually supports.
Ezoteric commented 4 years ago

nice