-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port to 1.21 #263
Merged
Merged
Port to 1.21 #263
Changes from 39 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
82e998a
Workaround to develop while maven.wispforest.io is down
IxPrumxI 715eb10
Update Loom to 1.6-SNAPSHOT
IxPrumxI 2b6c03d
Bump java to 21 and minecraft to 1.21
IxPrumxI a6f5569
Revert "Workaround to develop while maven.wispforest.io is down"
IxPrumxI e518d48
Update Repurposed Structures
IxPrumxI 0802018
Some working porting to 1.21
IxPrumxI e65f95b
Finish packets work
IxPrumxI d912fe8
Finish porting to 1.21 (Needs testing)
IxPrumxI 3441f00
Bump java version to 21 in build workflow
IxPrumxI c1575fc
oops
IxPrumxI 008bcdd
To be reverted
IxPrumxI dabe6cc
Broken village generation
IxPrumxI 3af09bb
Mixed up forget waystone and teleport to waystone packets
IxPrumxI d12b177
Fix tooltip crash
IxPrumxI c105ee2
Fix waystone scroll not saving data
IxPrumxI e5560e5
Don't delete whole villages
IxPrumxI 14011fb
Fix teleport packet being ignored first try
IxPrumxI 4347522
Remove unused mixin
IxPrumxI 4680e21
fix error when using a new local void item
IxPrumxI abca1cd
mixed up the codec oops
IxPrumxI 3e33ac6
Fix village waystone generation
IxPrumxI a74c40c
Revert "To be reverted"
IxPrumxI 6a64a1b
Missing import
IxPrumxI fd38f7e
Update Journeymap-api to 2.0.0-1.21
IxPrumxI 2ecdc70
Remove LazyDFU because it won't allow debugging on the ide
IxPrumxI 176d4ac
Remove PinLib since it been abandoned since 1.19.3
IxPrumxI 76a078e
Fix data path
IxPrumxI 7534ae6
Update other stuff
IxPrumxI c00f3f2
Fix item recipe
IxPrumxI 270e07e
oops
IxPrumxI 449a815
Remove unused files
IxPrumxI eacad2a
Fix item path again
IxPrumxI ddb6689
Fix multidimensional teleport
IxPrumxI 95bbcda
Fix abyss watcher not consuming the item
IxPrumxI 6ceabe1
Make waystone mineable
IxPrumxI 0f109aa
Invoke Remove Waystone Event when a waystone gets broken
IxPrumxI a66e318
FabricMC/fabric#3716 Stuff
IxPrumxI 124220a
Add missing red nether brick waystone recipe advancement
IxPrumxI c342747
Maybe fix this for real
IxPrumxI 49ff799
Reverting removing shearing waystones
IxPrumxI f7f177b
Reverting item model for modified waystone or linked local void
IxPrumxI 52ef74f
Fix void totem crashing
IxPrumxI 3a9dcf2
Fix void items desync
IxPrumxI d14487f
Fix discovering a waystone and being missing from the GUI
IxPrumxI 9a6d7ba
Fix forget all command not revoking the ownership
IxPrumxI 9204f7b
Un-focus search field when toggling it
IxPrumxI 1e8eaa3
Allow spectator to teleport free of charge
IxPrumxI b95fedc
Fix local void config options
IxPrumxI 96d98ef
Fix cost item rendering
IxPrumxI ca154fe
Fix shift right-clicking not removing bound waystone in void items
IxPrumxI File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip | ||
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happened to shearing the Waystones?