RobertHoueland / enchantments-plus

Minecraft fabric mod that adds new fun and useful enchantments
https://www.curseforge.com/minecraft/mc-mods/enchantments-plus-fabric
MIT License
3 stars 6 forks source link

Depend only version 11.0.99 of cloth-config #6

Closed Minecrafthyr closed 1 year ago

Minecrafthyr commented 1 year ago

fabric.mod.json

Line 37:

    "cloth-config": "11.0.99"

It should be:

    "cloth-config": ">11.0.99"
RobertHoueland commented 1 year ago

Good catch, thank you! Fixed in v1.1.10