mworzala
5e17487155
fix: allow custom player provider in env tests ( fixes #2438 )
2024-12-03 10:45:16 -05:00
mworzala
efae42a45d
feat: lots of minor fixes to item components
2024-12-03 10:45:16 -05:00
themode
21b21005a2
Handle connection state in reading
2024-12-03 10:45:16 -05:00
TheMode
62da78bb45
Handle state change in virtual threads ( #2401 )
2024-12-03 10:45:16 -05:00
mworzala
9b4aba2812
fix: correctly disconnect player if resource pack is not applied successfully (for required resource pack)
2024-06-26 18:55:08 -04:00
mworzala
2f5bb97908
feat: minor improvements, 1.21 release
2024-06-13 11:59:51 -04:00
mworzala
f089708ed4
feat: mostly functional enchants, needs cleanup
2024-06-13 11:59:51 -04:00
mworzala
d4f15803c6
fix: correct handling of known packs exchange
2024-06-07 21:28:21 -04:00
mworzala
bf929440d4
feat: partial anvil writing, update tests (still many broken)
2024-06-07 21:28:21 -04:00
TheMode
9cfffc6ee4
Static packet ids ( #2034 )
2024-03-19 17:42:06 +01:00
mworzala
f4cb5272f9
fix: re-merge connection states, remove OptifineSupport
...
(cherry picked from commit a0ca4895b1
)
2024-02-09 14:27:43 -05:00
mworzala
833c5fe365
fix: test failures
...
(cherry picked from commit c0d3f01fa2
)
2024-02-09 14:27:43 -05:00
Matt Worzala
58b550c5ff
Fix testing (v2) ( #99 )
...
* Fix Minecraft changes since 1.19 (Block.GRASS, recipe packet, DamageType.VOID)
* Add packets in play state
* Fix some tests via TestConnectionImpl and API changes
* fix: add some missing entity metas, group projectiles
---------
Co-authored-by: GoldenStack <goldenfire64yt@gmail.com>
(cherry picked from commit 89a665fdf5
)
2024-02-09 14:27:43 -05:00
mworzala
bd58b1b9f6
feat: cleanup, remove ConnectionManager#getOnlinePlayers
...
(cherry picked from commit 8a75e9e986
)
2024-02-09 14:27:43 -05:00
mworzala
5caffb134c
feat: add AsyncPlayerConfigurationEvent, remove PlayerLoginEvent
...
(cherry picked from commit 1161fbf1b1
)
2024-02-09 14:27:43 -05:00
mworzala
2f85ce0231
stable configuration state join
...
(cherry picked from commit 465af0e051
)
2024-02-09 14:27:43 -05:00
Matt Worzala
128c525b7c
hollow-cube/placement-rule-improvement
...
* improve placement rule api and remove existing vanilla rules
* readme changes
(cherry picked from commit b0b640ccd7
)
2024-02-09 14:27:43 -05:00
Matt Worzala
9e85687575
hollow-cube/gradle-rework ( #8 )
...
* in order to make an omelet, you have to break a few eggs. aka absolutely decimate the gradle project
* far more sane gradle, no publishing yet tho
* attempt maven deploy
* fix publish url and use snapshot repo
* fix secret names
* release, and properly set version
* attempt to set group correctly
* more gradle fixups
(cherry picked from commit 381d89497a
)
2024-02-09 14:27:43 -05:00
TheMode
e11d15af0d
Fix event node child/map leak
...
Signed-off-by: TheMode <themode@outlook.fr>
2022-10-27 22:32:22 +02:00
FluxCapacitor
9dab3183e5
Add Maven publication for testing framework. ( #1441 )
2022-10-13 09:10:51 +02:00
TheMode
0b0dc83ffe
Make separate module for testing framework ( #1428 )
2022-10-10 20:44:50 +02:00