Bump versions

This commit is contained in:
Sollace 2024-12-15 17:18:46 +01:00
parent a99b3f861b
commit 7988da222f
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB
2 changed files with 6 additions and 5 deletions

View file

@ -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}",

View file

@ -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