FTB Tweaks Mod (1.11.2, 1.7.10) – Compatibility, Addon
265
0
March 3, 2024
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:
CraftTweaker Mod
How to Install:
New to Minecraft? Follow our step-by-step guide to install Mods on your PC.View Guide
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
This post has no comments yet. Be the first — your comment will appear here.