haykam821
7feeb733ad
Update mod to Minecraft snapshot 24w44a ( #4197 )
...
* Update mod to Minecraft snapshot 24w44a
* Bump version
---------
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2024-10-30 18:44:56 +00:00
modmuss
fd37071f8b
Update Loom and Loader ( #4188 )
Build / build (21-ubuntu) (push) Has been cancelled
Build / client_test (push) Has been cancelled
Build / server_test (push) Has been cancelled
Build / check_resources (push) Has been cancelled
2024-10-27 09:44:05 +00:00
modmuss50
c47b9d4307
Update Fabric Loader
2024-10-15 15:12:08 +01:00
modmuss
d48ec150ba
24w36a ( #4068 )
...
Build / build (21-ubuntu) (push) Has been cancelled
Build / client_test (push) Has been cancelled
Build / server_test (push) Has been cancelled
Build / check_resources (push) Has been cancelled
* 24w36a
* Some fixes
* More work
* Fixes
* Update yarn
* Update fabric loader
* Bump versions
2024-09-05 11:42:30 +01:00
modmuss
6c0945c34f
Update Fabric Loader and re-enable server test ( #4056 )
2024-08-29 17:55:03 +01:00
modmuss
1bb677a646
Port to 24w33a ( #4033 )
...
Build / build (21-ubuntu) (push) Has been cancelled
Build / client_test (push) Has been cancelled
Build / server_test (push) Has been cancelled
Build / check_resources (push) Has been cancelled
Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
Co-authored-by: hypherionmc <hypherionmc@gmail.com>
(cherry picked from commit 952fb19a0df7354e8352ef0c993a956b2bed32c2)
2024-08-18 19:16:27 +01:00
modmuss
6573ed8ccc
24w21b ( #3789 )
...
Co-authored-by: Drex <nicknamedrex@gmail.com>
Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
2024-05-23 10:20:54 +01:00
Kevin
fc3f06ac9e
Fix ClientMessageEvents Injection Points ( #3778 )
...
(cherry picked from commit a7dc0e41c4
)
2024-05-20 09:33:41 +01:00
modmuss
0af3f5a702
24w18a ( #3757 )
...
Co-authored-by: Drex <nicknamedrex@gmail.com>
2024-05-04 14:28:29 +01:00
apple502j
109a837c6e
24w06a porting fixes ( #3578 )
...
* Bump yarn
* Fix TagsLoaded event again
* Resource Loader: internal refactor (name to ID)
* More refactors
* Reset ignoreFallDamageAboveY when using custom elytra
* fix checkstyle
2024-02-09 17:36:06 +00:00
modmuss50
80f8cf516f
Update Fabric Loader
2024-01-17 17:15:38 +00:00
modmuss
3434862fbd
Port to 23w51b ( #3474 )
...
Breaking changes:
- `FabricBrewingRecipeRegistry.registerPotionRecipe` takes `RegistryEntry<Potion>` instead of `Potion`
- `SculkSensorFrequencyRegistry.regster` takes `RegistryKey<GameEvent>` instead of `GameEvent`
- `FabricLanguageProvider.add` takes `RegistryEntry<EntityAttribute>` instead of `EntityAttribute`
- `FabricTagProvider.GameEventTagProvider` was removed replace with `FabricTagProvider<GameEvent>`
- `FabricItem.getAttributeModifiers` returns a Multimap with a key of `RegistryEntry<EntityAttribute>` instead of `EntityAttribute`
- `ModifyItemAttributeModifiersCallback.modifyAttributeModifiers` takes Multimap with a key of `RegistryEntry<EntityAttribute>` instead of `EntityAttribute`
2023-12-18 18:47:42 +00:00
modmuss
78d798af9d
Update to loader 0.15 ( #3451 )
2023-12-08 15:19:17 +00:00
modmuss
ebb15496af
Make some experimental APIs stable. ( #3354 )
...
* Make some experimental APIs stable.
* Imports.
(cherry picked from commit e3d2bf3f57
)
2023-10-08 13:03:18 +01:00
apple502j
e982ae85ea
Fix Message API javadoc ( #3342 )
2023-10-01 12:36:47 +01:00
modmuss
fce67b32cf
23w35a ( #3292 )
2023-08-31 12:50:38 +01:00
modmuss
f4b7e42468
Update to loom 1.3 and use Mod Publish Plugin ( #3158 )
...
* Update to loom 1.3
* Fix more 1.3 deprecations
* Opps
* Move to mod publish plugin
* Revert some changes
* Fix some more Gradle deprecations
* Fix names
* Remove extra stuff
* Cleanup
2023-08-02 18:51:21 +01:00
Kevin
32651619ee
Fix incorrect behavior with ClientMessageEvents and CommandApi ( #3182 )
2023-07-18 12:54:01 +01:00
modmuss
b3afc78b68
Setup unit tests & format gradle files. ( #3073 )
2023-05-30 13:07:11 +01:00
modmuss50
fb8d95dacb
Split test mods into client and common. ( #3033 )
2023-05-01 14:04:29 +01:00
Kevin
1ee8be400a
Added Client Message Events ( #2646 )
...
* Added Client Message Events
* Applied suggestions and fixed checkstyle
* Inject before fabric-command-api and updated Javadocs
* Updated Javadocs regarding client commands
* Update fabric-message-api-v1/src/client/resources/fabric-message-api-v1.client.mixins.json
Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
* Updated Javadocs regarding commands
* Fixed duplicated package names
* Updated ClientMessageEvents.java Javadoc
Co-authored-by: Sideroo <109681866+Sideroo@users.noreply.github.com>
* Removed duplicated client commands Javadoc
* Added cancelled sending and receiving events
* Seperated send and receive events and changed event names
* Fixed checkstyle
* Added support for modifying messages
* Added client command test
* Added narration and message indicator support for modifying received messages
* Added tests for modifying messages
* Updated ClientReceiveMessageEvents#CHAT Javadocs
* Small Javadoc fixes
* Added Modify to names
* Always narrate original message
* Removed modifying receive chat message
* Split notify and modify events
* Fixed checkstyle
---------
Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
Co-authored-by: Sideroo <109681866+Sideroo@users.noreply.github.com>
(cherry picked from commit c85585f870
)
2023-02-23 10:15:16 +00:00
apple502j
6ede1da9e0
Message API: update javadoc for 22w42a ( #2605 )
2022-10-28 18:26:52 +01:00
modmuss50
75e98211bd
22w42a 🐫 ( #2599 )
...
Co-authored-by: shartte <shartte@users.noreply.github.com>
Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
2022-10-22 20:38:33 +01:00
apple502j
93d8cb82e8
Fix many javadoc issues ( #2526 )
...
Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
2022-09-25 14:45:12 +01:00
apple502j
176380a2b6
Message API: fix outdated and incorrect javadoc
2022-08-06 19:17:54 +01:00
Gegy
4e0178f48a
Fix: broadcast message headers when chat event is cancelled ( #2426 )
...
This resolves an issue where the chat signing chains for players would be broken when the server cancels a signed player message. This could lead to clients disconnecting after receiving any following message due to the broken chain.
2022-07-27 20:26:56 +01:00
modmuss50
8e190802a5
1.19.1-rc3
2022-07-26 20:53:20 +01:00
apple502j
e6c0642c7f
Message API: 1.19.1 changes ( #2411 )
...
* BREAKING: Add server param to game message events
* Update javadocs
* Update testmod
* Fix param name in testmod
* Update ServerMessageEvents.java
2022-07-24 16:07:05 +01:00
modmuss50
25a4c8239c
1.19.1-pre6
2022-07-20 19:47:52 +01:00
modmuss50
240720a216
1.19.1-pre4
2022-07-08 18:49:07 +01:00
modmuss50
d5533c01e6
1.19.1-pre2
2022-06-30 18:19:22 +01:00
apple502j
513f4a5977
Fabric Message API v1 (experimental) ( #2220 )
...
* Initial skeleton
* Fabric Chat API v1 (experimental)
* Run checkstyle
* Fix checkstyle (testmod)
* Support 1.19-pre1
* Fix spotless
* Fixes
* Remove caching of messages
This is hard to maintain and has several edge cases. Mods should cache themselves when needed.
* Make constructor private
* Add ServerChatEvents
* Update mappings
* Prepare for the rename
* Include chat decorator in exception
* Add support for blocking messages
* Rename to fabric-message-api-v1
* Update to 1.19-pre2
* Use fabric namespace
* Rename ChatDecoratorEvent
* Rename events and add more javadoc
* Rename ServerChatEvents
* Rename ChatDecorator
* Only block bad respawn point death in testmod
* Fix wrong word in javadoc
* Improve javadoc
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2022-06-02 16:00:15 +01:00