Skip to content

Commit

Permalink
1.21.4-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Nov 29, 2024
1 parent bd64c85 commit ed7016c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id 'net.fabricmc.filament'
}

def minecraft_version = "1.21.4-rc2"
def minecraft_version = "1.21.4-rc3"

filament {
minecraftVersion = minecraft_version
Expand Down
3 changes: 0 additions & 3 deletions mappings/net/minecraft/world/PersistentStateManager.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ CLASS net/minecraft/class_26 net/minecraft/world/PersistentStateManager
ARG 1 type
ARG 2 id
METHOD method_61873 startSaving ()Ljava/util/concurrent/CompletableFuture;
METHOD method_61875 save (Ljava/nio/file/Path;Lnet/minecraft/class_2487;)Ljava/util/concurrent/CompletableFuture;
ARG 0 path
ARG 1 nbt
METHOD method_61876 (Ljava/util/Map$Entry;)Ljava/util/concurrent/CompletableFuture;
ARG 0 entry
METHOD method_61877 (Ljava/util/Map;Ljava/lang/Object;)Ljava/util/concurrent/CompletionStage;
Expand Down

0 comments on commit ed7016c

Please sign in to comment.