Commit Graph

803 Commits

Author SHA1 Message Date
IzzelAliz
2048e70e31
Fix craft remain item crash (#711) 2022-09-07 13:46:21 +08:00
IzzelAliz
dbb2358985
Fix max duration for modded items (#660) 2022-09-04 15:28:35 +08:00
IzzelAliz
1df61665ce
Set mixin compat level to 17 2022-09-04 15:11:47 +08:00
IzzelAliz
8bcae3aef7
Fix plugin cache sometimes failed to set obsolete state 2022-09-03 23:38:57 +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
0f76fd6de8
Integrated patcher with WorldEdit support 2022-09-03 21:15:48 +08:00
IzzelAliz
7023a576e6
Fix Player.Spigot#sendMessage 2022-09-03 21:14:07 +08:00
IzzelAliz
6bb2d703ee
Fix snowball throwing (#705) 2022-09-02 16:27:15 +08:00
IzzelAliz
9442c1f987
Fix mods dropping air item (#688) 2022-09-02 15:55:11 +08:00
IzzelAliz
a30aa77099 Make installer fast again 2022-09-02 15:35:49 +08:00
Yanang Pearce
ad5b8ce4e1 Fix horse inventory not init synchronizer (#657) (#682)
and clear some space :p
2022-09-02 14:23:05 +08:00
Yanang Pearce
51c94fc91c Fix specific tags not deserialized in CraftMetaItem (#671) (#679) 2022-09-02 14:23:01 +08:00
Yanang Pearce
592b141d13 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-09-02 14:22:57 +08:00
Yanang Pearce
3623739e84 Fix PartEntity not recognized by updating PlayerMixin#attack (#662) (#678) 2022-09-02 14:22:51 +08:00
IzzelAliz
033cc9973f Fix player cannot load chunk when login as dead (#661) 2022-09-02 14:22:35 +08:00
IzzelAliz
0704cbc5fe Update to 1.19.2 2022-09-02 14:22:09 +08:00
IzzelAliz
5c4229ff14 Drop chest block entity patch (#592 #630 #658) 2022-09-01 16:59:40 +08:00
IzzelAliz
8ed4ae1b3e Cleanup custom payload TODOs (#673) 2022-08-01 22:35:55 +08:00
Yanang Pearce
876cf34761 Fix ModifyConstant being ineffective to AnvilMenu#createResult (#670) 2022-08-01 18:34:28 +08:00
IzzelAliz
bfd9c1c380 Setup appveyor 2022-08-01 17:29:13 +08:00
IzzelAliz
6a6a573a7d Update to 1.19.1 2022-08-01 17:08:20 +08:00
IzzelAliz
7e754e7eec
Release 1.0.6 2022-07-28 22:12:30 +08:00
IzzelAliz
ff0f7cc18d
Implement hopper check 2022-07-28 22:11:58 +08:00
IzzelAliz
7f3072128f
Download MOJMAPS in installer 2022-07-25 22:31:45 +08:00
IzzelAliz
0d943311fc
Print error on placing player 2022-07-21 14:04:06 +08:00
IzzelAliz
9508543842
Allow entity selector completion permission controlled 2022-07-20 22:21:00 +08:00
IzzelAliz
74ac54c4e4
Adapt logger if j.u.l already initialized 2022-07-20 13:17:26 +08:00
Yanang Pearce
6a513232e5
Fix ChestBlockDoubleInventoryHacks (#655) 2022-07-20 09:56:46 +08:00
IzzelAliz
d444e01b37
Guard main thread packet handling 2022-07-18 21:30:06 +08:00
IzzelAliz
1f5b6aea97
Fix container owner reset on close 2022-07-18 20:53:55 +08:00
IzzelAliz
3a1700a608
Fix container owner not captured on click (#652) 2022-07-17 22:31:23 +08:00
IzzelAliz
da56932cf0
Fix furnace recipe CCE (#651) 2022-07-17 22:19:57 +08:00
IzzelAliz
e392826e44
Fix NoSuchMethodError in merchant offer (#644) 2022-07-12 11:27:41 +08:00
IzzelAliz
d24234803e
Fix NPE during player attack (#640 #643) 2022-07-12 11:14:32 +08:00
IzzelAliz
7128c9d80d
Update to forge 40.1.59 2022-07-09 22:56:06 +08:00
IzzelAliz
f98046185e
Fix ender chest get lost across death (#623) 2022-06-24 10:33:43 +08:00
IzzelAliz
b2959fa264
Bump version number 2022-06-23 12:54:19 +08:00
IzzelAliz
00ca124cfb
Release 1.0.5 2022-06-23 12:52:28 +08:00
IzzelAliz
426e163726
Fix villager stock resetting (#618) 2022-06-23 12:46:11 +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
31bb3bbecc
Fix aquaculture neptune bounty placement (#139 #228 #593) 2022-06-21 20:56:21 +08:00
IzzelAliz
8f1c0e4c92
Fix apotheosis mixin conflict (#595) 2022-06-20 20:56:34 +08:00
IzzelAliz
49f8cc9bab
Add async catcher to game events (#603) 2022-06-20 20:53:49 +08:00
IzzelAliz
97878099f2
Fix mixin conflict with thirst (#605) 2022-06-20 20:42:21 +08:00
Mr-Ao-Dragon
e7caf6baa0
Add executable permission to gradlew (#606)
Co-authored-by: Mr-Ao-Dragon <mraodragon@localhost.localdomain>
2022-06-12 18:09:27 +08:00
IzzelAliz
aad0b1cab3
Forward Bukkit permissions to Forge 2022-06-06 14:31:57 +08:00
IzzelAliz
23e365fc14
Update to forge 40.1.31 2022-06-02 17:33:12 +08:00
IzzelAliz
1e501daced
Fix remapper cannot read inheritance in generated class 2022-05-28 13:51:26 +08:00
IzzelAliz
51a9d2a79c
Update remapper for VarHandle and defineHiddenClass 2022-05-22 15:31:08 +08:00
IzzelAliz
3ed1ef0624
Update implementer 2022-05-22 14:59:44 +08:00