Helvetica Volubi
90b751da5a
Update Luminol
2026-03-03 20:55:18 +08:00
Helvetica Volubi
e5cc20ba9b
Update Luminol
2026-02-23 21:23:49 +08:00
Helvetica Volubi
46e7abe59c
Update Luminol
2026-02-18 00:25:23 +08:00
Bacteriawa
5559fa8bcc
Update Luminol
2026-02-13 16:21:55 +08:00
Bacteriawa
e74300a756
Fix Server crash when using CCE #109
2026-02-08 00:02:31 +08:00
Bacteriawa
d9674b4e7c
Update Luminol
2026-02-07 23:20:40 +08:00
Helvetica Volubi
a780b13fcc
Update Luminol
2026-01-21 21:37:37 +08:00
Helvetica Volubi
20acc9ccf5
feat: add save-all support
2026-01-16 02:41:01 +08:00
Helvetica Volubi
e49ab25111
simply fix for replay api
...
fixed https://github.com/MC-XiaoHei/ISeeYou/issues/70
2026-01-14 01:57:42 +08:00
Helvetica Volubi
eed4457419
add removed check before all checks start in addEffects
2026-01-13 21:06:48 +08:00
Helvetica Volubi
0ad90dc36e
Update Luminol
2026-01-07 17:13:18 +08:00
Helvetica Volubi
0f67f445b9
Update Luminol
2026-01-04 12:32:42 +08:00
Helvetica Volubi
018cc61204
Update Luminol
2026-01-03 13:59:49 +08:00
Helvetica Volubi
b9c3d8deea
fix ender dragon caused server crash
2026-01-03 01:40:35 +08:00
Helvetica Volubi
0d5b289d65
Update Luminol
2026-01-03 01:04:31 +08:00
Helvetica Volubi
a3e0a3ee1a
Update Wool Counter & FakePlayer code from Leaves
2025-12-27 20:39:17 +08:00
Helvetica Volubi
b3703e2069
fix a bug in way point
2025-12-27 20:36:30 +08:00
Helvetica Volubi
d3c8da4edb
Update Luminol
2025-12-27 17:16:52 +08:00
Helvetica Volubi
bed0bfff06
fix: refix waypoint
...
related issue: https://github.com/LuminolMC/Lophine/issues/110
2025-12-26 03:38:04 +08:00
Helvetica Volubi
238231b28b
Update Luminol
2025-12-26 03:28:41 +08:00
Helvetica Volubi
db772aaf62
fix: fix waypoint module
2025-12-23 10:07:28 +08:00
Helvetica Volubi
b1bee59e6c
Update Luminol
2025-12-23 10:06:50 +08:00
Helvetica Volubi
bbcc85fa93
1.21.11 Early Access
...
waypoint has force disabled because of some serious bug
2025-12-18 09:42:25 +08:00
Helvetica Volubi
7bc12d2487
fix: add null check in RegionizedWorldData >> conections
...
some of our function patches will crash because of get null in conn.getPlayer(), then when we process player.chunkPosition() will get NPE, so we need to fix it.
2025-12-17 00:26:36 +08:00
Bacteriawa
91312b7a15
Update Luminol
2025-12-14 00:18:07 +08:00
Helvetica Volubi
77c412bfe8
feat: update concurrent in waypoint
2025-12-11 02:05:57 +08:00
Helvetica Volubi
c06d875df7
feat: add optimized concurrent table for waypoint management
2025-12-10 15:22:58 +08:00
Helvetica Volubi
91b3ad527c
fix waypoint manager
...
we use thread safe method to load it
2025-12-10 01:49:10 +08:00
mrhua269
af2af944bf
Fix issues of photographer with folia region threading
2025-12-06 23:25:37 +08:00
mrhua269
54688d8e34
Fix issues of fakeplayer with folia region threading
2025-12-06 22:35:51 +08:00
Helvetica Volubi
106dfeaa38
fix: fix global entity count max limit problem
2025-12-04 13:37:48 +08:00
Helvetica Volubi
376857ff97
feat: global entities counter
...
We provided a new way to use entities counter to spawn mobs, maybe have some bugs, so we set this to experiment config
- Update file update
- Update Luminol
2025-12-03 16:31:34 +08:00
Helvetica Volubi
cc5382977d
Update Luminol
2025-11-20 15:32:41 +08:00
xiaoxijun
c07dde1c0b
feat: CCE Update Suppression support and other dependences ( #84 )
...
add cce update suppression & prevent crashes caused by update suppres & dustTrapdoorReintroduced & instantBlockUpdater & old Block remove behaviour & do not reset placed block on exception & do not prevent block entity and entity crash at LevelChunk (#84 )
* add cce update suppression & prevent crashes caused by update suppression
* no need for this transformed flag
* Add Redstone ignore upwards update
* fix up license
* move config
* instant Block Updater
* feat: Update Suppression!
* Leaves: Do not reset placed block on exception & Do not prevent block entity and entity crash at LevelChunk
---------
Co-authored-by: Helvetica Volubi <suisuroru@blue-millennium.fun >
Co-authored-by: Helvetica Volubi <88063803+Suisuroru@users.noreply.github.com >
2025-11-19 00:04:34 +08:00
Helvetica Volubi
bc166a9fb6
[ci skip] refactor code
2025-11-16 21:22:06 +08:00
Helvetica Volubi
feebf388f8
Add Replay Api ( #86 )
...
* feat: base replay api support
* fix an async bug
2025-11-16 21:05:01 +08:00
Helvetica Volubi
dbcf764e76
fix ServuxStructuresProtocol ( #89 )
...
* Add LeaveHooks to fix bug caused by servux structures protocol
* add missing file
* add comment
* add license
2025-11-16 20:51:19 +08:00
Helvetica Volubi
735fe8855a
try to fix a bug in fake player spawn
2025-11-16 18:53:16 +08:00
Helvetica Volubi
00743c841f
Update Luminol
2025-11-14 22:27:06 +08:00
xiaoxijun
bdb9c9dec4
Add Alternative block placement Protocol ( #81 )
...
* Add Alternative block placement Protocol
* fix: fix config error caused by config system
- TODO: fix config system read enum bug in luminol
* remove Leaves logger & use mojang logger
* update code from leaves
---------
Co-authored-by: Helvetica Volubi <suisuroru@blue-millennium.fun >
Co-authored-by: Helvetica Volubi <88063803+Suisuroru@users.noreply.github.com >
2025-11-12 19:15:21 +08:00
Helvetica Volubi
e96891275d
[ci skip] update datapack command save
2025-11-09 02:38:51 +08:00
Helvetica Volubi
9e342c6683
Update Luminol
2025-11-06 00:12:13 +08:00
Helvetica Volubi
00f7f5ee2b
fix: fixes #69
2025-11-01 02:53:48 +08:00
Helvetica Volubi
77b9582c4a
Update Luminol
2025-10-31 22:23:17 +08:00
Helvetica Volubi
184048fd26
Update Luminol
2025-10-31 00:23:24 +08:00
Helvetica Volubi
b34fa8237e
feat: provided void trade instead of infinite trade
...
fixes #77
2025-10-29 00:20:45 +08:00
Helvetica Volubi
42a4d18717
refactor: deprecated tickCount
2025-10-27 21:40:42 +08:00
Helvetica Volubi
bf509bcded
feat: wool hopper counter( #27 )
2025-10-27 19:59:03 +08:00
xiaoxijun
4ca94280ae
Add support for more mod protocols ( #73 )
...
* Add Syncmatica protocols
* Add AppleSkin protocols
* Add BBOR Protocol
* Add Jade Protocol
* Add Xaero Map Protocol
* Add Support REI protocol
* Fixed an issue where the configuration file was not loading correctly.
* move config file directory
* add license & refactor code
* update leaves fix
https://github.com/LeavesMC/Leaves/issues/747#event-19986621829
* Update Luminol
* fix up jade protocol
* fix up rei
---------
Co-authored-by: Helvetica Volubi <suisuroru@blue-millennium.fun >
Co-authored-by: Helvetica Volubi <88063803+Suisuroru@users.noreply.github.com >
2025-10-20 00:06:40 +08:00
Helvetica Volubi
93c0258c7e
fix: use local lastTickCount to save data
2025-10-19 23:40:17 +08:00