Commit Graph

47 Commits

Author SHA1 Message Date
IzzelAliz
9319dbc00f Fix item nbt being reset when dragging (#206) 2021-04-03 15:28:30 +08:00
IzzelAliz
ebe5b4de14 Fix custom world generator not applied (#164) 2021-03-06 17:38:01 +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
c477a31e48 Provide default implementation for WorldPosCallable (#161) 2021-02-16 13:43:57 +08:00
IzzelAliz
9ede1cf416 Use bukkit command dispatcher (#132) 2021-02-12 17:42:37 +08:00
IzzelAliz
5605db762f Implement entity activation range 2021-02-04 20:56:13 +08:00
IzzelAliz
c051d2ab16 Update to 1.16.5, forge 36.0.1 2021-01-21 22:27:58 +08:00
IzzelAliz
6fbe0146c2 Fix world creator and import not working (#107 #123) 2021-01-13 17:09:46 +08:00
IzzelAliz
43cafef3d4 Allow custom state class on vanilla blocks (#111 #112) 2021-01-10 15:34:53 +08:00
寒兮
03401a43b1
Fix mod world to force cast to server world (#121)
* Fix mod world to force cast to server world

* Update forge version to 35.1.29
2021-01-08 20:08:38 +08:00
IzzelAliz
9d27ae8627 Fix worldgen async catcher deadlock 2020-11-28 23:30:47 +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
9d06987a13 1.16.4 update 2020-11-21 12:17:26 +08:00
IzzelAliz
99d3bce676 Port fixes of #28 #65
Call forge event when bukkit load world and vise versa
Allow recapture container for fast workbench
Fix golem and wither spawn not consuming blocks
Fix some inventory missing an owner (#65)
Fix wrong mapping with air block and item (#28)
2020-10-21 14:29:47 +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
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
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
df1cd0bd88 Fix crash in 1.14. 2020-07-20 14:35:38 +08:00
IzzelAliz
88adc18963 Rename worlds. 2020-07-13 13:57:07 +08:00
IzzelAliz
5158c40982 Implement spawn rate limit and per-world spawn limit. Close #12. 2020-07-10 15:15:03 +08:00
IzzelAliz
b7e0f30898 Update bukkit registry related parts. 2020-07-07 20:59:04 +08:00
IzzelAliz
2e6ad0cfb0 Entity related mixin. 2020-07-06 16:04:05 +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
29b1a450f3 Fix duplicate username in chat. 2020-06-18 17:25:25 +08:00
IzzelAliz
b6ffece228 Fix several missing method. 2020-06-17 13:28:31 +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
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
c652025fed All the blocks 2020-06-01 18:33:33 +08:00
IzzelAliz
2a77837767 Refactor: common project, preparing for 1.15 development 2020-05-30 18:49:15 +08:00