Skip to content

Commit

Permalink
feat: port to 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Feb 25, 2023
1 parent 6617e7a commit c85ba85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ loom.platform=forge
mod_id=structure-expansion
archives_base_name=structure-expansion
maven_group=com.sunekaer.mods
minecraft_version=1.19
mod_version=1900.1.1
minecraft_version=1.19.2
mod_version=1902.1.2
mod_author=Sunekaer
forge_version=41.0.17
forge_version=43.2.6
curseforge_id=398430
curseforge_type=release
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[40,)"
loaderVersion = "[43,)"
issueTrackerURL = "https://github.com/nanite/Structure-Expansion/issues"
license = "MIT License"
[[mods]]
Expand All @@ -17,13 +17,13 @@ Increases the size limit of the structure block from 48x48x48 to 127x127x127
[[dependencies.structureexpansion]]
modId = "forge"
mandatory = true
versionRange = "[40,)"
versionRange = "[43,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.structureexpansion]]
modId = "minecraft"
mandatory = true
versionRange = "[1.18,)"
versionRange = "[1.19.2,1.20)"
ordering = "NONE"
side = "BOTH"

0 comments on commit c85ba85

Please sign in to comment.