diff --git a/Changelog.md b/Changelog.md index 7e4e2b7..cb06056 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,12 @@ +Flan 1.8.1 +================ +- Relocating shaded libs. Should solve some lib problems. + Note: If a mod crashed before cause of this also report the problem to the other mod + since this only occurs more than one mod messed it up +- Fabric: Permission api v2 support. + Things like "flan.claim.blocks.max" nodes are now usable +- Ignoring hostile mobs during interaction check + Flan 1.8.0 ================ - Update to forge 41.1.0 diff --git a/gradle.properties b/gradle.properties index 744c305..9262fe2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ forge_version=1.19-41.1.0 # check these on https://fabricmc.net/use loader_version=0.14.8 # Mod Properties -mod_version=1.8.0 +mod_version=1.8.1 maven_group=io.github.flemmli97 archives_base_name=flan