#
- Lines beginning with # are comments.
#
- Full list of key names you will find here:
- http://www.lwjgl.org/javadoc/constant-values.html#org.lwjgl.input.Keyboard.KEY_0
- NB! omit the "KEY_" in front - ie: "Q" instead of "KEY_Q" etc
- NB! the key names that minecraft uses ignore your keyboard layout settings
- - in other words: they might not correspond to the actual key name.
- NB! easiest way by far to get the correct key names is using minecrafts options menu ;)
- NB! you can not directly bind mouse buttons - you need to bind mouse buttons to keyboard.
- Strongly recommended for "wield" mod.
- NB! for colors you can use the names that are defined in names.txt or use the number
- formatted color directly.
- 0xRRGGBB, where R/G/B are the color components in hexadecimal format.
#
- Easy way to temporarily disable all mods.
disableAllMods = no
- Show options screen
showOptions = F7
- Removes the error message on screen.
- NB! It does not fix anything - just removes the message (up to 8 messages).
clearDisplayedError = F9
- ==================== cloud mod - aka. Cloud Control ========================
- Uncomment to enable mod:
- modCloudEnabled = yes
- Turns clouds on and off.
keyCloudToggle = MULTIPLY
- Toggles between vanilla-minecraft and mod cloud settings.
keyCloudVanilla = V
- Moves clouds up by one minecraft block.
keyCloudUp =
- Moves clouds down by one minecraft block.
keyCloudDown =
- Are clouds enabled at startup.
optCloudShow = yes
- Modifies cloud height. Original offset is 0. [-64.0 .. 64.0]
optCloudOffset = 4
- Tag shown when mod is temporarily disabled and vanilla minecraft cloud settings are in effect.
tagCloudVanilla = no-cloud-mod
- ==================== cart mod - aka. Cart Control ==========================
- Uncomment to enable mod:
- modCartEnabled = yes
- Stops the cart immediately.
keyCartStop = RETURN
- Enable / disable perpetual motion mode.
keyCartPerpetual = UP
- Max speed accumulation. [0.5 .. 5.0]
optCartSpeedAccumCap = 1.0
- Speed change multiplier. [0.5 .. 10.0]
optCartAcceleration = 2.0
- Powered minecarts have infinite fuel (after you add the first drop of fuel).
optCartInfiniteFuel = yes
- Tag shown when perpetual mode is active.
tagCartPerpetual = perpetual
- ==================== build mod - aka. Classic Building =====================
- Uncomment to enable mod:
- modBuildEnabled = yes
- Enable / disable build mode.
keyBuildToggle = B
- Hold down and press number to select item sets from optBuildA1 to optBuildA9.
keyBuildA = LSHIFT
- Hold down and press number to select item sets from optBuildB1 to optBuildB9.
keyBuildB = LCONTROL
- Key used to mark a selection.
- NB! optBuildExtension must be enabled ("= yes" instead of "= no").
keyBuildMark = X
- Copy selection to buffer.
keyBuildCopy = C
- Paste buffer to selection.
- NB! keyBuildFill and keyBuildRemove changes key functionality.
keyBuildPaste = P
- Fill selection with selected (ie. current item in inventory) item.
- NB! optBuildExtension must be enabled ("= yes" instead of "= no").
- NB! keyBuildFill and keyBuildRemove changes key functionality.
keyBuildSet = Z
- Deselect / remove selection markers.
keyBuildDeselect =
- Hold down to fill empty blocks in selection with specific block (keyBuildSet) or copy-paste buffer (keyBuildPaste).
keyBuildFill = LSHIFT
- Hold down to remove matching (keyBuildSet or keyBuildPaste) blocks from selection.
keyBuildRemove = RSHIFT
- Holding this down while setting marker (keyBuildMark) causes the marker to be set on your feet height instead of head.
keyBuildDown = LCONTROL
- Enable in-game world editing.
optBuildExtension = no
- Is build mode activated at startup.
optBuild = no
- Lock item count in stacks.
optBuildLockQuantity = yes
- Lock item count in stacks to a specific number. 0 = do not lock. [0 .. 32]
optBuildLockQuantityToNr = 0
- Digging speed in build mode. [0.1 .. 6.0]
optBuildDigSpeed = 1.0
- Distance where one can dig / place blocks (vanilla game has it at 4.0). [2.0 .. 128.0]
optBuildReach = 16.0
- Block harvesting rule: -1 = never harvest, 0 = vanilla game, 1 = always harvest.
optBuildHarvestRule = -1
- Item sets (look up item names from names.txt).
optBuildA1 = smooth, cobble, grass, dirt, sand, gravel, clay, obsidian, sandstone
optBuildA2 = oak, pine, birch, wood, shelves, chest, workbench, jukebox, furnace
optBuildA3 = woolYellow, woolOrange, woolRed, woolPink, woolMagenta, woolPurple, woolBlue, woolCyan, woolLightBlue
optBuildA4 = woolWhite, woolLightGray, woolGray, woolBlack, woolBrown, woolGreen, woolLime, cage, sponge
optBuildA5 = snowcap, ice, snow, water, lava, fire, glass, pumpkinC, melon
optBuildA6 = sapling, leaves, flowerY, flowerR, shroomB, shroomR, cactus, pumpkin, reed
optBuildA7 = blockG, blockI, blockD, blockB, blockL, mossy, nether, soul, web
optBuildA8 = oreG, oreI, oreC, oreD, oreR, oreY, oreL, repeater, torchR
optBuildA9 = doorW, doorI, switch, red, plateS, plateW, button, dispenser, note
optBuildB1 = ladder, tracks, fence, stairC, stairW, sign, half, double, picture
optBuildB2 = pickD, cart, boat, saddle, tnt, cake, bed, bonemeal, vines