-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
MR.JABS edited this page May 17, 2017
·
2 revisions
This page gives information on how to configure the jClient. When you install the Client, you will get a file inside the versions folder named Jabs-v1. You should open this folder, create new file called version.json after start minecraft launcher on 1.8 minecraft version.
To configure the version open the version.json file, you will have the following settings defined:
"version": {
"Jabs-v1": {
"original": "1.8",
"mods": {
"JabsAPI": {
"type": "builtIn",
"enabled": true
},
"Forge": {
"type": "builtIn",
"enabled": true
},
"LiteLoader": {
"type": "builtIn",
"enabled": true
},
"5zig": {
"type": "builtIn",
"enabled": true
},
"Direction HUD": {
"type": "builtIn",
"enabled": true
}
}
}
}You can enable or disable client/version tools by changing only "enabled": true to false "enabled": false
[PT] Você pode ativar ou desativar as ferramentas da client/versão alterando apenas "enabled": true para "enabled": false
