mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Bump versions
This commit is contained in:
parent
a99b3f861b
commit
7988da222f
2 changed files with 6 additions and 5 deletions
|
@ -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}",
|
"minecraftVersion": project.minecraft_version_range,
|
||||||
"loaderVersion": ">=${project.loader_version}",
|
"loaderVersion": ">=${project.loader_version}",
|
||||||
"fabricVersion": ">=${project.fabric_version}",
|
"fabricVersion": ">=${project.fabric_version}",
|
||||||
"kirinVersion": ">=${project.kirin_version}",
|
"kirinVersion": ">=${project.kirin_version}",
|
||||||
|
|
|
@ -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.21
|
minecraft_version=1.21.1
|
||||||
yarn_mappings=1.21+build.9
|
yarn_mappings=1.21.1+build.3
|
||||||
loader_version=0.15.11
|
loader_version=0.16.4
|
||||||
fabric_version=0.100.7+1.21
|
fabric_version=0.102.0+1.21.1
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
group=com.minelittlepony
|
group=com.minelittlepony
|
||||||
|
@ -15,6 +15,7 @@ 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.21 <1.21.3
|
||||||
modrinth_loader_type=fabric
|
modrinth_loader_type=fabric
|
||||||
modrinth_project_id=JBjInUXM
|
modrinth_project_id=JBjInUXM
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue