Kevin
039d516849
fix: PlayerEvent.DROP_ITEM not working on Fabric 1.21.9 ( #668 )
2025-10-14 08:10:57 +08:00
Kevin
93f7ef0e6f
fix: change keyCode to action ( #667 )
...
* fix: change keyCode to action
The int passed to the keyPressed function represents the action instead of the keyCode. The keyCode is inside the keyEvent. The action is 1 for key pressed and 0 for key released.
* fix: wrong parameter in NeoForge
2025-10-14 08:10:25 +08:00
shedaniel
dd8ddff874
Remove extra game version
2025-10-03 00:04:04 +08:00
shedaniel
bc6c57c33a
Port for 1.21.9
2025-10-02 18:09:51 +08:00
shedaniel
97ceb68560
Mark as compatible for 1.21.8 too
2025-07-23 23:19:32 +08:00
Cassian Godsted
55491e14cd
Port to 1.21.7 ( #642 )
...
* Fix fabric.mod.json versioning (#635 )
Update fabric.mod.json
* Fix RenderTypeRegistry.register parameters (#636 )
* "Port" to 1.21.7
* Missed a 1.21.6
* Adapt to OnlyIn removal
NeoForge 21.7.3 has removed OnlyIn from production. This fixes the crash on startup when Architectury API is used on this version.
* Update workflows
We are keeping the same file name so we can continue the build numbers
---------
Co-authored-by: Jeb Feng <ranzeplay@outlook.com >
Co-authored-by: ENC_Euphony <47242104+pynickle@users.noreply.github.com >
Co-authored-by: shedaniel <daniel@shedaniel.me >
2025-07-23 17:17:53 +02:00
shedaniel
d153cf1e63
Remove invalid curseforge version
2025-06-18 09:48:37 +08:00
ellellie
2b8b696d24
Port to 1.21.6 ( #633 )
...
* Port to 1.21.6-rc1
* Bump for 1.21.6
---------
Co-authored-by: shedaniel <daniel@shedaniel.me >
2025-06-18 03:34:29 +02:00
shedaniel
0047b5c8d7
NeoForge 1.21.5 Port
2025-03-26 21:00:22 +08:00
Joshua Peisach
762c4cae93
Port to 1.21.5 rc1 ( #616 )
...
* MixinResultSlot: update target
* bump to 1.21.5-rc1
2025-03-24 13:35:01 +08:00
shedaniel
0e94fdd1bd
Update for 1.21.5-pre2
2025-03-18 14:12:42 +08:00
Myitian
0be1f2c837
Fix #600 ( #602 )
2025-02-18 22:48:15 +08:00
ellellie
a08cc1e11a
fix: use new neoforge reload listeners ( #603 )
2025-02-16 16:33:23 +08:00
shedaniel
ccd67863c1
Update for NeoForge 1.21.4
2024-12-04 02:25:04 +08:00
Nico Mexis
431462bd7a
Fix crash ( #576 )
2024-10-27 15:21:14 +08:00
shedaniel
2a31c75f7d
Update for NeoForge 1.21.2
2024-10-23 02:13:36 +08:00
shedaniel
b6299b2867
Update to 1.21.2
2024-10-23 00:30:49 +08:00
shedaniel
6bdf5e9c35
Update fabric.mod.json
2024-10-06 05:09:47 +08:00
shedaniel
fe43bbddc9
Update to 24w40a
2024-10-06 05:07:39 +08:00
shedaniel
b3e6630a83
Merge remote-tracking branch 'refs/remotes/origin/1.20.6' into 1.21
2024-07-22 17:57:26 +09:00
shedaniel
3cbe35fb8d
Merge remote-tracking branch 'refs/remotes/origin/1.20.5' into 1.20.6
2024-07-22 17:57:13 +09:00
Nico Mexis
d8d4e1398d
Register SpawnEntityPacket on Fabric server ( #526 )
2024-07-20 10:21:54 +10: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
7f76087ffb
[1.20.6] Update Architectury API's dependencies and require the latest Fabric API and NeoForge. ( #509 )
...
* update dependencies
* Fix compile errors
2024-05-30 18:38:17 +09:00
Jab125
ba78f466ea
Port to 1.20.6 ( #494 )
...
* Begin port to 1.20.6
* Port to 1.20.6
* decrease diff
* Fix Creative Tab Ordering
* add test for creative tab ordering
* change up test
* add github actions build for 1.20.6
* fix some outdated things in the github actions
* use the mod bus instead of the neoforge bus when registering menu screens
* update versions in `build.gradle`
* change to 20.6.70-beta
* require 20.6.70
* this doesn't need fabric
Signed-off-by: shedaniel <daniel@shedaniel.me >
---------
Signed-off-by: shedaniel <daniel@shedaniel.me >
Co-authored-by: shedaniel <daniel@shedaniel.me >
2024-05-18 21:29:27 +09: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
Jab125
3f0bf226c4
Port to 1.20.5 ( #493 )
...
* port to 1.20.5-rc1
* port to 1.20.5
* remove runtime mod menu
* Update build.gradle
* Prepare for publishing
Signed-off-by: shedaniel <daniel@shedaniel.me >
* Update shadow plugin to fix building J21 binaries
Signed-off-by: shedaniel <daniel@shedaniel.me >
---------
Signed-off-by: shedaniel <daniel@shedaniel.me >
Co-authored-by: shedaniel <daniel@shedaniel.me >
2024-04-24 22:57:28 +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
d19cb9a8f1
Update to 24w14a
...
Signed-off-by: shedaniel <daniel@shedaniel.me >
2024-04-06 03:09:44 +09:00
shedaniel
d4f399c9e1
Update to 24w12a
...
Signed-off-by: shedaniel <daniel@shedaniel.me >
2024-04-01 20:28:51 +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
a69b6b2789
Fix #458
2023-12-09 19:09:06 +08:00
shedaniel
68f3934d57
Remove 1.20.4-Snapshot as a verison
2023-12-09 01:27:18 +08:00
shedaniel
3575429592
Update to 1.20.4
2023-12-09 00:55:47 +08:00
shedaniel
af9b6d2901
Update to 1.20.3-pre1
2023-11-21 13:08:20 +08:00