-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No realms or commands
- Loading branch information
Showing
12 changed files
with
40 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
mappings/net/minecraft/entity/vehicle/VehicleEntity.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
CLASS net/minecraft/class_8836 net/minecraft/entity/vehicle/VehicleEntity | ||
FIELD field_46655 damageWobbleTicks Lnet/minecraft/class_2940; | ||
FIELD field_46656 damageWobbleSide Lnet/minecraft/class_2940; | ||
FIELD field_46657 damageWobbleStrength Lnet/minecraft/class_2940; | ||
FIELD field_46655 DAMAGE_WOBBLE_TICKS Lnet/minecraft/class_2940; | ||
FIELD field_46656 DAMAGE_WOBBLE_SIDE Lnet/minecraft/class_2940; | ||
FIELD field_46657 DAMAGE_WOBBLE_STRENGTH Lnet/minecraft/class_2940; | ||
METHOD method_54293 shouldAlwaysDropItem ()Z | ||
METHOD method_54294 getDamageWobbleStrength ()F | ||
METHOD method_54295 getDamageWobbleTicks ()I | ||
METHOD method_54296 getDamageWobbleSide ()I | ||
METHOD method_54297 setDamageWobbleStrength (F)V | ||
ARG 1 strength | ||
ARG 1 damageWobbleStrength | ||
METHOD method_54298 killAndDropItem (Lnet/minecraft/class_1792;)V | ||
ARG 1 selfAsItem | ||
METHOD method_54299 setDamageWobbleTicks (I)V | ||
ARG 1 ticks | ||
ARG 1 damageWobbleTicks | ||
METHOD method_54300 setDamageWobbleSide (I)V | ||
ARG 1 side | ||
ARG 1 damageWobbleSide | ||
METHOD method_7516 dropItems (Lnet/minecraft/class_1282;)V | ||
ARG 1 source | ||
ARG 1 damageSource | ||
METHOD method_7557 asItem ()Lnet/minecraft/class_1792; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters