Cristelknight999 / Cristel-Lib

A Library Mod for Structure configs
2 stars 1 forks source link

Fix compatibility with latest Fabric API + TerraBlender #15

Closed unilock closed 5 months ago

unilock commented 5 months ago

This PR adjusts the parameters of ModNioResourcePack#create in fabric-like/src/main/java/net/cristellib/fabriclike/CristelLibFabricLikePlatform.java to account for changes in recent versions of Fabric API (fixing a crash), and updates the mixin into TerraBlenderConfig for recent versions of TerraBlender (allowing the mod to compile).

It also updates the dependency versions accordingly.