Commit Graph

688 Commits

Author SHA1 Message Date
IzzelAliz
516d491734
Fix recipe has empty result (#837) 2022-12-12 20:16:16 +08:00
IzzelAliz
ff387cc03e
Revert 8df52d95 2022-12-11 15:47:56 +08:00
IzzelAliz
c07538c88b
Remove usage of zipfs in installer
This allows running server directly after forge install.
2022-12-11 11:33:42 +08:00
IzzelAliz
d6b7c6a966
Update to forge 44.0.5 2022-12-10 15:52:11 +08:00
IzzelAliz
7590e2b5d7
Update to 1.19.3 2022-12-10 15:47:33 +08:00
IzzelAliz
0550c6cd96
Release 1.0.1 2022-12-09 13:52:08 +08:00
IzzelAliz
56f613782f
Move from ForgeRegistries.BIOME 2022-12-08 21:54:33 +08:00
IzzelAliz
5524b1ef1e
Fix mixin conflict with Apotheosis (#811)
They use overwrite
2022-12-08 21:24:27 +08:00
IzzelAliz
15f03f2365
Fix mixin conflict with immersive weathering (#812) 2022-12-08 21:21:09 +08:00
IzzelAliz
7894e4fa9a
Fix mixin conflict with obscure (#831)
They use overwrite, so :(
2022-12-08 19:54:07 +08:00
IzzelAliz
89b7eb47b4
Update to forge 43.2.0 2022-12-08 19:46:22 +08:00
IzzelAliz
9a6b8a73bf
Fix bukkit biome registry crash (#829) 2022-12-08 16:43:35 +08:00
IzzelAliz
b8adaabac5
Fix player quit crash (#798 #825) 2022-11-29 21:52:42 +08:00
IzzelAliz
c8f3f57133
Update forge to 43.1.55 2022-11-23 14:22:31 +08:00
IzzelAliz
3727b74511
Update upstream 2022-11-23 14:06:46 +08:00
IzzelAliz
94e5cd9ded
Update release artifact name 2022-11-23 13:43:58 +08:00
IzzelAliz
83245803e1
Fix redirectTypeGetName overflow (#818) 2022-11-22 13:34:00 +08:00
IzzelAliz
bdc85d3846
Fix container owner NPE (#808) 2022-11-07 19:04:07 +08:00
IzzelAliz
50b2acdf17 Fix non registered modded level stem (#774 #799) 2022-11-04 10:30:21 +08:00
IzzelAliz
7ce41083cd Update forge to 43.1.47 2022-10-29 17:05:37 +08:00
IzzelAliz
ec4791afcf Fix max durability NPE (#783) 2022-10-29 13:04:59 +08:00
IzzelAliz
924bf05be2 Fix stonecutting special recipe (#788) 2022-10-29 13:04:57 +08:00
sandtechnology
d623d5f569 Fix couples issues related to respawn and cross-world teleport (#752) 2022-10-29 13:04:54 +08:00
IzzelAliz
67052c1a1e
Bump version number 2022-10-25 21:01:49 +08:00
IzzelAliz
7f49613069
Release 1.0.0 2022-10-25 20:06:16 +08:00
IzzelAliz
548b3c083b
Add release name 2022-10-25 19:57:59 +08:00
IzzelAliz
4145c11a3a
Reorder repositories 2022-10-06 15:37:18 +08:00
IzzelAliz
2d042db449
Readd BungeeCord support 2022-10-06 15:17:59 +08:00
IzzelAliz
bf715d1d18
Fix boot as forge mod 2022-10-06 10:03:12 +08:00
IzzelAliz
3a0b508f72
Update upstream 2022-10-06 09:44:29 +08:00
IzzelAliz
25bf1ab839
Remove block break debug output 2022-10-03 12:18:30 +08:00
IzzelAliz
d129ef01fd
Fix durability CCE (#726) 2022-09-11 21:41:30 +08:00
IzzelAliz
8f9d1b76cc
Optimize villager bed chunk loads (#719) 2022-09-11 21:41:14 +08:00
IzzelAliz
44e5c725c0
Implement ticking source API 2022-09-08 16:53:18 +08:00
Dohyeon Jeon
23f523f16f
Add forward permission comment on ko_kr.conf (#723) 2022-09-08 13:11:37 +08:00
IzzelAliz
2048e70e31
Fix craft remain item crash (#711) 2022-09-07 13:46:21 +08:00
IzzelAliz
dbb2358985
Fix max duration for modded items (#660) 2022-09-04 15:28:35 +08:00
IzzelAliz
1df61665ce
Set mixin compat level to 17 2022-09-04 15:11:47 +08:00
IzzelAliz
8bcae3aef7
Fix plugin cache sometimes failed to set obsolete state 2022-09-03 23:38:57 +08:00
IzzelAliz
fb4b63ec08
Remove inheritance lookup in inventory implementer
Inheritance lookup is a fairly expensive operation, using a side map for viewers lookup can improve performance.
2022-09-03 23:22:35 +08:00
IzzelAliz
0f76fd6de8
Integrated patcher with WorldEdit support 2022-09-03 21:15:48 +08:00
IzzelAliz
7023a576e6
Fix Player.Spigot#sendMessage 2022-09-03 21:14:07 +08:00
IzzelAliz
6bb2d703ee
Fix snowball throwing (#705) 2022-09-02 16:27:15 +08:00
IzzelAliz
9442c1f987
Fix mods dropping air item (#688) 2022-09-02 15:55:11 +08:00
IzzelAliz
a30aa77099 Make installer fast again 2022-09-02 15:35:49 +08:00
Yanang Pearce
ad5b8ce4e1 Fix horse inventory not init synchronizer (#657) (#682)
and clear some space :p
2022-09-02 14:23:05 +08:00
Yanang Pearce
51c94fc91c Fix specific tags not deserialized in CraftMetaItem (#671) (#679) 2022-09-02 14:23:01 +08:00
Yanang Pearce
592b141d13 Fix ArclightCaptures reset before event being handled (#674) (#675)
* Fix ArclightCaptures reset before event being handled (IzzelAliz#674)

* Fix ArclightCaptures reset before being handled by event stack (IzzelAliz#674)

* Fix ArclightCaptures reset before being handled by event stack (IzzelAliz#674)
- resetBlockBreakPlayer -> popPrimaryBlockBreakEvent
- handleBlockBreak -> handleBlockDrop
- isPrimaryEvent: int -> boolean, as it does not work as intended
- Add warnings
- Add cleaning to avoid memory leak
2022-09-02 14:22:57 +08:00
Yanang Pearce
3623739e84 Fix PartEntity not recognized by updating PlayerMixin#attack (#662) (#678) 2022-09-02 14:22:51 +08:00
IzzelAliz
033cc9973f Fix player cannot load chunk when login as dead (#661) 2022-09-02 14:22:35 +08:00