Commit Graph

375 Commits

Author SHA1 Message Date
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
IzzelAliz
5061aa5b6c
Add missing removeRecipe patch (#477) 2022-02-08 12:04:39 +08:00
IzzelAliz
d11631c656
Search parent resource in PluginClassLoader 2022-02-07 15:37:17 +08:00
IzzelAliz
b547770edb
Restore patch to vanilla command node (#464) 2022-02-07 11:37:56 +08:00
IzzelAliz
d07354e23d
Capture owner for inv close 2022-02-06 15:21:41 +08:00
IzzelAliz
8f90a71b29
Port 1.16 container changes (#466) 2022-02-05 19:14:41 +08:00
IzzelAliz
d008a1e8a6
Fix NoSuchMethodError on URLClassLoader (#466) 2022-02-05 18:56:43 +08:00
IzzelAliz
8503aab61c
Fix already queued (#471) 2022-02-05 18:50:22 +08:00
IzzelAliz
42a0da8be8
Update upstream (#470) 2022-02-05 18:45:23 +08:00
IzzelAliz
ef628e4ecd
Revert "Update extend tags"
This reverts commit 4b7ac41bdc.
2022-02-01 12:57:25 +08:00
IzzelAliz
408a327d2d
Fix bukkit worldgen not working (#444 #445) 2022-01-26 22:26:16 +08:00
IzzelAliz
448a14f9b0
Fix create schematic cannon crash (#426 #447) 2022-01-26 21:49:24 +08:00
IzzelAliz
223df78a0e
Update to forge 39.0.59 2022-01-26 21:22:53 +08:00
IzzelAliz
f681dd0456
Update upstream 2022-01-26 21:22:52 +08:00
IzzelAliz
4b7ac41bdc
Update extend tags 2022-01-26 21:22:52 +08:00
IzzelAliz
d26258ef73
Fix invoking private event handler (#442) 2022-01-26 13:44:14 +08:00
IzzelAliz
691727b281
Fix campfire not cooking (#437) 2021-12-30 11:45:33 +08:00
IzzelAliz
0ede4c8881
Fix horse crash (#433) 2021-12-28 11:52:21 +08:00
IzzelAliz
fb0fe00038
Update upstream 2021-12-26 18:23:53 +08:00
IzzelAliz
1912d070c2
Fix cat crash (#425) 2021-12-17 20:27:08 +08:00
IzzelAliz
908f6468b6
Fix hopper crash (#424) 2021-12-17 13:49:34 +08:00
IzzelAliz
7321bf69ad
Also update interval in tick calculation 2021-12-16 23:05:10 +08:00
IzzelAliz
6d45da2bab
Digging packet DOS mitigation 2021-12-15 21:50:04 +08:00
IzzelAliz
249515291b
Fail fast bukkit initializing 2021-12-15 21:36:50 +08:00
IzzelAliz
1d50a98b14
Fix sign editing (#423) 2021-12-15 21:36:03 +08:00
IzzelAliz
8acc90b89c
Fix respawn position not saved upon respawn (#376) 2021-12-14 15:33:18 +08:00
IzzelAliz
04859a24c4
Force exiting server on shutdown (#415) 2021-12-14 14:38:43 +08:00
IzzelAliz
aba187d46e
Optimize Util#sequence 2021-12-13 21:57:07 +08:00
IzzelAliz
7c709e554d
Lag compensate entity move 2021-12-12 12:40:39 +08:00
IzzelAliz
74e69e5e3d
Fix ServerPlayer cast crash (#419) 2021-12-12 11:34:29 +08:00
IzzelAliz
5676c9320b
Fix crop block mixin cancellable 2021-12-11 20:30:50 +08:00
IzzelAliz
c9981fe9e2
Only wrap top level arguments (#392) 2021-12-06 15:18:56 +08:00
IzzelAliz
5140aaf4eb
Update upstream 2021-12-06 14:11:29 +08:00
IzzelAliz
7ed1b5d245
Fix bungee compatibility 2021-12-03 21:27:49 +08:00
IzzelAliz
54f32cf7d7
New option: extra logic worlds
Mods like "create" make use of level wrappers to implement functions which breaks Arclight.

By default, Arclight prevents these levels(side from ServerLevel and WorldGenRegion) firing Bukkit events. If any mods extends these two classes and use them not as a wrapper, users need add class names to this option.
2021-12-03 17:41:17 +08:00
IzzelAliz
16af4bd81c
Merge branch 'logic-world' into 1.18 2021-12-03 17:14:44 +08:00
IzzelAliz
93e54f8d26
Configurable goal selector update interval
Correspond to new vanilla optimization mechanic
2021-12-03 17:10:46 +08:00
IzzelAliz
baf681d166
Fix some stuff, updated api to 1.2.2 2021-12-03 16:52:33 +08:00