Game Rules

The default values for each GameRule are defined in defaultGameRules.json.

General

  • /gamerule wunderreich:wunderreich_do_not_despawn_with_name_tag [true|false]
    Prevents any mob that has been given a custom name (e.g. with a Name Tag) from despawning on Peaceful difficulty.

Wunderkiste

  • /gamerule wunderreich:wunderkiste_allow_networks [true|false]
    When enabled, allows use of different Wunderkisten-Networks. When disabled, every Wunderkiste shares a single, global inventory.
  • /gamerule wunderreich:wunderkiste_allow_named_networks [true|false]
    When enabled, allows use of named Wunderkisten-Networks. You can select the name of the Network using an anvil.
  • /gamerule wunderreich:wunderkiste_show_colored [true|false]
    Shows the color of the Network currently assigned to the Wunderkiste.
  • /gamerule wunderreich:wunderkiste_can_color [true|false]
    Allow players to recolor Wunderkiste with Dye. Networks are still used when disabled, but players won't be able to change the Network.
  • /gamerule wunderreich:wunderkiste_change_network_cost [0-64]
    Cost of Dye when changing the Network of a Wunderkiste.
  • /gamerule wunderreich:wunderkiste_redstone_power_when_opened [true|false]
    Emit Redstone-Power when Wunderkiste is opened.
  • /gamerule wunderreich:wunderkiste_analog_redstone_output [true|false]
    Emit analog Redstone Power.
  • /gamerule wunderreich:wunderkiste_chunk_loader_radius [0..5]
    The radius of chunks around the Wunderkiste that is kept loaded at all times. (0=disable forced chunk loading, 1=default, only the chunk where the Wunderkiste was placed in is loaded)

Whispers

  • /gamerule wunderreich:wunderreich_allow_trades_cycling [true|false]
    Enable Trade-Cycling. If disabled, you basically disable the Whisperer mechanic.
  • /gamerule wunderreich:wunderreich_cycling_needs_whisperer [true|false]
    Villagers will only cycle trades when player holds a Whisperer. When disabled, you can re-roll trades of unexperienced Novice Villagers without any Whisperer.
  • /gamerule wunderreich:wunderreich_allow_librarian_selection [true|false]
    Librarians hear imprinted Whispers and present matching trades when cycled. When disabled, imprinted Whisperers behave like blank Whisperers and have no special effect on Librarians.
  • /gamerule wunderreich:whispers_durability [number]
    The base Durability of a blank Whisperer.
  • /gamerule wunderreich:whispers_trained_durability [number]
    The base Durability of an imprinted Whisperer.
  • Imprinting a Whisperer generates a small amount of XP for the Player. The static base XP depends on the rarity of the imprinted Enchantment (or the Imprinter's override, if set) and is then multiplied with a random (percentage-)value in a user definable range.
    • /gamerule wunderreich:whispers_min_xpmultiplier [number]: Minimum percentage of base XP that will get dropped.
    • /gamerule wunderreich:whispers_max_xpmultiplier [number]: Maximum percentage of base XP that will get dropped.

Suction Tube

  • /gamerule wunderreich:suctiontube_redstone_power_when_sucking [true|false]
    Emit a level 15 Redstone signal for one tick whenever the Suction Tube transfers an item.
  • /gamerule wunderreich:suctiontube_analog_redstone_output_for_suction [true|false]
    Emit an analog Redstone signal (readable with a Comparator) that identifies which side an item was pulled from.

main.json

Most config-Options from this File are available in a graphical Userinterface (if ModMenu is installed).

You can edit this file to change the configuration. However, a restart of your game is required for changes to take effect. The file can be found in the following Folder:

  • Windows: %appdata%\.minecraft\config\wunderreich\main.json
  • Mac: ~/Library/Application Support/minecraft/config/wunderreich/main.json

  • display.multiTexturedWunderkiste
    When enabled (default), a colored Wunderkiste is rendered using a color texture. This has higher fidelity, but consumes more memory and increases the load time. When disabled, we use on texture, that is colored during rendering.
  • features.enableWhispers
    Will add (Imprinted-)Whisperers as Items to the game. When disabled, no Whisperer-Items will be available in your worlds.

    Dependant Settings (only available when true):

    • features.addBlankWhisperer
      Generate blank Whisperers.
    • features.addImprintedWhispers
      Generate imprinted Whisperers based on all enchanted Books that can be traded with Villagers.
  • features.addSlabs
    Adds decorative Slabs (Concrete, Terracotta, Glass, Wool, Amethyst, Copper Grate, Dirt/Grass/Sand, ...).
  • features.addStairs
    Adds decorative Stairs for the same set of materials as features.addSlabs.
  • features.addWalls
    Adds decorative Walls (Concrete, Terracotta, Wool, Amethyst, Copper, Wood, ...).
  • features.allowBuilderTools
    Adds the Builder's Trowel tools.

defaultGameRules.json

This file is auto populated with the default values for every available Game Rule. Changing configurations in this file will influence the default value of the according GameRules for new Worlds. A restart of Minecraft is required for the changes to take effect.

  • Windows: %appdata%\.minecraft\config\wunderreich\defaultGameRules.json
  • Mac: ~/Library/Application Support/minecraft/config/wunderreich/defaultGameRules.json