The Lord of the Rings Minecraft Mod Wiki
Advertisement

Like most mods, the Lord of the Rings Mod adds its own configuration file to the Minecraft game. Players are able to change certain gameplay settings through this file.

See also:

Accessing the File

The LotR config can be accessed on a PC by opening the start menu and entering %AppData% into the search. From there, all the player needs to do is the follow the path:

AppData > Roaming > .minecraft > config > lotr.cfg

This lotr.cfg file can be opened up using notepad or a similar text editor.

After the player is done editing the file, it must be saved (default "Ctrl + S"). The mod will then run accordingly the next time Minecraft is launched.

The config file can also be edited from the 'Mods' menu found in-game on the start screen.

Manipulating the Settings

The configuration file is divided into five sections, which are also displayed in the mod settings menu. Generally, elements are changed by either altering their integer (I:) or boolean (B:) (true/false) values. You can add your own comments by using the comment tag (#).

Note: The settings shown in the config file excerpts below are the default settings for the mod. Some linebreaks were added to the original config-file, and some comment lines broken up, for better readability.

The easiest way to reset all configurations to default, is just remove the file and restart your Minecraft. A default file will then be generated by the Mod.

Dimension

These settings allow the player to alter the IDs of the two new dimensions that the mod adds, which are Middle-earth and Utumno. Usually this is done to avoid ID conflicts with other mods:

 dimension {
    I:"Dimension ID: MiddleEarth"=100
    I:"Dimension ID: Utumno"=101
}

Environment

environment { ... }
    B:Ambience=true
  • toggle the display of the Aurora:
    B:Aurora=true
    # Middle-earth cloud rendering range.
    # To use vanilla clouds, set this to a non-positive value
    I:"Cloud range"=1024
  • toggle the usage of a Middle-earth styled sky:
    # Toggle the new Middle-earth sky
    B:"Middle-earth sky"=true
    # Toggle mist in the Misty Mountains
    B:"Misty Misty Mountains"=true
  • toggle 'natural (randomly rotated) textures' for grass, dirt, sand and some other blocks:
    # Randomly rotate textures on some blocks - grass, dirt, sand, etc. - for a more natural appearance
    B:"Natural blocks"=true
  • toggle new weather:
    # New rain textures and sounds; mist during rain; wind sounds; new weather types
    B:"New weather"=true
  • Toggle snowy texture for snow-capped stone:
    # Snowy texture on the sides of snow-capped stone blocks
    B:"Snowy stone"=true
  • toggle the presence of sun flares (screen goes white, when you look towards the sun):
    B:"Sun flare"=true

Gameplay

gameplay { ... }
  • allow banner protection mechanics, as well as whether those banners can protect themselves from being destroyed:
    B:"Allow Banner Protection"=true
    B:"Allow Self-Protecting Banners"=true
    B:"Disable ender chests in Utumno"=false
  • allow finer control of fire:
    # Activate instead of gamerule doFireTick for finer control over fire behaviour.
      Fire will still die out and burn blocks, but will not spread
    B:"Disable fire spread"=false
  • allow control of lightning fires:
    # Prevent lightning from placing fire blocks
    B:"Disable lightning grief"=false
    B:"Enable Bandits"=true
    B:"Enable Conquests"=true
    B:"Enable Drunken Messages"=true
    B:"Enable Fast Travel"=true
    B:"Enable Invasions"=true
    # Enable or disable the buildable Middle-earth portals
      (excluding the Ring Portal).
      If disabled, portals can still be made, but will not function
    B:"Enable Middle-earth Portals"=true
    B:"Enable Orc Skirmishes"=true
    # Mainly intended for servers. Disable the vanilla potion brewing system,
      as it is not 'lore-friendly'
    B:"Enable Potion Brewing"=true
  • allow titles to be displayed in the chat:
    B:"Enable Titles"=true
  • allow vanilla villager trading:
    # Intended for servers. Enable or disable vanilla villager trading
    B:"Enable Villager trading"=true
  • allow players to have positive alignment with mortal enemies:
    # Factions dislike if a player has + alignment with enemy factions
    B:"Enable alignment drain"=true
    # Intended for servers. If enabled, enchantments will be automatically
    # removed from combat items
    B:"Enchanting: Auto-remove vanilla enchants"=false

    # Enable the LOTR enchanting system: if disabled,
    # prevents newly crafted items,
    # loot chest items, etc. from having modifiers applied,
    # but does not affect existing modified items
    B:"Enchanting: LOTR System"=true

    # Enable the vanilla enchanting system: if disabled,
    # prevents players from enchanting items,
    # but does not affect existing enchanted items
    B:"Enchanting: Vanilla System"=false
  • allow feasting on food:
    # Food can always be eaten regardless of hunger
    B:"Feast Mode"=true
  • decide if player locations are shown on the map:
    # Force hide or show players' map locations.
    # 0 = per-player (default), 1 = force hide, 2 = force show
    I:"Force Hide/Show Map Locations"=0
  • generate villages in fixed locations, such as Bree:
    B:"Generate fixed settlements"=true
    # Roads; fixed hills and mountains; fixed structures, such as the Utumno entrance
    B:"Generate map features"=true
  • decide how fast the player gets hungry:
    # Food meter decreases more slowly
    B:"Hunger changes"=true
    # Threshold distance from spawn for applying Middle-earth respawning
    # when the player's spawn point is a bed
    I:"Middle-earth Respawning: Bed Threshold"=5000

    # If enabled, when a player dies in Middle-earth far from their spawn point,
    # they will respawn somewhere near their death point instead
    B:"Middle-earth Respawning: Enable"=true

    # Maximum possible range to place the player from their death point
    I:"Middle-earth Respawning: Max Respawn Range"=1500

    # Minimum possible range to place the player from their death point
    I:"Middle-earth Respawning: Min Respawn Range"=500

    # Threshold distance from spawn for applying Middle-earth respawning
    # when the player's spawn point is the world spawn (no bed)
    I:"Middle-earth Respawning: World Threshold"=2000
    # Enable or disable sheep dropping the mod's mutton items
    B:"Mutton Drops"=true
    # Allow NPCs to generate mini-quests to kill enemy players
    B:"NPCs give bounty mini-quests"=true
    B:"NPCs give mini-quests"=true
    # Prevent transport of structure-bound traders beyond this distance
    # outside their initial home range (0 = disabled)
    I:"Prevent trader transport range"=0
    # Cooldown time (in ticks) between appearances of
    # the warning message for banner-protected land
    I:"Protection Warning Cooldown"=20
    B:"Remove Golden Apple recipes"=true
    B:"Remove diamond armour recipes"=false

GUI (Graphical User Interface)

gui { ... }
  • alter the position of the alignment bar on the screen in terms of x and y:
    # Configure the x-position of the alignment bar on-screen.
    # Negative values move it left, positive values right
    I:"Alignment x-offset"=0

    # Configure the y-position of the alignment bar on-screen.
    # Negative values move it up, positive values down
    I:"Alignment y-offset"=0
  • allow the alignment bar appear onscreen outside of Middle-earth or Utumno:
    # If set to false, the alignment bar will only be shown in Middle-earth.
      If set to true, it will be shown in all dimensions
    B:"Always show alignment"=false
    B:"Animated Elven blade glow"=true
    # Choose your side in the legendary debate...
    B:"Balrog Wings"=true
    # Use the mod's custom main menu screen
    B:"Custom main menu"=true
    # Enable or disable the rendering of other players'
    # alignment values above their heads
    B:"Display alignment above head"=true
    B:"Enable quest tracker"=true
  • allow the display of fellow player health bars:
    B:"Fellow Player Health Bars"=true
    # Display the quest tracker on the right-hand side
    # of the screen instead of the left
    B:"Flip quest tracker"=false
  • allow the display of health bars and weapons for hired units:
    B:"Hired NPC Health Bars"=true
    B:"Hired NPC Icons"=true
  • decide whether the speech is displayed in chat or above the head of NPCs or both:
    # If set to true, NPC speech will appear on-screen with the NPC.
      If set to false, it will be sent to the chat box
    B:"Immersive Speech"=true

    # Toggle whether speech still shows in the chat box
      when Immersive Speech is enabled
    B:"Immersive Speech Chat Logs"=false
    B:"Inventory coin counts"=true
  • toggle the display of map labels for the ordinary and the conquest map:
    B:"Map Labels"=true
    B:"Map Labels - Conquest"=true
    B:"Melee attack meter"=true
    # It's throwback time. (Requires game restart)
    B:"OSRS Map"=false
    B:"On-screen Compass"=true

    # Display co-ordinates and biome below compass
    B:"On-screen Compass Extra Info"=true
  • display the map in normal or sepia colours:
    # Display the Middle-earth map in sepia colours
    B:"Sepia Map"=false

Miscellaneous

misc { ... }
    # Disable this if you will be playing offline
    B:"Check for updates"=true
  • log custom waypoints:
    B:"Custom Waypoint logging"=false
    # Display the name of a LOTR music track when it begins playing
    B:"Display music track"=false
  • fix various bugs:
    # Disable usage of @a, @r, etc. in the /msg command,
    # to prevent exploiting it as a player locator
    B:"Fix /msg exploit"=true

    # Fix a major source of server lag caused
    # by the vanilla mob spawning system
    B:"Fix mob spawning lag"=true

    # Fix a vanilla crash caused by having
    # render distance > 16 in the options.txt.
    # NOTE: This will not run if Optifine is installed
    B:"Fix render distance"=true
  • configure lotr mod music:
    # Maximum time (seconds) between LOTR menu music tracks
    I:"Menu Music Interval: Max."=20

    # Minimum time (seconds) between LOTR menu music tracks
    I:"Menu Music Interval: Min."=10

    # Maximum time (seconds) between LOTR music tracks
    I:"Music Interval: Max."=150

    # Minimum time (seconds) between LOTR music tracks
    I:"Music Interval: Min."=30
    # Tick interval between mob spawn cycles
    # (which are then run multiple times to compensate).
    # Higher values may reduce server lag
    I:"Mob spawn interval"=0
    # For servers: Disable broadcasting of the 'Hobbit Slayer' achievement,
      to protect new evil players from being persecuted
    B:"Protect Hobbit Killers"=false
    # Run the mod's language file update helper on launch -
      see .minecraft/mods/LOTR_UpdatedLangFiles/readme.txt
    B:"Run language update helper"=true
    # Structure spawners generate as a timelapse instead of instantly.
      WARNING: May be buggy. See also the command /strTimelapse
    B:"Structure Timelapse"=false

    # Structure timelapse interval (in ms) between each block placement
    I:"Structure Timelapse Interval"=5
Gameplay mechanics of the Lord of the Rings Mod
Advertisement