mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-14 16:54: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.mcVersionRange = project.minecraft_version_range
|
||||
outlet.mcVersionRange = ">=${project.minecraft_version}"
|
||||
|
||||
group = project.group
|
||||
description = project.displayname
|
||||
|
@ -84,7 +84,7 @@ processResources {
|
|||
|
||||
filesMatching("fabric.mod.json") {
|
||||
expand "version": project.version.toString(),
|
||||
"minecraftVersion": project.minecraft_version_range,
|
||||
"minecraftVersion": ">=${project.minecraft_version}",
|
||||
"loaderVersion": ">=${project.loader_version}",
|
||||
"fabricVersion": ">=${project.fabric_version}"
|
||||
}
|
||||
|
@ -121,9 +121,10 @@ modrinth {
|
|||
gameVersions.add ver
|
||||
}
|
||||
dependencies {
|
||||
required.project 'P7dR8mSH'
|
||||
optional.project 'FzE9gshV'
|
||||
optional.project 'h9pJxJR9'
|
||||
required.project 'P7dR8mSH' // Fabric API
|
||||
required.project '9aNz8Zqn' // Kirin
|
||||
optional.project 'FzE9gshV' // HD Skins
|
||||
optional.project 'h9pJxJR9' // Big Pony
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@ org.gradle.daemon=false
|
|||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.20.2
|
||||
yarn_mappings=1.20.2+build.4
|
||||
minecraft_version=1.20.4
|
||||
yarn_mappings=1.20.4+build.1
|
||||
loader_version=0.15.1
|
||||
fabric_version=0.91.1+1.20.2
|
||||
fabric_version=0.91.2+1.20.4
|
||||
|
||||
# Mod Properties
|
||||
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.
|
||||
|
||||
# Publishing
|
||||
minecraft_version_range=>=1.20.2
|
||||
modrinth_loader_type=fabric
|
||||
modrinth_project_id=JBjInUXM
|
||||
|
||||
# Dependencies
|
||||
modmenu_version=8.0.0
|
||||
kirin_version=1.16.0+1.20.2
|
||||
hd_skins_version=6.11.0+1.20.2
|
||||
modmenu_version=9.0.0-pre.1
|
||||
kirin_version=1.17.0+1.20.4
|
||||
hd_skins_version=6.12.1+1.20.4
|
||||
mson_version=1.9.2
|
||||
|
|
Loading…
Reference in a new issue