Possible conflict with world generation manager
chaNcharge opened this issue ยท 3 comments
Affected Mod Versions:
(Please list other mods and their versions if you feel they are relevant to this issue. i.e. Biomes O' Plenty)
- Forge version: 12.18.2.2151
- RTG version: 4.1.1.8
Issue Description:
When I have world generation manager installed, something is stopping its ASM transformer from working. I'm unsure if the issue is related to RTG, but it's my best guess at the moment.
Steps to reproduce the issue: (If it's easily reproducible.)
- Install world generation manager, including CreativeCore
- Install RTG, version above
- Add in biometweaker and biomes o plenty if needed
Extra Information:
fml-client-latest.log file
https://drive.google.com/file/d/0B3ZoX-8LP704bmk2UlliZkU1a00/view
@chaNcharge The reason that mods use ASM is to modify Java code in other mods that they otherwise wouldn't be able to modify, so if another mod is having trouble modifying some code, it's up to that mod to fix it.