MCTCP / TerrainControl

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

Fix field name reflection. #558

Closed Dockter closed 6 years ago

Dockter commented 6 years ago

Fixes thread dump when trying to get declared field by non-obfuscated name.

Signed-off-by: Dockter dockter@almuramc.com

rutgerkok commented 6 years ago

Thanks! Ideally, this would be done using an access transformer, but this should work for now.