Vendored
-31
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
+3
-3
@@ -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
|
||||
fabric_api_version=0.145.1+26.1
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"uno.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.18.4",
|
||||
"fabricloader": ">=0.19.2",
|
||||
"minecraft": "~26.1-",
|
||||
"java": ">=25",
|
||||
"fabric-api": "*"
|
||||
|
||||
Reference in New Issue
Block a user