Steveplays28 / pathunderfencegates

Minecraft Fabric mod that allows you to make dirt paths under fence gates, and more!
https://www.curseforge.com/minecraft/mc-mods/pathunderfencegates
GNU Lesser General Public License v3.0
1 stars 1 forks source link

1.19 version needs dependency update (still at 1.18.2 in fabric.mod.json) #2

Closed Tursiops-G closed 2 years ago

Tursiops-G commented 2 years ago

Incompatible mod set! net.fabricmc.loader.impl.FormattedException: Mod resolution encountered an incompatible mod set! A potential solution has been determined:


fabric.mod.json: "depends": { "fabricloader": ">=0.13.3", "minecraft": "1.18.2"

James103 commented 2 years ago

To update in fabric.mod.json:

Also needs updating in gradle.properties:

After making these changes, recompile the mod with gradlew build (or ./gradlew build) and test the mod by copying the built jar (without dev or sources) in build/libs to the mods folder in a clean 1.19 Fabric instance.

Steveplays28 commented 2 years ago

IntelliJ didn't want to push the changes I made to fabric.mod.json and gradle.properties before building to GitHub for some reason. I did update the dependencies, I think I mixed up the build file though and accidentally reuploaded the 1.18.x build.

Thanks for pointing this out, I'll upload a fixed version as well as actually push my changes to those two files in a minute.

Steveplays28 commented 2 years ago

I've uploaded a fixed 1.19.x jar to GitHub, Modrinth, and CurseForge (CurseForge is still processing).