Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Sep 1, 2024
1 parent 7e34ca0 commit 9a493cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'eclipse'
id 'idea'
id 'maven-publish'
id 'net.neoforged.gradle.userdev' version '7.0.157'
id 'net.neoforged.gradle.userdev' version '7.0.162'
id 'net.darkhax.curseforgegradle'
id 'com.modrinth.minotaur'
}
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ version=6.1.1
group=com.mrbysco.armorposer

# Common
minecraft_version=1.21
minecraft_version=1.21.1

# NeoForge
neo_version=21.0.151
neo_version=21.1.34
neogradle.subsystems.parchment.minecraftVersion=1.21
neogradle.subsystems.parchment.mappingsVersion=2024.07.07
neogradle.subsystems.conventions.runs.create-default-run-per-type=false

# Fabric
fabric_version=0.100.8+1.21
fabric_loader_version=0.15.11
cloth_config_version=15.0.128
mod_menu_version=11.0.1
fabric_version=0.103.0+1.21.1
fabric_loader_version=0.16.3
cloth_config_version=15.0.130
mod_menu_version=11.0.2

# Mod options
mod_name=ArmorPoser
Expand Down

0 comments on commit 9a493cc

Please sign in to comment.