Fix some typos (#3501)

This commit is contained in:
apple502j 2023-02-18 22:09:52 +09:00 committed by GitHub
parent 54759ae1c5
commit d3809140f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -37,7 +37,7 @@ CLASS net/minecraft/class_8111 net/minecraft/entity/damage/DamageTypes
FIELD field_42354 FREEZE Lnet/minecraft/class_5321;
FIELD field_42355 STALAGMITE Lnet/minecraft/class_5321;
FIELD field_42356 FALLING_BLOCK Lnet/minecraft/class_5321;
FIELD field_42357 FALLING_ANIVL Lnet/minecraft/class_5321;
FIELD field_42357 FALLING_ANVIL Lnet/minecraft/class_5321;
FIELD field_42358 FALLING_STALACTITE Lnet/minecraft/class_5321;
FIELD field_42359 STING Lnet/minecraft/class_5321;
FIELD field_42360 MOB_ATTACK Lnet/minecraft/class_5321;

View File

@ -4,7 +4,7 @@ CLASS net/minecraft/class_8153 net/minecraft/entity/passive/SnifferEntity
FIELD field_42650 feelingHappyAnimationState Lnet/minecraft/class_7094;
FIELD field_42651 scentingAnimationState Lnet/minecraft/class_7094;
FIELD field_42652 sniffingAnimationState Lnet/minecraft/class_7094;
FIELD field_42653 seachingAnimationState Lnet/minecraft/class_7094;
FIELD field_42653 searchingAnimationState Lnet/minecraft/class_7094;
FIELD field_42654 diggingAnimationState Lnet/minecraft/class_7094;
FIELD field_42655 risingAnimationState Lnet/minecraft/class_7094;
FIELD field_42662 STATE Lnet/minecraft/class_2940;

View File

@ -147,6 +147,6 @@ CLASS net/minecraft/class_7706 net/minecraft/item/ItemGroups
METHOD method_48954 (Lnet/minecraft/class_1761$class_7704;Lnet/minecraft/class_1761$class_7705;Lnet/minecraft/class_1799;)V
ARG 2 stack
METHOD method_48955 (Lnet/minecraft/class_1761$class_7704;Lnet/minecraft/class_7225$class_7226;)V
ARG 1 regsitryWrapper
ARG 1 registryWrapper
METHOD method_48956 (Lnet/minecraft/class_1761$class_7704;Lnet/minecraft/class_7225$class_7226;)V
ARG 1 registryWrapper

View File

@ -1,12 +1,12 @@
CLASS net/minecraft/class_8011 net/minecraft/server/command/RideCommand
FIELD field_41742 NOT_RIDING_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD field_41743 ALREADY_RIDING_EXCEPTION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
FIELD field_41744 GENERIC_FAILURE_EXCPETION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
FIELD field_41744 GENERIC_FAILURE_EXCEPTION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
FIELD field_41745 CANT_RIDE_PLAYERS_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_41746 RIDE_LOOP_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_42239 WRONG_DIMENSION_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD method_48077 (Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;)Z
ARG 1 passager
ARG 1 passenger
METHOD method_48078 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_48079 (Lcom/mojang/brigadier/context/CommandContext;)I

View File

@ -67,7 +67,7 @@ CLASS net/minecraft/class_2561 net/minecraft/text/Text
ARG 1 fallback
METHOD method_48322 translatableWithFallback (Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Lnet/minecraft/class_5250;
ARG 0 key
ARG 1 falback
ARG 1 fallback
ARG 2 args
CLASS class_2562 Serializer
COMMENT A JSON serializer for {@link Text}.