1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

1785 Commits

Author SHA1 Message Date
RK_01
48bf0942e9 Updated to MinecraftAuth 5 (#5989) 2025-11-16 21:43:39 +01:00
oryxel
a58fa79805 Fix: Player pose switching behaviour (#5987)
* More accurate pose switching behaviour.

* Revert some change.
2025-11-16 15:49:32 +01:00
oryxel
659369a913 Fix: prevent max health smaller than health (#5988) 2025-11-16 13:50:45 +01:00
onebeastchris
0488023829 Fix: Critical / Enchanted critical hit particles 2025-11-08 23:01:42 +01:00
chris
73e67fc7a9 Fix GeyserDefineEntityPropertiesEvent#properties() NPE (#5960)
* Fix GeyserDefineEntityPropertiesEvent#properties() NPE

* This is cleaner
2025-11-02 13:52:26 +01:00
oryxel
208f4611cc Fix: don't lock jumping input for minecart (#5959)
* Don't lock jumping for minecart.
2025-11-02 12:17:56 +01:00
oryxel
d5b0091108 Fix: ground status for client-predicted vehicles (#5957)
Co-authored-by: oryxel1 <gamingnoob681@gmail.ocm>
2025-11-02 11:34:45 +01:00
dima_dencep
a5db5104b7 Fixes for Custom entity properties API (#5949)
* Fixes

* Further fixes

* let's not talk about this one

---------

Co-authored-by: onebeastchris <github@onechris.mozmail.com>
2025-11-01 13:40:11 +01:00
onebeastchris
17247f2c33 Revert gradle/shadow update, for now
This reverts commit dc322cba0a and 27cd53ead8.
2025-10-30 02:20:21 +01:00
onebeastchris
e1e8b6734b More leniency for obsidian block breaking 2025-10-29 22:33:12 +01:00
onebeastchris
dc322cba0a Update gradle to 9.2.0 2025-10-29 21:03:42 +01:00
onebeastchris
d8058766cc Fix: Entity property min/max being flipped 2025-10-28 20:53:24 +01:00
onebeastchris
3c08b31453 Use old auth certificate chain to fix skin uploading 2025-10-28 19:09:38 +01:00
chris
29d77ff641 Support 1.21.120 (#5936)
* Initial work on 1.21.120 support

* Version item components, update creative items

* Global api changes
2025-10-28 15:33:32 +01:00
Eclipse
38893a9476 Implement hashers for new object component type (#5935)
* Implement hashers for new object component type

* Remove extra whitespace
2025-10-28 00:40:17 +01:00
onebeastchris
7375b748d7 Make real container check less strict
Closes https://github.com/GeyserMC/Geyser/issues/5912
2025-10-26 19:40:48 +01:00
onebeastchris
75f3f2c6ce Fix: right-click events for custom skulls
Resolves https://github.com/GeyserMC/Geyser/issues/5923
2025-10-26 19:24:22 +01:00
onebeastchris
5e7ce45d0b Merge remote-tracking branch 'upstream/master' 2025-10-26 19:02:42 +01:00
onebeastchris
59edd3a21e Bump adventure dependency 2025-10-26 19:02:19 +01:00
chris
b8a3c6dab9 Improve error message handling for web requests (#5927)
* Improve error message handling

Avoid https://github.com/GeyserMC/Geyser/issues/5832

* Update core/src/main/java/org/geysermc/geyser/util/WebUtils.java

Co-authored-by: rtm516 <rtm516@users.noreply.github.com>

* rename variable

---------

Co-authored-by: rtm516 <rtm516@users.noreply.github.com>
2025-10-26 01:08:24 +02:00
onebeastchris
48ffa2e52e Fix: Books showing up on lecterns 2025-10-25 18:09:39 +02:00
onebeastchris
3006fe390d Silently fail for invalid data components in block entity data 2025-10-25 15:11:01 +02:00
Eclipse
e2a82b3659 Refactor Java registry code to be more abstract, and other minor clean-ups (#5926)
* Create abstract JavaRegistryProvider interface, remove GeyserSession from MinecraftHashEncoder, add default implementations to JavaRegistry

* Make GeyserSession in RegistryEntryContext optional

* Expose READERS map as visible for testing in RegistryCache

* Add inlineNbtMap helper to MapBuilder

* Mark JavaRegistryProvider as functional interface
2025-10-23 22:45:30 +00:00
onebeastchris
7739b0d91c Fix: Jump being locked in wrong conditions 2025-10-22 17:21:41 +02:00
Matt
46c2298725 Correct the TextDisplayEntity offset logic for multiple lines (#5919)
* Correct the TextDisplayEntity offset logic

* Update if to follow style guide
2025-10-22 12:51:24 +02:00
oryxel
517d260c72 Prevent player from jumping out of vehicle by input locking (#5908)
* Initial changes to input locking.

* Working vehicle dismount locks.

* Locking jump dismount, more work on server-sided dismount.

* Just lock jump input, locking dismount cause unintended behaviour.

* Revert some old changes.

* Oops.

* Rename this to doesJumpDismount.

* Sort this.
2025-10-22 12:50:08 +02:00
onebeastchris
d4733c8be2 Fix: Inventory opening issues related to virtual chest queuing 2025-10-20 17:25:41 +02:00
onebeastchris
1cbfe34e96 Bump MCPL 2025-10-20 16:07:20 +02:00
onebeastchris
e9f2a5c17f Fix: Queue forms that are opened before the session is initialized 2025-10-15 13:35:00 +02:00
onebeastchris
3f7da1d28a Use real copper chests blocks when available for opening inventories 2025-10-12 16:52:48 +02:00
onebeastchris
2dfe846a40 Indicate 1.21.9/1.21.10 support on modrinth, update cloud command library 2025-10-12 14:34:43 +02:00
onebeastchris
826b4b4e48 Indicate 1.21.112/1.21.113 support, track server platform types in bstats metrics 2025-10-12 13:34:29 +02:00
chris
8a6bb8e0ba Support 1.21.9/1.21.10 2025-10-11 17:00:15 +02:00
onebeastchris
28b31f4980 Some work on mannequins 2025-10-11 16:49:22 +02:00
onebeastchris
d7d9e48927 Fix: smithing templates 2025-10-11 16:28:46 +02:00
onebeastchris
b958b783b9 Target correct mapping submodule commit 2025-10-11 16:02:08 +02:00
onebeastchris
1a02b91293 Fix cocoa beans, rename shouldSkipSaving to skipSaving in the SessionAcceptCodeOfConductEvent 2025-10-11 15:59:01 +02:00
onebeastchris
4558576e73 Merge remote-tracking branch 'upstream/feature/1.21.9' into feature/1.21.9 2025-10-11 15:10:39 +02:00
onebeastchris
62826acfdf Update to latest mappings, remove pickItem mappings entirely 2025-10-11 15:10:08 +02:00
Aurorawr
4549a95ee5 Feature: Extension dependencies (#5839)
* Add loading order to dependencies

# Conflicts:
#	core/src/main/resources/mappings

* Add softdepend capability, add default load and required values

* Prevent an extension from loading if it uses an old api version with the new dependency system.

* Add translation strings to dependency messages

* Account for language string changes, remove class loader warning when extension has dependencies

* Update languages module to latest

* Update version in GeyserExtensionLoader for dependencies to match 1.21.9 branch

* revert mapping update

---------

Co-authored-by: onebeastchris <github@onechris.mozmail.com>
2025-10-08 21:51:47 +02:00
onebeastchris
e8e6c2bdbd Remove pick item remains 2025-10-08 21:47:52 +02:00
onebeastchris
7b7bdd7f73 Component hashing changes, bump mcpl 2025-10-08 21:37:26 +02:00
Tim203
3f27e5762d Store iat in AuthData for later retrieval (#5884) 2025-10-08 14:40:17 +02:00
Zigy
d869e745e0 Custom entity properties API (#5788)
* Custom entity properties API

* Fix build fail

* Resolve comments

* Entity property registration improvements

* oops

* Add boolean and enum property sync API

* default value + no packet if value unchanged

* Don't send packet if no properties were updated

* small refactor

* the refactor, part two

* Move updateProperties to GeyserEntity

* Don't inherit properties from parent

* temp

* type-safe property updating

* Address review

* call the GeyserDefineEntityPropertiesEvent once, require specifying entity identifier instead of calling the event once for every entity type

* Migrate to identifiers (from custom items v2, thanks eclipse), remove duplicate logic

* fix test

* Merge 1.21.9, update copper golem entity property usage

* fixup javadocs

---------

Co-authored-by: onebeastchris <github@onechris.mozmail.com>
2025-10-08 14:39:34 +02:00
onebeastchris
2295814b22 Update to latest MCPL version 2025-10-05 17:48:08 +02:00
onebeastchris
879f9779cf Merge remote-tracking branch 'upstream/master' into feature/1.21.9 2025-10-05 17:48:06 +02:00
onebeastchris
82fb2e4df1 Fix: Input processing on mobile devices with classic D-Pad control mode 2025-10-05 00:50:21 +02:00
onebeastchris
ca23e501b4 Cleanup api, remove unused stored item mappings 2025-10-03 20:21:44 +02:00
onebeastchris
e80863d490 Merge remote-tracking branch 'upstream/master' into feature/1.21.9 2025-10-03 20:20:03 +02:00
onebeastchris
4297996d7a Fix https://github.com/GeyserMC/Geyser/issues/5868 2025-10-03 17:30:48 +02:00