Commit Graph

806 Commits

Author SHA1 Message Date
IzzelAliz
5158c40982 Implement spawn rate limit and per-world spawn limit. Close #12. 2020-07-10 15:15:03 +08:00
IzzelAliz
9bc66e5552 Fix wrong captured lightningBolt entity. 2020-07-10 14:49:31 +08:00
IzzelAliz
2a9619205f Prevent registration duplicate. 2020-07-08 17:48:42 +08:00
IzzelAliz
5a1500add2 Bump version 1.0.1 2020-07-07 22:30:11 +08:00
IzzelAliz
b7e0f30898 Update bukkit registry related parts. 2020-07-07 20:59:04 +08:00
IzzelAliz
6cef5a799c SwitchTableFixer 2020-07-07 20:13:48 +08:00
IzzelAliz
7f7c168a3e Prevent audit spam. 2020-07-06 23:56:43 +08:00
IzzelAliz
64ced609cd The Implementer 2020-07-06 23:37:46 +08:00
IzzelAliz
1f73ca02e9 Apply remove stream optimizations. 2020-07-06 20:15:28 +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
4822b37339 Refactor for materials. 2020-07-04 15:35:20 +08:00
IzzelAliz
22a67f8ff8 Fix wrong hand used when skeleton shooting arrows. 2020-07-04 15:24:05 +08:00
IzzelAliz
75561cf00f ASM event executor. 2020-06-22 15:16:38 +08:00
IzzelAliz
8d52ba70a5 Forge's maven repository has different directory structure. 2020-06-20 19:25:27 +08:00
IzzelAliz
29b1a450f3 Fix duplicate username in chat. 2020-06-18 17:25:25 +08:00
IzzelAliz
660f5e67f5 Properly implement server list ping. 2020-06-17 16:05:11 +08:00
IzzelAliz
83085ec4f4 Capture lightningBolt. 2020-06-17 13:48:57 +08:00
IzzelAliz
595e927ebf Make sure all mixin cancel has cancellable=true.
This should have an AP check.
2020-06-17 13:41:51 +08:00
IzzelAliz
b6ffece228 Fix several missing method. 2020-06-17 13:28:31 +08:00
IzzelAliz
1ed82a216c Fix missing method sendParticle, implement ServerListPingEvent 2020-06-17 12:40:51 +08:00
IzzelAliz
4478a24913 Fix AssignProfessionTask mixin redirect target error. 2020-06-17 11:39:20 +08:00
IzzelAliz
5d262b06ea Fix build error 2020-06-16 16:38:55 +08:00
IzzelAliz
36aa38a179 New downloader 2020-06-16 16:18:26 +08:00
IzzelAliz
1d3f4169c0 Fix AssignProfessionTask not target into lambda 2020-06-16 11:29:30 +08:00
IzzelAliz
b3dd590060 Fix not implemented mixin method 2020-06-16 09:58:07 +08:00
IzzelAliz
49fe9afada Update badge and close #5. 2020-06-15 21:53:14 +08:00
IzzelAliz
3db47622aa Delete testplugin module. 2020-06-15 21:33:11 +08:00
IzzelAliz
6ba2976f02 Initial 1.15 version. 2020-06-15 21:26:44 +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
3604b754ee Implement damage and break event for ItemStack 2020-06-14 17:06:22 +08:00
IzzelAliz
b1a5121a37 Items 2020-06-14 17:05:42 +08:00
IzzelAliz
73ca496686 Implement damage and break event for ItemStack 2020-06-14 16:42:02 +08:00
IzzelAliz
4f0e52fb69 Entities 2020-06-14 14:49:42 +08:00
IzzelAliz
792df330b4 Merge branch '1.15' of file://D:/Arclight into refactor/1.15 2020-06-13 14:45:01 +08:00
IzzelAliz
620c83cbe4 Store progress 2020-06-13 14:37:28 +08:00
IzzelAliz
7591d9a7c0 Merge branch '1.15' of file://D:/Arclight into refactor/1.15 2020-06-13 14:23:25 +08:00
IzzelAliz
197985b60f Update readme. [ci skip] 2020-06-11 10:05:44 +08:00
IzzelAliz
58552371bf Fix EntityRegainHealthEvent called twice. 2020-06-11 08:59:57 +08:00
IzzelAliz
eb065aa667 Print logo on startup. 2020-06-10 15:30:11 +08:00
IzzelAliz
089216b6a6 New i18n/config system. Close #4. 2020-06-09 21:22:16 +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
IzzelAliz
be9ed9abe6 Containers and entity 2020-06-02 22:32:43 +08:00
IzzelAliz
96d2f9eb7b
Fix tp command not removing entity across world. 2020-06-02 15:02:19 +08:00
IzzelAliz
c652025fed All the blocks 2020-06-01 18:33:33 +08:00