generated from Lyzev/FabricModTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor horse entity handling and update access widener mappings.
- Loading branch information
Showing
7 changed files
with
57 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
accessWidener v2 named | ||
accessible field net/minecraft/world/entity/animal/horse/AbstractHorse MIN_MOVEMENT_SPEED F | ||
accessible field net/minecraft/world/entity/animal/horse/AbstractHorse MAX_MOVEMENT_SPEED F | ||
accessible field net/minecraft/world/entity/animal/horse/AbstractHorse MIN_JUMP_STRENGTH F | ||
accessible field net/minecraft/world/entity/animal/horse/AbstractHorse MAX_JUMP_STRENGTH F | ||
accessible field net/minecraft/world/entity/animal/horse/AbstractHorse MIN_HEALTH F | ||
accessible field net/minecraft/world/entity/animal/horse/AbstractHorse MAX_HEALTH F | ||
accessible field net/minecraft/entity/passive/AbstractHorseEntity MIN_MOVEMENT_SPEED_BONUS F | ||
accessible field net/minecraft/entity/passive/AbstractHorseEntity MAX_MOVEMENT_SPEED_BONUS F | ||
accessible field net/minecraft/entity/passive/AbstractHorseEntity MIN_JUMP_STRENGTH_BONUS F | ||
accessible field net/minecraft/entity/passive/AbstractHorseEntity MAX_JUMP_STRENGTH_BONUS F | ||
accessible field net/minecraft/entity/passive/AbstractHorseEntity MIN_HEALTH_BONUS F | ||
accessible field net/minecraft/entity/passive/AbstractHorseEntity MAX_HEALTH_BONUS F | ||
|
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