Camotoy
e8c1c2218f
Fix banners on shields
2024-04-29 00:35:44 -04:00
onebeastchris
8ab0921448
Merge remote-tracking branch 'upstream/feature/1.20.5' into feature/1.20.5
2024-04-28 23:41:36 +02:00
onebeastchris
9b1e45007a
Fix injectors, should work with Spigot/Paper 1.20.5 now
2024-04-28 23:41:13 +02:00
basaigh
420f67752c
Fix suspicious stew NPEs
2024-04-28 18:54:34 +01:00
AJ Ferguson
e97bbcc483
Potion effect colors
2024-04-28 02:10:20 -04:00
Camotoy
6d5ac233d6
Dyeable items work.
2024-04-27 21:00:10 -04:00
Camotoy
f47754be03
Goat horns
2024-04-27 15:49:19 -04:00
Camotoy
9217414c8c
Merge remote-tracking branch 'origin/feature/1.20.5' into feature/1.20.5
2024-04-26 21:46:38 -04:00
Camotoy
2fa7585db3
Switch to Cloudburst NBT only
2024-04-26 21:44:59 -04:00
onebeastchris
68534f386c
Merge remote-tracking branch 'upstream/feature/1.20.5' into feature/1.20.5
2024-04-26 15:36:41 +02:00
onebeastchris
f67c131b8d
Forcibly disconnect players even if no server target was set in the JavaTransferEvent
2024-04-26 15:36:26 +02:00
onebeastchris
91a74603c7
idea: deal with cookies and transfer
2024-04-26 14:50:48 +02:00
AJ Ferguson
3656395ce1
Armadillo states
2024-04-25 21:08:38 -04:00
onebeastchris
8e3a3ea453
implement curse of binding check for wolf armor removal
2024-04-26 01:00:14 +02:00
Joshua Castle
99e6a2981d
Entity properties
...
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
2024-04-25 01:33:18 -07:00
Joshua Castle
652f6af784
Fix custom skulls 1.20.5
...
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
2024-04-24 18:13:07 -07:00
Camotoy
9d540fe672
Shulker box NPE fix
2024-04-24 16:41:02 -04:00
Camotoy
b29e0d9d10
Move MCProtocolLib to dev - package ID change
2024-04-24 16:39:35 -04:00
AJ Ferguson
9490a091b5
Calculate horse inventory size
2024-04-24 16:26:59 -04:00
Camotoy
a1534e4535
Basic Armadillo structure
2024-04-24 16:26:59 -04:00
AJ Ferguson
bbaffb2ab3
Wolf interactions
2024-04-24 16:26:59 -04:00
Camotoy
c54624fb26
Fix some cases of empty tags being needed
2024-04-24 16:26:59 -04:00
Camotoy
abea0131e4
Fix llama carpets
2024-04-24 16:26:59 -04:00
Camotoy
b81408820b
Refactor TagCache to be extensible
...
Previously, for any new tag, we would have to add a field, add the line to load it, add the line to clear it, and make a method for that tag. Now, you just add an enum.
2024-04-24 16:26:58 -04:00
onebeastchris
c48428daf0
init: pick item component change
2024-04-24 16:26:58 -04:00
AJ Ferguson
9d8edad9fc
Fix horse inventory
2024-04-24 16:26:58 -04:00
Joshua Castle
3f499e3ec0
Start on custom skulls
...
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
2024-04-24 16:26:58 -04:00
AJ Ferguson
1bdbcab4e8
Wolf variants
2024-04-24 16:26:58 -04:00
AJ Ferguson
d3f902ae34
Banners
2024-04-24 16:26:58 -04:00
Camotoy
11f79d4e2c
Refactor Java registry storage; implement trim support
2024-04-24 16:26:58 -04:00
onebeastchris
6a5efa3c9d
Start on 1.20.5 mod platform support - NeoForge (temporarily) excluded
...
Also fixes lecterns, and block break speed calculations
2024-04-24 16:26:58 -04:00
Camotoy
c34f0f2c3b
Update for latest MCProtocolLib
2024-04-24 16:26:58 -04:00
basaigh
dac5f69d47
Bump mcpl
2024-04-24 16:26:58 -04:00
AJ Ferguson
8381a148fc
Fix book signing
2024-04-24 16:26:58 -04:00
onebeastchris
c5e02d28e6
ensure geyser builds
2024-04-24 16:26:58 -04:00
onebeastchris
b73f23de0f
remove global palette bits, fix nullable block entity tags
2024-04-24 16:26:58 -04:00
basaigh
57ce5706ee
Update mappings submodule
2024-04-24 16:26:58 -04:00
Camotoy
61907b1851
Little more work
2024-04-24 16:26:57 -04:00
Camotoy
687ddbb520
Tiny fixes
2024-04-24 16:26:57 -04:00
AJ Ferguson
ab8832b771
Compiles
2024-04-24 16:26:57 -04:00
Camotoy
8bd2df0828
Trying to get more compiled but brain is officially fried for the day!
2024-04-24 16:26:57 -04:00
basaigh
94e533ea7c
Fix tags and attributes
2024-04-24 16:26:57 -04:00
Camotoy
aed7f1bed7
Update the item parts
2024-04-24 16:26:57 -04:00
basaigh
6d8021f155
Update the non-item parts ( #4586 )
...
* Update the non-item parts
* Add MaceItem
* Fix registry data loading
2024-04-24 16:26:57 -04:00
Camotoy
909139326d
Keep chugging away
2024-04-24 16:26:57 -04:00
Camotoy
c1edf20734
Here's the idea so far
2024-04-24 16:26:57 -04:00
Camotoy
099e968bde
Initial, incomplete pass at Java 1.20.5
2024-04-24 16:26:57 -04:00
Kas-tle
2471de100b
Add system property Geyser.RakSendCookie to allow disabling cookie send ( #4598 )
2024-04-24 06:56:15 -07:00
AJ Ferguson
c19b4ad306
Check if boat is valid when updating paddles ( #4597 )
...
* Check if boat is valid when updating paddles
* Add comment
* Refactor boat paddling to use ticks
* Null check
2024-04-24 05:41:57 -07:00
AJ Ferguson
16385a4e2b
Check if session is closed when running scheduled tasks ( #4595 )
2024-04-24 01:39:37 -04:00