Wiki 9Minecraft RFTools Dimensions Mod Wiki
RFTools Dimensions Mod Wiki › Configuration

RFTools Dimensions Mod — Configuration

Configuration

For server admins and modpack creators, the dimlets.json file is the primary method of balancing the mod.

The dimlets.json Structure

The file is split into two sections by a specific line: "Everything below this line will be regenerated from defaults every time. Remove this line if you do not want that"

To override default costs or rarities, you must place your custom rules above this line. Rules are evaluated from top to bottom; the first rule that matches a block or mob will be applied.

Filter Tags: * mod: Match by Mod ID. * name: Match by registry name (e.g., minecraft:diamond_block). * type: Match by Dimlet type (material, liquid, etc.). * feature: Filter by block properties (oredict, falling, tileentity).

Settings Tags: * rarity: 0 (Common) to 6 (Legendary). * create: RF cost to create the dimension. * maintain: RF/tick cost to keep the dimension running. * ticks: Time added to the creation process.

Commands

The mod provides several administrative commands via /rftdim:

  • /rftdim list: Lists all existing RFTools dimensions and their IDs.
  • /rftdim tp <id>: Teleports the player to the specified dimension ID.
  • /rftdim info: Displays detailed power and Dimlet information for the current dimension.
  • /rftdim reclaim: Safely removes a dimension from the registry (use with caution).
  • /rftdim forget <id>: Forces the mod to forget a dimension ID, allowing it to be reused.