Commit 3cc9a4a
authored
2.0.0-alpha.4 (#163)
* Switched from HMI to RetroCommands
* Removed broken reimplementation of Divisor's old PlayerAPI. (#139)
* Removed Indigo renderer (#140)
* Updated UnsafeEvents
* ContextVariable
* ContextVariable#get
* Feature/register helper (#146)
* Added register helper methods to RegistryEvent
* Remove unused BulkConsumer.
* Updated all registries to be entry type bound.
* Updated all usages of Registry#register to new helper methods where applicable.
* Moved bulk registration helpers implementation to Registry interface and redirected event method helpers to that.
* Swapped namespace and rawIdGetter placements so they better reflect the original method arguments.
* cleanup/java-hacks (#145)
* Cleaned up Java hacks related to entrypoints
* Removed EnumFactory.
* Removed NativeImage Unsafe buffer cleaner invocation.
* Replaced fake BlockItem with null, since MixinExtras allows that, unlike vanilla Mixin's Redirect.
* Removed UnsafeProvider.
* Updated javadoc for EntrypointManager#registerLookup
* Fix a NPE in shears override
* Fix a NPE in FuelRegistry
* Added StationFlatteningBlock#onStateReplaced
* Fixed #159
* Change version1 parent 259f128 commit 3cc9a4a
File tree
163 files changed
+1187
-5565
lines changed- src
- main/resources
- test
- java/net/modificationstation/sltest
- block
- datafixer
- dimension
- entity
- player
- gui
- item
- packet
- resources
- station-achievements-v0/src/main/java/net/modificationstation/stationapi/impl/client/gui/screen/achievement
- station-api-base/src/main/java/net/modificationstation/stationapi
- api
- factory
- mod/entrypoint
- util
- function
- impl
- mod
- util
- station-armor-api-v0/src/main
- java/net/modificationstation/stationapi
- api/item
- impl/item
- resources
- station-blockitems-v0/src/main/java/net/modificationstation/stationapi
- api/event/registry
- impl/block
- mixin/blockitem
- station-container-api-v0/src/main/java/net/modificationstation/stationapi
- api/event/registry
- impl/client/network
- station-dimensions-v0/src/main/java/net/modificationstation/stationapi/api/event/registry
- station-entities-v0/src/main
- java/net/modificationstation/stationapi
- api
- entity
- event/registry
- impl
- client/network
- server/entity
- mixin/entity
- resources
- station-flattening-v0/src/main
- java/net/modificationstation/stationapi
- api
- block
- event/registry
- registry/sync/trackers/vanilla
- impl
- block
- packet
- world
- chunk
- mixin/flattening
- resources
- station-gui-api-v0/src/main/java/net/modificationstation/stationapi/impl/client/gui/screen
- station-items-v0/src/main/java/net/modificationstation/stationapi/impl
- client
- gui/screen/container
- render/item
- dispenser
- entity/player
- network/packet
- station-keybindings-v0/src/main
- java/net/modificationstation/stationapi
- api/client/option
- mixin/keybinding/client
- resources
- station-localization-api-v0/src/main/java/net/modificationstation/stationapi/api/resource/language
- station-networking-v0/src/main/java/net/modificationstation/stationapi
- api/event/registry
- impl/network/packet
- station-player-api-v0/src/main
- java/net/modificationstation/stationapi
- api
- entity/player
- event/entity/player
- impl/entity/player
- mixin/player
- client
- resources
- station-recipes-v0/src/main/java/net/modificationstation/stationapi
- api
- event/registry
- recipe
- impl/recipe
- json
- station-registry-api-v0/src/main/java/net/modificationstation/stationapi
- api
- event/registry
- registry
- sync/trackers
- impl/registry
- station-registry-sync-v0/src/main/java/net/modificationstation/stationapi/impl
- client/registry
- network
- server/registry
- station-renderer-api-v0/src/main/java/net/modificationstation/stationapi
- api/client
- color
- block
- item
- event/render/model
- render
- material
- mesh
- model
- texture
- impl/client
- render
- texture
- station-renderer-arsenic/src/main
- java/net/modificationstation/stationapi/impl/client/arsenic
- renderer
- aocalc
- helper
- mesh
- render
- resources
- station-resource-loader-v0/src/main/java/net/modificationstation/stationapi/impl
- client/resource
- resource
- station-tools-api-v1/src/main
- java/net/modificationstation/stationapi
- api/item/tool
- impl/item
- mixin/tools
- resources
- station-vanilla-checker-v0/src/main/java/net/modificationstation/stationapi/impl
- client/network
- network
- server/network
- station-vanilla-fix-v0/src/main/java/net/modificationstation/stationapi/impl/vanillafix
- block
- client
- color/block
- gui/screen
- datafixer
- dimension
- item
- recipe
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
163 files changed
+1187
-5565
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 91 | + | |
101 | 92 | | |
102 | 93 | | |
103 | | - | |
104 | | - | |
105 | 94 | | |
106 | 95 | | |
107 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | 30 | | |
33 | | - | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| 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 | 12 | | |
| 13 | + | |
15 | 14 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 15 | + | |
24 | 16 | | |
25 | 17 | | |
26 | 18 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
Lines changed: 0 additions & 45 deletions
This file was deleted.
Lines changed: 0 additions & 12 deletions
This file was deleted.
0 commit comments