diff --git a/build.gradle b/build.gradle index 0e03b7f..e85574e 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import net.fabricmc.loom.task.RemapJarTask import java.time.Year plugins { - id 'fabric-loom' version '0.8-SNAPSHOT' + id 'fabric-loom' version '0.10-SNAPSHOT' id "org.cadixdev.licenser" version "0.6.0" id 'com.matthewprenger.cursegradle' version '1.4.0' id 'com.jfrog.artifactory' version '4.21.0' diff --git a/changelog.md b/changelog.md index d841570..b42aaff 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +------------------------------------------------------ +Version 1.4.0 +------------------------------------------------------ +- Ability sources that are missing during deserialization will now be removed with a warning instead of sticking around forever +- PAL properties will now persist after a dimension change + ------------------------------------------------------ Version 1.3.0 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index 4e4ddd4..138847e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,12 +5,12 @@ org.gradle.jvmargs=-Xmx1G # check these on https://fabricmc.net/use minecraft_version=1.17.1 yarn_mappings=1.17.1+build.10 -loader_version=0.11.6 +loader_version=0.12.5 #Fabric api -fabric_version=0.37.0+1.17 +fabric_version=0.42.1+1.17 # Mod Properties -mod_version = 1.3.0 +mod_version = 1.4.0 maven_group = io.github.ladysnake archives_base_name = pal