-
-
Notifications
You must be signed in to change notification settings - Fork 687
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
Prevent max health from being set below 0 #2980
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're able to add a "since 1.18.30" somewhere, I'd appreciate that.
This seems like something that might also break something else obscure, so if you could also link the issue in question (to ensure it's not broken in the future) around there that would be good too. After that, good to merge.
Wrote 1.18.0 since I reproduced the issue on that version. |
commit 109e1c0 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Tue Jul 12 16:05:06 2022 -0400 Fix dropping items in 1.19.10 commit 16bb79e Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Mon Jul 11 08:38:26 2022 -0400 Support HAProxy in legacy ping passthrough commit 4656383 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Sun Jul 10 17:05:19 2022 -0400 Bump to 2.0.5-SNAPSHOT commit fa72609 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Sun Jul 10 15:52:11 2022 -0400 A cleaner error on illegal set slot packet commit 4d0952c Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Sun Jul 10 13:33:39 2022 -0400 Initial support for 1.19.10 Bedrock commit 2ce7ff8 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Sat Jul 9 23:02:19 2022 -0400 Support the 1.19.0 Java block prediction/ack system commit ab4800c Author: Yashar <47281991+Yashar256@users.noreply.github.com> Date: Fri Jul 8 16:01:00 2022 -0700 Fix login screen not closing (GeyserMC#3122) commit dc810f1 Author: David Choo <davchoo@users.noreply.github.com> Date: Sat Jul 2 21:17:14 2022 -0400 Fix break time while submerged in water (GeyserMC#3110) * Fix break time while submerged in water * Review stuff * LAYERS -> LEVELS commit f2f894b Author: AJ Ferguson <AJ-Ferguson@users.noreply.github.com> Date: Thu Jun 30 17:40:30 2022 -0400 Fix IronGolem cracked texture and sound (GeyserMC#3103) * Update mappings submodule * Set IronGolem maxHealth to 100 by default Fixes cracked texture on vanilla servers * Add detail to comment commit 13e8b59 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu Jun 30 16:53:55 2022 -0400 Quick fix for NPE in SystemChatTranslator This won't matter in 1.19.1 so. commit b2b544c Author: DJelly4K <68630033+DJelly4K@users.noreply.github.com> Date: Thu Jun 30 10:34:01 2022 +0800 Jump to new wiki (GeyserMC#3100) commit f62484b Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Wed Jun 29 16:42:30 2022 -0400 Update Adventure to fix click event deserialization Fixes GeyserMC#3054 commit 5d29bda Author: David Choo <davchoo@users.noreply.github.com> Date: Sun Jun 26 19:12:43 2022 -0400 Fix incorrect patterns in loom and DecoderException in beacons (GeyserMC#3090) * Fix DecoderException when setting beacon effect * Fix incorrect patterns applied in loom and remove old version stuff commit 00603c5 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Sun Jun 26 18:45:47 2022 -0400 Fix creeper primed sound commit 2ea5011 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Fri Jun 24 23:13:35 2022 -0400 Forward cooldowns for shields and goats These are server-controlled as of 1.19. Ender pearls and chorus fruit still appear to be client-controlled. commit 9ea2204 Author: David Choo <davchoo@users.noreply.github.com> Date: Fri Jun 24 16:48:28 2022 -0400 Fix some item interactions (GeyserMC#3083) * Remove Bedrock only banner patterns from the creative inventory * Add sound for tadpole bucket * Fix lily pad and frogspawn placing on mobile/single stacks * Workaround? Fix? for bucket usage on mobile * Simplify math and update position+rotation whenever ServerboundUseItemPacket is sent * Rotate the player back after using an item and fix glass bottles * ITEM_USE actionType 1 does not need the rotation fix Increase delay for look back * Add some checks * Prevent buckets and spawn eggs from being unintentionally placed when interacting with special blocks As of 1.19 Bedrock no longer sends a PlayerActionPacket with action=BLOCK_INTERACT. Bedrock now sends action=ITEM_USE_ON_START before and action=ITEM_USE_ON_STOP after using an item on a block. However, this is not useful as it is sent for all block interactions. * Fix inventory transactions being rejected after restoreCorrectBlock The held item's netId is always 0 in the InventoryTransactionPacket. * Touch ups * Fix lookAt for different poses and sneaking + cauldron + bucket interactions Fix boat items being desynced when placing them very close to collision Fix bottles being desynced when tapping above water Resend the held item if we do encounter a desync * Avoid getting blockstate twice and fix comment * Use generated interaction data * Fix glass bottles being double filled and phantom water bottles/water buckets * Don't update the entire inventory on useItem * Use Geyser's inventory copy for check * Use ItemTranslator#getBedrockItemMapping to avoid NBT translation * mappings Co-authored-by: Camotoy <20743703+Camotoy@users.noreply.github.com> commit 6032733 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu Jun 23 21:24:26 2022 -0400 Indicate support for Bedrock 1.19.2 commit 23923d7 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Wed Jun 22 22:18:32 2022 -0400 Ensure old Paper builds can still use ping passthrough commit 3a5e5fe Author: Julian Vennen <julian@aternos.org> Date: Thu Jun 23 04:11:58 2022 +0200 Update Paper APIs to 1.19; fix ping passthrough for new Spigot+ builds (GeyserMC#3078) commit 08241b8 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Mon Jun 20 22:57:49 2022 -0400 Spigot: Ensure surprise method/constructor changes won't stop ping passthrough from working Fixes GeyserMC#3079 but will need more work commit 18f6836 Author: AJ Ferguson <AJ-Ferguson@users.noreply.github.com> Date: Sat Jun 18 15:32:51 2022 -0400 Set default Warden heartBeatDelay to 40 (GeyserMC#3071) commit fef0401 Author: Xamyr <kamilko19@gmail.com> Date: Sat Jun 18 03:15:31 2022 +0100 Fixed armorstand passenger yOffset (GeyserMC#2976) commit 71c489b Author: AJ Ferguson <AJ-Ferguson@users.noreply.github.com> Date: Fri Jun 17 12:25:49 2022 -0400 Add missing villager entity events (GeyserMC#3063) commit 5b67c78 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu Jun 16 17:14:47 2022 -0400 Allow Minecraft locales to be loaded even if offline commit 5e1769d Author: David Choo <davchoo@users.noreply.github.com> Date: Wed Jun 15 22:55:11 2022 -0400 Translate goat horns (GeyserMC#3057) commit ea21e03 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Wed Jun 15 21:38:10 2022 -0400 Map correct glass sounds Fixes GeyserMC#3049 commit 7739e80 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Wed Jun 15 19:59:27 2022 -0400 Another locale string to pick up on for outdated servers commit 4405989 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Wed Jun 15 18:36:55 2022 -0400 Fix compiling commit ddd2262 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Wed Jun 15 18:32:27 2022 -0400 Custom chat types at login are valid Fixes GeyserMC/Geyser-Fabric#55 commit aa097ec Author: rtm516 <rtm516@users.noreply.github.com> Date: Wed Jun 15 00:51:45 2022 +0100 Fix java style queries responding incorrectly (GeyserMC#3051) commit 4a9581c Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Mon Jun 13 13:47:05 2022 -0400 Update Spigot adapters for 1.19 commit 162aff4 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Fri Jun 10 10:27:07 2022 -0400 Better handle chat packets sent before login commit 691d674 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu Jun 9 21:40:54 2022 -0400 Use PaperServerListPingEvent when available We need to support this or else events that exclusively use PaperServerListPingEvent will not see our call. Fixes GeyserMC#3003 commit f1a12d1 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu Jun 9 18:34:25 2022 -0400 Bump mappings and MCProtocolLib commit 72a9df5 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Wed Jun 8 22:30:34 2022 -0400 Properly support differently setup chat registries ViaVersion has two entries in its fake chat registry that are not in the same order as Java. This commit supports that properly and renders subtitled text correctly. Resolves GeyserMC#3023 commit 78bb69b Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Tue Jun 7 15:07:54 2022 -0400 Fix LevelEvent reading commit 5a1e6a6 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Tue Jun 7 14:46:59 2022 -0400 Fix Geyser booting on Spigot 1.19 commit 2595eae Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Tue Jun 7 11:14:58 2022 -0400 Bump to 2.0.4-SNAPSHOT commit c8856d4 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Mon Jun 6 22:56:08 2022 -0400 Compile too commit 172167f Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Mon Jun 6 22:54:10 2022 -0400 Prepare for release commit a397f55 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Mon Jun 6 21:06:02 2022 -0400 Add goat horn count commit 378aa6e Author: Tim203 <mctim203@gmail.com> Date: Tue Jun 7 00:31:29 2022 +0200 Updated changes for latest Geyser version commit d8b63b9 Merge: 9c672c9 3582d5c Author: Tim203 <mctim203@gmail.com> Date: Tue Jun 7 00:25:17 2022 +0200 Merge remote-tracking branch 'origin/feature/1.19-bedrock' into feature/floodgate-packet # Conflicts: # core/src/main/java/org/geysermc/geyser/translator/protocol/java/JavaCustomPayloadTranslator.java # core/src/main/java/org/geysermc/geyser/util/PluginMessageUtils.java commit 3582d5c Author: Tim203 <mctim203@gmail.com> Date: Tue Jun 7 00:19:59 2022 +0200 Changed back the Geyser version and use Cumulus 1.1 commit 5fe24ac Merge: 86d0200 09fb6bf Author: Tim203 <mctim203@gmail.com> Date: Tue Jun 7 00:14:43 2022 +0200 Merge remote-tracking branch 'origin/feature/1.19-bedrock' into feature/cumulus-1.1 # Conflicts: # core/src/main/java/org/geysermc/geyser/session/cache/AdvancementsCache.java commit 86d0200 Author: Tim203 <mctim203@gmail.com> Date: Mon Jun 6 10:03:39 2022 +0200 Re-added the old sendForm methods commit 09fb6bf Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Sun Jun 5 18:38:29 2022 -0400 Fix direct connection and ensure connecting doesn't block commit 94445a5 Author: Tim203 <mctim203@gmail.com> Date: Mon Jun 6 00:25:45 2022 +0200 Re-added the old sendForm methods commit bcc68ee Author: RednedEpic <redned235@gmail.com> Date: Sun Jun 5 13:12:36 2022 -0500 Update to latest MCPL changes commit 56daefb Author: RednedEpic <redned235@gmail.com> Date: Sun Jun 5 12:19:25 2022 -0500 Update PaperMC repo commit 3ac2c98 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu Jun 2 18:57:33 2022 -0400 Swap pitch and volume for warden heartbeat commit 2e3e7c6 Author: davchoo <davchoo@users.noreply.github.com> Date: Tue May 31 15:15:15 2022 -0400 Fix sonic boom duration ticking below zero commit 365f8cf Author: davchoo <davchoo@users.noreply.github.com> Date: Tue May 31 14:58:40 2022 -0400 Translate Warden sonic boom event Bump Protocol to fix Sonic boom flag commit eb23a46 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Tue May 31 14:51:21 2022 -0400 Fix frog color translation commit 81bb6f1 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Tue May 31 14:26:08 2022 -0400 e commit 196742a Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Tue May 31 14:25:15 2022 -0400 Set entities silent client-side, and more Add warden entity events. Fix up other things. commit bf4e1d5 Merge: 9133008 c83eb7f Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Tue May 31 10:52:10 2022 -0400 Merge branch 'master' of https://github.com/GeyserMC/Geyser into feature/1.19-bedrock commit c83eb7f Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Mon May 30 14:51:03 2022 -0400 Print CPU name in dump if possible commit 9133008 Author: davchoo <davchoo@users.noreply.github.com> Date: Mon May 30 14:38:03 2022 -0400 Translate ClientboundSoundEntityPacket Used by allay, frog, and a few other mobs. Move common code to SoundUtils Update mappings commit a3cdfc5 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Sun May 29 21:11:10 2022 -0400 Use correct type for entity metadata commit e43a143 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Sun May 29 20:39:14 2022 -0400 Remove obsolete chunk writing code commit 7a0a679 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Sun May 29 20:31:54 2022 -0400 Remove now-obsolete sign workaround. Yay. commit f79a3ef Author: davchoo <davchoo@users.noreply.github.com> Date: Sun May 29 18:56:54 2022 -0400 Bump Protocol version to fix command suggestions Fix assert that occurs on Bedrock after typing / commit bd1cc26 Author: Tim203 <mctim203@gmail.com> Date: Sun May 29 23:39:40 2022 +0200 Use new Cumulus methods commit cbba0d3 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Sun May 29 11:59:32 2022 -0400 Update biome mappings commit 84bcadc Author: Tim203 <mctim203@gmail.com> Date: Sat May 28 23:45:35 2022 +0200 Converted the new forms commit d4ecd2b Merge: 2573b47 d74b0e2 Author: Tim203 <mctim203@gmail.com> Date: Sat May 28 17:09:20 2022 +0200 Merge remote-tracking branch 'origin/master' into feature/cumulus-1.1 # Conflicts: # ap/pom.xml # api/base/pom.xml # api/geyser/pom.xml # api/pom.xml # bootstrap/bungeecord/pom.xml # bootstrap/pom.xml # bootstrap/spigot/pom.xml # bootstrap/sponge/pom.xml # bootstrap/standalone/pom.xml # bootstrap/velocity/pom.xml # common/pom.xml # core/pom.xml # core/src/main/java/org/geysermc/geyser/session/cache/AdvancementsCache.java # core/src/main/java/org/geysermc/geyser/translator/protocol/java/JavaCustomPayloadTranslator.java # core/src/main/java/org/geysermc/geyser/util/LoginEncryptionUtils.java # pom.xml commit b10ce16 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Fri May 27 22:44:03 2022 -0400 The wild update experiment is no longer necessary commit 87320f0 Author: davchoo <davchoo@users.noreply.github.com> Date: Fri May 27 19:03:12 2022 -0400 Fix player head yaw for moveAbsolute teleport Fixes SkullPlayerEntity rotation Remove redundant? overrides commit 7b9a98a Author: davchoo <davchoo@users.noreply.github.com> Date: Fri May 27 13:59:37 2022 -0400 Add croaking and using tongue poses to frog commit 1afc8ee Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Fri May 27 13:27:10 2022 -0400 Map Darkness status effect commit 528e8d6 Author: davchoo <davchoo@users.noreply.github.com> Date: Fri May 27 11:54:38 2022 -0400 Add effects for sculk shrieker and sculk catalyst. Translate vibration particle Bumps NBT version to 2.2.1 for LevelEventGenericPacket commit f079ee4 Author: davchoo <davchoo@users.noreply.github.com> Date: Thu May 19 19:06:03 2022 -0400 Fix missing startup debug logs on Standalone commit 8e3119c Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu May 26 20:05:29 2022 -0400 Update README for supported versions commit 3898e4f Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu May 26 20:02:02 2022 -0400 add Swift Sneak enchantment to known enchantments commit 41cd7f4 Author: davchoo <davchoo@users.noreply.github.com> Date: Thu May 26 19:57:45 2022 -0400 SoundEvent and ParticleEvent are now combined commit 4a9eec4 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu May 26 19:34:27 2022 -0400 Implement last death position translation commit 85800eb Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu May 26 18:52:04 2022 -0400 Tadpole commit e2ce553 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu May 26 18:41:19 2022 -0400 Warden time commit a70f1bc Author: davchoo <davchoo@users.noreply.github.com> Date: Thu May 26 18:09:27 2022 -0400 Reinforced deepslate can't be moved by pistons commit 83c3097 Merge: 29c819f d74b0e2 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu May 26 18:05:39 2022 -0400 Merge branch 'master' of https://github.com/GeyserMC/Geyser into feature/1.19-bedrock commit d74b0e2 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu May 26 18:04:58 2022 -0400 Fix encoding SpawnParticleEffectPacket for 1.18.30+ commit 29c819f Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu May 26 17:51:55 2022 -0400 Implement allay, plus some interaction fixes commit 4b9055c Author: davchoo <davchoo@users.noreply.github.com> Date: Thu May 26 16:27:54 2022 -0400 Add new PaintingTypes commit 59cb0c0 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu May 26 16:22:53 2022 -0400 Start implementing frogs. Ribbit. commit 2c77306 Author: davchoo <davchoo@users.noreply.github.com> Date: Thu May 26 02:11:25 2022 -0400 Use new toasts for advancements and simplify advancement form response commit 9183897 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu May 26 13:11:39 2022 -0400 Implement chest boat commit 66a7efa Author: davchoo <davchoo@users.noreply.github.com> Date: Wed May 25 22:11:35 2022 -0400 Yeet 1.18.30 and old palette stuff commit c5de293 Author: davchoo <davchoo@users.noreply.github.com> Date: Wed May 25 19:41:31 2022 -0400 Allow 1.19.0 to join and use new block mappings commit 1a7b570 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Wed May 25 21:48:38 2022 -0400 Chat messages now show up correctly. commit ebf18cf Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Wed May 25 19:17:49 2022 -0400 Switch all Position instances to Vector3i commit 193fa23 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Wed May 25 18:44:33 2022 -0400 Paintings work commit bbf45b6 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Wed May 25 15:55:15 2022 -0400 Compiles; provide your own mappings for now commit 5339127 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Tue May 24 16:16:40 2022 -0700 Start work on 1.19 commit 3862531 Author: David Choo <davchoo@users.noreply.github.com> Date: Sat May 21 11:54:32 2022 -0400 Prevent max health from being set below 0 (GeyserMC#2980) * Prevent max health from being set below 0 * Add more detail to comment commit c3c8161 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat May 21 16:28:36 2022 +0100 Bump gson from 2.8.6 to 2.8.9 in /common (GeyserMC#2982) Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.8.6...gson-parent-2.8.9) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 8c9d1fe Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Sun May 15 14:23:52 2022 -0400 Allow language file overrides By placing a locale file in `languages/ll_CC.properties`, any strings in that file will take priority over Geyser's own. commit b885e22 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Sun May 15 13:52:18 2022 -0400 Always show the world border at least five blocks away Previously, no indication that the world border exists would show if warning blocks was set to 0. commit b33cc51 Author: David Choo <davchoo@users.noreply.github.com> Date: Sat May 14 15:12:18 2022 -0400 Add custom skull render distance (GeyserMC#2751) * Add player skull render distance * Improve updateVisibleSkulls a bit Avoid rechecking visibility on small movements * Periodically despawn unused skull entities * Don't hide skull entity for position/rotation changes Prevents flickering for skulls that are rotating * Update visible skulls when a skull is removed * Only update on removal if an entity is assigned * No need to check for skull in ChunkUtils Update copyright year * Avoid rechecking all skulls when a skull is added/removed * Allow skull render distance and number to be configured Renamed some fields to better match their values * Compare texture property directly from GameProfile * Remove unnecessary blockState field from SkullPlayerEntity * Use binarySearch for insertion Wait for player movement before loading skulls * Allow culling to be disabled by setting max-visible-custom-skulls to -1 * Only remove skulls in inRangeSkulls when culling is enabled * Add suggestions from review * Merge the for loops in updateVisibleSkulls * Fix skulls being leaked on chunk unload commit db13b4c Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Tue May 10 12:40:15 2022 -0400 Fix decoding for some UTF-8 characters commit f38c1fb Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Fri May 6 15:32:43 2022 -0400 Spigot: programmatically add Geyser permissions and fix reloading commit 05e98c3 Author: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Wed May 4 15:54:19 2022 -0400 Fix edge case in health code since 1.18.30 Fixes GeyserMC#2957 commit 2573b47 Author: Tim203 <mctim203@gmail.com> Date: Wed Jan 26 12:20:29 2022 +0100 Actually deploy commit 53de9f4 Author: Tim203 <mctim203@gmail.com> Date: Wed Jan 26 12:10:15 2022 +0100 Deploy the Cumulus changes for Geyser so Floodgate can use them commit 3011d89 Author: Tim203 <mctim203@gmail.com> Date: Sat Jan 22 12:20:52 2022 +0100 Update Geyser to use the latest features of Cumulus 1.1 commit 9c672c9 Author: Tim203 <mctim203@gmail.com> Date: Thu Dec 16 21:58:40 2021 +0100 Packet ids can't be negative commit a4399f0 Author: Tim203 <mctim203@gmail.com> Date: Thu Dec 16 00:19:51 2021 +0100 Implemented Floodgate's 'packet' plugin message
Fixes #2971
TrainCarts and BKCommonLib sets the mount's max health to 0 to hide the mount's health bar however this causes the entity to die on Bedrock. Setting the max health to 1 seems to do the same thing without any issues.
Reference