diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a5907..614ff45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,3 @@ # What's New: -- Added `loot.LootCodecs` & `loot.LootContextBuilder` from Andromeda and Commander. - - in 1.20.1, `LootCodecs` is a wrapper around `Json(De)SerializationContext`, in future versions it uses the real codecs. - - `LootContextBuilder` is a wrapper around `LootParams.Builder` with some utility methods added. -- Exposed custom dynamic ops in `JsonCodecDataLoader` and finalized the `apply` to match pulsar 1.20.1 \ No newline at end of file +- This changes the FakeLevel strategy to Unsafe, instead of loading registries and whatnot, meaning it is a lot less stable, but should conflict less. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 81895ba..3878952 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ org.gradle.jvmargs=-Xmx1G # check these on https://modmuss50.me/fabric.html minecraft_version=1.21.10 # Mod Properties -mod_version=0.3.0 +mod_version=0.3.1 maven_group=dev.zenfyr archives_base_name=pulsar