Commit Graph

684 Commits

Author SHA1 Message Date
IzzelAliz
35c06ffc77
Update build script 2023-04-16 08:13:08 +08:00
IzzelAliz
bf99715ee2
Fix mixin conflict with questadditions (#587 #892) 2023-02-26 15:16:20 +08:00
IzzelAliz
16a5f7413f
Update forge to 40.2.1 2023-02-26 11:28:57 +08:00
IzzelAliz
e0b6dda5ed
Bump version 2023-02-02 17:09:00 +08:00
IzzelAliz
e80a33d271
Release 1.0.8 2023-02-02 15:49:13 +08:00
IzzelAliz
92509e2344
Update installer 2023-01-31 16:09:42 +08:00
IzzelAliz
3014a12ec8
Fix level type key crash (#881) 2023-01-28 19:19:03 +08:00
IzzelAliz
b3af8fc427
Do not compute frame on plugin class (#848) 2023-01-20 14:58:35 +08:00
IzzelAliz
0a235737a5
Fix mixin conflict with obscure (#842) 2022-12-18 17:31:54 +08:00
IzzelAliz
1666e99806
Remove usage of zipfs in installer
This allows running server directly after forge install.
2022-12-13 20:44:10 +08:00
IzzelAliz
203a22e3d4
Fix recipe has empty result (#837) 2022-12-12 20:13:27 +08:00
IzzelAliz
f4277eecc2
Fix TFC fire starter (#836) 2022-12-12 14:35:12 +08:00
IzzelAliz
b7701ff39a
Revert 8df52d95 2022-12-11 15:48:42 +08:00
IzzelAliz
c78dab24e0
Fix bukkit biome registry crash (#829) 2022-12-08 21:37:05 +08:00
IzzelAliz
32a1b3bcde
Fix mixin conflict with the vault (#824)
They use overwrite
2022-12-08 20:29:03 +08:00
IzzelAliz
c140e8b150
Fix player quit crash (#798 #825) 2022-11-29 21:53:41 +08:00
IzzelAliz
cb5cec1a83
Fix redirectTypeGetName overflow (#818) 2022-11-22 13:35:07 +08:00
IzzelAliz
715c0c9f01
Fix container owner NPE (#808) 2022-11-07 19:06:07 +08:00
IzzelAliz
71b40096e4 Bump version number 2022-10-29 21:31:12 +08:00
IzzelAliz
40114eb50b Release 1.0.7 2022-10-29 21:29:59 +08:00
IzzelAliz
fd3be88cee Fix Apotheosis mixin conflict (#626 #784) 2022-10-29 17:47:54 +08:00
IzzelAliz
704a9080a1 Fix max durability NPE (#783) 2022-10-29 12:24:20 +08:00
IzzelAliz
48d07a2fdd Fix stonecutting special recipe (#788) 2022-10-29 11:00:28 +08:00
IzzelAliz
56bbdaa4ba Reorder repositories 2022-10-29 10:55:07 +08:00
sandtechnology
eb29b4f989
Fix couples issues related to respawn and cross-world teleport (#752)
Co-authored-by: IzzelAliz <csh2001331@126.com>
2022-10-21 10:35:48 +08:00
IzzelAliz
1f312fa540
Fix hex chat color not parsed (#751) 2022-10-04 10:49:43 +08:00
IzzelAliz
201bb159d1
Add missing AT entries (#748) 2022-09-22 10:19:18 +08:00
秋雨落
3ebd71a152
Sort field added by mixin (1.18). (#743)
Signed-off-by: 秋雨落 <i@rain.cx>
2022-09-20 15:32:04 +08:00
IzzelAliz
90ed5201f3
Fix durability CCE (#726) 2022-09-11 21:40:09 +08:00
IzzelAliz
b038f4d254
Optimize villager bed chunk loads (#719) 2022-09-10 22:04:14 +08:00
IzzelAliz
03610b4bf6
Update to forge 40.1.80 2022-09-10 11:50:29 +08:00
IzzelAliz
f06ead2fab
Implement ticking source API 2022-09-08 13:31:21 +08:00
Dohyeon Jeon
51297084b4
Add forward-permission.comment on ko_kr.conf (#724) 2022-09-08 13:11:29 +08:00
IzzelAliz
44aa8a44ee
Update to forge 40.1.76 2022-09-08 13:10:21 +08:00
IzzelAliz
930f70a90a
Fix craft remain item crash (#711) 2022-09-07 10:17:46 +08:00
IzzelAliz
7d2418fe07
Fix max duration for modded items (#660) 2022-09-04 15:27:57 +08:00
IzzelAliz
62837c2609
Set mixin compat level to 17 2022-09-04 15:12:26 +08:00
IzzelAliz
c032dc3852
Fix plugin cache sometimes failed to set obsolete state 2022-09-04 12:33:35 +08:00
IzzelAliz
c6ebc55758
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-04 12:33:24 +08:00
IzzelAliz
6ae3a378dc
Integrated patcher with WorldEdit support 2022-09-03 21:16:47 +08:00
IzzelAliz
b6d7dc90b8
Fix snowball throwing (#705) 2022-09-02 16:28:00 +08:00
IzzelAliz
0b16600dab
Fix mods dropping air item (#688) 2022-09-02 15:56:11 +08:00
IzzelAliz
888fe12add
Backport installer changes 2022-09-02 15:37:30 +08:00
IzzelAliz
d0abf775ae
Drop chest block entity patch (#592 #630 #658) 2022-09-01 16:25:23 +08:00
Yanang Pearce
c78fe148d3
Fix horse inventory not init synchronizer (#657) (#682)
and clear some space :p
2022-08-06 18:42:48 +08:00
Yanang Pearce
d66e7d9522
Fix specific tags not deserialized in CraftMetaItem (#671) (#679) 2022-08-05 22:37:43 +08:00
Yanang Pearce
a8480fa5ed
Fix ArclightCaptures reset before event being handled (#674) (#675)
* Fix ArclightCaptures reset before event being handled (IzzelAliz#674)

* Fix ArclightCaptures reset before being handled by event stack (IzzelAliz#674)

* Fix ArclightCaptures reset before being handled by event stack (IzzelAliz#674)
- resetBlockBreakPlayer -> popPrimaryBlockBreakEvent
- handleBlockBreak -> handleBlockDrop
- isPrimaryEvent: int -> boolean, as it does not work as intended
- Add warnings
- Add cleaning to avoid memory leak
2022-08-05 16:53:12 +08:00
Yanang Pearce
02576c0b02
Fix PartEntity not recognized by updating PlayerMixin#attack (#662) (#678) 2022-08-04 22:22:04 +08:00
IzzelAliz
17b87f828c
Fix player cannot load chunk when login as dead (#661) 2022-08-03 13:01:36 +08:00
IzzelAliz
aa3e2a53ee
Backport misapplied patches 2022-08-01 18:33:18 +08:00