mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-12 16:04:21 +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") {
|
||||
expand "version": project.version.toString(),
|
||||
"minecraftVersion": ">=${project.minecraft_version}",
|
||||
"minecraftVersion": project.minecraft_version_range,
|
||||
"loaderVersion": ">=${project.loader_version}",
|
||||
"fabricVersion": ">=${project.fabric_version}",
|
||||
"kirinVersion": ">=${project.kirin_version}",
|
||||
|
|
|
@ -3,10 +3,10 @@ org.gradle.daemon=false
|
|||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.21
|
||||
yarn_mappings=1.21+build.9
|
||||
loader_version=0.15.11
|
||||
fabric_version=0.100.7+1.21
|
||||
minecraft_version=1.21.1
|
||||
yarn_mappings=1.21.1+build.3
|
||||
loader_version=0.16.4
|
||||
fabric_version=0.102.0+1.21.1
|
||||
|
||||
# Mod Properties
|
||||
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.
|
||||
|
||||
# Publishing
|
||||
minecraft_version_range=>=1.21 <1.21.3
|
||||
modrinth_loader_type=fabric
|
||||
modrinth_project_id=JBjInUXM
|
||||
|
||||
|
|
Loading…
Reference in a new issue