Skip to content

Commit

Permalink
Update fabric and neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Jun 2, 2024
1 parent 4906c0a commit 8561a03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"depends": {
"fabricloader": ">=0.15.10",
"minecraft": "~1.20.5",
"minecraft": "~1.20.6",
"java": ">=21",
"fabric-api": "*",
"cloth-config": ">=14"
Expand Down
4 changes: 2 additions & 2 deletions forge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ A GUI to allow configuration of Armor Stand properties
[[dependencies.armorposer]]
modId="minecraft"
type="REQUIRED"
versionRange="[1.20.5,1.21)"
versionRange="[1.20.6,1.21)"
ordering="NONE"
side="BOTH"
[[dependencies.armorposer]]
modId="neoforge"
type="REQUIRED"
versionRange="[20.5.0-beta,)"
versionRange="[20.6.78-beta,)"
ordering="NONE"
side="BOTH"
[[mixins]]
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ group=com.mrbysco.armorposer
minecraft_version=1.20.6

# NeoForge
neo_version=20.6.72-beta
neo_version=20.6.100-beta
neogradle.subsystems.parchment.minecraftVersion=1.20.6
neogradle.subsystems.parchment.mappingsVersion=2024.05.01
neogradle.subsystems.conventions.runs.create-default-run-per-type=false

# Fabric
fabric_version=0.98.0+1.20.6
fabric_version=0.99.4+1.20.6
fabric_loader_version=0.15.11
cloth_config_version=14.0.126
mod_menu_version=10.0.0-beta.1
Expand Down

0 comments on commit 8561a03

Please sign in to comment.