Skip to content

Commit

Permalink
Update dependencies (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n authored Sep 17, 2024
1 parent 139307c commit 93eb30b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ if (System.getenv("CURSEFORGE_API_KEY") && !version.endsWith("-SNAPSHOT")) {
changelogType = "markdown"
delegate.changelog = changelog

addGameVersion "1.21"
addGameVersion "1.21.1"
addGameVersion "NeoForge"
addGameVersion "Java 21"

Expand All @@ -284,7 +284,7 @@ if (System.getenv("MODRINTH_API_KEY") && !version.endsWith("-SNAPSHOT")) {
delegate.changelog = changelog
versionType = releaseChannel.toUpperCase()
uploadFile = jar.archiveFile
gameVersions = ["1.21"]
gameVersions = ["1.21.1"]
loaders = ["neoforge"]
}
}
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ org.gradle.jvmargs=-Xmx1G \
org.gradle.caching=true
org.gradle.parallel=true

minecraft_version=1.21
minecraft_version=1.21.1

# Mod Properties
maven_group = dev.technici4n
Expand All @@ -19,7 +19,7 @@ curseforge_project = 552758
modrinth_project = fMpvLrnF

# Dependencies
neoforge_version=21.0.37-beta
neoforge_version=21.1.51

#########################################################
# Parchment #
Expand All @@ -30,14 +30,14 @@ neoForge.parchment.mappingsVersion=2024.07.07
# In-dev runtime mods
rei_version=16.0.729

jei_minecraft_version=1.21
jei_version=19.5.0.30
jei_minecraft_version=1.21.1
jei_version=19.18.3.204

emi_minecraft_version=1.21
emi_version=1.1.10
emi_minecraft_version=1.21.1
emi_version=1.1.13

# Set to emi, jei, or rei to pick which tooltip mod gets picked at runtime
# for the dev environment.
runtime_itemlist_mod=emi

jade_file_id=5427817
jade_file_id=5727431
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginManagement {
mavenCentral()
}
plugins {
id 'net.neoforged.moddev' version '0.1.105'
id 'net.neoforged.moddev' version '2.0.30-beta'
id 'com.diffplug.spotless' version '6.25.0'
id 'com.matthewprenger.cursegradle' version '1.4.0'
id "com.modrinth.minotaur" version "2.+"
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ issueTrackerURL="https://github.com/Technici4n/Modern-Dynamics"
displayURL="https://www.curseforge.com/minecraft/mc-mods/modern-dynamics"
logoFile="assets/moderndynamics/mdlogo.png"
authors="Technici4n"
license="MPLv2"
license="LGPLv3"

[[mods]]
modId="moderndynamics"
Expand All @@ -15,9 +15,9 @@ description="Modern item, fluid and energy transport Minecraft mod."
[[mixins]]
config="moderndynamics.mixins.json"

[[dependencies.ae2]]
modId="minecraft"
[[dependencies.moderndynamics]]
modId="neoforge"
type="REQUIRED"
versionRange="1.20.4"
versionRange="[21.1,)"
ordering="NONE"
side="BOTH"

0 comments on commit 93eb30b

Please sign in to comment.