Skip to content

Commit

Permalink
Update to readd Mixin
Browse files Browse the repository at this point in the history
- Updated to build against Forge 38.0.8, Mixin 8.5.
- Set min Forge version to 38.0.6 (min version for Mixin).

Signed-off-by: srs-bsns <forfrdm@gmail.com>
  • Loading branch information
srs-bsns committed Dec 2, 2021
1 parent b44474f commit b5fd145
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
vendor = srsCode

mc_version = 1.18
forge_version = 38.0.4
forge_version = 38.0.8
parchment_version = 2021.10.31-1.17.1
mixinAP_version = 0.8.4
mixinAP_version = 0.8.5
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The configuration is versatile and each block can be configured individually.
[[dependencies.fallthru]]
modId = "forge"
mandatory = true
versionRange = "[38,)"
versionRange = "[38.0.6,)" # 38.0.6 is the minimum version for Mixin
ordering = "NONE"
side = "BOTH"

Expand Down

0 comments on commit b5fd145

Please # to comment.