Marius Metzger
43e4461360
Add @With annotation to packet classes
2021-03-24 03:00:46 +00:00
Steveice10
da520d8a81
Update to PacketLib 1.8
2021-01-15 13:03:17 -08:00
Steven Smith
62721cfe0d
Merge pull request #614 from Camotoy/worldborderfix
2021-01-13 20:32:01 -08:00
Camotoy
b0b83242ea
Fix write as well
2021-01-13 23:30:50 -05:00
Camotoy
bf0a6be8fe
Fix ServerWorldBorderPacket initialization
...
Seems like these two were flipped around.
2021-01-13 19:58:40 -05:00
Steven Smith
e1db422a34
Merge pull request #609 from davchoo/master
...
Fix magic values of PistonValue
2020-12-09 13:13:49 -08:00
David Choo
3b76ee2d23
Fix magic values of PistonValue
2020-12-09 15:35:46 -05:00
Steven Smith
fa0aaccb61
Merge pull request #607 from rtm516/update-adventure
...
Update Adventure to 4.2.0
2020-11-26 11:06:29 -08:00
rtm516
973e6d7a6f
Update Adventure to 4.2.0
2020-11-25 20:51:17 +00:00
Steveice10
26201a49f0
Allow specifying a custom GsonComponentSerializer to use.
2020-11-21 13:56:49 -08:00
Steveice10
ccbd52dffd
Replace Message API with Adventure component parsing.
2020-11-21 13:42:36 -08:00
Steveice10
9d709b389c
Release version 1.16.4-1.
2020-11-21 13:40:49 -08:00
Steven Smith
86e1901be5
Merge pull request #600 from DoctorMacc/morenullableresult
...
Make all recipes nullable
2020-11-13 18:15:34 -08:00
DoctorMacc
1b167e197a
Make all recipes nullable
...
Cookable recipes can have a nullable result too - I'm going to assume that all recipe types can too.
2020-11-11 16:15:44 -05:00
Steven Smith
6ac79c14d6
Merge pull request #599 from DoctorMacc/nullableresult
...
Allow recipe data to be null
2020-11-08 23:05:48 -08:00
DoctorMacc
befbfbf0ed
Allow recipe data to be null
...
Using datapacks, this can end up being null. Example: https://www.planetminecraft.com/data-pack/true-survival-a-hardcore-minecraft-experience/ (used to set recipes as doing nothing)
2020-11-08 18:18:12 -05:00
DoctorMacc
7321e8f0d7
Update to 1.16.4
2020-11-02 12:31:24 -08:00
DoctorMacc
c363fc3cb5
Update to 1.16.4-pre2
2020-11-02 12:31:24 -08:00
DoctorMacc
37af0d3a39
Add support for 1.16.4
2020-11-02 12:31:24 -08:00
Steveice10
9182eca85b
Bump version to 1.16.3-1.
2020-11-02 12:25:56 -08:00
Steven Smith
3ebf75b3d6
Merge pull request #592 from DoctorMacc/unknowngamemode
...
Add full support for the UNKNOWN gamemode
2020-10-22 01:49:36 -07:00
DoctorMacc
971f6eebf9
Accomodate for encoding bug
2020-10-21 20:46:44 -04:00
DoctorMacc
e408dd250d
Add full support for the UNKNOWN gamemode
...
Previously we correctly handled the unknown gamemode for 'previous gamemode'; however, this functionality can extend to the main gamemode. The gamemode writing we've been doing has been replaced with the UNKNOWN enum, so we aren't dealing with a null value.
2020-10-21 17:02:39 -04:00
Steven Smith
1b01b1ffef
Merge pull request #590 from DaMatrix/palette-optimization
...
allow duplicate entries in palette
2020-10-18 14:36:20 -07:00
DaPorkchop_
cdcfff5b10
allow duplicate entries in palette
2020-10-18 21:41:56 +02:00
Steven Smith
8270ec65e3
Merge pull request #589 from DaMatrix/palette-optimization
...
palette does not always start with zero...
2020-10-17 18:56:39 -07:00
DaPorkchop_
3685d6b580
palette does not always start with zero...
2020-10-17 17:38:14 +02:00
Steveice10
c38a9fe61e
Add missing imports
2020-10-15 14:56:16 -07:00
Steven Smith
3a69a0614c
Merge pull request #588 from DaMatrix/palette-optimization
...
Palette optimization
2020-10-14 10:16:37 -07:00
DaPorkchop_
a05abf0403
use a Netty IntObjectMap instead of a standard Map
2020-10-14 15:03:29 +02:00
DaPorkchop_
8a000ddf2e
remove useless imports in ListPalette
2020-10-14 14:57:56 +02:00
DaPorkchop_
4cefa46df3
don't allocate needless array when resizing palette
2020-10-14 14:56:42 +02:00
DaPorkchop_
1a2197fcc7
make MapPalette's idToState Map into an array
2020-10-14 14:52:38 +02:00
DaPorkchop_
f9e27b29e6
make ListPalette be backed by an array rather than a List
2020-10-14 14:51:53 +02:00
Steveice10
2ac116a075
Revise chunk storage code based on latest logic.
2020-10-13 16:18:56 -07:00
Steven Smith
ddd5b3a034
Merge pull request #586 from rtm516/patch-2
...
Add COPY_TO_CLIPBOARD ClickAction
2020-10-13 14:36:49 -07:00
Steven Smith
72b0f80082
Merge pull request #585 from Steveice10/dependabot/maven/junit-junit-4.13.1
...
Bump junit from 4.12 to 4.13.1
2020-10-13 14:36:02 -07:00
rtm516
23d78d7620
Add COPY_TO_CLIPBOARD ClickAction
2020-10-13 18:39:25 +01:00
dependabot[bot]
f6773eea0e
Bump junit from 4.12 to 4.13.1
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 06:47:14 +00:00
Steven Smith
381391a1f9
Merge pull request #584 from rtm516/patch-1
...
Fix dimension tag in example
2020-10-10 14:56:38 -07:00
rtm516
0d78575081
Fix dimension tag in example
2020-10-10 17:52:13 +01:00
Steven Smith
976c2d0f89
Merge pull request #578 from GeyserMC/keepalivetoggle
...
Add an option to disable the automatic keep alive packet options
2020-09-26 14:24:41 -07:00
DoctorMacc
ec052d7704
Remove unused imports
2020-09-26 17:23:27 -04:00
DoctorMacc
fc905c8d76
Re-implement as a constant
2020-09-26 17:21:57 -04:00
DoctorMacc
85c0811acf
Add an option to disable the automatic keep alive packet options
...
That way the clients/servers can more finely control the keep alive process.
2020-09-26 16:23:24 -04:00
Steven Smith
cc47243d63
Merge pull request #575 from GeyserMC/feature/1.16.3
...
Update to 1.16.3
2020-09-10 16:11:01 -07:00
DoctorMacc
e4a3aa636a
Update POM
2020-09-10 11:22:54 -04:00
DoctorMacc
ba0c6af56c
Merge latest master
2020-09-10 10:42:38 -04:00
DoctorMacc
fc0cc01e54
Update to 1.16.3
2020-09-10 10:36:36 -04:00
DoctorMacc
3dd0fd4679
Update for 1.16.3-rc1
2020-09-10 10:09:27 -04:00