chimericdream / minekea

Minecraft mod to add a variety of vanilla-esque decorative and functional blocks.
https://www.curseforge.com/minecraft/mc-mods/minekea-fabric
MIT License
4 stars 2 forks source link

Do not rely on an exact version of ARRP #57

Closed SolidBlock-cn closed 5 hours ago

SolidBlock-cn commented 2 years ago

In the fabric.mod.json, the mod should not rely on an exact ARRP version. It breaks the compatibility if I update to a newer ARRP.

chimericdream commented 2 years ago

Good call-out. I originally relied on * for the version, but needed to update after some bugs got fixed. I will change it to be "x or later".

chimericdream commented 2 years ago

Actually, I just double checked, and I depend on >=0.6.2, so it should work if you are on that version or later.

What version of Minekea, Minecraft, and ARRP do you have?