
FTB Tweaks Mod (1.11.2, 1.7.10) – Compatibility, Addon
FTB Tweaks Mod is a very simple mod that introduces the concept of game modes. For want of a better description this allows you to set up multiple…
⬇ DownloadOpen in MCModsHubGet it on Google Play →FTB Tweaks Mod is a very simple mod that introduces the concept of game modes. For want of a better description this allows you to set up multiple minetweaker profiles and switch between them on the fly (no server restart required) This gives you the ability to have game modes like easy and hard etc.

Features:
Default packmodes.json file:
Packmodes config file lives in modpack/packmodes.json, in your Minecraft instance directory
Adding a new packmode:
Edit packmodes.json. By default you should see:
{
"modes": [
"default"
],
"default": "default"
}
Let’s say this pack will have 2 modes – normal and expert, and by default we want normal to be used. The json should look like this:
{
"modes": [
"normal",
"expert"
],
"default": "normal"
}
Now create /modpack/normal/scripts/ and /modpack/expert/scripts/ folders, if they don’t exist already. Put your .zs scripts in the scripts folders.
Ingame commands:
Run /packmode get to display current mode. It should be normal Run /packmode list to display all modes. It should be normal and expert Run /packmode set expert to change the mode to expert (You must be OP to run this command) If the commands don’t work, try with /ftb prefix, e.g. /ftb packmode list
Requires:
Minecraft Forge
CraftTweaker Mod
FTB Library Mod
FTB Tweaks Mod Download Links
For Minecraft 1.11.2
Forge version: Download from Server 1
For Minecraft 1.10.2
Forge version: Download from Server 1
For Minecraft 1.7.10
Forge version: Download from Server 1 – Download from Server 2
FTB Tweaks Mod (1.11.2, 1.7.10) – Compatibility, Addon is a free Minecraft Java mod. Download it and open it directly in the game.