Majrusz / MajruszsProgressiveDifficultyMod

Minecraft modification that progressively increases the game difficulty over time.
21 stars 29 forks source link

[Bug Report] Conflict with End Remastered #44

Closed litjohn50 closed 3 years ago

litjohn50 commented 3 years ago

MPDM: 0.5.3 Forge:36.1.4 Minecraft:1.16.5

Problem: The End Remastered Mod lets you have to explore the minecraft world to unlock the end by getting Custom ender eyes. One of those Ender eyes you have to kill a Guardian to Obtain.

But it seems that your mod is overriding the Guardian loot Table for the loot Boxes. Making these eyes unobtainable which makes the game unwinnable.

litjohn50 commented 3 years ago

This will be fixed just by changing the true to false TreasureBagManager.addTreasureBagTo( EntityType.ELDER_GUARDIAN, Instances.ELDER_GUARDIAN_TREASURE_BAG, false ); TreasureBagManager.addTreasureBagTo( EntityType.WITHER, Instances.WITHER_TREASURE_BAG, false ); TreasureBagManager.addTreasureBagTo( EntityType.ENDER_DRAGON, Instances.ENDER_DRAGON_TREASURE_BAG, false );

Majrusz commented 3 years ago

Hi, sorry for late response. This will be fixed in the next update.