Skip to content

Commit

Permalink
23w32a
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Aug 10, 2023
1 parent 1a4b5bb commit 95973a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,6 @@ public int size() {
return this.wrapped.size();
}

@Override
@NotNull
public Holder<T> registerMapping(int rawId, ResourceKey<T> key, T entry, Lifecycle lifecycle) {
throw new UnsupportedOperationException("DelayedRegistry does not support set.");
}

@Override
@NotNull
public Reference<T> register(ResourceKey<T> key, T entry, Lifecycle lifecycle) {
Expand Down

0 comments on commit 95973a0

Please sign in to comment.