Commit Graph

776 Commits

Author SHA1 Message Date
IzzelAliz
414085d5da Remap lambda calls 2021-01-23 17:03:16 +08:00
IzzelAliz
a491fdc83b Do not save multiple times 2021-01-23 15:39:53 +08:00
IzzelAliz
89deb3d2ac Fix book edit async kick 2021-01-23 11:23:14 +08:00
IzzelAliz
26f9fd0cb0 Implement per player scoreboard 2021-01-22 13:46:34 +08:00
IzzelAliz
f10254f9ea Fallback to builtin cl 2021-01-21 23:25:21 +08:00
IzzelAliz
c051d2ab16 Update to 1.16.5, forge 36.0.1 2021-01-21 22:27:58 +08:00
IzzelAliz
98c16f0b15 Fix javac doing wrong elimination 2021-01-21 20:50:51 +08:00
IzzelAliz
97da4024fe Update agp to 1.13 2021-01-21 18:21:03 +08:00
IzzelAliz
638c6c641e Update agp to 1.12 2021-01-21 18:13:12 +08:00
IzzelAliz
793fddc227 Do not initialize a new world for wrapped worlds (#125) 2021-01-16 19:13:42 +08:00
IzzelAliz
3b0e2bd9bf Update mixin 2021-01-15 21:16:04 +08:00
IzzelAliz
5d262d35a8 Add missing getWorld method 2021-01-15 19:41:24 +08:00
IzzelAliz
daf16fde2b Release 1.0.11 2021-01-15 18:10:26 +08:00
IzzelAliz
8c4a9f4512 Print exact error in inv implementer 2021-01-15 15:42:32 +08:00
IzzelAliz
5a1ba73ec6 Use exact entity type 2021-01-15 15:23:57 +08:00
IzzelAliz
cc0019055c Assign but not register unknown dimType 2021-01-14 16:40:25 +08:00
IzzelAliz
6882df7de7 Register unknown dimType to world type 2021-01-13 17:38:55 +08:00
IzzelAliz
6fbe0146c2 Fix world creator and import not working (#107 #123) 2021-01-13 17:09:46 +08:00
IzzelAliz
f94adc9225 Fix class cast exception on mod villagers 2021-01-10 17:14:38 +08:00
IzzelAliz
13c956e833 Fix class cast exception on mod villagers 2021-01-10 16:49:17 +08:00
IzzelAliz
d6bf0f12ea Fix permission handler crash on preinit state 2021-01-10 16:35:40 +08:00
IzzelAliz
5c58877273 Fix remapper crash on obfuscated plugins (#108) 2021-01-10 16:14:09 +08:00
IzzelAliz
43cafef3d4 Allow custom state class on vanilla blocks (#111 #112) 2021-01-10 15:34:53 +08:00
寒兮
03401a43b1
Fix mod world to force cast to server world (#121)
* Fix mod world to force cast to server world

* Update forge version to 35.1.29
2021-01-08 20:08:38 +08:00
IzzelAliz
18ef0518d0 Remap package name (#120) 2021-01-08 17:18:20 +08:00
IzzelAliz
093932b3ed Port missing patch and ix #116 2021-01-06 21:51:16 +08:00
秋雨落
feb567a193
Update forge version to 35.1.28 (#113)
* Bump forge to 35.1.15 (还真跑起来了)

Signed-off-by: 秋雨落 <i@rain.cx>

* Update forge to 35.1.28

Signed-off-by: 秋雨落 <i@rain.cx>

* Change forge version number of README.md

Signed-off-by: 秋雨落 <i@rain.cx>
2021-01-02 19:10:24 +08:00
IzzelAliz
1a16e3a933 Fix missing cancellable in RedstoneOreBlock(#109) 2020-12-29 19:07:30 +08:00
IzzelAliz
e63e214546 Fix a CME as per discussion in MC-149777 2020-12-27 16:27:01 +08:00
IzzelAliz
feabbc04f8 Fix armor stand is invulnerable (#99) 2020-12-27 13:32:08 +08:00
IzzelAliz
96cdb7a758 Temp workaround for Mixin#451 2020-12-27 11:53:24 +08:00
IzzelAliz
d46a39d82c Release 1.0.10 2020-12-11 21:46:43 +08:00
IzzelAliz
d1e927a42b Update README 2020-12-11 21:34:34 +08:00
IzzelAliz
281c84ecc5 Remap in reflect calls to defineClass 2020-12-11 21:34:09 +08:00
IzzelAliz
b2fab264b6
Create FUNDING.yml 2020-12-11 16:41:27 +08:00
IzzelAliz
df6517ee6e Remap in reflect calls to defineClass 2020-12-11 14:02:18 +08:00
IzzelAliz
dd5be5a46d Fix kick during PlayerJoinEvent (#92) 2020-12-05 21:21:04 +08:00
IzzelAliz
1a6b7f9ebe Do not call loot event if no position present (#94) 2020-12-05 20:47:44 +08:00
IzzelAliz
0ab2ccf29f Read version info from our jars 2020-12-05 20:33:55 +08:00
IzzelAliz
fb828a02d0 Update download host 2020-12-05 13:12:51 +08:00
IzzelAliz
2b18bb8a8c Release 1.0.9 2020-11-28 23:46:06 +08:00
IzzelAliz
9d27ae8627 Fix worldgen async catcher deadlock 2020-11-28 23:30:47 +08:00
IzzelAliz
c050ec7f6b Fix entity not teleporting in portal (#88) 2020-11-28 00:16:43 +08:00
IzzelAliz
52e137a550 Fix a worldgen deadlock 2020-11-27 23:34:25 +08:00
ZekerZhayard
ee86d9d0f1
Fix logger error with some specific jdk versions again. (#89) 2020-11-26 22:01:07 +08:00
IzzelAliz
96457372d7 Fake player fix (#80) 2020-11-26 19:45:40 +08:00
IzzelAliz
7d71a47c49 Fix crash of worldgen loottable (#86) 2020-11-26 15:54:14 +08:00
IzzelAliz
617d1f27b4 It is never registered ??? wtf ??? 2020-11-25 20:30:46 +08:00
IzzelAliz
a0140658b1 Fix world creator for MV compatibility 2020-11-25 18:40:34 +08:00
IzzelAliz
6595ce3b44 Update forge 35.1.4 for registry fix 2020-11-25 12:51:16 +08:00