Skip to content

Commit

Permalink
Update minecraft-fabric.json
Browse files Browse the repository at this point in the history
Remove loader version
  • Loading branch information
LordRalex authored Dec 1, 2023
1 parent ec07227 commit 02274f6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions minecraft-fabric/minecraft-fabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
"required": true,
"value": "1.20.1"
},
"loader-version": {
"type": "string",
"desc": "Version of Fabric Loader to install",
"display": "LOADER VERSION",
"required": true,
"value": "latest"
},
"ip": {
"type": "string",
"desc": "What IP to bind server to",
Expand Down Expand Up @@ -69,7 +62,7 @@
},
{
"commands": [
"java${javaversion} -jar fabric-installer.jar server -mcversion ${game-version} -loader ${loader-version} -downloadMinecraft -noprofile"
"java${javaversion} -jar fabric-installer.jar server -mcversion ${game-version} -downloadMinecraft -noprofile"
],
"type": "command"
},
Expand Down

0 comments on commit 02274f6

Please sign in to comment.