0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00

Broken 22w16b update

This commit is contained in:
Alexander01998 2022-04-22 07:18:00 +02:00
parent f3b6c68643
commit f19256b198
5 changed files with 10 additions and 9 deletions

View File

@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '0.10-SNAPSHOT' id 'fabric-loom' version '0.11-SNAPSHOT'
id 'maven-publish' id 'maven-publish'
} }

View File

@ -4,15 +4,15 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these at https://fabricmc.net/develop/ and # check these at https://fabricmc.net/develop/ and
# https://www.curseforge.com/minecraft/mc-mods/fabric-api # https://www.curseforge.com/minecraft/mc-mods/fabric-api
minecraft_version=22w15a minecraft_version=22w16b
yarn_mappings=22w15a+build.9 yarn_mappings=22w16b+build.5
loader_version=0.13.3 loader_version=0.14.0
#Fabric api #Fabric api
fabric_version=0.51.1+1.19 fabric_version=0.51.2+1.19
# Mod Properties # Mod Properties
mod_version = v7.24-MC22w15a mod_version = v7.24-MC22w16b
maven_group = net.wurstclient maven_group = net.wurstclient
archives_base_name = Wurst-Client archives_base_name = Wurst-Client

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

View File

@ -1,10 +1,10 @@
pluginManagement { pluginManagement {
repositories { repositories {
jcenter()
maven { maven {
name = 'Fabric' name = 'Fabric'
url = 'https://maven.fabricmc.net/' url = 'https://maven.fabricmc.net/'
} }
mavenCentral()
gradlePluginPortal() gradlePluginPortal()
} }
} }

View File

@ -1,5 +1,6 @@
{ {
"required": true, "required": true,
"minVersion": "0.8",
"package": "net.wurstclient.mixin", "package": "net.wurstclient.mixin",
"compatibilityLevel": "JAVA_17", "compatibilityLevel": "JAVA_17",
"mixins": [ "mixins": [