Commit Graph

412 Commits

Author SHA1 Message Date
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
IzzelAliz
90d425f1de
Fix removeWhenFarAway called during initialising 2022-04-25 22:18:29 +08:00
IzzelAliz
0adff5f573
Update upstream 2022-04-25 21:58:44 +08:00
海波 曾
cb35340211
Update to forge 40.1.0 2022-04-25 19:06:37 +08:00
IzzelAliz
c7a17ba31e
Fix EntityItemPickupEvent causing item dupe (#265) 2022-04-16 18:36:11 +08:00
IzzelAliz
e877d3a391
Fix generated method reporting 0 stack limit when initialising (#333) 2022-04-16 18:21:31 +08:00
IzzelAliz
da0a382beb
Fix end portal obsidian platform generation (#529) 2022-04-16 11:03:49 +08:00
IzzelAliz
92061e569e
Fix incorrect player valid state 2022-04-14 23:26:16 +08:00
IzzelAliz
cdb2ba1d43
Update player instance in connection when respawning 2022-04-14 23:10:19 +08:00
Liangbai
2b26363b11
fix NPE registering forge events (#547) 2022-04-13 21:46:40 +08:00
IzzelAliz
195045b00b
Add support for non vanilla ingredients 2022-04-12 21:11:55 +08:00
IzzelAliz
2cdd6c766e
Fix dragon egg crash (#546) 2022-04-12 11:21:22 +08:00
IzzelAliz
03aa8d5f4b
Fix entity portal teleport not changing level 2022-04-04 15:38:42 +08:00
IzzelAliz
11a4d57122
Update forge 40.0.36 2022-04-03 21:02:00 +08:00
IzzelAliz
2a0f09bb19
Add spawn category to registry handling 2022-04-01 21:27:56 +08:00
IzzelAliz
9f74767f79
Update upstream 2022-04-01 20:45:40 +08:00
IzzelAliz
9ee76a45b5
Remap Type#getTypeName (#463) 2022-03-27 16:48:07 +08:00
IzzelAliz
7e71fd13d3
Drop forge patch to tag#put (#473 #511) 2022-03-27 15:30:06 +08:00
IzzelAliz
5fba8c1e19
Fix mod potion get loss (#522) 2022-03-26 12:23:40 +08:00
IzzelAliz
879a4045a3
Fix end gateway has wrong teleport location (#525) 2022-03-26 09:25:59 +08:00
IzzelAliz
db3f4cfe3c
Update upstream 2022-03-25 14:39:07 +08:00
IzzelAliz
d75383dc17
Fix mod containers slot crash (#342 #360 #498) 2022-03-25 13:44:24 +08:00
IzzelAliz
c09ef37020
Fix NPE on item without nbt (#515) 2022-03-11 20:36:46 +08:00
Joseph Tarbit
c5a43fd480
Update to 1.18.2 (#510)
Update dependencies and upstream
2022-03-11 14:28:19 +08:00
IzzelAliz
802f5b9d8e
Update to forge 39.1.2 2022-03-07 19:03:47 +08:00
sandtechnology
ff83ef6eaf
Fix AbstractMethodError when using NULL command source (#497) 2022-03-07 17:23:07 +08:00
IzzelAliz
6c1ad867d2
Fix bukkit reload 2022-03-07 17:04:17 +08:00
IzzelAliz
acb47fd988
Fix bukkit command completion get lost during reload (#495) 2022-03-07 16:57:16 +08:00
IzzelAliz
a201ed5aa2
Load SQLite driver manually (#429) 2022-03-07 16:25:58 +08:00
IzzelAliz
32083f1188
Update Util sequence 2022-03-07 16:06:27 +08:00
IzzelAliz
ee472f0166
Fix schematic cannon crash (#509) 2022-03-07 15:42:05 +08:00
IzzelAliz
9010e2e302
Fix OpenInv crash (#512) 2022-03-07 15:27:58 +08:00
IzzelAliz
04b7a110f8
Update upstream 2022-03-07 15:21:56 +08:00
IzzelAliz
eb2922c567
Fix exp orb crash (#491) 2022-02-15 21:16:02 +08:00
IzzelAliz
37fdb9fa90
Update README 2022-02-11 22:03:46 +08:00
IzzelAliz
20b21c4ce7
Update upstream 2022-02-08 14:41:27 +08:00
IzzelAliz
df6f31d605
Fix portal event cancel error (#455) 2022-02-08 14:27:58 +08:00