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 {
id 'fabric-loom' version '1.7.4'
id 'fabric-loom' version '1.8-SNAPSHOT'
id 'maven-publish'
}
+3 -3
View File
@@ -2,10 +2,10 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21.2-pre4
yarn_mappings=1.21.2-pre4+build.3
minecraft_version=1.21.2
yarn_mappings=1.21.2+build.1
loader_version=0.16.7
# Mod Properties
mod_version=1.0+1.21.2-SNAPSHOT.1
mod_version=1.0+1.21.2
maven_group=me.lukasabbe
archives_base_name=PasteBookText
@@ -3,7 +3,7 @@ package me.lukasabbe.pastebooktext.mixin;
import net.minecraft.client.gui.screen.Screen;
import net.minecraft.client.gui.screen.ingame.BookEditScreen;
import net.minecraft.client.util.SelectionManager;
import net.minecraft.text.Text;
import net.minecraft.text.Text;
import org.spongepowered.asm.mixin.Final;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Shadow;
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

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