Commit 3833e64
2.0.0-alpha.4.1 (#203)
* 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 version
* Merge pull request #165 from ThexXTURBOXx/develop
Don't close filesystems when resolving mod namespaces
* Update modmenu
* Merge pull request #168
* Yeet
* Wait this is wrong
* Merge branch 'develop' into namespace-change
* Make stapi get angree (#169)
* Update BiomeMixin.java (#196)
* Add Block Support to CustomTooltipProvider (#187)
* Add Block support to CustomTooltipProvider
* Add some documentation to the interface
* Make Leaves' Log Check Work With Modded Logs and Leaves (#186)
* Fix
* And comment this out cause it's ugly
* Fix (#185)
* FUCK (#200)
* Why mine (#197)
* Potentially make mine scream (#188)
* Implement onBonemealUse on Vanilla Crops (#170)
* Yeet
* Also do sapling, also fix multiplayer
* Use the appropriate random
---------
Co-authored-by: mineLdiver <aabesedin@mail.ru>
* Fixed cal L moment (cascaded test worldgen)
* Change version
---------
Co-authored-by: Nico Mexis <nico.mexis@kabelmail.de>
Co-authored-by: calmilamsy <bumbill00@gmail.com>1 parent 3cc9a4a commit 3833e64
File tree
25 files changed
+176
-53
lines changed- src/test/java/net/modificationstation/sltest
- block
- level/gen
- station-api-base/src/main/java/net/modificationstation/stationapi/api/util
- station-blocks-v0/src/main
- java/net/modificationstation/stationapi
- api/registry/tag
- mixin/block
- resources
- station-flattening-v0/src/main/java/net/modificationstation/stationapi
- impl/world
- chunk
- mixin/flattening
- client
- station-items-v0/src/main
- java/net/modificationstation/stationapi
- api/client
- item
- mixin/item
- resources
- station-maths-v0/src/main/java/net/modificationstation/stationapi/api/util/math
- station-renderer-api-v0/src/main/java/net/modificationstation/stationapi
- api/client/render/model
- impl/client/render
- station-vanilla-checker-v0/src/main/java/net/modificationstation/stationapi/impl/server/network
- station-worldgen-api-v0/src/main/java/net/modificationstation/stationapi/mixin/worldgen
25 files changed
+176
-53
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
14 | 21 | | |
15 | 22 | | |
Lines changed: 22 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
81 | 94 | | |
82 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
83 | 99 | | |
84 | 100 | | |
85 | 101 | | |
| |||
station-blocks-v0/src/main/java/net/modificationstation/stationapi/api/registry/tag/BlockTags.java
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
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: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
147 | | - | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
0 commit comments