-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build: java 21, loom 1.6 * build: migrate mappings to 1.20.6, carpet `1.4.141+v240429` * fix(1.20.6): adjust damage item stack damage method * fix(1.20.6): `#areItemsAndComponentsEqual()` * ref: add missing newline at the end * ref: clear empty lines * fix(1.20.6): adjust skeleton entity `#initialize()` method * fix(1.20.6): adjust `#onUse` to `#onUseWithItem()` * fix(1.20.6): adjust `#damage` method, fix grammar * fix(1.20.6): adjust `#damage` method * fix(1.20.6): replace `PLANT_FERTILIZED` with `BONE_MEAL_USED` * fix(1.20.6): adjust `#damage` method * fix(1.20.6): adjust `#damage` method, fix grammar * fix(1.20.6): adjust `#getNbt` with data components * fix(1.20.6): adjust `#onUse` to `#onUseWithItem` * fix(1.20.6): adjust stew effects type * fix(1.20.6): adjust bytecode anonymous class ID for mob heads * fix(1.20.6): adjust bytecode anonymous class ID for carved pumpkins * fix(1.20.6): adjust code to use the new data component types system * fix(1.20.6): update minecraft and java versions * fix(1.20.6): adjust method parameters * fix(1.20.6): adjust `BEHAVIOURS` map access level * fix(1.20.6): fix mixin target, adjust `BEHAVIOURS` map access level * revert: 092ee7e it seems like Mojang fixed the nullability crash. * fix(1.20.6): adjust method parameters * fix(1.20.6): change bytecode class ID for glowstone behavior * ref: remove unnecessary mixin warning suppression * fix(1.20.6): adjust injection target * ref: don't call mooshroom accessor twice Co-authored-by: MeeniMc <[email protected]> * revert: a1ce350 carpet & chest dispensers weren't fixed * fix(1.20.6): adjust carpet, chest & wither skull dispenser targets * fix(1.20.6): correctly copy chest contents * 1.20.6: build system and targets * 1.20.6: fix cauldron water dispenser behavior for banners, shulkers, dyed armors. * 1.20.6: fix flowerChunkLoader with hand action * 1.20.6: fix dispenserToggleThings * ref: don't use asterisk auto import * docs: add code comments useless, unreadable, but that's the code style here * ref: don't use asterisk auto import * ref: update compatibility level to Java 17 * ref: use instanceof pattern matching, abandon matti's style * fix: correct the empty check for shulker boxes * Reduce import reorder noise in the diff and remove use of `var` * Further --------- Co-authored-by: MeeniMc <[email protected]>
- Loading branch information
1 parent
1c54c8c
commit 5c8f94e
Showing
34 changed files
with
169 additions
and
211 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,6 +1,6 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip | ||
networkTimeout=10000 | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
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
Oops, something went wrong.