Configurations

From Generations

Generations has several configuration files that may be edited to customize your gameplay, they may be located in the config/generations folder. They're seperated by each generation module.

Core

main.json {

 "addItemsToVanillaTabs": { //This option is available to enable or disable our blocks & items from being displayed in specific creative tabs
   "coloredBlocks": true,
   "combat": true,
   "toolsAndUtilities": true,
   "functionalBlocks": true,
   "naturalBlocks": true,
   "buildingBlocks": true
 },
 "lootTime": "24h", //How long should players be able to claim the same loot again?
 "caught": { //TODO
   "trackedAspects": [
     "galarian",
     "alola"
   ],
   "limits": {} //TODO
 },
 "enigmaFragment": { //If you want enigma fragments to be obtained when a player discovers a unique biome
   "enabled": true,
   "limit": 32
 },
 "blocks": {
   "elevatorRange": 15 //How far elevators should scan for another elevator block in range
 }

}