Nico Mexis
61d78b96ba
Fix crash when hovering over some items ( #560 )
2024-10-05 15:07:28 +08:00
Nico Mexis
4e5f1eee9e
Fix NeoForge 21.0.40+ ( #530 )
2024-07-01 06:56:51 +09:00
desht
1ba751a168
updated Architectury for new Neoforge 21.0.31 entity damage pipeline ( #521 )
2024-06-25 18:38:51 +09:00
Jab125
289ed46f49
Port to 1.21 ( #511 )
...
* 1.21-pre1
* progress
* fix MixinGameRenderer
* update the access widener
* pass removal reason in the player respawn event
* Update MixinGameRenderer.java
* fix more mixins
* fix more 1.21 stuff
* Update TestRegistries.java
* remove enchantments (it's data driven)
* rename 1.20.6 files to 1.21
* update to 1.21-pre4
* lol
* fix neoforge
* Finish port to 1.21
---------
Co-authored-by: shedaniel <daniel@shedaniel.me >
2024-06-14 02:57:55 +09:00
Jab125
26bf197197
Fix FluidStack.EMPTY always being null ( #503 )
2024-05-05 13:20:06 +08:00
Jab125
02c89ba625
Fix breakage in NeoForge 20.5.14, fix crash when registering packets on Fabric, fix players getting kicked when a S2C packet is sent to them. ( #499 )
...
* Fix #497
* Fix #496
* Fix #498
* Add test for #498
* Update architectury.mixins.json
2024-04-30 00:31:05 +09:00
shedaniel
8effe4a56d
Port to 1.20.5-pre1
...
Signed-off-by: shedaniel <daniel@shedaniel.me >
2024-04-12 15:51:56 +09:00
shedaniel
0a315a4666
Remove our networking sync code as it is no longer required
...
Signed-off-by: shedaniel <daniel@shedaniel.me >
2024-04-10 02:37:15 +09:00
shedaniel
4e15fa3bbb
[ci skip] Port to NeoForge 24w14a
...
Signed-off-by: shedaniel <daniel@shedaniel.me >
2024-04-09 18:16:22 +09:00
shedaniel
d4f399c9e1
Update to 24w12a
...
Signed-off-by: shedaniel <daniel@shedaniel.me >
2024-04-01 20:28:51 +09:00
shedaniel
efa34d31ae
Reflect changes in FluidStackHooks
...
Signed-off-by: shedaniel <daniel@shedaniel.me >
2024-03-03 20:56:25 +09:00
shedaniel
8d0fdbdbd1
Re-add fluid variants
...
The implementations in FluidStack regarding components is a stab for what the future api could be, and will definitely change.
Signed-off-by: shedaniel <daniel@shedaniel.me >
2024-03-02 04:14:46 +09:00
shedaniel
7b65d8da73
Update to 24w09a
...
Signed-off-by: shedaniel <daniel@shedaniel.me >
2024-03-01 05:26:50 +09:00
shedaniel
0c3f7c6816
Merge remote-tracking branch 'origin/1.20.2' into 1.20.4
...
# Conflicts:
# gradle.properties
2024-02-26 22:16:50 +09:00
shedaniel
81473922e1
Merge remote-tracking branch 'origin/1.20' into 1.20.2
...
# Conflicts:
# gradle.properties
2024-02-26 22:13:11 +09:00
shedaniel
22caa28108
Merge remote-tracking branch 'origin/1.19.2' into 1.20
...
Signed-off-by: shedaniel <daniel@shedaniel.me >
# Conflicts:
# fabric/src/main/java/dev/architectury/event/fabric/EventHandlerImpl.java
# forge/src/main/java/dev/architectury/event/forge/EventHandlerImplClient.java
# gradle.properties
2024-02-26 22:12:16 +09:00
shedaniel
a2e5359225
Add client commands
...
Signed-off-by: shedaniel <daniel@shedaniel.me >
2024-02-26 21:13:36 +09:00
shedaniel
93c804fe07
Merge remote-tracking branch 'origin/1.20.2' into 1.20.4
2024-02-06 18:26:47 +09:00
shedaniel
258f6288b9
Merge remote-tracking branch 'origin/1.20' into 1.20.2
...
Signed-off-by: shedaniel <daniel@shedaniel.me >
# Conflicts:
# fabric/src/main/java/dev/architectury/registry/registries/fabric/RegistrarManagerImpl.java
2024-02-06 18:25:57 +09:00
shedaniel
ac1bd64350
Merge remote-tracking branch 'origin/1.19.4' into 1.20
...
Signed-off-by: shedaniel <daniel@shedaniel.me >
# Conflicts:
# testmod-common/src/main/java/dev/architectury/test/registry/TestRegistries.java
2024-02-06 18:11:03 +09:00
shedaniel
306e947ff7
Merge remote-tracking branch 'origin/1.19.2' into 1.19.4
...
Signed-off-by: shedaniel <daniel@shedaniel.me >
# Conflicts:
# fabric/src/main/java/dev/architectury/registry/registries/fabric/RegistrarManagerImpl.java
2024-02-06 18:02:41 +09:00
shedaniel
f1fdba9897
[ci skip] SpawnPlacements.register Hook (Closes architectury/architectury-api#375) ( #473 )
2024-02-06 17:32:50 +09:00
Josiah Glosson
a333232d85
[ci skip] Add defaultId to RegistrarBuilder ( #474 )
...
* Add defaultId to RegistrarBuilder
* Make the default key an registrar option
---------
Co-authored-by: shedaniel <daniel@shedaniel.me >
2024-02-06 17:32:35 +09:00
shedaniel
b26347a026
[ci skip] Add ClientTooltipComponentRegistry for custom tooltips ( #475 )
...
* Add ClientTooltipComponentRegistry for custom tooltips (#463 )
Signed-off-by: Sergey Shatunov <me@aur.rocks >
Signed-off-by: shedaniel <daniel@shedaniel.me >
* Fix testmod for client tooltip components
Signed-off-by: shedaniel <daniel@shedaniel.me >
---------
Signed-off-by: Sergey Shatunov <me@aur.rocks >
Signed-off-by: shedaniel <daniel@shedaniel.me >
Co-authored-by: Sergey Shatunov <me@aur.rocks >
2024-02-06 17:32:25 +09:00
Jab125
760b2a790e
Update to NeoForge 20.2.77-beta, Forge 49.0.14 and Fabric Loader & API 0.15.3 & 0.92.0 ( #468 )
2024-01-07 15:02:00 +09:00
shedaniel
011367bbe1
Fix compile errors
2023-11-21 13:15:43 +08:00
shedaniel
054b13e63e
Merge remote-tracking branch 'origin/1.20.2' into 1.20.3
...
# Conflicts:
# gradle.properties
# settings.gradle
2023-11-21 00:20:59 +08:00
shedaniel
9aba3cf1dc
Update to 20.2.59-beta & Adapt to Registry Changes
2023-11-20 21:00:36 +08:00
shedaniel
d309d26bff
NeoForge 1.20.2 Port
2023-11-17 23:07:29 +08:00
shedaniel
731a772ab1
Updated to 23w40a
...
Signed-off-by: shedaniel <daniel@shedaniel.me >
2023-10-08 22:27:55 +08:00
shedaniel
5422b8c615
Update to 1.20.2-pre4
...
Signed-off-by: shedaniel <daniel@shedaniel.me >
2023-09-14 01:11:25 +08:00
shedaniel
5f58e6cb26
Updated to 23w35a
...
Signed-off-by: shedaniel <daniel@shedaniel.me >
2023-08-31 22:12:38 +08:00
shedaniel
3f97d40d45
Updated to 23w32a
2023-08-12 17:38:44 +08:00
shedaniel
38edbd29d3
Updated to 23w31a
2023-08-08 18:51:24 +08:00
shedaniel
7f7807469b
Merge remote-tracking branch 'architectury/1.19.4' into 1.20
...
# Conflicts:
# fabric/src/main/java/dev/architectury/mixin/fabric/client/MixinScreen.java
# forge/src/main/java/dev/architectury/event/forge/EventHandlerImplClient.java
# forge/src/main/resources/META-INF/mods.toml
# gradle.properties
2023-07-09 17:42:36 +08:00
shedaniel
bac9421615
Fix tooltip color event ( #412 )
...
* Fix color tooltip event
* Make it final
2023-07-09 17:35:18 +08:00
shedaniel
82505652eb
Update to 1.20 and support Forge
2023-06-08 12:49:18 +08:00
shedaniel
a6e5876dec
Update to 1.20-pre5
2023-05-25 00:47:54 +08:00
shedaniel
863ba5ced9
Update to 23w18a
2023-05-09 02:17:27 +08:00
shedaniel
8c4a74d0f5
Update to 1.19.4-pre3
2023-03-04 03:25:37 +08:00
shedaniel
f0222338f5
Update to Loom 1.1 and Gradle 8
2023-03-04 03:25:36 +08:00
Max
5bac879be0
Merge branch '1.19.3' into 1.19.4
2023-02-06 18:03:32 +01:00
Max
cca739db53
Merge branch '1.19.2' into 1.19.3
2023-02-06 18:02:48 +01:00
Max
93dd95c6a0
Merge branch '1.19' into 1.19.2
2023-02-06 18:01:55 +01:00
Max
b4cf77dde9
Merge branch '1.18.2' into 1.19
2023-02-06 18:01:10 +01:00
desht
1524550146
Add PlayerEvent.ATTACK_ENTITY ( #380 )
...
[ci skip]
* Add PlayerEvent.ATTACK_ENTITY
* Fired from Forge's AttackEntityEvent and Fabric's AttackEntityCallback
* When player is about to attack any entity (not just living) with left-click
* javadoc parameter alignment
* import cleanup
2023-02-06 17:53:43 +01:00
Max
d022087cd5
Add support for adding PacketTransformers to SimpleNetworkManager messages ( #379 )
...
[ci skip]
* Add support for adding PacketTransformers to SimpleNetworkManager messages
* Mark new methods as experimental, add javadocs
* Update common/src/main/java/dev/architectury/networking/simple/SimpleNetworkManager.java
* Update common/src/main/java/dev/architectury/networking/simple/SimpleNetworkManager.java
Co-authored-by: shedaniel <daniel@shedaniel.me >
2023-02-06 17:53:24 +01:00
shedaniel
4307d5ca0a
Update to 23w03a
2023-01-20 23:11:34 +08:00
itsmeow
d979caa4ab
Add creative tab access wideners ( #370 )
...
* Add tab access wideners
* Replace with autogeneration
2022-12-23 15:52:05 +01:00
shedaniel
de600a4145
Update to 1.19.3
2022-12-09 02:05:30 +08:00