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 Nov 10, 2024
1 parent 7c76c79 commit b576815
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.165'
id 'net.neoforged.gradle.userdev' version '7.0.168'
id 'net.darkhax.curseforgegradle'
id 'com.modrinth.minotaur'
}
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ group=com.mrbysco.armorposer
minecraft_version=1.21.3

# NeoForge
neo_version=21.3.4-beta
neo_version=21.3.17-beta
neogradle.subsystems.parchment.minecraftVersion=1.21
neogradle.subsystems.parchment.mappingsVersion=2024.07.28
neogradle.subsystems.parchment.mappingsVersion=2024.11.10
neogradle.subsystems.conventions.runs.create-default-run-per-type=false

# Fabric
fabric_version=0.107.0+1.21.3
fabric_loader_version=0.16.7
fabric_version=0.107.3+1.21.3
fabric_loader_version=0.16.9
cloth_config_version=16.0.141
mod_menu_version=12.0.0-beta.1

Expand Down

0 comments on commit b576815

Please sign in to comment.