MCTCP / TerrainControl

Minecraft Terrain Generator for SpigotMC and Forge
https://www.spigotmc.org/threads/terraincontrol.37980/
MIT License
230 stars 163 forks source link

[Forge] - Missing Forge Event calls. #553

Closed Dockter closed 6 years ago

Dockter commented 6 years ago

TXChunkGenerator doesn't fire any of the Forge Events that are part of the Forge Patch to ChunkGeneratorOverworld.

See: https://github.com/MinecraftForge/MinecraftForge/blob/1.12.x/patches/minecraft/net/minecraft/world/gen/ChunkGeneratorOverworld.java.patch

None of those events are being fired so other mods that add in structure generation object aren't being called.

Dockter commented 6 years ago

It has this now.