-
Notifications
You must be signed in to change notification settings - Fork 29
Passage a la 1.21.8 #670
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
Merged
Merged
Passage a la 1.21.8 #670
Changes from 10 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
9da4777
update: 1.21.5-1.21.7
iambibi 77f5e53
update: librairies
iambibi f488374
Merge branch 'ServerOpenMC:master' into feat/1.21.7
iambibi d92d10f
chore: remove BlockVector2
iambibi a8bafc4
Merge remote-tracking branch 'origin/feat/1.21.7' into feat/1.21.7
iambibi 76c3ae7
fix: claiming
iambibi 19a67b9
add: DialogInput
iambibi 3042c6d
remove SignGUI
iambibi 9fdecec
Update src/main/java/fr/openmc/core/features/contest/menu/TradeMenu.java
iambibi 56ff62e
Update src/main/java/fr/openmc/core/features/contest/menu/TradeMenu.java
iambibi 17c2150
add: BACK button
iambibi 505534e
Merge remote-tracking branch 'origin/feat/1.21.7' into feat/1.21.7
iambibi 92a7c28
Merge branch 'master' into feat/1.21.8
iambibi 74b3d9e
1.21.8 update
iambibi 13b9eb2
add: increase speed of happy ghast by 1.5
iambibi 3789d50
rewrite: speed modifier for happy ghast
iambibi 49449fd
Merge branch 'master' into feat/1.21.8
iambibi 4726413
change: particle in spawn
iambibi bf33d70
remove: debug
iambibi 84030c9
build: fix
iambibi af0ef60
fix: "cityAtLoc" is null
iambibi 1f4e13f
change: dialog.send(.., Component, ...)
iambibi 499d33d
change: 100 to constant MAX_LENGTH
iambibi 7966b82
change: MAX_LENGTH_PLAYERNAME use in isInputPlayer
iambibi 3572673
change: Integer to int
iambibi 2a14afc
change: minLocation to minHeight (idem for maxHeight)
iambibi 5861b89
change: ChunkPos to record
iambibi 85fe0e0
fix: identation
iambibi b1213bb
fix: space
iambibi dd909ea
fix: chunkpos record
iambibi 74f4450
change: name of spawnIronMan
iambibi f21fb2d
change: util randomBetween
iambibi aed843b
fix: removal
iambibi 81c0120
rename launchEvent to startEvent
iambibi d6b5226
remove toString
iambibi f59f06a
remove debug
iambibi 494ce44
fix: forgot
iambibi 485ebb8
addd: field for 100 * 100
iambibi 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -28,8 +28,6 @@ | |
|
|
||
| import java.util.*; | ||
|
|
||
|
|
||
|
|
||
| public class TradeMenu extends Menu { | ||
|
|
||
| public TradeMenu(Player owner) { | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.