Skip to content

Commit

Permalink
1.21.4-1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Dec 5, 2024
1 parent e14173d commit 134aad7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
id 'net.neoforged.moddev' version '1.0.11' apply false
}


subprojects {
apply plugin: 'java'
apply plugin: 'maven-publish'
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ mappings_mc_version=1.21
mappings_date=2024.07.28

# Common
minecraft_version=1.21.3
minecraft_version=1.21.4

# Forge
forge_version=53.0.0
forge_version=54.0.0

#neoforge
neoforge_version=21.3.3-beta
neoforge_version=21.4.8-beta
# https://projects.neoforged.net/neoforged/neoform
neo_form_version=1.21.3-20241023.131943
neo_form_version=1.21.4-20241203.161809

# Fabric
fabric_api_version=0.107.0+1.21.3
fabric_loader_version=0.16.7
fabric_api_version=0.110.5+1.21.4
fabric_loader_version=0.16.9

# Mod options
mod_name=Common Networking
Expand Down

0 comments on commit 134aad7

Please sign in to comment.