Skip to content

Commit

Permalink
1.21.2-pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Oct 11, 2024
1 parent 349d5e1 commit 7baaaae
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 10 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.2-pre2"
def minecraft_version = "1.21.2-pre3"

filament {
minecraftVersion = minecraft_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CLASS net/minecraft/class_9276 net/minecraft/component/type/BundleContentsCompon
METHOD method_57425 calculateOccupancy (Ljava/util/List;)Lorg/apache/commons/lang3/math/Fraction;
ARG 0 stacks
METHOD method_57426 size ()I
METHOD method_57427 (Lnet/minecraft/class_9276;)Ljava/util/List;
METHOD method_57427 (Lnet/minecraft/class_9276;)Lcom/mojang/serialization/DataResult;
ARG 0 component
METHOD method_57428 getOccupancy ()Lorg/apache/commons/lang3/math/Fraction;
METHOD method_57429 isEmpty ()Z
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ CLASS net/minecraft/class_1665 net/minecraft/entity/projectile/PersistentProject
FIELD field_7579 piercingKilledEntities Ljava/util/List;
FIELD field_7584 sound Lnet/minecraft/class_3414;
FIELD field_7586 inBlockState Lnet/minecraft/class_2680;
FIELD field_7588 inGround Z
FIELD field_7589 PIERCE_LEVEL Lnet/minecraft/class_2940;
FIELD field_7590 piercedEntities Lit/unimi/dsi/fastutil/ints/IntOpenHashSet;
METHOD <init> (Lnet/minecraft/class_1299;DDDLnet/minecraft/class_1937;Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ CLASS net/minecraft/class_3898 net/minecraft/server/world/ServerChunkLoadingMana
FIELD field_54035 lightScheduler Lnet/minecraft/class_10171;
METHOD <init> (Lnet/minecraft/class_3218;Lnet/minecraft/class_32$class_5143;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/class_3485;Ljava/util/concurrent/Executor;Lnet/minecraft/class_1255;Lnet/minecraft/class_2823;Lnet/minecraft/class_2794;Lnet/minecraft/class_3949;Lnet/minecraft/class_5567;Ljava/util/function/Supplier;IZ)V
ARG 1 world
ARG 2 session
ARG 3 dataFixer
ARG 4 structureTemplateManager
ARG 5 executor
Expand Down Expand Up @@ -268,8 +267,6 @@ CLASS net/minecraft/class_3898 net/minecraft/server/world/ServerChunkLoadingMana
ARG 1 pos
METHOD method_53689 (Lnet/minecraft/class_1923;)V
ARG 1 pos
METHOD method_57120 (Lnet/minecraft/class_1923;Ljava/lang/Throwable;)Ljava/lang/Void;
ARG 2 throwable
METHOD method_60439 schedule (Lnet/minecraft/class_9759;)V
ARG 1 loader
METHOD method_60449 (Ljava/util/List;)Lnet/minecraft/class_9259;
Expand Down
1 change: 0 additions & 1 deletion mappings/net/minecraft/world/BlockView.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ CLASS net/minecraft/class_1922 net/minecraft/world/BlockView
METHOD method_61714 collectCollisionsBetween (Lnet/minecraft/class_243;Lnet/minecraft/class_243;Lnet/minecraft/class_238;)Ljava/lang/Iterable;
ARG 0 oldPos
ARG 1 newPos
ARG 2 boundingBox
METHOD method_61715 collectCollisionsBetween (Ljava/util/Set;Lnet/minecraft/class_243;Lnet/minecraft/class_243;Lnet/minecraft/class_238;)V
ARG 0 result
ARG 1 oldPos
Expand Down
2 changes: 0 additions & 2 deletions mappings/net/minecraft/world/chunk/Chunk.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ CLASS net/minecraft/class_2791 net/minecraft/world/chunk/Chunk
METHOD method_12006 getSectionArray ()[Lnet/minecraft/class_2826;
METHOD method_12007 setBlockEntity (Lnet/minecraft/class_2586;)V
ARG 1 blockEntity
METHOD method_12008 setNeedsSaving (Z)V
ARG 1 needsSaving
METHOD method_12009 getStatus ()Lnet/minecraft/class_2806;
METHOD method_12010 setBlockState (Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Z)Lnet/minecraft/class_2680;
ARG 1 pos
Expand Down
1 change: 0 additions & 1 deletion mappings/net/minecraft/world/chunk/WorldChunk.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ CLASS net/minecraft/class_2818 net/minecraft/world/chunk/WorldChunk
ARG 1 world
ARG 2 pos
METHOD <init> (Lnet/minecraft/class_1937;Lnet/minecraft/class_1923;Lnet/minecraft/class_2843;Lnet/minecraft/class_6755;Lnet/minecraft/class_6755;J[Lnet/minecraft/class_2826;Lnet/minecraft/class_2818$class_6829;Lnet/minecraft/class_6749;)V
ARG 1 world
ARG 2 pos
ARG 3 upgradeData
ARG 4 blockTickScheduler
Expand Down

0 comments on commit 7baaaae

Please sign in to comment.