Commit ebd2d72
2.0 alpha.3 (#134)
* First version of tool items update
* Mining levels graph
* Fix a bad mixin declaration in lifecycle events
* Add RegistriesFrozenEvent
* Yeet deprecated code
* *actually* remove deprecated stuff
* Dependency debloat (#126)
* Partial dependency debloat (doesn't yet compile)
* Partial dependency debloat part 2 (still doesn't compile)
* Finished debloating
* Use `Pair#of` instead of `Pair#new`
* Remove dependency declarations
* Move client-side entity registries to client.registry package.
* Packet types (#123)
* Implemented packet types (registry sync is broken).
* Introduced blocking packets. Fixed packet types registry sync.
* Re-enabled GCAPI and HMI
* Use WrapOperation instead of Redirect in network
* Tools API (#133)
* Simpler and more flexible
* More tools API documentation
* Organized `TestContext#failed` into levels of BFS
* Allow tool levels to be equivalent to their immediate siblings
* Moved tools system implementation into mixins for easier override by custom tools. Now infinite loops during graph search are detected and logged with relevant information.
* Replaced item stack effectiveness and strength events with player ones to allow for null item stack checks
* Propagated more context to tool item effectiveness and strength tests
* Added a method for instantiating numeric tool levels
* Documentation for the resultProvider fields of tool events.
* Change version
---------
Co-authored-by: calmilamsy <bumbill00@gmail.com>1 parent c61a3b6 commit ebd2d72
129 files changed
Lines changed: 1153 additions & 999 deletions
File tree
- src/test
- java/net/modificationstation/sltest
- block
- gui
- item
- resources/data
- minecraft/stationapi/tags/blocks/mineable
- sltest/stationapi/tags/blocks
- station-achievements-v0/src/main/java/net/modificationstation/stationapi/api/client/gui/screen/achievement
- station-container-api-v0/src/main/java/net/modificationstation/stationapi
- api
- client
- gui/screen
- registry
- event/registry
- gui/screen/container
- registry
- impl/client/network
- station-entities-v0/src/main/java/net/modificationstation/stationapi
- api
- client
- entity/factory
- registry
- event
- entity
- registry
- impl/client/network
- mixin/entity/client
- station-flattening-v0/src/main/java/net/modificationstation/stationapi
- api
- entity/player
- event
- entity/player
- item
- item
- impl
- client/network
- packet
- mixin/flattening
- client
- server
- station-items-v0/src/main
- java/net/modificationstation/stationapi
- api/client/event/gui/screen/container
- impl
- client
- gui/screen/container
- network
- network/packet
- c2s/play
- s2c/play
- mixin/item/client
- resources
- station-lifecycle-events-v0/src/main/resources
- station-maths-v0/src/main/java/net/modificationstation/stationapi/api/util/math
- station-networking-v0/src/main/java/net/modificationstation/stationapi
- api
- network/packet
- registry
- impl
- client/network/packet
- network/packet
- server/network/packet
- mixin/network
- station-recipes-v0/src/main
- java/net/modificationstation/stationapi
- api/recipe
- impl/recipe
- tag
- mixin/recipe
- resources
- station-registry-api-v0/src/main/java/net/modificationstation/stationapi/api/registry
- station-registry-sync-v0/src/main
- java/net/modificationstation/stationapi/impl
- client/network
- network
- packet/s2c/play
- resources
- station-renderer-api-v0/src/main/java/net/modificationstation/stationapi
- api
- client
- event/render/model
- render/model
- texture
- atlas
- util/math
- impl/client/texture
- station-resource-loader-v0/src/main/java/net/modificationstation/stationapi
- api
- client/resource
- resource
- impl
- client/resource
- resource
- loader
- mixin/resourceloader/client
- station-tools-api-v1/src/main
- java/net/modificationstation/stationapi
- api/item/tool
- impl/item
- mixin/tools
- resources
- station-vanilla-fix-v0/src/main
- java/net/modificationstation/stationapi/impl/vanillafix/item/tool
- resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 68 | | |
72 | 69 | | |
73 | 70 | | |
74 | | - | |
75 | 71 | | |
76 | 72 | | |
77 | 73 | | |
78 | 74 | | |
79 | 75 | | |
80 | 76 | | |
81 | | - | |
82 | 77 | | |
83 | 78 | | |
84 | 79 | | |
| |||
95 | 90 | | |
96 | 91 | | |
97 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
| |||
261 | 260 | | |
262 | 261 | | |
263 | 262 | | |
264 | | - | |
265 | 263 | | |
266 | | - | |
267 | 264 | | |
268 | 265 | | |
269 | 266 | | |
270 | 267 | | |
271 | 268 | | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | 269 | | |
277 | 270 | | |
278 | 271 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 23 | | |
30 | 24 | | |
31 | | - | |
| 25 | + | |
32 | 26 | | |
33 | 27 | | |
34 | 28 | | |
35 | 29 | | |
36 | | - | |
| 30 | + | |
37 | 31 | | |
38 | 32 | | |
39 | 33 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | | - | |
| 14 | + | |
13 | 15 | | |
14 | | - | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
20 | 32 | | |
21 | | - | |
| 33 | + | |
22 | 34 | | |
23 | 35 | | |
24 | 36 | | |
| |||
30 | 42 | | |
31 | 43 | | |
32 | 44 | | |
| 45 | + | |
| 46 | + | |
33 | 47 | | |
34 | 48 | | |
35 | 49 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
78 | | - | |
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
| |||
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments