wPwZ/2026-04-26_22-12-31
This commit is contained in:
34
.fastback/mods-backup/config/naturescompass.json
Normal file
34
.fastback/mods-backup/config/naturescompass.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"common": {
|
||||
"allowTeleportComment": "Allows a player to teleport to a located biome when in creative mode, opped, or in cheat mode.",
|
||||
"allowTeleport": true,
|
||||
"maxNextSearchesComment": "The maximum number of times a player can search for the next instance of a located biome. Set to 0 to disable searching for additional biome instances and make the compass always locate the nearest biome.",
|
||||
"maxNextSearches": 25,
|
||||
"displayCoordinatesComment": "Allows players to view the precise coordinates and distance of a located structure on the HUD, rather than relying on the direction the compass is pointing.",
|
||||
"displayCoordinates": true,
|
||||
"maxSamplesComment": "The maximum number of samples to be taken when searching for a biome.",
|
||||
"maxSamples": 50000,
|
||||
"radiusModifierComment": "biomeSize * radiusModifier = maxSearchRadius. Raising this value will increase search accuracy but will potentially make the process more resource .",
|
||||
"radiusModifier": 2500,
|
||||
"sampleSpaceModifierComment": "biomeSize * sampleSpaceModifier = sampleSpace. Lowering this value will increase search accuracy but will make the process more resource intensive.",
|
||||
"sampleSpaceModifier": 16,
|
||||
"biomeBlacklistComment": "A list of biomes that the compass will not be able to search for, specified by resource location. The wildcard character * can be used to match any number of characters, and ? can be used to match one character. Ex (ignore backslashes): [\"minecraft:savanna\", \"minecraft:desert\", \"minecraft:*ocean*\"]",
|
||||
"biomeBlacklist": [],
|
||||
"defaultXpLevelsComment": "The default number of XP levels consumed when searching for a biome. Individual biomes can be configured via perBiomeXpLevels. Max of 3 levels.",
|
||||
"defaultXpLevels": 0,
|
||||
"perBiomeXpLevelsComment": "A map of per-biome XP level costs that override defaultXpLevels. Biomes not listed here use defaultXpLevels. Max of 3 levels. The wildcard character * can be used to match any number of characters, and ? can be used to match one character. Ex: {\"minecraft:deep_dark\":3, \"minecraft:end*\":2, \"minecraft:*caves\":3}",
|
||||
"perBiomeXpLevels": {},
|
||||
"compassDurabilityComment": "The number of successful biome searches before the compass breaks and must be repaired. Set to 0 to disable durability.",
|
||||
"compassDurability": 0
|
||||
},
|
||||
"client": {
|
||||
"displayWithChatOpenComment": "Displays Nature's Compass information even while chat is open.",
|
||||
"displayWithChatOpen": true,
|
||||
"fixBiomeNamesComment": "Fixes biome names by adding missing spaces. Ex: ForestHills becomes Forest Hills",
|
||||
"fixBiomeNames": true,
|
||||
"overlayLineOffsetComment": "The line offset for information rendered on the HUD.",
|
||||
"overlayLineOffset": 1,
|
||||
"overlaySideComment": "The side for information rendered on the HUD. Ex: LEFT, RIGHT",
|
||||
"overlaySide": "LEFT"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user