Skip to content

Commit

Permalink
Update neoforge and fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Jun 9, 2024
1 parent ab729d2 commit b4159d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
// Required for NeoGradle
id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.7"
id "net.darkhax.curseforgegradle" version "1.1.18" apply(false)
id "net.darkhax.curseforgegradle" version "1.1.24" apply(false)
id "com.modrinth.minotaur" version "2.+" apply(false)
}

Expand Down
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.133'
id 'net.neoforged.gradle.userdev' version '7.0.142'
id 'net.darkhax.curseforgegradle'
id 'com.modrinth.minotaur'
}
Expand Down
6 changes: 3 additions & 3 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.100-beta
neo_version=20.6.113-beta
neogradle.subsystems.parchment.minecraftVersion=1.20.6
neogradle.subsystems.parchment.mappingsVersion=2024.05.01
neogradle.subsystems.parchment.mappingsVersion=2024.06.02
neogradle.subsystems.conventions.runs.create-default-run-per-type=false

# Fabric
fabric_version=0.99.4+1.20.6
fabric_version=0.100.0+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 b4159d2

Please sign in to comment.