Commit Graph

56 Commits

Author SHA1 Message Date
IzzelAliz
94d8220b84 Update bundled aether libraries (#1204) 2024-03-11 22:58:52 +08:00
IzzelAliz
0f2ca4bf18 Fix exit on main thread deadlock (#1256) 2024-03-10 13:16:37 +08:00
IzzelAliz
1317cbd37d Skip JiJ deps when present (#1011 #1184) 2024-01-20 21:09:18 +08:00
IzzelAliz
d61604007f Add pose and illager spell registries (#1124) 2023-12-02 23:24:11 +08:00
IzzelAliz
6562f3289e Update upstream
We have again predicted what upstream will do and delete all related patch
2023-08-17 23:11:45 +08:00
IzzelAliz
381d0134a0 Fix NPE loading fluids (#1017) 2023-06-22 17:49:36 +08:00
IzzelAliz
1ac616f097 Update to Trials (Minecraft 1.20)
Also update Gradle to 8.1.1
2023-06-08 17:11:01 +08:00
IzzelAliz
eef98d984c
Update to forge 45.0.64 2023-05-26 16:23:13 +08:00
IzzelAliz
5640328bad
Update upstream 2023-05-26 13:12:05 +08:00
IzzelAliz
e82ed29219
Update to Minecraft 1.19.4 2023-04-22 11:20:15 +08:00
IzzelAliz
e1c399c048
Include javax inject for mmocore (#932) 2023-02-26 10:39:25 +08:00
IzzelAliz
3eec91d20b
Print server thread stack on async catcher timeout (#910) 2023-02-02 13:42:01 +08:00
IzzelAliz
f76be9aab0 Do not compute frame on plugin class (#848) 2023-01-17 20:34:41 +08:00
IzzelAliz
7590e2b5d7
Update to 1.19.3 2022-12-10 15:47:33 +08:00
IzzelAliz
94e5cd9ded
Update release artifact name 2022-11-23 13:43:58 +08:00
IzzelAliz
548b3c083b
Add release name 2022-10-25 19:57:59 +08:00
IzzelAliz
4145c11a3a
Reorder repositories 2022-10-06 15:37:18 +08:00
IzzelAliz
bf715d1d18
Fix boot as forge mod 2022-10-06 10:03:12 +08:00
IzzelAliz
3a0b508f72
Update upstream 2022-10-06 09:44:29 +08:00
IzzelAliz
fb4b63ec08
Remove inheritance lookup in inventory implementer
Inheritance lookup is a fairly expensive operation, using a side map for viewers lookup can improve performance.
2022-09-03 23:22:35 +08:00
IzzelAliz
6a6a573a7d Update to 1.19.1 2022-08-01 17:08:20 +08:00
IzzelAliz
74ac54c4e4
Adapt logger if j.u.l already initialized 2022-07-20 13:17:26 +08:00
IzzelAliz
999b9bb30e
Fix field remapping with same name in hierarchy (#539 #550)
Update AGP to 1.23
2022-06-23 00:09:06 +08:00
IzzelAliz
49f8cc9bab
Add async catcher to game events (#603) 2022-06-20 20:53:49 +08:00
IzzelAliz
3ed1ef0624
Update implementer 2022-05-22 14:59:44 +08:00
IzzelAliz
df9f220acf
Add modded end dragon phase to registry (#580) 2022-05-07 15:39:13 +08:00
IzzelAliz
e877d3a391
Fix generated method reporting 0 stack limit when initialising (#333) 2022-04-16 18:21:31 +08:00
IzzelAliz
bec5c83d35
Add async catcher to opening gui (#549) 2022-04-15 21:10:18 +08:00
IzzelAliz
2a0f09bb19
Add spawn category to registry handling 2022-04-01 21:27:56 +08:00
Joseph Tarbit
c5a43fd480
Update to 1.18.2 (#510)
Update dependencies and upstream
2022-03-11 14:28:19 +08:00
IzzelAliz
86ffdd103b
Restore patch to vanilla command node (#464) 2022-02-07 11:56:59 +08:00
IzzelAliz
b547770edb
Restore patch to vanilla command node (#464) 2022-02-07 11:37:56 +08:00
IzzelAliz
223df78a0e
Update to forge 39.0.59 2022-01-26 21:22:53 +08:00
IzzelAliz
8d6d00ffa3
Update api and yaml version 2021-12-21 17:02:46 +08:00
IzzelAliz
03877441bd
Update to Minecraft 1.18.1 2021-12-12 14:28:50 +08:00
IzzelAliz
1266a3af6d
Workaround for log4j security exploits 2021-12-10 10:58:49 +08:00
IzzelAliz
754e668bbd
Hack modlauncher a little to load 2021-12-03 22:03:13 +08:00
IzzelAliz
baf681d166
Fix some stuff, updated api to 1.2.2 2021-12-03 16:52:33 +08:00
IzzelAliz
76530963d9
Initial update to 1.18
Not booting yet, required record related updates from modlauncher
2021-12-03 13:27:06 +08:00
IzzelAliz
81e7decef0
Specify publish artifact id 2021-11-08 22:44:44 +08:00
IzzelAliz
9195f4c9d6
Fix publish 2021-10-27 21:45:37 +08:00
IzzelAliz
b979227322
Configure mod bootstrap in main thread 2021-10-27 16:24:52 +08:00
IzzelAliz
961f2d0a8a
Make it able to load as a mod 2021-10-24 15:42:08 +08:00
IzzelAliz
088dd73e2e
Update mixin to 0.8.4 (#366) 2021-09-08 13:19:27 +08:00
IzzelAliz
28b30f771b
Fix passenger add twice, simplify log pattern 2021-08-27 15:33:50 +08:00
IzzelAliz
547467a845 Update to forge 37.0.44 2021-08-26 17:08:18 +08:00
IzzelAliz
71151d8797 Simplify log pattern 2021-08-26 14:52:23 +08:00
IzzelAliz
abdda35369 Refactor, split out bootstrap and mod
Added missing AT

ForgeInstaller no longer been translated
2021-07-30 15:09:18 +08:00
IzzelAliz
2bc5937db5 Update implementer 2021-07-28 17:53:54 +08:00
IzzelAliz
4924f017e3 1.17: runs now 2021-07-28 00:08:18 +08:00