Universal Enchants

Universal Enchants

2M Downloads

Incompatibility with Truly Modular

Smartin-b opened this issue ยท 0 comments

commented

Mod Loader (Required)

Fabric

Minecraft Version (Required)

1.20.1

Mod Version (Required)

8.0.0

Notes (Required)

When playing with Truly Modular its modular items can nolonger be properly enchanted.
grafik
there will be unclickable fields in the enchanting table and only unbreaking will be allowed as an enchantment
Truly Modular implements its allowed enchantments via this mixin
https://github.com/Truly-Modular/Modular-Item-API/blob/main/common/src/main/java/smartin/miapi/mixin/EnchantmentHelperMixin.java
and this property
https://github.com/Truly-Modular/Modular-Item-API/blob/main/common/src/main/java/smartin/miapi/modules/properties/EnchantmentProperty.java
where vanilla enchantment groups are mirrored to allow modular items to select exactly what enchants they want and what they do not want.
Im Truly Modulars lead dev, so if this issue is in any way caused by truly modular/if i should change how Truly Modular interacts with enchantments feel free contact me

latest.log (Optional)

No response