1.21.2 version

This commit is contained in:
lukasabbe
2024-10-22 19:33:46 +02:00
parent e2001e24d2
commit 909e84ae90
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '1.7.4' id 'fabric-loom' version '1.8-SNAPSHOT'
id 'maven-publish' id 'maven-publish'
} }
+3 -3
View File
@@ -2,10 +2,10 @@
org.gradle.jvmargs=-Xmx1G org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://modmuss50.me/fabric.html # check these on https://modmuss50.me/fabric.html
minecraft_version=1.21.2-pre4 minecraft_version=1.21.2
yarn_mappings=1.21.2-pre4+build.3 yarn_mappings=1.21.2+build.1
loader_version=0.16.7 loader_version=0.16.7
# Mod Properties # Mod Properties
mod_version=1.0+1.21.2-SNAPSHOT.1 mod_version=1.0+1.21.2
maven_group=me.lukasabbe maven_group=me.lukasabbe
archives_base_name=PasteBookText archives_base_name=PasteBookText
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

+1 -1
View File
@@ -15,6 +15,6 @@
], ],
"depends": { "depends": {
"fabricloader": ">=${loader_version}", "fabricloader": ">=${loader_version}",
"minecraft": ">=1.21" "minecraft": ">=1.21.2"
} }
} }