mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-15 17:14:22 +01:00
1.20.2 -> 1.20.4
This commit is contained in:
parent
c365c141ef
commit
63ec053bc2
2 changed files with 12 additions and 12 deletions
11
build.gradle
11
build.gradle
|
@ -19,7 +19,7 @@ java {
|
||||||
}
|
}
|
||||||
|
|
||||||
outlet.allowSnapshotsForProject = false
|
outlet.allowSnapshotsForProject = false
|
||||||
outlet.mcVersionRange = project.minecraft_version_range
|
outlet.mcVersionRange = ">=${project.minecraft_version}"
|
||||||
|
|
||||||
group = project.group
|
group = project.group
|
||||||
description = project.displayname
|
description = project.displayname
|
||||||
|
@ -84,7 +84,7 @@ processResources {
|
||||||
|
|
||||||
filesMatching("fabric.mod.json") {
|
filesMatching("fabric.mod.json") {
|
||||||
expand "version": project.version.toString(),
|
expand "version": project.version.toString(),
|
||||||
"minecraftVersion": project.minecraft_version_range,
|
"minecraftVersion": ">=${project.minecraft_version}",
|
||||||
"loaderVersion": ">=${project.loader_version}",
|
"loaderVersion": ">=${project.loader_version}",
|
||||||
"fabricVersion": ">=${project.fabric_version}"
|
"fabricVersion": ">=${project.fabric_version}"
|
||||||
}
|
}
|
||||||
|
@ -121,9 +121,10 @@ modrinth {
|
||||||
gameVersions.add ver
|
gameVersions.add ver
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
required.project 'P7dR8mSH'
|
required.project 'P7dR8mSH' // Fabric API
|
||||||
optional.project 'FzE9gshV'
|
required.project '9aNz8Zqn' // Kirin
|
||||||
optional.project 'h9pJxJR9'
|
optional.project 'FzE9gshV' // HD Skins
|
||||||
|
optional.project 'h9pJxJR9' // Big Pony
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,10 @@ org.gradle.daemon=false
|
||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
minecraft_version=1.20.2
|
minecraft_version=1.20.4
|
||||||
yarn_mappings=1.20.2+build.4
|
yarn_mappings=1.20.4+build.1
|
||||||
loader_version=0.15.1
|
loader_version=0.15.1
|
||||||
fabric_version=0.91.1+1.20.2
|
fabric_version=0.91.2+1.20.4
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
group=com.minelittlepony
|
group=com.minelittlepony
|
||||||
|
@ -15,12 +15,11 @@ org.gradle.daemon=false
|
||||||
description=Mine Little Pony turns players and mobs into ponies. Press F9 ingame to access settings.
|
description=Mine Little Pony turns players and mobs into ponies. Press F9 ingame to access settings.
|
||||||
|
|
||||||
# Publishing
|
# Publishing
|
||||||
minecraft_version_range=>=1.20.2
|
|
||||||
modrinth_loader_type=fabric
|
modrinth_loader_type=fabric
|
||||||
modrinth_project_id=JBjInUXM
|
modrinth_project_id=JBjInUXM
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
modmenu_version=8.0.0
|
modmenu_version=9.0.0-pre.1
|
||||||
kirin_version=1.16.0+1.20.2
|
kirin_version=1.17.0+1.20.4
|
||||||
hd_skins_version=6.11.0+1.20.2
|
hd_skins_version=6.12.1+1.20.4
|
||||||
mson_version=1.9.2
|
mson_version=1.9.2
|
||||||
|
|
Loading…
Reference in a new issue