Commit Graph

603 Commits

Author SHA1 Message Date
IzzelAliz
830a9a404f Fix kick after signing book (#157) 2021-03-06 13:40:55 +08:00
IzzelAliz
cda5175b74 Disable spigot watchdog, we don't use it (#158)
This fixes WorldEdit
2021-03-06 13:25:31 +08:00
IzzelAliz
852213d35f Add AT entries for registry (#187) 2021-03-06 13:10:17 +08:00
IzzelAliz
242055daed Fix NPE copying forge caps 2021-03-01 16:03:43 +08:00
IzzelAliz
1d797fdfb8 Enforce bukkit mixin injection 2021-02-28 18:16:13 +08:00
IzzelAliz
36d01d1a16 Call forge command event (#174) 2021-02-28 17:40:53 +08:00
IzzelAliz
3f5ae63382 No redirect on super calls (#177) 2021-02-28 15:39:27 +08:00
IzzelAliz
6c17585071 Merge branch '1.16' of https://github.com/IzzelAliz/Arclight into 1.16 2021-02-24 21:03:04 +08:00
IzzelAliz
0a2f58ea51 Bump 1.0.15 2021-02-24 21:02:38 +08:00
threader
691871ebbb
Replacing substring with replaceAll using regex (#178) 2021-02-24 21:01:48 +08:00
IzzelAliz
3408941d33 Release 1.0.14 2021-02-21 15:22:13 +08:00
IzzelAliz
141db3dfba Update to Forge 36.0.42 2021-02-21 00:36:58 +08:00
IzzelAliz
a392e7c441 Add missing cancellable 2021-02-20 23:56:50 +08:00
IzzelAliz
0d02fdb5a4 Add missing patch to structure data 2021-02-20 22:01:53 +08:00
IzzelAliz
3e29d3e24d Add missing patch to structure data 2021-02-20 21:57:13 +08:00
IzzelAliz
48e1e26f86 Fix getResources 2021-02-20 20:46:20 +08:00
IzzelAliz
08465abeb1 Remove jcenter repo as it is about to sunset 2021-02-20 20:27:18 +08:00
IzzelAliz
5dd94c727d Actually return transformed byte source 2021-02-20 17:17:00 +08:00
IzzelAliz
2a01f3230a Remap classes for Unsafe and redirect bridge classes (#138) 2021-02-20 02:12:37 +08:00
IzzelAliz
65ed2913f6 Wtf why this is not added 2021-02-19 16:16:23 +08:00
IzzelAliz
aff457258e Read remapped resource file 2021-02-19 15:58:57 +08:00
IzzelAliz
09db31e61b Update agp to 1.14 for mappings fix 2021-02-19 02:51:42 +08:00
IzzelAliz
190726678c Update InventoryView when container layout changed 2021-02-18 01:00:46 +08:00
IzzelAliz
2d6b0d6db2 Update InventoryView when container layout changed 2021-02-18 00:40:15 +08:00
IzzelAliz
41a70332a4 Handle forge caps in items properly (#143)
Maybe not covering all cases
2021-02-17 02:29:40 +08:00
IzzelAliz
3964235b8f Add missing getEntitySlices method (#165) 2021-02-16 13:50:10 +08:00
IzzelAliz
c477a31e48 Provide default implementation for WorldPosCallable (#161) 2021-02-16 13:43:57 +08:00
IzzelAliz
66530a65cd Update mappings to 20210215 2021-02-16 01:12:08 +08:00
IzzelAliz
ab2ab51db6 Release 1.0.13 2021-02-14 17:41:54 +08:00
IzzelAliz
f67d4c5739 Port teleport fix from 1.15 2021-02-13 17:08:51 +08:00
IzzelAliz
c35bb35cf8 Fix structure mobs not spawning (#162) 2021-02-13 10:35:46 +08:00
IzzelAliz
9ede1cf416 Use bukkit command dispatcher (#132) 2021-02-12 17:42:37 +08:00
IzzelAliz
ddbb4265f2 ... but still compute maxs for them 2021-02-12 16:21:11 +08:00
IzzelAliz
55ff30252a No compute frame on v1_5 classes 2021-02-11 17:18:52 +08:00
IzzelAliz
8822c89bb0 Remap injected jars by findResource (#153) 2021-02-10 23:18:54 +08:00
IzzelAliz
2f4e7e9a58 Fix opening mod containers 2021-02-10 23:16:00 +08:00
IzzelAliz
afb33f16de Update README 2021-02-09 21:26:39 +08:00
IzzelAliz
d5f39d57cc Refactor redirect logic, should break nothing 2021-02-09 00:03:59 +08:00
IzzelAliz
ac27079e3f Update to forge 36.0.14 2021-02-07 00:31:24 +08:00
IzzelAliz
dd80a19c27 Fix several remapper issue (#138) 2021-02-06 23:42:52 +08:00
IzzelAliz
6475823180 Update define class hook 2021-02-06 14:00:14 +08:00
IzzelAliz
402346073d Implement tracking range 2021-02-06 13:55:01 +08:00
IzzelAliz
efc4df3c36 Optimize command node add children
Reported by Dum4G. Commands#send took about 4 sec ordering this map, so use a sorted map instead of sorting it explicitly
2021-02-05 13:39:24 +08:00
IzzelAliz
7e67d95d4d Fix activation range 2021-02-04 23:22:43 +08:00
Dum4G
3c924d0934
Update ru_ru.conf (#155) 2021-02-04 22:07:19 +08:00
IzzelAliz
955f0d3dd9 Fill en us locale 2021-02-04 21:09:32 +08:00
IzzelAliz
5605db762f Implement entity activation range 2021-02-04 20:56:13 +08:00
IzzelAliz
24db9e1cc0 Port optimizations 2021-02-04 20:56:13 +08:00
Dum4G
403536e754
Create ru_ru.conf (#149)
* Create ru_ru.conf

Hopefully I didn't mess anything and got chinese part right

* Quickfix
2021-02-01 10:33:03 +08:00
IzzelAliz
df0fc19298 See if MixinGradle bug persists on Gradle 6 2021-01-31 23:01:02 +08:00