Update to 1.15
Some checks failed
build / build (21) (push) Failing after 4s

This commit is contained in:
worldwidepixel 2024-08-23 20:10:49 -07:00
parent fb8dd46869
commit 0db74b9c7b
4 changed files with 7 additions and 8 deletions

View file

@ -4,14 +4,14 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.14.4
yarn_mappings=1.14.4+build.18
loader_version=0.15.11
minecraft_version=1.15.2
yarn_mappings=1.15.2+build.17
loader_version=0.16.2
# Mod Properties
mod_version=0.0.0+1.14.4
mod_version=1.0.0+1.15.2
maven_group=cc.crss.mod
archives_base_name=crss
# Dependencies
fabric_version=0.28.5+1.14
fabric_version=0.28.5+1.15

View file

@ -22,7 +22,7 @@ public class EnchantmentMixin {
/**
* @author WorldWidePixel
* @reason for 1.14 CRSS fun
* @reason for 1.14+ CRSS fun
*/
@Overwrite
public final boolean isDifferent(Enchantment other) {

View file

@ -2,7 +2,6 @@ package cc.crss.mod.util;
import cc.crss.mod.command.BankCommand;
import net.fabricmc.fabric.api.command.v1.CommandRegistrationCallback;
import cc.crss.mod.command.SkipNightCommand;
import cc.crss.mod.command.WhenCommand;
public class CommandRegister {

View file

@ -26,7 +26,7 @@
],
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": "~1.14.4",
"minecraft": "~1.15.2",
"java": ">=8",
"fabric": "*"
},