MinecraftModDevelopmentMods / AdditionalLootTables

MIT License
2 stars 2 forks source link

Conflict with OTG and JER #11

Open Scrayyg opened 6 years ago

Scrayyg commented 6 years ago

Minecraft Version 1.12.2 Forge: 1.12.2 - 14.23.1.2555 Issue: Having both Just Enough Resources and AdditionalLootTables loaded when attempting to create a world with Open Terrain Generator causes the normal creation menu to appear instead of the special OTG one. Both JER and Additional work with OTG individually the problem seems to occur if both are in at once.

dshadowwolf commented 6 years ago

Not a clue... ALT very specifically interacts with the loot tables themselves and nothing else - it doesn't do graphics, it doesn't have menus and it doesn't do any loot tables except vanilla ones as those are the only ones it understands.

This MIGHT, however, actually be a conflict between JER and ALT in some manner, as JER scans loot tables and ALT adds them. This will require some testing to see what is actually happening.

Scrayyg commented 6 years ago

I submitted this issue on OTG and JER's githubs as well and have been talking with way2muchnoise they asked for the smallest set of mods that causes the problem and their versions, so I figured it would probably be useful here to.

OpenTerrainGenerator-1.12.2 - v2 OTG-Core.jar - Created by OpenTerrainGenerator Jei_1.12.2-4.8.4.130 - Dependent for JER JustEnoughResources-1.12.2-0.8.6.33 AdditionalLootTables-1.12.1-2.0.2.29

dshadowwolf commented 6 years ago

hrm... I'll have to look into this more - I just haven't had the time with the work going on to get MMDLib useful and not break BaseMetals or others with the change of MMDLib from being inside BaseMetals to being standalone