Skip to content

Commit

Permalink
Update to MC 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Aug 9, 2024
1 parent 99e5eb0 commit da7d19d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies {

subsystems {
parchment {
minecraftVersion = "${project.minecraft_version}"
minecraftVersion = "${project.parchment_minecraft_version}"
mappingsVersion = "${project.parchment_version}"
}
}
Expand Down
7 changes: 4 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
mod_id=flopper
mod_version=1.1.5
minecraft_version=1.21
neoforge_version=21.0.43-beta
minecraft_version=1.21.1
neoforge_version=21.1.2
parchment_version=2024.07.07
cyclopscore_version=1.19.1-462
parchment_minecraft_version=1.21
cyclopscore_version=1.19.10-538
release_type=release
fingerprint=bd0353b3e8a2810d60dd584e256e364bc3bedd44

Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ Discover, share and conquer abilities that stick.
[[dependencies.flopper]]
modId="cyclopscore"
type="required"
versionRange="[1.19.1,)"
versionRange="[1.19.10,)"
ordering="NONE"
side="BOTH"
[[dependencies.flopper]]
modId="neoforge"
type="required"
versionRange="[21.0.43-beta,)"
versionRange="[21.1.2,)"
ordering="NONE"
side="BOTH"
[[dependencies.flopper]]
modId="minecraft"
type="required"
versionRange="[1.21,]"
versionRange="[1.21.1,]"
ordering="NONE"
side="BOTH"

0 comments on commit da7d19d

Please sign in to comment.