modpack/config/cobblenav/server-config.json

50 lines
No EOL
1.1 KiB
JSON

{
"fileName": "server-config.json",
"hideUnknownPokemon": false,
"showPokemonTooltips": true,
"hideUnknownPokemonTooltips": false,
"hideNaturalBlockConditions": true,
"syncLabelsWithClient": true,
"checkSpawnWidth": 8,
"checkSpawnHeight": 16,
"searchAreaWidth": 200.0,
"searchAreaHeight": 200.0,
"pokemonFeatureWeights": {
"shiny": 10.0,
"perfectIvsRates": {
"1": 1.0,
"2": 2.0,
"3": 3.0,
"4": 4.0,
"5": 5.0,
"6": 6.0
},
"hiddenAbility": 1.0,
"eggMove": 1.0
},
"collectableConditions": {
"biomes": true,
"coordinates": true,
"light": true,
"moon_phase": true,
"sky_light": true,
"slime_chunk": true,
"structures": true,
"time_range": true,
"under_open_sky": true,
"weather": true,
"y_height": true,
"depth_submerged": true,
"depth_surface": true,
"fluid_submerged": true,
"fluid_surface": true,
"bait": true,
"lure_level": true,
"rod": true,
"rod_type": true,
"area_type_block": true,
"grounded_type_block": true,
"seafloor_type_block": true,
"fishing_block": true
}
}