YUNG-GANG / YUNGs-Better-Strongholds

Minecraft mod for enhancing vanilla strongholds
GNU Lesser General Public License v3.0
23 stars 11 forks source link

Compatibility with repurposed structures (increaseWeightLimit) #41

Closed davidalb97 closed 2 years ago

davidalb97 commented 2 years ago

While using Repurposed Structures with Yung's Better Strongholds, the following warning shows up on server:

[main/WARN]: @ModifyConstant conflict. Skipping betterstrongholds.mixins.json:StructurePoolMixin->@ModifyConstant::betterstrongholds_increaseWeightLimit(I)I with priority 1000, already redirected by repurposed_structures.mixins.json:structures.StructurePoolMixin->@ModifyConstant::repurposedstructures_increaseWeightLimitProd(I)I with priority 1000

From what I understand, both mods are attempting to do the same thing, but Yung's Better Strongholds mixin is the one being disabled. Is this mod compatible with Repurposed Structures? If so, is it safe to ignore that function?

Modlist:

log on pastebin

Opened the same issue on Repurposed Structures

TelepathicGrunt commented 2 years ago

Yungs, you can close this. It’s just a misunderstand on how our mixins work