From 95973a044591158f0d0b9c2438ac16fef5fb0212 Mon Sep 17 00:00:00 2001 From: Treetrain1 Date: Thu, 10 Aug 2023 05:43:16 -0500 Subject: [PATCH] 23w32a --- CHANGELOG.txt | 4 +--- gradle.properties | 6 +++--- .../core/registry/impl/event/DelayedRegistry.java | 6 ------ 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8fbd4d9d3..313e686c5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,6 +4,4 @@ Make sure to clear this after each release Put changelog here: ----------------- -- Updated to 23w31a -- Updated included Jankson to 1.2.3 -- Added a config reload command to reload configs from a mod (/frozenlib_config reload modId) +- Updated to 23w32a diff --git a/gradle.properties b/gradle.properties index 1c9ca5282..7744f0c0b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,8 +10,8 @@ # Fabric Properties # Get new versions at https://fabricmc.net/develop and https://lambdaurora.dev/tools/import_quilt.html - minecraft_version=23w31a - quilt_mappings=23w31a+build.2 + minecraft_version=23w32a + quilt_mappings=23w32a+build.1 parchment_mappings=2023.06.25 loader_version=0.14.22 @@ -22,7 +22,7 @@ archives_base_name = FrozenLib # Dependencies - fabric_version=0.86.1+1.20.2 + fabric_version=0.86.2+1.20.2 fabric_asm_version=v2.3 toml4j_version=0.7.2 jankson_version=1.2.3 diff --git a/src/main/java/org/quiltmc/qsl/frozenblock/core/registry/impl/event/DelayedRegistry.java b/src/main/java/org/quiltmc/qsl/frozenblock/core/registry/impl/event/DelayedRegistry.java index 079c5b53c..f22201a84 100644 --- a/src/main/java/org/quiltmc/qsl/frozenblock/core/registry/impl/event/DelayedRegistry.java +++ b/src/main/java/org/quiltmc/qsl/frozenblock/core/registry/impl/event/DelayedRegistry.java @@ -233,12 +233,6 @@ public int size() { return this.wrapped.size(); } - @Override - @NotNull - public Holder registerMapping(int rawId, ResourceKey key, T entry, Lifecycle lifecycle) { - throw new UnsupportedOperationException("DelayedRegistry does not support set."); - } - @Override @NotNull public Reference register(ResourceKey key, T entry, Lifecycle lifecycle) {