diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 563d666..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "type": "java", - "name": "Minecraft Client", - "request": "launch", - "cwd": "${workspaceFolder}/run", - "console": "integratedTerminal", - "stopOnEntry": false, - "mainClass": "net.fabricmc.devlaunchinjector.Main", - "vmArgs": "-Dfabric.dli.config\u003d/home/jotty/Entwicklung/git/uno/.gradle/loom-cache/launch.cfg -Dfabric.dli.env\u003dclient -Dfabric.dli.main\u003dnet.fabricmc.loader.impl.launch.knot.KnotClient --sun-misc-unsafe-memory-access\u003dallow --enable-native-access\u003dALL-UNNAMED", - "args": "", - "env": {}, - "projectName": "uno" - }, - { - "type": "java", - "name": "Minecraft Server", - "request": "launch", - "cwd": "${workspaceFolder}/run", - "console": "integratedTerminal", - "stopOnEntry": false, - "mainClass": "net.fabricmc.devlaunchinjector.Main", - "vmArgs": "-Dfabric.dli.config\u003d/home/jotty/Entwicklung/git/uno/.gradle/loom-cache/launch.cfg -Dfabric.dli.env\u003dserver -Dfabric.dli.main\u003dnet.fabricmc.loader.impl.launch.knot.KnotServer --sun-misc-unsafe-memory-access\u003dallow --enable-native-access\u003dALL-UNNAMED", - "args": "nogui", - "env": {}, - "projectName": "uno" - } - ] -} \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 6476c39..833f229 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,8 +8,8 @@ org.gradle.configuration-cache=false # Fabric Properties # check these on https://fabricmc.net/develop minecraft_version=26.1 -loader_version=0.18.4 -loom_version=1.15-SNAPSHOT +loader_version=0.19.2 +loom_version=1.16-SNAPSHOT # Mod Properties mod_version=0.0.0 @@ -17,4 +17,4 @@ maven_group=de.jottyfan.minecraft.gta archives_base_name=uno # Dependencies -fabric_api_version=0.144.0+26.1 \ No newline at end of file +fabric_api_version=0.145.1+26.1 \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 5dc98db..221c4f9 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 305c6ee..d37f9d2 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ "uno.mixins.json" ], "depends": { - "fabricloader": ">=0.18.4", + "fabricloader": ">=0.19.2", "minecraft": "~26.1-", "java": ">=25", "fabric-api": "*"