Commit Graph

532 Commits

Author SHA1 Message Date
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
IzzelAliz
062ec6d253 Update contributing guide 2021-01-31 23:00:19 +08:00
IzzelAliz
30c1219a7a Release 1.0.12 2021-01-31 18:56:37 +08:00
IzzelAliz
1c0136c7db Damn (#125) 2021-01-31 14:22:12 +08:00
IzzelAliz
bca2984496 Containers may not providing name 2021-01-31 13:38:25 +08:00
IzzelAliz
642e972f7e Containers may not providing name 2021-01-31 13:37:52 +08:00
IzzelAliz
b0b2d380c2 Missing remap 2021-01-30 18:19:59 +08:00
IzzelAliz
f052efd30f Implement bridge methods (#125) 2021-01-30 18:04:56 +08:00
IzzelAliz
7cd2907ac1 Do not send packet to player not logged in 2021-01-30 17:40:32 +08:00
IzzelAliz
1ef69325a4 Assign connection only for fake players (#144) 2021-01-30 17:31:10 +08:00
IzzelAliz
b7ee2e0ddf Fix player has 0 health after respawn (#133) 2021-01-30 16:13:43 +08:00
IzzelAliz
006599c6d9 Fix player has 0 health after respawn (#133) 2021-01-30 15:14:46 +08:00
IzzelAliz
bcf3f3342d Stale in 90 days, that's long enough 2021-01-29 13:19:31 +08:00
IzzelAliz
1c82c161ec Cleanup deprecated unsafe methods 2021-01-29 13:16:29 +08:00
IzzelAliz
4ae308eb5f Fix recipe book is not updated (#20) 2021-01-29 12:54:17 +08:00
IzzelAliz
dddb2e1474 Fix furnace exp are not cleared (#137) 2021-01-29 12:47:47 +08:00
Joseph Tarbit
f63854801c
Update ForgeGradle, update Gradle wrapper, add gitignores, add lastPhysicsProblem, add ATs (#140)
* Add gitignores; bump gradle; bump forge gradle

* Add bin folder to gitignores

* Remove gitignores from bin folder

* Fixed problems; added lastPhysicsProblem

* Added to accesstransformer

NibbleArray#setIndex for FAWE support

* Added to accesstransformer

BiomeContainer#biomeRegistry

* Downgrade FG to 4.0.9

* Bump FG to 4.0.13 + remove reobfJar
2021-01-28 19:51:42 +08:00
IzzelAliz
e1681ffb95 Update 1.16.5 bukkit AT 2021-01-28 17:43:01 +08:00
IzzelAliz
d65b12ae78 Fix teleport/respawn across world NPE (#130 #133) 2021-01-25 23:03:24 +08:00
IzzelAliz
2185b6f1bc Upstream: Fix RightClickBlock ALLOW not being implemented 2021-01-25 21:00:45 +08:00
IzzelAliz
3d9a57aa59 ZipError do not extend Exception 2021-01-25 20:28:11 +08:00
IzzelAliz
aae03a229f Fix crash with mek fake player 2021-01-25 20:26:05 +08:00