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

Commit graph

  • a2d5aab2f1
    Fix mixin Eclipse 2025-03-28 10:45:39 +00:00
  • d927ec6465 Target 1.21.5 release, restore ButtonBlock mappings onebeastchris 2025-03-26 18:28:47 +01:00
  • baac9795b7 Fix villager inventories, always close virtual inventories before opening a new one onebeastchris 2025-03-27 16:14:06 +01:00
  • 7c029886cd
    Merge branch 'master' into creative-item-categories chris 2025-03-27 12:21:50 +01:00
  • 8cf65814ce
    Result handlers for custom forms with labels now work again Tim203 2025-03-26 20:43:49 +01:00
  • b1177389d3 Fix invisible boats on versions below 1.21.70 onebeastchris 2025-03-26 17:40:56 +01:00
  • b7c56037bb Fix virtual inventory opening onebeastchris 2025-03-26 15:47:58 +01:00
  • 63326e468c
    More component hashers, also need tests Eclipse 2025-03-26 11:39:52 +00:00
  • 037f8c542d
    Finish text component hashing and implement components using it Eclipse 2025-03-26 10:50:54 +00:00
  • 5a64c6589b
    Merge remote-tracking branch 'upstream/master' into custom-item-api-v2 Eclipse 2025-03-26 09:26:07 +00:00
  • 8cfe776363
    Some more components, still needs their tests, work on text component hashing Eclipse 2025-03-26 08:38:43 +00:00
  • ba9544713a
    Item stack, use remainder component hashers, update mappings Eclipse 2025-03-25 21:29:28 +00:00
  • e78b6b431e
    Fix test Eclipse 2025-03-25 20:49:33 +00:00
  • 413be6c8b8
    Some cleanups and stuff Eclipse 2025-03-25 20:37:14 +00:00
  • 4e06608f84
    MCPL fixes, make it run Eclipse 2025-03-25 20:27:05 +00:00
  • 7a3c22d133
    A whole bunch more components and tests Eclipse 2025-03-24 22:53:20 +00:00
  • 51cc5eb41a
    Some fixes, and actually test everything Eclipse 2025-03-24 21:15:59 +00:00
  • 37f18d515d
    Some small refactors and a bunch of component hashers Eclipse 2025-03-24 19:36:01 +00:00
  • 05d1233555
    Work on hashing components using their vanilla codecs Eclipse 2025-03-24 08:35:29 +00:00
  • f2ec8d5cee
    Random stuff to make it run Eclipse 2025-03-24 06:51:30 +00:00
  • ae8062c5bc Revert api breaking change onebeastchris 2025-03-25 17:23:43 +01:00
  • 85f1a60753 Changes to variants: Eclipse 2025-03-23 14:22:15 +00:00
  • 226fd2917c "Fix" farm animal variants Eclipse 2025-03-22 12:50:20 +00:00
  • 2086333685 Use entity properties for farm animal variants Eclipse 2025-03-22 12:28:09 +00:00
  • 4c2ac05a53 Implement VariantHolder for farm animals, still have to figure out how to do this efficiently Eclipse 2025-03-22 11:13:54 +00:00
  • c8c09c9b7d Work on abstracting entity variants to reduce code duplication Eclipse 2025-03-22 10:46:14 +00:00
  • 4ebd048411 Implement data driven frogs, some refactoring with wolf variants Eclipse 2025-03-22 09:44:18 +00:00
  • d19fa2aa95 Implement data driven cats Eclipse 2025-03-22 09:35:59 +00:00
  • c398d5c62c Work on farmland variants, not sure if this will work Eclipse 2025-03-22 08:39:44 +00:00
  • 8035a26198 Support new tooltip display component and other 1.21.5 things () Eclipse 2025-03-22 08:02:46 +00:00
  • acb858f0ab Initial 1.21.5 changes onebeastchris 2025-03-20 16:26:10 +01:00
  • 61fea614f3
    1.21.70 Support, API 2.6.2 chris 2025-03-25 16:48:47 +01:00
  • 24f774e767
    1.21.70 support () api/2.6.2 chris 2025-03-25 16:34:00 +01:00
  • 41f6a40819 Update cloudburst/protocol dependency, target master mappings branch 1.21.70 onebeastchris 2025-03-25 16:21:15 +01:00
  • 69329f2cad
    Feature: Resource Pack API additions - ResourcePackOptions and a GeyserDefineResourcePacksEvent () chris 2025-03-25 15:49:18 +01:00
  • 27855142ee
    Apply suggestions from code review chris 2025-03-25 15:45:26 +01:00
  • 8e98ac4be2 Reset block breaking animation for blocks that have not been broken onebeastchris 2025-03-23 02:23:38 +01:00
  • bb24e09f59
    Change Java version in README Hasan 2025-03-23 20:52:53 +03:00
  • fb57c3b7a3
    Changes to variants: Eclipse 2025-03-23 14:22:15 +00:00
  • 29e2cebfd6
    "Fix" farm animal variants Eclipse 2025-03-22 12:50:20 +00:00
  • 700fcc1e15
    Use entity properties for farm animal variants Eclipse 2025-03-22 12:28:09 +00:00
  • 60e7ec56b1 2.6.2 onebeastchris 2025-03-22 13:15:53 +01:00
  • b6a4d90c11 GeyserPriorityOption now takes in an int instead of a double onebeastchris 2025-03-22 13:10:38 +01:00
  • db290ed82a
    Implement VariantHolder for farm animals, still have to figure out how to do this efficiently Eclipse 2025-03-22 11:13:54 +00:00
  • 85751ec4b9
    Work on abstracting entity variants to reduce code duplication Eclipse 2025-03-22 10:46:14 +00:00
  • 909fcbfcf8
    Implement data driven frogs, some refactoring with wolf variants Eclipse 2025-03-22 09:44:18 +00:00
  • 05994da0fb
    Implement data driven cats Eclipse 2025-03-22 09:35:59 +00:00
  • 88282a2be7
    Work on farmland variants, not sure if this will work Eclipse 2025-03-22 08:39:44 +00:00
  • 7acdf74cd1
    Support new tooltip display component and other 1.21.5 things () Eclipse 2025-03-22 08:02:46 +00:00
  • 69a0293657
    Remove unused NotNull import Eclipse 2025-03-22 07:51:31 +00:00
  • b911dbbf27 Ensure non-null marked collections in the resource pack manifest are not null onebeastchris 2025-03-22 00:27:00 +01:00
  • a1e4a59417 Merge remote-tracking branch 'refs/remotes/upstream/master' into subpacks-rewrite-merge-urlpacks onebeastchris 2025-03-21 23:32:33 +01:00
  • 63b4cc814a
    We prefer checkers for the nullable/nonnull annotations Eclipse 2025-03-21 21:45:30 +00:00
  • 1fb7d923b0
    Fix goat horns (I think) Eclipse 2025-03-21 13:18:05 +00:00
  • 90cafd702d
    Implement RegistryEntryData to allow getting an object from registry cache by its key Eclipse 2025-03-21 13:14:06 +00:00
  • 6668e0857e
    Fix ominous banner tooltip, custom name and some TODOs Eclipse 2025-03-21 12:42:45 +00:00
  • 9b2c3ebcd8
    Fix hiding advanced tooltips Eclipse 2025-03-21 11:16:51 +00:00
  • 291e1eeecc
    Re-implement tropical fish variant tooltip Eclipse 2025-03-21 11:14:11 +00:00
  • 5746643328
    Some fixes and TODOs Eclipse 2025-03-21 07:20:53 +00:00
  • 33db5fa214
    Fix some stuff and allow any item to function as saddle with the right components Eclipse 2025-03-21 07:11:33 +00:00
  • 5337894b60
    Work on supporting new tooltip display component Eclipse 2025-03-21 07:01:04 +00:00
  • 1cff2a83f7 Initial 1.21.5 changes onebeastchris 2025-03-20 16:26:10 +01:00
  • 36a654fc15 Use LevelSoundEventPacket instead of LevelSoundEvent2Packet, ensure only temperate cow/pig/chicken/thrown egg entities spawn, update item components onebeastchris 2025-03-20 19:27:24 +01:00
  • 512c68a883
    The team should still be used when there is a score display name () Tim203 2025-03-18 22:02:29 +01:00
  • 1fe2114eb8
    The team should still be used when there is a score display name Tim203 2025-03-18 21:45:28 +01:00
  • 86cc7b2cb3 Update mappings, fixup jitpack onebeastchris 2025-03-18 19:49:51 +01:00
  • 55539fb80e
    Commit what I had left feature/floodgate-merge Tim203 2025-03-18 19:43:04 +01:00
  • 9f78ed2a90 Initial work on 1.21.70 onebeastchris 2025-03-18 18:43:12 +01:00
  • d1b8b2f306
    Merge pull request from casperwtf/master Willem 2025-03-18 10:26:11 +01:00
  • ccc3e10fb5 Update MappingsReader_v1.java Nikolai 2025-03-18 02:47:50 -04:00
  • bfbca7b3ab
    Some TODOs and stuff Eclipse 2025-03-17 13:43:58 +00:00
  • 6bf2d0fac8
    Write some more documentation Eclipse 2025-03-17 13:04:13 +00:00
  • 84c24e5c03
    Merge branch 'master' into fix/write-race-condition Alex 2025-03-17 11:50:33 +01:00
  • 1dfb6c5f7e
    Merge remote-tracking branch 'upstream/master' into custom-item-api-v2 Eclipse 2025-03-17 05:44:59 +00:00
  • a9021d1d7e
    Update documentation Eclipse 2025-03-17 05:44:49 +00:00
  • 366d8b6124
    Add and implement block placer component Eclipse 2025-03-17 05:37:27 +00:00
  • 0efee85443
    Implement attack damage component Eclipse 2025-03-17 05:24:22 +00:00
  • e0c228f50f
    Remove chargeable method from NonVanillaCustomItemDefinition, work on attack damage geyser component Eclipse 2025-03-17 05:22:24 +00:00
  • ffc0481639
    Convert old chargeable property to new component, don't allow chargeable component to be used for vanilla items Eclipse 2025-03-17 05:17:59 +00:00
  • c183b8e7cb
    Implement chargeable data component in geyser Eclipse 2025-03-17 05:12:42 +00:00
  • 109474c406
    Add chargeable geyser data component Eclipse 2025-03-17 04:59:46 +00:00
  • c91db0c39f
    Fix v1 mappings using the vanilla item identifier as bedrock identifier Eclipse 2025-03-17 04:41:38 +00:00
  • 32160c5c64
    Fix chunks not loading when riding a vehicle, fix world border corrections not applying () chris 2025-03-16 01:28:46 +01:00
  • 4b43b6847d Fix chunks not loading when riding a vehicle, fix world border corrections not applying onebeastchris 2025-03-15 19:47:12 +01:00
  • f3db517358
    Implement NonVanillaCustomItemData -> definition conversion Eclipse 2025-03-14 13:12:32 +00:00
  • 33ba15d6da
    More progress with non-vanilla custom items Eclipse 2025-03-14 12:53:28 +00:00
  • 2a3ca59d70
    Update the define custom items event Eclipse 2025-03-14 12:21:28 +00:00
  • 30eed2df11 Fix: Creative item groups/categories onebeastchris 2025-03-13 21:15:55 +01:00
  • f27290a8b3 Fix https://github.com/GeyserMC/Geyser/issues/5405 onebeastchris 2025-03-12 00:58:31 +01:00
  • 63a9f8e64a
    Implement the stuff in Geyser Eclipse 2025-03-11 09:49:44 +00:00
  • 17fa9e3978
    Start working on non-vanilla custom items v2 Eclipse 2025-03-11 09:30:30 +00:00
  • a4a1222c3e
    Merge remote-tracking branch 'upstream/master' into custom-item-api-v2 Eclipse 2025-03-10 18:51:09 +00:00
  • 4c9676e24c
    Some fixes and docs Eclipse 2025-03-10 18:50:34 +00:00
  • ac1875a0f3
    Merge 14c08b9d99 into 32ada15d04 chris 2025-03-08 14:50:32 +00:00
  • 14c08b9d99
    Update AdvancedConfig.java chris 2025-03-08 15:50:29 +01:00
  • 1c451a44e2
    Update ConfigLoader.java chris 2025-03-08 15:49:21 +01:00
  • cc94d5a048 Fix https://github.com/GeyserMC/Geyser/issues/5395, fix https://github.com/GeyserMC/Geyser/issues/5398 onebeastchris 2025-03-05 22:02:09 +01:00
  • 679bc4147e
    Change advancement form mechanics to match Java behaviour, fix NPE () Eclipse 2025-03-04 16:40:14 +00:00
  • cf52a8fdde
    Close the form first when reopening it Eclipse 2025-03-04 15:55:29 +00:00
  • 9cd25716ee
    Fix another NPE Eclipse 2025-03-04 15:35:43 +00:00