1
0
Fork 0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-04-17 11:04:38 +02:00

Commit graph

  • af76cd0af4
    Update API module with has component predicate Eclipse 2025-01-17 23:49:49 +00:00
  • a5d6fb1722
    Consistency renames, start on has component predicate Eclipse 2025-01-17 23:34:19 +00:00
  • 422c5a9136
    Update MCPL Eclipse 2025-01-17 23:31:22 +00:00
  • a7d475e7e4 fix black particles around invisible area effect cloud entities onebeastchris 2025-01-17 22:47:15 +01:00
  • 07629a42c9 Only send the ServerboundClientTickEndPacket while in the GAME protocol state, make locale non-null onebeastchris 2025-01-15 23:25:57 +01:00
  • ab174b50d2
    Javadoc broke my build again (this isn't proper HTML) Eclipse 2025-01-14 17:10:07 +00:00
  • fbbf210e44
    Documentation whoopsy Eclipse 2025-01-14 17:02:09 +00:00
  • 373eeacad8
    Implement repairable component in custom item registry populator Eclipse 2025-01-14 17:00:25 +00:00
  • 2558620c19
    Add repairable mappings reader Eclipse 2025-01-14 16:22:05 +00:00
  • c63386aab8
    Update documentation Eclipse 2025-01-14 16:09:26 +00:00
  • 261b6caa7b
    Add tool component mappings reader Eclipse 2025-01-14 15:51:44 +00:00
  • 67b615ed14
    Implement tool component in custom item populator Eclipse 2025-01-14 15:48:50 +00:00
  • 75e371c75b
    Add tool component to API Eclipse 2025-01-14 15:37:43 +00:00
  • 1afb733ad3
    Work on tool component stuff Eclipse 2025-01-14 15:35:20 +00:00
  • ebbd1c546c
    Small documentation stuff Eclipse 2025-01-13 15:49:59 +00:00
  • 61b703c49d
    Merge remote-tracking branch 'upstream/master' into custom-item-api-v2 Eclipse 2025-01-13 15:45:55 +00:00
  • d522f614db
    Remove rarely used method Eclipse 2025-01-13 15:45:00 +00:00
  • 0308388650
    Remove unused stuff Eclipse 2025-01-13 15:13:46 +00:00
  • 0e5dba1abe
    Documentation improvements, add converter for enchantable component Eclipse 2025-01-13 15:12:24 +00:00
  • 33b49eb842
    Properly implement protection value Eclipse 2025-01-13 15:07:10 +00:00
  • 44a1bba7cf
    Reformat some stuff my IDE shouldn't have done Eclipse 2025-01-13 14:54:13 +00:00
  • ffb94ff06a
    Proper support for the enchantable value property Eclipse 2025-01-13 14:52:40 +00:00
  • 58e2f17e08
    Fix: Brand message being sent too early () chris 2025-01-12 20:44:33 +01:00
  • c3bbb6cfc1 fix issue with bundle cache attempting to check a null inventory onebeastchris 2025-01-12 20:35:36 +01:00
  • d116fd8e8f Merge remote-tracking branch 'origin/defaultListener' into defaultListener onebeastchris 2025-01-12 20:34:08 +01:00
  • 0ad38830b3 apparently default listeners aren't always first... huh onebeastchris 2025-01-12 20:33:47 +01:00
  • 312ce6f470 Merge remote-tracking branch 'refs/remotes/upstream/master' into defaultListener onebeastchris 2025-01-12 20:04:21 +01:00
  • 9f21221d3e
    Component validation in the API Eclipse 2025-01-11 19:51:57 +00:00
  • 7e973ea0d4
    Fix component patching, MCPL removal is done now Eclipse 2025-01-11 19:41:40 +00:00
  • 1dce683eb0
    Move predicate classes up Eclipse 2025-01-11 19:15:32 +00:00
  • d06ad0ba36
    Improve enum reader error message Eclipse 2025-01-11 11:45:55 +00:00
  • aabd537079
    My IDE did something it shouldn't have Eclipse 2025-01-11 11:39:48 +00:00
  • 03402d4220
    Update implementations and mappings reader, but populator is broken Eclipse 2025-01-11 11:22:59 +00:00
  • 46e6fd33be
    Remove MCPL from API module, but now stuff is broken. Also still needs component verification Eclipse 2025-01-11 10:31:23 +00:00
  • 6ac65f0327
    . chris 2025-01-11 01:35:57 +01:00
  • 385faa178a Refactor disconnect handling onebeastchris 2025-01-10 18:15:04 +01:00
  • f4c9c3d41b
    Read predicate strategies from mappings Eclipse 2025-01-10 16:48:17 +00:00
  • 7af9518d66
    Implement predicate strategies Eclipse 2025-01-10 16:45:15 +00:00
  • 094ff41817
    Merge remote-tracking branch 'upstream/master' into custom-item-api-v2 Eclipse 2025-01-10 16:36:28 +00:00
  • aa13113cee
    Clean up predicates in the API Eclipse 2025-01-10 16:33:44 +00:00
  • aa365d9a18
    Small cleanup Eclipse 2025-01-10 16:21:03 +00:00
  • e8bd2a1e1c
    Refactor mappings reading with proper type checking and conversions and better error messages, read nutrition and saturation values from mappings Eclipse 2025-01-10 16:13:29 +00:00
  • 0986203bda
    Send nutrition and saturation to the client Eclipse 2025-01-10 16:11:29 +00:00
  • 5620f0a9b7
    Move predicate implementations out of API module Eclipse 2025-01-10 12:44:52 +00:00
  • 1267b2e5ab
    Update fabric.mod.json to new fabric api mod id () Eclipse 2025-01-09 20:53:01 +00:00
  • c8cd360936
    Update fabric.mod.json Eclipse 2025-01-09 19:37:20 +00:00
  • 65f7bdb3c0
    Fix modded items not having a bedrock ID set () Oliver 2025-01-09 12:57:27 -06:00
  • 871d91df28
    Fix modded items not having a bedrock ID set Oliver-makes-code 2025-01-09 12:18:11 -06:00
  • 9021ef2972 Fix: Brand message not being sent, send lowercase locale, ensure the MCPL default listener comes first onebeastchris 2025-01-05 21:16:54 +01:00
  • ddd1afabd1
    Bundle support () Camotoy 2025-01-05 10:34:57 -05:00
  • a19f0305fb
    Fix item_name component not working, improve display of custom effects and shulker box tooltips for item names () BugTeaON 2025-01-05 19:41:35 +08:00
  • 2297ca42ec
    Merge branch 'master' of https://github.com/GeyserMC/Geyser into AGGRESSIVEfixrenderdistance Camotoy 2025-01-04 11:19:38 -05:00
  • f1ed841e07
    Add support for rcon console command senders () Alex 2025-01-04 14:28:54 +01:00
  • c3ff537a81 Add support for rcon console command senders AlexProgrammerDE 2025-01-04 14:11:56 +01:00
  • 3189895912
    Address review bundles Camotoy 2025-01-02 18:19:08 -05:00
  • c7d47ab2e4
    Add bundle drop workaround Camotoy 2025-01-01 17:31:55 -05:00
  • d40911cc86
    Fix inserting items that already exist in a bundle Camotoy 2025-01-01 13:42:33 -05:00
  • fe52a6ead7
    Merge branch 'master' of https://github.com/GeyserMC/Geyser into bundles Camotoy 2025-01-01 13:42:13 -05:00
  • 81c172840b Add some brackets BugTeaON 2024-12-31 11:41:51 +08:00
  • 62bb4bc168 Block vanilla potion name translation when has hide_additional_tooltip component BugTeaON 2024-12-31 00:59:49 +08:00
  • 84865f56d9 Add some code comments BugTeaON 2024-12-30 23:01:56 +08:00
  • d4d202ffbd Fix colored item name display in tooltips of shulker box BugTeaON 2024-12-30 21:23:39 +08:00
  • 38d7a458fd Fix book title display in tooltips of shulker box BugTeaON 2024-12-30 21:21:08 +08:00
  • eb6ee16b4f Make vanilla default components no longer affect the translation of custom name (Fix item_name component not work) BugTeaON 2024-12-30 21:15:53 +08:00
  • cc25d48411 Show custom effects information in HUD, and be able to hide it using hide_additional_tooltip component BugTeaON 2024-12-30 20:56:07 +08:00
  • 8bab870241 feat: send close form packet when receiving empty form data Roch Blonndiaux 2024-12-27 17:18:31 +01:00
  • 623ec2bb8f
    Fix map colors () rtm516 2024-12-27 04:53:22 +00:00
  • 6bd60d4233 Fix: Default components breaking item stacking while crafting. onebeastchris 2024-12-24 01:43:04 +08:00
  • 030b935d8a Fix: item frames showing names for items without a custom name (fixes https://github.com/GeyserMC/Geyser/issues/5194) onebeastchris 2024-12-24 00:18:26 +08:00
  • 32ff9725d6 Improve code readability again BugTeaON 2024-12-23 13:18:44 +08:00
  • 14e4a07550 Improve code readability BugTeaON 2024-12-23 12:56:00 +08:00
  • 6bc58ff546 Merge branch 'master' of https://github.com/GeyserMC/Geyser into feature/custom-max-stack-size BugTeaON 2024-12-23 12:01:59 +08:00
  • 7b5c1bb370 Bump mcpl and mappings onebeastchris 2024-12-23 03:29:40 +08:00
  • a0a4b93b4f Allow to change the maximum stack size of custom vanilla item mappings BugTeaON 2024-12-23 00:18:52 +08:00
  • e161703db3
    Merge branch 'master' into hardcore-fix LetsGoAway 2024-12-22 20:22:13 +08:00
  • 29113cea71
    Correctly send BGR over the network for map colors rtm516 2024-12-22 03:33:29 +00:00
  • 1f167f7cac
    Revert "fix: Wrong map colors ()" rtm516 2024-12-22 03:15:01 +00:00
  • 006fe75e5a
    fix: Wrong map colors () Adri 2024-12-22 03:51:13 +01:00
  • 3c375281a5 fix: Wrong map colors Adrigamer2950 2024-12-22 03:15:51 +01:00
  • 56c508deaa
    Throw UnsupportedOperationException when reading block v2 mappings Eclipse 2024-12-19 13:39:39 +00:00
  • b254594bbf
    Move identifierToKey out of ItemRegistryPopulator Eclipse 2024-12-19 12:06:28 +00:00
  • ff35c6e752
    Fix mapping reading Eclipse 2024-12-19 12:04:27 +00:00
  • 2b9f519158
    Cleanup item registry populator a bit Eclipse 2024-12-19 12:03:00 +00:00
  • 4629f7b6f6
    "Implement" v2 block mappings reading Eclipse 2024-12-19 11:52:56 +00:00
  • 16832433a0
    Fix max stack size validation when reading json mappings Eclipse 2024-12-19 11:52:04 +00:00
  • 4aea17a174
    Component combination validation Eclipse 2024-12-19 11:51:26 +00:00
  • bcc791544b
    Factor in range dispatch scaling when sorting predicate Eclipse 2024-12-19 11:17:51 +00:00
  • e84f8a3543
    Whoops got to include the lib Eclipse 2024-12-19 11:10:52 +00:00
  • 635c8c45be
    Default to definition type when no type key is given Eclipse 2024-12-19 11:10:00 +00:00
  • 25109b71b3
    Add predicate caching Eclipse 2024-12-19 11:09:43 +00:00
  • 885c4d9d3b
    Merge remote-tracking branch 'upstream/master' into custom-item-api-v2 Eclipse 2024-12-16 18:32:29 +00:00
  • 18cde3264e
    Improve documentation just a bit Eclipse 2024-12-16 18:31:57 +00:00
  • 852c5c2187
    Apparently Javadoc can break builds Eclipse 2024-12-16 17:04:15 +00:00
  • 66e288f302
    Improve documentation of (predicate) new API Eclipse 2024-12-16 16:35:49 +00:00
  • b5cef996fb
    Clean up custom item registry populator a bit Eclipse 2024-12-16 16:04:46 +00:00
  • 7ed830ad78
    Improve error handling when registering custom items Eclipse 2024-12-16 15:57:23 +00:00
  • a997820121
    Make item definitions in group able to override the group's model Eclipse 2024-12-16 15:27:56 +00:00
  • f44f368f96
    Improve predicate reading error handling Eclipse 2024-12-16 15:24:53 +00:00
  • fe8336a2b1
    Some of Adventure was left in the API Eclipse 2024-12-16 15:23:27 +00:00
  • 12f2e1a232
    Improve the reading and error handling of item mappings Eclipse 2024-12-16 15:20:23 +00:00