27 Commits

Author SHA1 Message Date
shedaniel
2a31c75f7d Update for NeoForge 1.21.2 2024-10-23 02:13:36 +08:00
shedaniel
7cd3db7710 Update NeoForge to 21.0.114-beta and fix breakage in NeoForge config extension 2024-07-22 18:04:36 +09:00
Jab125
cd9551fab2 Update NeoForge to 21.0.78-beta to account for breaking changes (#539)
* fix compiler errors and update to 21.0.78-beta

* Update RegistrarManagerImpl.java
2024-07-11 11:36:08 +10: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
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
b54b89c281 Fix crash on startup
Signed-off-by: shedaniel <daniel@shedaniel.me>
2024-04-10 02:51:33 +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
d80b6c2de0 Publish to maven only as beta
Signed-off-by: shedaniel <daniel@shedaniel.me>
2024-04-09 18:23:49 +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
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
907389bd6b Simply NeoForge registrar eventbus 2024-01-09 22:16:28 +09:00
shedaniel
4041bcd4fb Fix missing packet issue on NeoForge 2024-01-09 22:16:26 +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
desht
7d771c2814 Build with NeoForge 20.4.46 (20.4.40+ required) (#460) 2023-12-20 18:23:33 +08:00
shedaniel
3575429592 Update to 1.20.4 2023-12-09 00:55:47 +08:00
shedaniel
38c3e8e64a Fix #453 2023-11-21 13:13:26 +08:00
shedaniel
9aba3cf1dc Update to 20.2.59-beta & Adapt to Registry Changes 2023-11-20 21:00:36 +08:00
shedaniel
426ca41331 Fix CustomizeGuiOverlayEvent crash 2023-11-19 02:59:27 +08:00
shedaniel
09e04e0cc6 Fix #451 2023-11-19 02:32:00 +08:00
shedaniel
0ff2f7f898 Fix InputEvent.MouseScrollingEvent crash 2023-11-19 00:59:23 +08:00
shedaniel
d309d26bff NeoForge 1.20.2 Port 2023-11-17 23:07:29 +08:00