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
f06ead2fab
Implement ticking source API
2022-09-08 13:31: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
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
Yanang Pearce
621c949931
Fix ModifyConstant being ineffective to AnvilMenu#createResult ( #670 )
2022-07-31 18:33:27 +08:00
IzzelAliz
ff0f7cc18d
Implement hopper check
2022-07-28 22:11:58 +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
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
97878099f2
Fix mixin conflict with thirst ( #605 )
2022-06-20 20:42:21 +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
d3c382947d
Fix schematic cannon crash ( #591 )
2022-05-22 14:53:52 +08:00
IzzelAliz
62bf757f00
Optimize redundant entity tracker update
2022-05-11 21:57:15 +08:00
IzzelAliz
f0436fb466
Update upstream
2022-05-07 15:54:04 +08:00
IzzelAliz
df9f220acf
Add modded end dragon phase to registry ( #580 )
2022-05-07 15:39:13 +08:00
IzzelAliz
4b8a7b3522
Update upstream
2022-05-04 10:35:06 +08:00
IzzelAliz
9449d0bd9c
Update upstream
2022-05-04 10:06:32 +08:00
IzzelAliz
ee7fcdafc0
Optimize entity tracker effective range compute
...
Per TeaCon profiling results, getIndirectPassengers can take up to 50% tick time and most of it is stream.
2022-05-03 10:53:23 +08:00
IzzelAliz
8df52d958d
Optimize netty epoll packet sending
...
TeaCon now uses Arclight, so we have a chance to experience heavy loads.
Per TeaCon profiling results packet sending uses a native call to wakeup threads which can take up to 20% tick time. This should work fine as server will do a flush per tick.
2022-05-02 20:01:00 +08:00
IzzelAliz
91af85d335
Fix entity despawn ( #576 #579 )
2022-05-02 15:07:20 +08:00