Skip to content

ZsoltMolnarrr/DungeonDifficulty

Repository files navigation

Power Scale

Java 17 Environment: Server Mod loader: Fabric Discord

🔧 = this mod | 🔩 = entity & loot attributes

📦 Features

  • Dimension and biome specific ruleset
  • Each ruleset can adjust entities and looted items
  • Entities attributes and spawner settings can be adjusted (for example: more health, armor, etc...)
  • Looted item attributes can be adjusted (for example: more damage on weapons)
  • Fully data-driven (using the configuration file)

🔧 Configuration

The configuration is meant to be used by modpack developers, hence no in-game (client-side) settings are available.

Server side configuration can be found at config/powerscale.json.

Use the following command to refresh the config while in game: /powerscale_config_reload

Config file is parsed into Config object. You can find it here.

Config file is sanitized upon reloading, meaning every non parsable data is removed.

Regex fields in the configuration are interpreted as fully featured regex. Suggested regex testing tool: regex101.com