Commit Graph

54 Commits

Author SHA1 Message Date
IzzelAliz
678786d426 Workaround for MinecraftForge#7519 2021-01-24 01:02:36 +08:00
IzzelAliz
26f9fd0cb0 Implement per player scoreboard 2021-01-22 13:46:34 +08:00
IzzelAliz
c051d2ab16 Update to 1.16.5, forge 36.0.1 2021-01-21 22:27:58 +08:00
IzzelAliz
5d262d35a8 Add missing getWorld method 2021-01-15 19:41:24 +08:00
IzzelAliz
6fbe0146c2 Fix world creator and import not working (#107 #123) 2021-01-13 17:09:46 +08:00
IzzelAliz
13c956e833 Fix class cast exception on mod villagers 2021-01-10 16:49:17 +08:00
IzzelAliz
e63e214546 Fix a CME as per discussion in MC-149777 2020-12-27 16:27:01 +08:00
IzzelAliz
a0140658b1 Fix world creator for MV compatibility 2020-11-25 18:40:34 +08:00
IzzelAliz
3d40d345fc Various world patch, fix end portal crash (#81)
Also mapped world names
2020-11-22 00:30:53 +08:00
IzzelAliz
5ee2cfaad6 Fix inventory not syncing after death (#64)
Expose modded materials to legacy plugins.
2020-10-31 11:03:57 +08:00
IzzelAliz
6c8d6d832a Fix potion effect values may be null 2020-10-31 10:54:21 +08:00
IzzelAliz
ef8723e283 Fix nether portal crash (#70) 2020-10-31 10:49:12 +08:00
IzzelAliz
fcc143a24f Port async catcher 2020-10-08 13:42:51 +08:00
IzzelAliz
6c82601fe9 Port fixes for #45 and #48 from 1.15 2020-09-18 09:31:14 +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
c1620e704d Enable conformVisibility for FirstAid compat. (#40) 2020-08-31 22:12:37 +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
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
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
61462e2524 Mute mojang shits. 2020-08-11 16:03:36 +08:00
IzzelAliz
df1cd0bd88 Fix crash in 1.14. 2020-07-20 14:35:38 +08:00
IzzelAliz
89c108d1f3 Several registries. 2020-07-17 22:06:21 +08:00
IzzelAliz
664ffbf86d Mute errors from ArgumentTypes because it's meaningless and spamming. 2020-07-16 06:24:52 +08:00
IzzelAliz
88adc18963 Rename worlds. 2020-07-13 13:57:07 +08:00
IzzelAliz
b1265fc240 Fix cross-world teleport not tracking player. Close #14. 2020-07-12 16:52:51 +08:00
IzzelAliz
2a9619205f Prevent registration duplicate. 2020-07-08 17:48:42 +08:00
IzzelAliz
64ced609cd The Implementer 2020-07-06 23:37:46 +08:00
IzzelAliz
8b4a000bb9 Support for mod containers. 2020-07-06 19:57:03 +08:00
IzzelAliz
2e6ad0cfb0 Entity related mixin. 2020-07-06 16:04:05 +08:00
IzzelAliz
a1bd86e8af Bump 1.15.2 forge version to 31.2.30, update mappings to 20200705 2020-07-05 19:07:01 +08:00
IzzelAliz
3753906766 Enum patch for CraftItemFactory 2020-07-05 17:29:40 +08:00
IzzelAliz
1ed82a216c Fix missing method sendParticle, implement ServerListPingEvent 2020-06-17 12:40:51 +08:00
IzzelAliz
c538046c1a Merge branch 'master' into refactor/1.15
# Conflicts:
#	arclight-common/src/main/java/io/izzel/arclight/common/bridge/server/management/PlayerListBridge.java
#	arclight-common/src/main/java/io/izzel/arclight/common/mixin/core/item/ItemStackMixin.java
#	arclight-common/src/main/java/io/izzel/arclight/common/mixin/core/server/management/PlayerListMixin.java
#	arclight-common/src/main/java/io/izzel/arclight/common/mod/ArclightConnector.java
#	arclight-common/src/main/resources/META-INF/accesstransformer.cfg
#	arclight-common/src/main/resources/mixins.arclight.core.json
#	arclight-forge-1.14/build.gradle
#	arclight-forge-1.14/src/main/java/io/izzel/arclight/server/Main.java
#	settings.gradle
2020-06-15 19:40:19 +08:00
IzzelAliz
64d1d5eab1 Various fix 2020-06-15 19:22:10 +08:00
IzzelAliz
427548b2b1 Random stuff 2020-06-14 18:03:54 +08:00
IzzelAliz
b1a5121a37 Items 2020-06-14 17:05:42 +08:00
IzzelAliz
4f0e52fb69 Entities 2020-06-14 14:49:42 +08:00
IzzelAliz
620c83cbe4 Store progress 2020-06-13 14:37:28 +08:00
IzzelAliz
eb065aa667 Print logo on startup. 2020-06-10 15:30:11 +08:00
IzzelAliz
1cdf76895c Exposes tickets field to properly generate crash report. 2020-06-09 14:48:12 +08:00
IzzelAliz
34376b5143 Implement hostname support for PlayerLoginEvent, as well as connection throttling support.
Tried to support BungeeCord.
2020-06-09 14:22:17 +08:00