Commit Graph

110 Commits

Author SHA1 Message Date
IzzelAliz
77ccfa00e5 Workaround for MC-199487 2020-10-21 14:10:06 +08:00
IzzelAliz
345f4669d3 Port fix for #55 #60 from 1.15 2020-10-08 13:59:39 +08:00
IzzelAliz
f9499a729a Port fix for #46 #51 #59 and #61 from 1.15 2020-10-08 13:54:17 +08:00
IzzelAliz
fcc143a24f Port async catcher 2020-10-08 13:42:51 +08:00
IzzelAliz
7612e826d2 Update upstream and readme 2020-09-22 13:25:09 +08:00
IzzelAliz
6c82601fe9 Port fixes for #45 and #48 from 1.15 2020-09-18 09:31:14 +08:00
IzzelAliz
b7e47a47ed Update mappings 20200916, 1.16.3 (#49)(#52)
Fix UUID not sent in chat packet, close #52.
2020-09-18 09:21:59 +08:00
IzzelAliz
8d0dad9e47 Handle permission checks from Forge. 2020-09-04 21:32:24 +08:00
IzzelAliz
4d26098fc9 Port fixes of #43 and #44. 2020-09-04 16:15:00 +08:00
IzzelAliz
0c043344f0 Upstream: Fix getLocation for Cartography Table and Stonecutter 2020-09-04 16:10:22 +08:00
IzzelAliz
836dee238d Revert "Do not skip PlayerInteractEvent."
This reverts commit 2b5f9b69
2020-09-04 15:54:20 +08:00
IzzelAliz
ce6fa8da81 Upstream: Add ability to get location from smithing inventory 2020-09-03 14:22:41 +08:00
IzzelAliz
56547dd0ca Upstream: Add ArrowBodyCountChangeEvent 2020-09-03 14:20:15 +08:00
IzzelAliz
a401ef3111 Fix exception on Field#getGenericType (#42) 2020-09-03 13:25:00 +08:00
IzzelAliz
c5b9b05132 Pick fixes for #42, #43 from 1.15. 2020-09-03 13:24:59 +08:00
IzzelAliz
2b5f9b69c1 Do not skip PlayerInteractEvent. 2020-09-01 09:42:41 +08:00
IzzelAliz
0aad4e83ea Update CraftBukkit upstream. 2020-09-01 09:15:44 +08:00
IzzelAliz
6a458c6709 Now 1.16 runs. 2020-08-28 23:38:20 +08:00
IzzelAliz
d234310d96 1.16: worlds 2020-08-28 17:53:16 +08:00
IzzelAliz
aa40bd2520 1.16: servers, spawners, misc 2020-08-27 21:04:57 +08:00
IzzelAliz
14bf9c4319 1.16: networks 2020-08-26 21:23:31 +08:00
IzzelAliz
ca23b4b854 1.16: loots and more 2020-08-26 18:02:44 +08:00
IzzelAliz
d18632c55c 1.16: entities part 4 2020-08-26 15:21:18 +08:00
IzzelAliz
90bf29ed3d 1.16: entities part 3 2020-08-24 22:16:28 +08:00
IzzelAliz
1263cf11ea 1.16: entities part 2 2020-08-23 21:04:51 +08:00
IzzelAliz
f651ff8e7b 1.16: base entities, bump mappings 2020-08-22 23:32:10 +08:00
IzzelAliz
e7bc56bd66 1.16: items and recipes 2020-08-22 20:26:14 +08:00
IzzelAliz
026df6e51f 1.16: chunks, goals, containers and tile entities 2020-08-21 15:04:24 +08:00
IzzelAliz
35c30347a7 1.16: blocks, brain tasks 2020-08-20 17:00:19 +08:00
IzzelAliz
609c15c0fe Merge mixins, cleanup code. 2020-08-17 23:05:28 +08:00
IzzelAliz
d6b68d8103 Offset modern material ordinal. 2020-08-12 17:24:34 +08:00
IzzelAliz
cf404d6d85 Fix not opening trader menu. (#32) 2020-08-12 16:18:48 +08:00
IzzelAliz
8486d39e1d Fix crash on 1.14 respawn. 2020-08-11 22:06:41 +08:00
IzzelAliz
b2c47f7473 Rename fields. 2020-08-11 21:53:03 +08:00
IzzelAliz
cec4cfe457 Fix bed location is not stored. (#21) 2020-08-11 20:48:25 +08:00
IzzelAliz
6b95b9bc10 Handle block drop twice for better mod compat. (#26) 2020-08-11 19:18:07 +08:00
IzzelAliz
ea67426ce4 Fix nether portal not working. (#39) 2020-08-11 16:44:37 +08:00
IzzelAliz
b07abd4cd7 Fix mod inventory stack limit is always 0. Rework Container slotClick mixins. 2020-08-10 17:07:40 +08:00
IzzelAliz
e6ac5f332d Fix ClassLoaderAdapter. Release 1.0.5 2020-08-08 19:33:54 +08:00
IzzelAliz
e16ab8b21a Fix #36. 2020-08-08 14:56:37 +08:00
IzzelAliz
cd226dea76 Fix #29. 2020-08-08 14:41:14 +08:00
IzzelAliz
3158d42a9f Fix early initialization of Bukkit entities when constructing Entity. 2020-08-08 14:33:28 +08:00
IzzelAliz
ce247a2fa5 Count tps from 20 instead of 0. 2020-08-02 20:04:43 +08:00
IzzelAliz
5d1a28c33b Fix #34. 2020-08-02 13:56:54 +08:00
IzzelAliz
7145a9c854
Fix wrong parameter on remapper call. 2020-08-02 01:46:49 +08:00
IzzelAliz
9455d03948 Fix crash on setInLove. (#26) 2020-07-22 11:59:30 +08:00
IzzelAliz
df1cd0bd88 Fix crash in 1.14. 2020-07-20 14:35:38 +08:00
IzzelAliz
e2784ffb0f Remap custom classloader. Close #16. 2020-07-20 12:39:30 +08:00
IzzelAliz
18b5977853 Fix #25. 2020-07-19 09:42:51 +08:00
IzzelAliz
37708e68ff Fix #24. 2020-07-18 11:37:09 +08:00