Commit graph

102 commits

Author SHA1 Message Date
basaigh
defc08d310 1.21-pre2 2024-06-02 16:57:42 +01:00
basaigh
2cccc328f9 1.21-pre1 2024-06-02 16:38:52 +01:00
Alex
ebc06dc94e
Add Slf4j (#808)
* Add slf4j

* Use lombok inside tests

* Fix double error printing

* Remove lombok annotation
2024-06-02 11:25:35 -04:00
basaigh
019b09247f 24w21a 2024-06-02 15:25:56 +01:00
basaigh
8965b5dc43 24w20a 2024-06-02 13:33:35 +01:00
Camotoy
937a571600
Merge remote-tracking branch 'origin/master' into feature/1.21 2024-05-31 23:10:25 -04:00
AlexProgrammerDE
f8f2a80f04 Make requested changes 2 2024-05-23 08:00:18 +02:00
AlexProgrammerDE
249dd153f6 Make requested changes 2024-05-23 07:59:29 +02:00
AlexProgrammerDE
6caa14e467 Allow using arbitrary json as the status packet 2024-05-22 19:59:49 +02:00
basaigh
1989a81610 24w19b 2024-05-22 18:39:18 +01:00
basaigh
ba9a35e43c 24w19a 2024-05-22 18:38:12 +01:00
Alex
a724a8fdb4
Implement HolderSet class and cleanup item codec (#818)
* Implement HolderSet class and cleanup item codec

* Also validate both being set case

* Fix equals and hashcode by migrating from a record to a class

* Change field names to match vanilla
2024-05-19 23:00:22 -04:00
onebeastchris
a1b559d20f fix typo in "FOLLOW_TRANFERS" 2024-05-18 20:42:11 +02:00
chris
bfaef4322b
Allow users of the default client listener to decide whether to automatically follow transfer packets (#817) 2024-05-18 18:23:24 +02:00
Alex
92acb01155
Implement some serialization better (#812)
* Implement some serialization better

* Fix buf naming
2024-05-17 22:13:05 +02:00
Alex
1b80c1b6eb
Fix writing mobeffectinstances (#814) 2024-05-16 16:28:23 -04:00
basaigh
d54eefcae1
Add missing new effects (#815) 2024-05-16 21:39:29 +02:00
Camotoy
ea95c5d3b2
Include networkCodec with all feature flags 2024-05-15 01:18:28 -04:00
Camotoy
115d3d4db2
Add flag to control sending KnownPacksPacket 2024-05-15 00:52:26 -04:00
Camotoy
d5298b3974
Bump to snapshot 2024-05-13 22:33:11 -04:00
Camotoy
98f0582029
Release 1.20.6-1 2024-05-13 22:24:56 -04:00
basaigh
96a566f278
Add missing MapIconType 2024-05-09 22:22:24 +01:00
AJ Ferguson
42ea4a401d Effect is NonNull 2024-05-06 21:25:22 -04:00
AJ Ferguson
b48c374428 Use Effect enum 2024-05-06 21:06:24 -04:00
AJ Ferguson
31ac6dffcc Fix MobEffectDetails 2024-05-06 19:14:51 -04:00
AJ Ferguson
1234962b26 Increase nbt max depth 2024-05-05 01:37:24 -04:00
AJ Ferguson
c1786e28b8 Fix ClientboundExplodePacket 2024-05-04 00:47:58 -04:00
basaigh
a8756aad16 24w18a 2024-05-03 16:51:58 +01:00
basaigh
9b96ebdac7 Fix dust particle reading 2024-05-03 14:59:15 +01:00
basaigh
12b94d740e Fix version and remove redundant repository 2024-05-03 11:01:12 +01:00
Camotoy
209e79f868
Set 1.20.6 as default version string 2024-04-30 18:43:31 -04:00
Alex
114ebbdcf2
TFO support (#793) 2024-04-30 18:40:13 -04:00
Alex
bc8526b267
Fix writing to immutable nbt lists (#803) 2024-04-29 23:53:11 -04:00
basaigh
53f1441f29 Fix entity data handling.
Co-authored-by: oragejuice <lnadav941@gmail.com>
2024-04-29 18:44:26 +01:00
Alex
7cd054175a
Optimize imports & add spaces (#802)
* Optimize imports

* Revert "Optimize imports"

This reverts commit beb00d647f.

* Optimize imports 2

* Revert line length changes

* More optimized imports

* Revert again

* More import cleanup
2024-04-28 16:43:27 +02:00
AJ Ferguson
400f1b48a0 Fix bug when reading PARTICLES metadata list 2024-04-27 05:02:24 -04:00
Alex
98410a1c02
Switch from OpenNBT to Cloudburst NBT (#799) 2024-04-26 21:32:57 -04:00
AJ Ferguson
1e053f0daf Add ArmadilloState.UNROLLING and new EntityEvents 2024-04-25 19:43:38 -04:00
AJ Ferguson
80250660f9 Merge branch 'feature/1.20.5' into dev 2024-04-24 23:39:26 -04:00
AlexProgrammerDE
7bc5851659 Fix wrong format 2024-04-24 21:59:36 +02:00
AlexProgrammerDE
8ac878bfdf Readd enhanced switch 2024-04-24 21:51:05 +02:00
AlexProgrammerDE
e4829242a5 Fix FUnction class 2024-04-24 09:37:55 +02:00
AlexProgrammerDE
3506f30041 Cleanup imports 2024-04-24 09:29:26 +02:00
AlexProgrammerDE
a59099f160 Fix some package names 2024-04-24 09:09:03 +02:00
AlexProgrammerDE
cbfa1b01fd Fix merge remains 2024-04-24 09:04:18 +02:00
AlexProgrammerDE
df7cefd9b6 Merge branch 'refs/heads/1.20.5-dev' into dev 2024-04-24 09:01:29 +02:00
Alex
d74e292201 Revamp flag system (#789) 2024-04-24 08:58:52 +02:00
Alex
44b44d24ad Remove IOExceptions from packet handling (#783) 2024-04-24 08:58:50 +02:00
Alex
fa6b59ad02 Move package/license to GeyserMC, gradle conventions and submodules (#782)
* Change packages

* Move everything to a protocol submodule

* gradle conventions, update license

---------

Co-authored-by: Konicai <71294714+Konicai@users.noreply.github.com>
2024-04-24 08:58:19 +02:00
Alex
53d5243355
Revamp flag system (#789) 2024-02-29 10:04:25 -05:00
Alex
f2bc83c2c2
Remove IOExceptions from packet handling (#783) 2024-02-27 23:11:53 -05:00
Alex
4f2e7a5b55
Move package/license to GeyserMC, gradle conventions and submodules (#782)
* Change packages

* Move everything to a protocol submodule

* gradle conventions, update license

---------

Co-authored-by: Konicai <71294714+Konicai@users.noreply.github.com>
2024-01-11 12:21:23 -05:00