From 9af4990a7fbbfbb55cdb0dab3bef6a541a688a65 Mon Sep 17 00:00:00 2001 From: Wren Date: Fri, 6 Jan 2023 14:46:14 +0800 Subject: [PATCH 1/8] cp enus to zhcn --- .../falling-tree/fallingtree/lang/zh_cn.json | 235 +++++++++++++++++- 1 file changed, 234 insertions(+), 1 deletion(-) diff --git a/projects/1.18/assets/falling-tree/fallingtree/lang/zh_cn.json b/projects/1.18/assets/falling-tree/fallingtree/lang/zh_cn.json index 9e26dfeeb6e6..7c73285d6915 100644 --- a/projects/1.18/assets/falling-tree/fallingtree/lang/zh_cn.json +++ b/projects/1.18/assets/falling-tree/fallingtree/lang/zh_cn.json @@ -1 +1,234 @@ -{} \ No newline at end of file +{ + "text.autoconfig.fallingtree.title": "FallingTree configuration", + "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "Invalid item provided, must have format 'mod_id:item_id'.", + "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "Invalid block provided, must have format 'mod_id:block_id'.", + "text.autoconfig.fallingtree.category.default": "General", + "text.autoconfig.fallingtree.category.trees": "Trees", + "text.autoconfig.fallingtree.category.tools": "Tools", + "text.autoconfig.fallingtree.category.enchantment": "Enchantment", + "text.autoconfig.fallingtree.option.sneakMode": "Sneak mode", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[0]": "Defines what happens when sneaking", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[2]": "SNEAK_DISABLE: Sneaking will disable the mod", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[3]": "SNEAK_ENABLE: Sneaking will enable the mod", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[4]": "IGNORE: Mod will always be activated", + "text.autoconfig.fallingtree.option.breakInCreative": "Break in creative", + "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "When set to true, the mod will,", + "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "cut down trees in creative too.", + "text.autoconfig.fallingtree.option.notificationMode": "Notification mode", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[0]": "How to notify the player.", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[2]": "CHAT: Messages are sent in the chat.", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[3]": "ACTION_BAR: Messages are sent to the player's action bar.", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[4]": "NONE: No notifications will appear.", + "text.autoconfig.fallingtree.option.trees.allowedLogs": "Allowed logs", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[0]": "Additional list of blocks considered as logs and that", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[1]": "will be destroyed by the mod.", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[3]": "INFO: Blocks marked with the log tag will already be", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[4]": "allowed.", + "text.autoconfig.fallingtree.option.trees.deniedLogs": "Denied logs", + "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[0]": "List of blocks that should not be considered as logs.", + "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[2]": "INFO: This wins over the allow list.", + "text.autoconfig.fallingtree.option.trees.allowedLeaves": "Allowed leaves", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[1]": "(blocks that decay naturally).", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[3]": "INFO: Blocks marked with the leaves tag will", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[4]": "already be allowed.", + "text.autoconfig.fallingtree.option.trees.deniedLeaves": "Denied leaves", + "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[0]": "List of blocks that should not be considered as leaves.", + "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[2]": "INFO: This wins over the allow list.", + "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves": "Allowed leaves (needs breaking)", + "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", + "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves.@Tooltip[1]": "(blocks that needs to be broken).", + "text.autoconfig.fallingtree.option.trees.breakMode": "Break mode", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[0]": "How to break the tree.", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[2]": "INSTANTANEOUS will break it in one go.", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[3]": "", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[4]": "SHIFT_DOWN will make the tree fall down as you cut it,", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[5]": "so you still have to break x blocks but don't have to", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[6]": "climb the tree for them.", + "text.autoconfig.fallingtree.option.trees.detectionMode": "Detection mode", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[0]": "What part of the tree should be cut.", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[2]": "WHOLE_TREE will break the whole tree.", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[3]": "", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[4]": "ABOVE_CUT will break only blocks that are connected", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[5]": "from above the cut point.", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[7]": "ABOVE_Y will break only blocks that are above the y", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[8]": "value of the cut point.", + "text.autoconfig.fallingtree.option.trees.maxScanSize": "Max scan size", + "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[0]": "The maximum number of blocks that", + "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[1]": "should be scanned of a tree. If there's more", + "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[2]": "than this value the tree won't be cut.", + "text.autoconfig.fallingtree.option.trees.maxSize": "Max size", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "The maximum size of a tree. If there's more logs", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "than this value max size action will be applied.", + "text.autoconfig.fallingtree.option.trees.maxSizeAction": "Max size action", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[0]": "What to do when the max size of a tree is reached.", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[2]": "ABORT: Tree won't be cut.", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[3]": "CUT: Tree will still be cut leaving some of it untouched.", + "text.autoconfig.fallingtree.option.trees.breakOrder": "Break order", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[0]": "In what order logs are broken.", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[1]": "This only makes sense if maxSize < maxScanSize.", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[2]": "FURTHEST_FIRST: The furthest log will be broken first.", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[3]": "CLOSEST_FIRST: The closest log will be broken first.", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[4]": "", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[5]": "INFO: Only in INSTANTANEOUS mode.", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "Minimum leaves around required", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "The minimum amount of leaves that needs to be around", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "the top most log in order for the mod to consider it a tree.", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "INFO: Only in INSTANTANEOUS mode.", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount": "Include persistent leaves in required count", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[1]": "If this is true leaves with the", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[2]": "persistent flag (player placed or", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[3]": "sheared) will be counted in the ", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[4]": "'minimum leaves required' counter.", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[5]": "Otherwise they won't.", + "text.autoconfig.fallingtree.option.trees.treeBreaking": "Trunk breaking", + "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "When set to true, the mod will cut trees with one cut.", + "text.autoconfig.fallingtree.option.trees.leavesBreaking": "Leaves breaking", + "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[0]": "When set to true, leaves that should naturally break", + "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[1]": "will be broken instantly.", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius": "Leaves breaking force radius", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[0]": "Radius to force break leaves. If another tree is", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[1]": "still holding the leaves they'll still be broken.", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[2]": "If the leaves are persistent (placed by player)", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[3]": "they'll also be destroyed.", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[4]": "The radius is applied from one of the top most log blocks.", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[6]": "INFO: break_leaves must be activated for this to take effect.", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[7]": "INFO: Only in INSTANTANEOUS mode.", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "Allow trunks with mixed log blocks", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "When set to true this allow to have any kind of log", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "in a tree trunk.", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "Otherwise (false) the trunk will be considered as being", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "only one kind of log.", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "Break nether tree warts (leaves)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "be broken along with the trunk.", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts": "Break nether tree warts (leaves) with one hit", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[1]": "be broken instantly.", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[3]": "INFO: Only in SHIFT_DOWN mode.", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius": "Search area radius", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[0]": "The radius around the broken log in which the tree", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[1]": "is searched for. Anything going out of it won't be cut.", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[3]": "A negative value will have the same effect as an", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[4]": "infinite radius.", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks": "Adjacent blocks allowed", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[0]": "Define a list of blocks that are allowed", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[1]": "to be next to the trunk of the tree. If", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[2]": "a block that isn't in that list is found", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[3]": "around the trunk then the tree won't be", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[4]": "cut according to the adjacentStopMode", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[5]": "property.", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[7]": "INFO: If this is empty no restriction", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[8]": "will be applied.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "Adjacent stop mode", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "Defines what happens when an adjacent", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "block that isn't allowed is found.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL will make it so that the tree", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "isn't cut at all.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH will stop the current branch", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "but still cut the rest of the tree and", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "up to the adjacent block.", + "text.autoconfig.fallingtree.option.tools.allowed": "Allowed tools", + "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[0]": "Additional list of tools that can be used to chop down a tree.", + "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[2]": "INFO: Items marked with the axe tag will already be allowed.", + "text.autoconfig.fallingtree.option.tools.denied": "Denied tools", + "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[0]": "List of tools that should not be considered as tools.", + "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[2]": "INFO: This wins over the allow list.", + "text.autoconfig.fallingtree.option.tools.preserve": "Preserve tools", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "When set to true, when a tree is broken and the tool is about", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "to break we will just break enough blocks so that the tool is", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "left at 1 of durability.", + "text.autoconfig.fallingtree.option.tools.ignoreTools": "Ignore tool", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "When set to true, the mod will be activated", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "no matter what you have in your hand (or empty hand).", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "INFO: Deny list still can be use to restrict some tools.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "Damage multiplicand", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "Defines the number of times the damage is applied to the tool.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "ie: if set to 1 then breaking 5 logs will give 5 damage.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "ie: if set to 2 then breaking 5 logs will give 10 damage.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "If set to 0, it'll still apply 1 damage for every cut.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "INFO: This only applies when the tree is cut when using the mod.", + "text.autoconfig.fallingtree.option.tools.damageRounding": "Damage rounding", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[0]": "How damage taken should be rounded if it isn't a whole number.", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[2]": "ROUNDING will round to the closest whole number.", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[3]": "ROUND_DOWN will round down.", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[4]": "ROUND_UP will round up.", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[5]": "PROBABILISTIC will treat decimal fraction as a probability of rounding up.", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[6]": "ie: 9.45 will have 45% chance of being rounded up to 10", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[7]": "and 55% chance of being rounded down to 9.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "Speed multiplicand", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "Applies a speed modifier when breaking the tree.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "0 will disable this, so the speed will be the default one", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "of breaking a block.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "If set to 1 each log block will be counted once, so if the", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "tree is 5 blocks tall it'll require the time of breaking 5 logs.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "If set to 2 each log block will be counted twice, so if the", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "tree is 5 blocks tall, it'll require the time of breaking 10 logs.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "INFO: Only in INSTANTANEOUS mode.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "WARNING: If you are on a server, this either has to be set to 0", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "or every player should have the mod. Else they'll have a weird", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "effect of breaking the block but the block is still there.", + "text.autoconfig.fallingtree.category.player": "Player", + "text.autoconfig.fallingtree.option.player.allowedTags": "Required player tagss", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[0]": "Define a list of tags that the player should", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[1]": "have in order to activate the mod. Only one", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[2]": "on them is required.", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[3]": "If the list is empty, no restriction is applied", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant": "Register Chopper enchantment", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[0]": "If set to true, the chopper", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[1]": "enchant will be registered and", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[2]": "will be required on tools in order", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[3]": "to activate the mod. If set to false", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[4]": "it won't be registered, making the", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[5]": "mod server-sided.", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[7]": "INFO: Restart needed.", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant": "Register Specific Chopper enchantment", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[0]": "If set to true, several chopper", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[1]": "enchants will be registered and", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[2]": "will be required on tools in order", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[3]": "to activate the mod with a specific", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[4]": "breaking mode. If set to false", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[5]": "it won't be registered, making the", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[6]": "mod server-sided.", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[7]": "", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[8]": "INFO: Restart needed.", + "text.autoconfig.fallingtree.option.enchantment.hideEnchant": "Hide enchant", + "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[0]": "If set to true the enchant will", + "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[1]": "not be discoverable nor tradeable.", + "chat.fallingtree.tree_too_big": "This tree is too big won't be scanned further (max scan size: %d)", + "chat.fallingtree.break_tree_too_big": "This tree is too big and can't be broken in one hit (max tree size: %d)", + "chat.fallingtree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one.", + "chat.fallingtree.search_aborted": "Tree detection stopped, reason: ", + "chat.fallingtree.search_aborted.adjacent": "Found block %s that isn't allowed in the adjacent blocks.", + "enchantment.fallingtree.chopper": "Chopper", + "enchantment.fallingtree.chopper_instantaneous": "Chopper (instantaneous)", + "enchantment.fallingtree.chopper_shift_down": "Chopper (shift down)" + } \ No newline at end of file From 5bcbbcba778e6a772de84081927d7d10ba0a54a3 Mon Sep 17 00:00:00 2001 From: Wren Date: Fri, 6 Jan 2023 14:50:43 +0800 Subject: [PATCH 2/8] sortkeys --- .../falling-tree/fallingtree/lang/en_us.json | 306 +++++--------- .../falling-tree/fallingtree/lang/zh_cn.json | 386 +++++++----------- 2 files changed, 266 insertions(+), 426 deletions(-) diff --git a/projects/1.18/assets/falling-tree/fallingtree/lang/en_us.json b/projects/1.18/assets/falling-tree/fallingtree/lang/en_us.json index 2d949714439e..e2691ecb86af 100644 --- a/projects/1.18/assets/falling-tree/fallingtree/lang/en_us.json +++ b/projects/1.18/assets/falling-tree/fallingtree/lang/en_us.json @@ -1,49 +1,81 @@ { - "text.autoconfig.fallingtree.title": "FallingTree configuration", - "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "Invalid item provided, must have format 'mod_id:item_id'.", - "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "Invalid block provided, must have format 'mod_id:block_id'.", + "chat.fallingtree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one", + "chat.fallingtree.tree_too_big": "This tree is too big and can't be broken in one hit (max: %d)", "text.autoconfig.fallingtree.category.default": "General", - "text.autoconfig.fallingtree.category.trees": "Trees", "text.autoconfig.fallingtree.category.tools": "Tools", - "text.autoconfig.fallingtree.category.enchantment": "Enchantment", - "text.autoconfig.fallingtree.option.sneakMode": "Sneak mode", - "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[0]": "Defines what happens when sneaking", - "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[2]": "SNEAK_DISABLE: Sneaking will disable the mod", - "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[3]": "SNEAK_ENABLE: Sneaking will enable the mod", - "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[4]": "IGNORE: Mod will always be activated", + "text.autoconfig.fallingtree.category.trees": "Trees", + "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "Invalid block provided, must have format 'mod_id:block_id'", + "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "Invalid item provided, must have format 'mod_id:item_id'", "text.autoconfig.fallingtree.option.breakInCreative": "Break in creative", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "When set to true, the mod will,", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "cut down trees in creative too.", - "text.autoconfig.fallingtree.option.notificationMode": "Notification mode", - "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[0]": "How to notify the player.", - "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[2]": "CHAT: Messages are sent in the chat.", - "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[3]": "ACTION_BAR: Messages are sent to the player's action bar.", - "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[4]": "NONE: No notifications will appear.", - "text.autoconfig.fallingtree.option.trees.allowedLogs": "Allowed logs", - "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[0]": "Additional list of blocks considered as logs and that", - "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[1]": "will be destroyed by the mod.", - "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[3]": "INFO: Blocks marked with the log tag will already be", - "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[4]": "allowed.", - "text.autoconfig.fallingtree.option.trees.deniedLogs": "Denied logs", - "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[0]": "List of blocks that should not be considered as logs.", - "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[2]": "INFO: This wins over the allow list.", - "text.autoconfig.fallingtree.option.trees.allowedLeaves": "Allowed leaves", - "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", - "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[1]": "(blocks that decay naturally).", - "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[3]": "INFO: Blocks marked with the leaves tag will", - "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[4]": "already be allowed.", - "text.autoconfig.fallingtree.option.trees.deniedLeaves": "Denied leaves", - "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[0]": "List of blocks that should not be considered as leaves.", - "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[2]": "INFO: This wins over the allow list.", - "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves": "Allowed leaves (needs breaking)", - "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", - "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves.@Tooltip[1]": "(blocks that needs to be broken).", + "text.autoconfig.fallingtree.option.reverseSneaking": "Reverse sneaking", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[0]": "When set to true, a tree will only be", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "chopped down if the player is sneaking.", + "text.autoconfig.fallingtree.option.tools.blacklisted": "Blacklisted tools", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[0]": "List of tools that should not be considered as tools.", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[2]": "INFO: This wins over the whitelist.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "Damage multiplicand", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "Defines the number of times the damage is applied to the tool.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "ie: if set to 1 then breaking 5 logs will give 5 damage.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "ie: if set to 2 then breaking 5 logs will give 10 damage.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "If set to 0, it'll still apply 1 damage for every cut.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "INFO: This only applies when the tree is cut when using the mod.", + "text.autoconfig.fallingtree.option.tools.ignoreTools": "Do not damage tools", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "When set to true, the mod will be activated", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "no matter what you have in your hand (or empty hand).", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "INFO: Blacklist still can be use to restrict some tools.", + "text.autoconfig.fallingtree.option.tools.preserve": "Preserve tools", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "When set to true, when a tree is broken and the tool is about", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "to break we will just break enough blocks so that the tool is", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "left at 1 of durability.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "Speed multiplicand", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "Applies a speed modifier when breaking the tree.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "INFO: Only in INSTANTANEOUS mode.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "WARNING: If you are on a server, this either has to be set to 0", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "or every player should have the mod. Else they'll have a weird", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "effect of breaking the block but the block is still there.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "0 will disable this, so the speed will be the default one", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "of breaking a block.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "If set to 1 each log block will be counted once, so if the", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "tree is 5 blocks tall it'll require the time of breaking 5 logs.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "If set to 2 each log block will be counted twice, so if the", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "tree is 5 blocks tall, it'll require the time of breaking 10 logs", + "text.autoconfig.fallingtree.option.tools.whitelisted": "Whitelisted tools", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[0]": "Additional list of tools that can be used to chop down a tree.", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[2]": "INFO: Items marked with the axe tag will already be whitelisted.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "Adjacent stop mode", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "Defines what happens when an adjacent", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "block that isn't whitelisted is found.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL will make it so that the tree", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "isn't cut at all.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH will stop the current branch", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "but still cut the rest of the tree and", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "up to the adjacent block.", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "Allow trunks with mixed log blocks", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "When set to true this allow to have any kind of log", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "in a tree trunk.", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "Otherwise (false) the trunk will be considered as being", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "only one kind of log.", + "text.autoconfig.fallingtree.option.trees.blacklistedLeaves": "Blacklisted leaves", + "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[0]": "List of blocks that should not be considered as leaves.", + "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[2]": "INFO: This wins over the whitelist.", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "Blacklisted logs", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[0]": "List of blocks that should not be considered as logs.", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[2]": "INFO: This wins over the whitelist.", "text.autoconfig.fallingtree.option.trees.breakMode": "Break mode", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[0]": "How to break the tree.", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[1]": "", @@ -52,6 +84,9 @@ "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[4]": "SHIFT_DOWN will make the tree fall down as you cut it,", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[5]": "so you still have to break x blocks but don't have to", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[6]": "climb the tree for them.", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "Break nether tree warts (leaves)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "be broken along with the trunk.", "text.autoconfig.fallingtree.option.trees.detectionMode": "Detection mode", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[0]": "What part of the tree should be cut.", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[1]": "", @@ -62,38 +97,6 @@ "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[6]": "", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[7]": "ABOVE_Y will break only blocks that are above the y", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[8]": "value of the cut point.", - "text.autoconfig.fallingtree.option.trees.maxScanSize": "Max scan size", - "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[0]": "The maximum number of blocks that", - "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[1]": "should be scanned of a tree. If there's more", - "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[2]": "than this value the tree won't be cut.", - "text.autoconfig.fallingtree.option.trees.maxSize": "Max size", - "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "The maximum size of a tree. If there's more logs", - "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "than this value max size action will be applied.", - "text.autoconfig.fallingtree.option.trees.maxSizeAction": "Max size action", - "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[0]": "What to do when the max size of a tree is reached.", - "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[2]": "ABORT: Tree won't be cut.", - "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[3]": "CUT: Tree will still be cut leaving some of it untouched.", - "text.autoconfig.fallingtree.option.trees.breakOrder": "Break order", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[0]": "In what order logs are broken.", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[1]": "This only makes sense if maxSize < maxScanSize.", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[2]": "FURTHEST_FIRST: The furthest log will be broken first.", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[3]": "CLOSEST_FIRST: The closest log will be broken first.", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[4]": "", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[5]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "Minimum leaves around required", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "The minimum amount of leaves that needs to be around", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "the top most log in order for the mod to consider it a tree.", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount": "Include persistent leaves in required count", - "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[1]": "If this is true leaves with the", - "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[2]": "persistent flag (player placed or", - "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[3]": "sheared) will be counted in the ", - "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[4]": "'minimum leaves required' counter.", - "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[5]": "Otherwise they won't.", - "text.autoconfig.fallingtree.option.trees.treeBreaking": "Trunk breaking", - "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "When set to true, the mod will cut trees with one cut.", "text.autoconfig.fallingtree.option.trees.leavesBreaking": "Leaves breaking", "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[0]": "When set to true, leaves that should naturally break", "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[1]": "will be broken instantly.", @@ -106,129 +109,46 @@ "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[5]": "", "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[6]": "INFO: break_leaves must be activated for this to take effect.", "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[7]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "Allow trunks with mixed log blocks", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "When set to true this allow to have any kind of log", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "in a tree trunk.", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "Otherwise (false) the trunk will be considered as being", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "only one kind of log.", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "Break nether tree warts (leaves)", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "be broken along with the trunk.", - "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts": "Break nether tree warts (leaves) with one hit", - "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", - "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[1]": "be broken instantly.", - "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[3]": "INFO: Only in SHIFT_DOWN mode.", + "text.autoconfig.fallingtree.option.trees.maxSize": "Max size", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "The maximum size of a tree. If there's more logs", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "than this value the tree won't be cut.", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "Minimum leaves around required", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "The minimum amount of leaves that needs to be around", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "the top most log in order for the mod to consider it a tree.", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "INFO: Only in INSTANTANEOUS mode.", "text.autoconfig.fallingtree.option.trees.searchAreaRadius": "Search area radius", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[0]": "The radius around the broken log in which the tree", - "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[1]": "is searched for. Anything going out of it won't be cut.", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[1]": "is searched for. Anything going out of it won't be cut", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[2]": "", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[3]": "A negative value will have the same effect as an", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[4]": "infinite radius.", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks": "Adjacent blocks allowed", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[0]": "Define a list of blocks that are allowed", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[1]": "to be next to the trunk of the tree. If", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[2]": "a block that isn't in that list is found", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[3]": "around the trunk then the tree won't be", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[4]": "cut according to the adjacentStopMode", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[5]": "property.", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[6]": "", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[7]": "INFO: If this is empty no restriction", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[8]": "will be applied.", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "Adjacent stop mode", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "Defines what happens when an adjacent", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "block that isn't allowed is found.", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL will make it so that the tree", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "isn't cut at all.", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH will stop the current branch", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "but still cut the rest of the tree and", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "up to the adjacent block.", - "text.autoconfig.fallingtree.option.tools.allowed": "Allowed tools", - "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[0]": "Additional list of tools that can be used to chop down a tree.", - "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[2]": "INFO: Items marked with the axe tag will already be allowed.", - "text.autoconfig.fallingtree.option.tools.denied": "Denied tools", - "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[0]": "List of tools that should not be considered as tools.", - "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[2]": "INFO: This wins over the allow list.", - "text.autoconfig.fallingtree.option.tools.preserve": "Preserve tools", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "When set to true, when a tree is broken and the tool is about", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "to break we will just break enough blocks so that the tool is", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "left at 1 of durability.", - "text.autoconfig.fallingtree.option.tools.ignoreTools": "Ignore tool", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "When set to true, the mod will be activated", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "no matter what you have in your hand (or empty hand).", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "INFO: Deny list still can be use to restrict some tools.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "Damage multiplicand", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "Defines the number of times the damage is applied to the tool.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "ie: if set to 1 then breaking 5 logs will give 5 damage.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "ie: if set to 2 then breaking 5 logs will give 10 damage.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "If set to 0, it'll still apply 1 damage for every cut.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "INFO: This only applies when the tree is cut when using the mod.", - "text.autoconfig.fallingtree.option.tools.damageRounding": "Damage rounding", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[0]": "How damage taken should be rounded if it isn't a whole number.", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[2]": "ROUNDING will round to the closest whole number.", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[3]": "ROUND_DOWN will round down.", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[4]": "ROUND_UP will round up.", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[5]": "PROBABILISTIC will treat decimal fraction as a probability of rounding up.", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[6]": "ie: 9.45 will have 45% chance of being rounded up to 10", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[7]": "and 55% chance of being rounded down to 9.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "Speed multiplicand", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "Applies a speed modifier when breaking the tree.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "0 will disable this, so the speed will be the default one", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "of breaking a block.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "If set to 1 each log block will be counted once, so if the", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "tree is 5 blocks tall it'll require the time of breaking 5 logs.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "If set to 2 each log block will be counted twice, so if the", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "tree is 5 blocks tall, it'll require the time of breaking 10 logs.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "WARNING: If you are on a server, this either has to be set to 0", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "or every player should have the mod. Else they'll have a weird", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "effect of breaking the block but the block is still there.", - "text.autoconfig.fallingtree.category.player": "Player", - "text.autoconfig.fallingtree.option.player.allowedTags": "Required player tagss", - "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[0]": "Define a list of tags that the player should", - "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[1]": "have in order to activate the mod. Only one", - "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[2]": "on them is required.", - "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[3]": "If the list is empty, no restriction is applied", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant": "Register Chopper enchantment", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[0]": "If set to true, the chopper", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[1]": "enchant will be registered and", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[2]": "will be required on tools in order", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[3]": "to activate the mod. If set to false", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[4]": "it won't be registered, making the", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[5]": "mod server-sided.", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[6]": "", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[7]": "INFO: Restart needed.", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant": "Register Specific Chopper enchantment", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[0]": "If set to true, several chopper", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[1]": "enchants will be registered and", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[2]": "will be required on tools in order", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[3]": "to activate the mod with a specific", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[4]": "breaking mode. If set to false", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[5]": "it won't be registered, making the", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[6]": "mod server-sided.", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[7]": "", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[8]": "INFO: Restart needed.", - "text.autoconfig.fallingtree.option.enchantment.hideEnchant": "Hide enchant", - "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[0]": "If set to true the enchant will", - "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[1]": "not be discoverable nor tradeable.", - "chat.fallingtree.tree_too_big": "This tree is too big won't be scanned further (max scan size: %d)", - "chat.fallingtree.break_tree_too_big": "This tree is too big and can't be broken in one hit (max tree size: %d)", - "chat.fallingtree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one.", - "chat.fallingtree.search_aborted": "Tree detection stopped, reason: ", - "chat.fallingtree.search_aborted.adjacent": "Found block %s that isn't allowed in the adjacent blocks.", - "enchantment.fallingtree.chopper": "Chopper", - "enchantment.fallingtree.chopper_instantaneous": "Chopper (instantaneous)", - "enchantment.fallingtree.chopper_shift_down": "Chopper (shift down)" -} \ No newline at end of file + "text.autoconfig.fallingtree.option.trees.treeBreaking": "Trunk breaking", + "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "When set to true, the mod will cut trees with one cut.", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks": "Adjacent blocks whitelist", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[0]": "Define a list of blocks that are allowed", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[1]": "to be next to the trunk of the tree. If", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[2]": "a block that isn't in that list is found", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[3]": "around the trunk then the tree won't be", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[4]": "cut according to the adjacentStopMode", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[5]": "property.", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[7]": "INFO: If this is empty no restriction", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[8]": "will be applied.", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "Whitelisted leaves", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[1]": "(blocks that decay naturally).", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[3]": "INFO: Blocks marked with the leaves tag will", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[4]": "already be whitelisted.", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "Whitelisted logs", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[0]": "Additional list of blocks considered as logs and that", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[1]": "will be destroyed by the mod.", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[3]": "INFO: Blocks marked with the log tag will already be", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[4]": "whitelisted.", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves": "Whitelisted leaves (needs breaking)", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[1]": "(blocks that needs to be broken).", + "text.autoconfig.fallingtree.title": "FallingTree configuration" +} diff --git a/projects/1.18/assets/falling-tree/fallingtree/lang/zh_cn.json b/projects/1.18/assets/falling-tree/fallingtree/lang/zh_cn.json index 7c73285d6915..844ec19529a7 100644 --- a/projects/1.18/assets/falling-tree/fallingtree/lang/zh_cn.json +++ b/projects/1.18/assets/falling-tree/fallingtree/lang/zh_cn.json @@ -1,234 +1,154 @@ { - "text.autoconfig.fallingtree.title": "FallingTree configuration", - "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "Invalid item provided, must have format 'mod_id:item_id'.", - "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "Invalid block provided, must have format 'mod_id:block_id'.", - "text.autoconfig.fallingtree.category.default": "General", - "text.autoconfig.fallingtree.category.trees": "Trees", - "text.autoconfig.fallingtree.category.tools": "Tools", - "text.autoconfig.fallingtree.category.enchantment": "Enchantment", - "text.autoconfig.fallingtree.option.sneakMode": "Sneak mode", - "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[0]": "Defines what happens when sneaking", - "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[2]": "SNEAK_DISABLE: Sneaking will disable the mod", - "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[3]": "SNEAK_ENABLE: Sneaking will enable the mod", - "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[4]": "IGNORE: Mod will always be activated", - "text.autoconfig.fallingtree.option.breakInCreative": "Break in creative", - "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "When set to true, the mod will,", - "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "cut down trees in creative too.", - "text.autoconfig.fallingtree.option.notificationMode": "Notification mode", - "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[0]": "How to notify the player.", - "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[2]": "CHAT: Messages are sent in the chat.", - "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[3]": "ACTION_BAR: Messages are sent to the player's action bar.", - "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[4]": "NONE: No notifications will appear.", - "text.autoconfig.fallingtree.option.trees.allowedLogs": "Allowed logs", - "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[0]": "Additional list of blocks considered as logs and that", - "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[1]": "will be destroyed by the mod.", - "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[3]": "INFO: Blocks marked with the log tag will already be", - "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[4]": "allowed.", - "text.autoconfig.fallingtree.option.trees.deniedLogs": "Denied logs", - "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[0]": "List of blocks that should not be considered as logs.", - "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[2]": "INFO: This wins over the allow list.", - "text.autoconfig.fallingtree.option.trees.allowedLeaves": "Allowed leaves", - "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", - "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[1]": "(blocks that decay naturally).", - "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[3]": "INFO: Blocks marked with the leaves tag will", - "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[4]": "already be allowed.", - "text.autoconfig.fallingtree.option.trees.deniedLeaves": "Denied leaves", - "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[0]": "List of blocks that should not be considered as leaves.", - "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[2]": "INFO: This wins over the allow list.", - "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves": "Allowed leaves (needs breaking)", - "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", - "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves.@Tooltip[1]": "(blocks that needs to be broken).", - "text.autoconfig.fallingtree.option.trees.breakMode": "Break mode", - "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[0]": "How to break the tree.", - "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[2]": "INSTANTANEOUS will break it in one go.", - "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[3]": "", - "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[4]": "SHIFT_DOWN will make the tree fall down as you cut it,", - "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[5]": "so you still have to break x blocks but don't have to", - "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[6]": "climb the tree for them.", - "text.autoconfig.fallingtree.option.trees.detectionMode": "Detection mode", - "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[0]": "What part of the tree should be cut.", - "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[2]": "WHOLE_TREE will break the whole tree.", - "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[3]": "", - "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[4]": "ABOVE_CUT will break only blocks that are connected", - "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[5]": "from above the cut point.", - "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[6]": "", - "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[7]": "ABOVE_Y will break only blocks that are above the y", - "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[8]": "value of the cut point.", - "text.autoconfig.fallingtree.option.trees.maxScanSize": "Max scan size", - "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[0]": "The maximum number of blocks that", - "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[1]": "should be scanned of a tree. If there's more", - "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[2]": "than this value the tree won't be cut.", - "text.autoconfig.fallingtree.option.trees.maxSize": "Max size", - "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "The maximum size of a tree. If there's more logs", - "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "than this value max size action will be applied.", - "text.autoconfig.fallingtree.option.trees.maxSizeAction": "Max size action", - "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[0]": "What to do when the max size of a tree is reached.", - "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[2]": "ABORT: Tree won't be cut.", - "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[3]": "CUT: Tree will still be cut leaving some of it untouched.", - "text.autoconfig.fallingtree.option.trees.breakOrder": "Break order", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[0]": "In what order logs are broken.", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[1]": "This only makes sense if maxSize < maxScanSize.", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[2]": "FURTHEST_FIRST: The furthest log will be broken first.", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[3]": "CLOSEST_FIRST: The closest log will be broken first.", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[4]": "", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[5]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "Minimum leaves around required", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "The minimum amount of leaves that needs to be around", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "the top most log in order for the mod to consider it a tree.", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount": "Include persistent leaves in required count", - "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[1]": "If this is true leaves with the", - "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[2]": "persistent flag (player placed or", - "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[3]": "sheared) will be counted in the ", - "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[4]": "'minimum leaves required' counter.", - "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[5]": "Otherwise they won't.", - "text.autoconfig.fallingtree.option.trees.treeBreaking": "Trunk breaking", - "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "When set to true, the mod will cut trees with one cut.", - "text.autoconfig.fallingtree.option.trees.leavesBreaking": "Leaves breaking", - "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[0]": "When set to true, leaves that should naturally break", - "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[1]": "will be broken instantly.", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius": "Leaves breaking force radius", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[0]": "Radius to force break leaves. If another tree is", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[1]": "still holding the leaves they'll still be broken.", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[2]": "If the leaves are persistent (placed by player)", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[3]": "they'll also be destroyed.", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[4]": "The radius is applied from one of the top most log blocks.", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[6]": "INFO: break_leaves must be activated for this to take effect.", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[7]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "Allow trunks with mixed log blocks", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "When set to true this allow to have any kind of log", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "in a tree trunk.", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "Otherwise (false) the trunk will be considered as being", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "only one kind of log.", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "Break nether tree warts (leaves)", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "be broken along with the trunk.", - "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts": "Break nether tree warts (leaves) with one hit", - "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", - "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[1]": "be broken instantly.", - "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[3]": "INFO: Only in SHIFT_DOWN mode.", - "text.autoconfig.fallingtree.option.trees.searchAreaRadius": "Search area radius", - "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[0]": "The radius around the broken log in which the tree", - "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[1]": "is searched for. Anything going out of it won't be cut.", - "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[3]": "A negative value will have the same effect as an", - "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[4]": "infinite radius.", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks": "Adjacent blocks allowed", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[0]": "Define a list of blocks that are allowed", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[1]": "to be next to the trunk of the tree. If", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[2]": "a block that isn't in that list is found", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[3]": "around the trunk then the tree won't be", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[4]": "cut according to the adjacentStopMode", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[5]": "property.", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[6]": "", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[7]": "INFO: If this is empty no restriction", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[8]": "will be applied.", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "Adjacent stop mode", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "Defines what happens when an adjacent", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "block that isn't allowed is found.", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL will make it so that the tree", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "isn't cut at all.", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH will stop the current branch", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "but still cut the rest of the tree and", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "up to the adjacent block.", - "text.autoconfig.fallingtree.option.tools.allowed": "Allowed tools", - "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[0]": "Additional list of tools that can be used to chop down a tree.", - "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[2]": "INFO: Items marked with the axe tag will already be allowed.", - "text.autoconfig.fallingtree.option.tools.denied": "Denied tools", - "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[0]": "List of tools that should not be considered as tools.", - "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[2]": "INFO: This wins over the allow list.", - "text.autoconfig.fallingtree.option.tools.preserve": "Preserve tools", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "When set to true, when a tree is broken and the tool is about", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "to break we will just break enough blocks so that the tool is", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "left at 1 of durability.", - "text.autoconfig.fallingtree.option.tools.ignoreTools": "Ignore tool", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "When set to true, the mod will be activated", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "no matter what you have in your hand (or empty hand).", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "INFO: Deny list still can be use to restrict some tools.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "Damage multiplicand", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "Defines the number of times the damage is applied to the tool.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "ie: if set to 1 then breaking 5 logs will give 5 damage.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "ie: if set to 2 then breaking 5 logs will give 10 damage.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "If set to 0, it'll still apply 1 damage for every cut.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "INFO: This only applies when the tree is cut when using the mod.", - "text.autoconfig.fallingtree.option.tools.damageRounding": "Damage rounding", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[0]": "How damage taken should be rounded if it isn't a whole number.", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[2]": "ROUNDING will round to the closest whole number.", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[3]": "ROUND_DOWN will round down.", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[4]": "ROUND_UP will round up.", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[5]": "PROBABILISTIC will treat decimal fraction as a probability of rounding up.", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[6]": "ie: 9.45 will have 45% chance of being rounded up to 10", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[7]": "and 55% chance of being rounded down to 9.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "Speed multiplicand", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "Applies a speed modifier when breaking the tree.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "0 will disable this, so the speed will be the default one", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "of breaking a block.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "If set to 1 each log block will be counted once, so if the", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "tree is 5 blocks tall it'll require the time of breaking 5 logs.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "If set to 2 each log block will be counted twice, so if the", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "tree is 5 blocks tall, it'll require the time of breaking 10 logs.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "WARNING: If you are on a server, this either has to be set to 0", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "or every player should have the mod. Else they'll have a weird", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "effect of breaking the block but the block is still there.", - "text.autoconfig.fallingtree.category.player": "Player", - "text.autoconfig.fallingtree.option.player.allowedTags": "Required player tagss", - "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[0]": "Define a list of tags that the player should", - "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[1]": "have in order to activate the mod. Only one", - "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[2]": "on them is required.", - "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[3]": "If the list is empty, no restriction is applied", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant": "Register Chopper enchantment", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[0]": "If set to true, the chopper", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[1]": "enchant will be registered and", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[2]": "will be required on tools in order", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[3]": "to activate the mod. If set to false", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[4]": "it won't be registered, making the", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[5]": "mod server-sided.", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[6]": "", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[7]": "INFO: Restart needed.", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant": "Register Specific Chopper enchantment", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[0]": "If set to true, several chopper", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[1]": "enchants will be registered and", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[2]": "will be required on tools in order", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[3]": "to activate the mod with a specific", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[4]": "breaking mode. If set to false", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[5]": "it won't be registered, making the", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[6]": "mod server-sided.", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[7]": "", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[8]": "INFO: Restart needed.", - "text.autoconfig.fallingtree.option.enchantment.hideEnchant": "Hide enchant", - "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[0]": "If set to true the enchant will", - "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[1]": "not be discoverable nor tradeable.", - "chat.fallingtree.tree_too_big": "This tree is too big won't be scanned further (max scan size: %d)", - "chat.fallingtree.break_tree_too_big": "This tree is too big and can't be broken in one hit (max tree size: %d)", - "chat.fallingtree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one.", - "chat.fallingtree.search_aborted": "Tree detection stopped, reason: ", - "chat.fallingtree.search_aborted.adjacent": "Found block %s that isn't allowed in the adjacent blocks.", - "enchantment.fallingtree.chopper": "Chopper", - "enchantment.fallingtree.chopper_instantaneous": "Chopper (instantaneous)", - "enchantment.fallingtree.chopper_shift_down": "Chopper (shift down)" - } \ No newline at end of file + "chat.fallingtree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one.", + "chat.fallingtree.tree_too_big": "This tree is too big won't be scanned further (max scan size: %d)", + "text.autoconfig.fallingtree.category.default": "General", + "text.autoconfig.fallingtree.category.tools": "Tools", + "text.autoconfig.fallingtree.category.trees": "Trees", + "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "Invalid block provided, must have format 'mod_id:block_id'.", + "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "Invalid item provided, must have format 'mod_id:item_id'.", + "text.autoconfig.fallingtree.option.breakInCreative": "Break in creative", + "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "When set to true, the mod will,", + "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "cut down trees in creative too.", + "text.autoconfig.fallingtree.option.reverseSneaking": "Reverse sneaking", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[0]": "When set to true, a tree will only be", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "chopped down if the player is sneaking.", + "text.autoconfig.fallingtree.option.tools.blacklisted": "Blacklisted tools", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[0]": "List of tools that should not be considered as tools.", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[2]": "INFO: This wins over the whitelist.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "Damage multiplicand", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "Defines the number of times the damage is applied to the tool.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "ie: if set to 1 then breaking 5 logs will give 5 damage.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "ie: if set to 2 then breaking 5 logs will give 10 damage.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "If set to 0, it'll still apply 1 damage for every cut.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "INFO: This only applies when the tree is cut when using the mod.", + "text.autoconfig.fallingtree.option.tools.ignoreTools": "Ignore tool", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "When set to true, the mod will be activated", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "no matter what you have in your hand (or empty hand).", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "INFO: Deny list still can be use to restrict some tools.", + "text.autoconfig.fallingtree.option.tools.preserve": "Preserve tools", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "When set to true, when a tree is broken and the tool is about", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "to break we will just break enough blocks so that the tool is", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "left at 1 of durability.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "Speed multiplicand", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "Applies a speed modifier when breaking the tree.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "INFO: Only in INSTANTANEOUS mode.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "WARNING: If you are on a server, this either has to be set to 0", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "or every player should have the mod. Else they'll have a weird", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "effect of breaking the block but the block is still there.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "0 will disable this, so the speed will be the default one", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "of breaking a block.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "If set to 1 each log block will be counted once, so if the", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "tree is 5 blocks tall it'll require the time of breaking 5 logs.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "If set to 2 each log block will be counted twice, so if the", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "tree is 5 blocks tall, it'll require the time of breaking 10 logs.", + "text.autoconfig.fallingtree.option.tools.whitelisted": "Whitelisted tools", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[0]": "Additional list of tools that can be used to chop down a tree.", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[2]": "INFO: Items marked with the axe tag will already be whitelisted.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "Adjacent stop mode", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "Defines what happens when an adjacent", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "block that isn't allowed is found.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL will make it so that the tree", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "isn't cut at all.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH will stop the current branch", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "but still cut the rest of the tree and", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "up to the adjacent block.", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "Allow trunks with mixed log blocks", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "When set to true this allow to have any kind of log", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "in a tree trunk.", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "Otherwise (false) the trunk will be considered as being", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "only one kind of log.", + "text.autoconfig.fallingtree.option.trees.blacklistedLeaves": "Blacklisted leaves", + "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[0]": "List of blocks that should not be considered as leaves.", + "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[2]": "INFO: This wins over the whitelist.", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "Blacklisted logs", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[0]": "List of blocks that should not be considered as logs.", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[2]": "INFO: This wins over the whitelist.", + "text.autoconfig.fallingtree.option.trees.breakMode": "Break mode", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[0]": "How to break the tree.", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[2]": "INSTANTANEOUS will break it in one go.", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[3]": "", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[4]": "SHIFT_DOWN will make the tree fall down as you cut it,", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[5]": "so you still have to break x blocks but don't have to", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[6]": "climb the tree for them.", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "Break nether tree warts (leaves)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "be broken along with the trunk.", + "text.autoconfig.fallingtree.option.trees.detectionMode": "Detection mode", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[0]": "What part of the tree should be cut.", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[2]": "WHOLE_TREE will break the whole tree.", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[3]": "", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[4]": "ABOVE_CUT will break only blocks that are connected", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[5]": "from above the cut point.", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[7]": "ABOVE_Y will break only blocks that are above the y", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[8]": "value of the cut point.", + "text.autoconfig.fallingtree.option.trees.leavesBreaking": "Leaves breaking", + "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[0]": "When set to true, leaves that should naturally break", + "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[1]": "will be broken instantly.", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius": "Leaves breaking force radius", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[0]": "Radius to force break leaves. If another tree is", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[1]": "still holding the leaves they'll still be broken.", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[2]": "If the leaves are persistent (placed by player)", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[3]": "they'll also be destroyed.", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[4]": "The radius is applied from one of the top most log blocks.", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[6]": "INFO: break_leaves must be activated for this to take effect.", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[7]": "INFO: Only in INSTANTANEOUS mode.", + "text.autoconfig.fallingtree.option.trees.maxSize": "Max size", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "The maximum size of a tree. If there's more logs", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "than this value max size action will be applied.", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "Minimum leaves around required", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "The minimum amount of leaves that needs to be around", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "the top most log in order for the mod to consider it a tree.", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "INFO: Only in INSTANTANEOUS mode.", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius": "Search area radius", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[0]": "The radius around the broken log in which the tree", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[1]": "is searched for. Anything going out of it won't be cut.", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[3]": "A negative value will have the same effect as an", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[4]": "infinite radius.", + "text.autoconfig.fallingtree.option.trees.treeBreaking": "Trunk breaking", + "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "When set to true, the mod will cut trees with one cut.", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks": "Adjacent blocks whitelist", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[0]": "Define a list of blocks that are allowed", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[1]": "to be next to the trunk of the tree. If", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[2]": "a block that isn't in that list is found", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[3]": "around the trunk then the tree won't be", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[4]": "cut according to the adjacentStopMode", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[5]": "property.", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[7]": "INFO: If this is empty no restriction", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[8]": "will be applied.", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "Whitelisted leaves", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[1]": "(blocks that decay naturally).", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[3]": "INFO: Blocks marked with the leaves tag will", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[4]": "already be whitelisted.", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "Whitelisted logs", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[0]": "Additional list of blocks considered as logs and that", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[1]": "will be destroyed by the mod.", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[3]": "INFO: Blocks marked with the log tag will already be", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[4]": "whitelisted.", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves": "Whitelisted leaves (needs breaking)", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[1]": "(blocks that needs to be broken).", + "text.autoconfig.fallingtree.title": "FallingTree configuration" +} \ No newline at end of file From c84b553f74e80ef6ad543c00db7d4ee4c6586c35 Mon Sep 17 00:00:00 2001 From: Wren Date: Wed, 11 Jan 2023 09:19:20 +0800 Subject: [PATCH 3/8] translate 1.16 --- .../falling-tree/falling_tree/lang/en_us.json | 26 --- .../falling-tree/falling_tree/lang/zh_cn.json | 1 - .../falling-tree/fallingtree/lang/zh_cn.json | 155 +++++++++++++++++- 3 files changed, 154 insertions(+), 28 deletions(-) delete mode 100644 projects/1.16/assets/falling-tree/falling_tree/lang/en_us.json delete mode 100644 projects/1.16/assets/falling-tree/falling_tree/lang/zh_cn.json diff --git a/projects/1.16/assets/falling-tree/falling_tree/lang/en_us.json b/projects/1.16/assets/falling-tree/falling_tree/lang/en_us.json deleted file mode 100644 index 38cf7994e509..000000000000 --- a/projects/1.16/assets/falling-tree/falling_tree/lang/en_us.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "text.autoconfig.fallingtree.category.default": "General", - "text.autoconfig.fallingtree.category.trees": "Trees", - "text.autoconfig.fallingtree.category.tools": "Tools", - "text.autoconfig.fallingtree.option.reverseSneaking": "Reverse sneaking", - "text.autoconfig.fallingtree.option.breakInCreative": "Break in creative", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "Whitelisted logs", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "Blacklisted logs", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "Whitelisted leaves", - "text.autoconfig.fallingtree.option.trees.blacklistedLeaves": "Blacklisted leaves", - "text.autoconfig.fallingtree.option.trees.breakMode": "Break mode", - "text.autoconfig.fallingtree.option.trees.maxSize": "Max size", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "Minimum leaves around required", - "text.autoconfig.fallingtree.option.trees.leavesBreaking": "Leaves breaking", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius": "Leaves breaking force radius", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "Allow trunks with mixed log blocks", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "Break nether tree warts (leaves)", - "text.autoconfig.fallingtree.option.tools.whitelisted": "Whitelisted tools", - "text.autoconfig.fallingtree.option.tools.blacklisted": "Blacklisted tools", - "text.autoconfig.fallingtree.option.tools.preserve": "Preserve tools", - "text.autoconfig.fallingtree.option.tools.ignoreTools": "Do not damage tools", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "Damage multiplicand", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "Speed multiplicand", - "chat.falling_tree.tree_too_big": "This tree is too big and can't be broken in one hit (size: %d, max: %d)", - "chat.falling_tree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one" -} \ No newline at end of file diff --git a/projects/1.16/assets/falling-tree/falling_tree/lang/zh_cn.json b/projects/1.16/assets/falling-tree/falling_tree/lang/zh_cn.json deleted file mode 100644 index 9e26dfeeb6e6..000000000000 --- a/projects/1.16/assets/falling-tree/falling_tree/lang/zh_cn.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/projects/1.16/assets/falling-tree/fallingtree/lang/zh_cn.json b/projects/1.16/assets/falling-tree/fallingtree/lang/zh_cn.json index 9e26dfeeb6e6..b1c8b0368551 100644 --- a/projects/1.16/assets/falling-tree/fallingtree/lang/zh_cn.json +++ b/projects/1.16/assets/falling-tree/fallingtree/lang/zh_cn.json @@ -1 +1,154 @@ -{} \ No newline at end of file +{ + "text.autoconfig.fallingtree.title": "伐树配置", + "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "提供的物品ID不合法,格式必须为“mod_id:item_id”", + "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "提供的方块ID不合法,格式必须为“mod_id:item_id”", + "text.autoconfig.fallingtree.category.default": "通用", + "text.autoconfig.fallingtree.category.trees": "树", + "text.autoconfig.fallingtree.category.tools": "工具", + "text.autoconfig.fallingtree.option.reverseSneaking": "反转潜行设置", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[0]": "当设置为true,树只会在潜行状态下被", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "整颗伐倒", + "text.autoconfig.fallingtree.option.breakInCreative": "处于创造模式下的伐树行为", + "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "当设置为true,模组会使得你可以在", + "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "创造模式下开启伐树功能", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "白名单:原木", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[0]": "处于该增项名单下的方块也会被认为是原木,", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[1]": "并被整颗伐倒。", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[3]": "信息:被标记为#log标签的方块已被加入", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[4]": "白名单。", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "黑名单:原木", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[0]": "处于该名单的方块不再被认为是原木。", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[2]": "信息:该配置的优先级高于白名单。", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "白名单:树叶", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[0]": "处于该增项名单下的方块会被认为是", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[1]": "(只需自然腐烂的)树叶。", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[3]": "信息:被标记为#leaves标签的方块已被加入", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[4]": "白名单。", + "text.autoconfig.fallingtree.option.trees.blacklistedLeaves": "黑名单:树叶", + "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[0]": "处于该名单的方块不再被认为是树叶。", + "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[2]": "信息:该配置的优先级高于白名单。", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves": "白名单:树叶(需要破坏)", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[0]": "处于该增项名单的方块会被认为是", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[1]": "(需要快速破坏的)树叶。", + "text.autoconfig.fallingtree.option.trees.breakMode": "破坏模式", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[0]": "破坏树木的方式。", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[2]": "INSTANTANEOUS:一次性砍倒整棵树。", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[3]": "", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[4]": "SHIFT_DOWN:下移砍伐会使你可以逐渐从上到下砍伐树木,", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[5]": "所以你仍然需要破坏整棵树的原木方块,", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[6]": "但不用爬到树顶从上到下砍伐。", + "text.autoconfig.fallingtree.option.trees.detectionMode": "侦测模式", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[0]": "哪一部分的树需要被砍伐。", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[2]": "WHOLE_TREE:破坏整棵树。", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[3]": "", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[4]": "ABOVE_CUT:只破坏以你所破坏的原木方块顶面为", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[5]": "起点相连的所有方块。", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[7]": "ABOVE_Y:只破坏以你所破坏的原木方块的Y坐标为起点", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[8]": "上方的所有方块。", + "text.autoconfig.fallingtree.option.trees.maxSize": "最大尺寸", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "所能砍伐整颗树木的最大尺寸。如果原木数目大于该值", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "则树不会被砍伐。", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "最少需要树叶数", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "识别为一颗树所需要在树顶的原木方块", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "周围存在的最少树叶数目。", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "信息:只在INSTANTANEOUS模式下生效。", + "text.autoconfig.fallingtree.option.trees.treeBreaking": "树干破坏", + "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "当设置为true,为本模组开启一键砍伐树木。", + "text.autoconfig.fallingtree.option.trees.leavesBreaking": "树叶破坏", + "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[0]": "当设置为true,原先自然掉落的树叶会", + "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[1]": "被立即破坏。", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius": "强制树叶破坏半径", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[0]": "强制破坏树叶的半径。如果另一棵树", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[1]": "还拥有树叶则也会被一并破坏。", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[2]": "如果树叶是玩家放置的", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[3]": "则也会被摧毁。'", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[4]": "半径设定为以树顶的其中一个方块为中心。", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[6]": "信息:要使该选项生效,树叶破坏选项必须开启。", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[7]": "信息:只在INSTANTANEOUS模式下生效。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "允许主干有多种原木方块。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "当设置为true,这会允许树干拥有", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "任意种类数目的原木。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "反之(false)会使得模组认为树干只能由", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "一种原木组成。", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "破坏下界树木的疣块(树叶)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "当设置为true下界树木的疣块(树叶)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "会和树干一起被破坏。", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius": "搜索范围半径", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[0]": "以被破坏的原木方块为中心的属于该颗树的原木搜索半径。", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[1]": "半径以外的属于这棵树的原木不会被一同砍伐。", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[3]": "设定为负值等同于", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[4]": "无限半径。", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks": "邻接方块白名单", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[0]": "定义一个允许与树的主干", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[1]": "相邻接的方块名单。", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[2]": "如果一个方块与树干相邻接却", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[3]": "不在该名单上,则这棵树会根据", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[4]": "邻接阻止模式的设置决定是否", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[5]": "不会被砍伐。", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[7]": "信息:如果该项为空", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[8]": "则该限制不会生效。", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "邻接阻止模式", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "定义当有未处于白名单内的方块", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "邻接于树干时会有何事发生。", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL:完全 ", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "阻止树木一键砍伐。'", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH:阻止方块邻接的原木所在的 ", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "分枝,但仍然会砍伐树的其余部分,", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "直到砍到方块邻接的原木方块为止。", + "text.autoconfig.fallingtree.option.tools.whitelisted": "白名单:工具", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[0]": "处于该增项名单的工具可以被用来伐树。", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[2]": "信息:被标记为#axe标签的物品已被加入白名单。", + "text.autoconfig.fallingtree.option.tools.blacklisted": "黑名单:工具", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[0]": "处于该名单的工具不再被认为是伐树工具。", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[2]": "信息:该名单优先级高于白名单。", + "text.autoconfig.fallingtree.option.tools.preserve": "保留工具", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "当设置为true,在砍伐一棵树且工具耐久即将耗尽时", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "会让工具剩下1点耐久度,", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "剩下的原木不会被砍伐。", + "text.autoconfig.fallingtree.option.tools.ignoreTools": "不要伤害工具", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "当设置为true,无论手上有什么物品(甚至空手)", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "本模组都会激活伐树功能。", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "信息:黑名单仍然可以用来限制伐树工具。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "耐久消耗倍率", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "定义消耗工具耐久度的倍数。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "即:如果设为1则破坏5个原木消耗5点耐久度。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "即:如果设为2则破坏5个原木消耗10点耐久度。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "如果设为0,仍会每次消耗1点耐久度。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "信息:该倍率只在伐树时生效。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "伐树速度倍率", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "当伐树时对砍伐速度乘以一个修正倍率。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "设为0会禁用这个倍率,即不对砍伐速度", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "作任何修改。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "设为1则每个原木方块计算1倍时间,即如果", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "一颗树有5个原木则需要5倍的时间来砍伐。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "设为1则每个原木方块计算2倍时间,即如果", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "一颗树有5个原木则需要10倍的时间来砍伐。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "信息:只在INSTANTANEOUS模式下生效。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "警告:如果你在服务器中游玩,这个值要么只能设为0,", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "要么每一个服务器玩家都安装本模组。否则会出现", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "看上去破坏了方块但实际上方块还在原地的情况。", + "chat.fallingtree.tree_too_big": "这棵树太大,无法一次伐倒(至多%d个原木)", + "chat.fallingtree.prevented_break_tool": "你的工具快要损坏了,需要修复它或拿个新的过来" +} \ No newline at end of file From 18c21db37c99c41d078e3f83a255a0f80f00ea9e Mon Sep 17 00:00:00 2001 From: Wren Date: Wed, 11 Jan 2023 09:22:01 +0800 Subject: [PATCH 4/8] cp to 1.16 fabric --- .../falling-tree/falling_tree/lang/en_us.json | 26 --- .../falling-tree/falling_tree/lang/zh_cn.json | 1 - .../falling-tree/fallingtree/lang/zh_cn.json | 155 +++++++++++++++++- 3 files changed, 154 insertions(+), 28 deletions(-) delete mode 100644 projects/1.16-fabric/assets/falling-tree/falling_tree/lang/en_us.json delete mode 100644 projects/1.16-fabric/assets/falling-tree/falling_tree/lang/zh_cn.json diff --git a/projects/1.16-fabric/assets/falling-tree/falling_tree/lang/en_us.json b/projects/1.16-fabric/assets/falling-tree/falling_tree/lang/en_us.json deleted file mode 100644 index 38cf7994e509..000000000000 --- a/projects/1.16-fabric/assets/falling-tree/falling_tree/lang/en_us.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "text.autoconfig.fallingtree.category.default": "General", - "text.autoconfig.fallingtree.category.trees": "Trees", - "text.autoconfig.fallingtree.category.tools": "Tools", - "text.autoconfig.fallingtree.option.reverseSneaking": "Reverse sneaking", - "text.autoconfig.fallingtree.option.breakInCreative": "Break in creative", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "Whitelisted logs", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "Blacklisted logs", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "Whitelisted leaves", - "text.autoconfig.fallingtree.option.trees.blacklistedLeaves": "Blacklisted leaves", - "text.autoconfig.fallingtree.option.trees.breakMode": "Break mode", - "text.autoconfig.fallingtree.option.trees.maxSize": "Max size", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "Minimum leaves around required", - "text.autoconfig.fallingtree.option.trees.leavesBreaking": "Leaves breaking", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius": "Leaves breaking force radius", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "Allow trunks with mixed log blocks", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "Break nether tree warts (leaves)", - "text.autoconfig.fallingtree.option.tools.whitelisted": "Whitelisted tools", - "text.autoconfig.fallingtree.option.tools.blacklisted": "Blacklisted tools", - "text.autoconfig.fallingtree.option.tools.preserve": "Preserve tools", - "text.autoconfig.fallingtree.option.tools.ignoreTools": "Do not damage tools", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "Damage multiplicand", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "Speed multiplicand", - "chat.falling_tree.tree_too_big": "This tree is too big and can't be broken in one hit (size: %d, max: %d)", - "chat.falling_tree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one" -} \ No newline at end of file diff --git a/projects/1.16-fabric/assets/falling-tree/falling_tree/lang/zh_cn.json b/projects/1.16-fabric/assets/falling-tree/falling_tree/lang/zh_cn.json deleted file mode 100644 index 9e26dfeeb6e6..000000000000 --- a/projects/1.16-fabric/assets/falling-tree/falling_tree/lang/zh_cn.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/projects/1.16-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json b/projects/1.16-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json index 9e26dfeeb6e6..b1c8b0368551 100644 --- a/projects/1.16-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json +++ b/projects/1.16-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json @@ -1 +1,154 @@ -{} \ No newline at end of file +{ + "text.autoconfig.fallingtree.title": "伐树配置", + "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "提供的物品ID不合法,格式必须为“mod_id:item_id”", + "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "提供的方块ID不合法,格式必须为“mod_id:item_id”", + "text.autoconfig.fallingtree.category.default": "通用", + "text.autoconfig.fallingtree.category.trees": "树", + "text.autoconfig.fallingtree.category.tools": "工具", + "text.autoconfig.fallingtree.option.reverseSneaking": "反转潜行设置", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[0]": "当设置为true,树只会在潜行状态下被", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "整颗伐倒", + "text.autoconfig.fallingtree.option.breakInCreative": "处于创造模式下的伐树行为", + "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "当设置为true,模组会使得你可以在", + "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "创造模式下开启伐树功能", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "白名单:原木", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[0]": "处于该增项名单下的方块也会被认为是原木,", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[1]": "并被整颗伐倒。", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[3]": "信息:被标记为#log标签的方块已被加入", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[4]": "白名单。", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "黑名单:原木", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[0]": "处于该名单的方块不再被认为是原木。", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[2]": "信息:该配置的优先级高于白名单。", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "白名单:树叶", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[0]": "处于该增项名单下的方块会被认为是", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[1]": "(只需自然腐烂的)树叶。", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[3]": "信息:被标记为#leaves标签的方块已被加入", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[4]": "白名单。", + "text.autoconfig.fallingtree.option.trees.blacklistedLeaves": "黑名单:树叶", + "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[0]": "处于该名单的方块不再被认为是树叶。", + "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[2]": "信息:该配置的优先级高于白名单。", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves": "白名单:树叶(需要破坏)", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[0]": "处于该增项名单的方块会被认为是", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[1]": "(需要快速破坏的)树叶。", + "text.autoconfig.fallingtree.option.trees.breakMode": "破坏模式", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[0]": "破坏树木的方式。", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[2]": "INSTANTANEOUS:一次性砍倒整棵树。", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[3]": "", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[4]": "SHIFT_DOWN:下移砍伐会使你可以逐渐从上到下砍伐树木,", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[5]": "所以你仍然需要破坏整棵树的原木方块,", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[6]": "但不用爬到树顶从上到下砍伐。", + "text.autoconfig.fallingtree.option.trees.detectionMode": "侦测模式", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[0]": "哪一部分的树需要被砍伐。", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[2]": "WHOLE_TREE:破坏整棵树。", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[3]": "", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[4]": "ABOVE_CUT:只破坏以你所破坏的原木方块顶面为", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[5]": "起点相连的所有方块。", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[7]": "ABOVE_Y:只破坏以你所破坏的原木方块的Y坐标为起点", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[8]": "上方的所有方块。", + "text.autoconfig.fallingtree.option.trees.maxSize": "最大尺寸", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "所能砍伐整颗树木的最大尺寸。如果原木数目大于该值", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "则树不会被砍伐。", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "最少需要树叶数", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "识别为一颗树所需要在树顶的原木方块", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "周围存在的最少树叶数目。", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "信息:只在INSTANTANEOUS模式下生效。", + "text.autoconfig.fallingtree.option.trees.treeBreaking": "树干破坏", + "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "当设置为true,为本模组开启一键砍伐树木。", + "text.autoconfig.fallingtree.option.trees.leavesBreaking": "树叶破坏", + "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[0]": "当设置为true,原先自然掉落的树叶会", + "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[1]": "被立即破坏。", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius": "强制树叶破坏半径", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[0]": "强制破坏树叶的半径。如果另一棵树", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[1]": "还拥有树叶则也会被一并破坏。", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[2]": "如果树叶是玩家放置的", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[3]": "则也会被摧毁。'", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[4]": "半径设定为以树顶的其中一个方块为中心。", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[6]": "信息:要使该选项生效,树叶破坏选项必须开启。", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[7]": "信息:只在INSTANTANEOUS模式下生效。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "允许主干有多种原木方块。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "当设置为true,这会允许树干拥有", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "任意种类数目的原木。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "反之(false)会使得模组认为树干只能由", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "一种原木组成。", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "破坏下界树木的疣块(树叶)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "当设置为true下界树木的疣块(树叶)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "会和树干一起被破坏。", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius": "搜索范围半径", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[0]": "以被破坏的原木方块为中心的属于该颗树的原木搜索半径。", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[1]": "半径以外的属于这棵树的原木不会被一同砍伐。", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[3]": "设定为负值等同于", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[4]": "无限半径。", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks": "邻接方块白名单", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[0]": "定义一个允许与树的主干", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[1]": "相邻接的方块名单。", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[2]": "如果一个方块与树干相邻接却", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[3]": "不在该名单上,则这棵树会根据", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[4]": "邻接阻止模式的设置决定是否", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[5]": "不会被砍伐。", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[7]": "信息:如果该项为空", + "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[8]": "则该限制不会生效。", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "邻接阻止模式", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "定义当有未处于白名单内的方块", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "邻接于树干时会有何事发生。", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL:完全 ", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "阻止树木一键砍伐。'", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH:阻止方块邻接的原木所在的 ", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "分枝,但仍然会砍伐树的其余部分,", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "直到砍到方块邻接的原木方块为止。", + "text.autoconfig.fallingtree.option.tools.whitelisted": "白名单:工具", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[0]": "处于该增项名单的工具可以被用来伐树。", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[2]": "信息:被标记为#axe标签的物品已被加入白名单。", + "text.autoconfig.fallingtree.option.tools.blacklisted": "黑名单:工具", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[0]": "处于该名单的工具不再被认为是伐树工具。", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[2]": "信息:该名单优先级高于白名单。", + "text.autoconfig.fallingtree.option.tools.preserve": "保留工具", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "当设置为true,在砍伐一棵树且工具耐久即将耗尽时", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "会让工具剩下1点耐久度,", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "剩下的原木不会被砍伐。", + "text.autoconfig.fallingtree.option.tools.ignoreTools": "不要伤害工具", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "当设置为true,无论手上有什么物品(甚至空手)", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "本模组都会激活伐树功能。", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "信息:黑名单仍然可以用来限制伐树工具。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "耐久消耗倍率", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "定义消耗工具耐久度的倍数。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "即:如果设为1则破坏5个原木消耗5点耐久度。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "即:如果设为2则破坏5个原木消耗10点耐久度。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "如果设为0,仍会每次消耗1点耐久度。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "信息:该倍率只在伐树时生效。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "伐树速度倍率", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "当伐树时对砍伐速度乘以一个修正倍率。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "设为0会禁用这个倍率,即不对砍伐速度", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "作任何修改。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "设为1则每个原木方块计算1倍时间,即如果", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "一颗树有5个原木则需要5倍的时间来砍伐。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "设为1则每个原木方块计算2倍时间,即如果", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "一颗树有5个原木则需要10倍的时间来砍伐。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "信息:只在INSTANTANEOUS模式下生效。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "警告:如果你在服务器中游玩,这个值要么只能设为0,", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "要么每一个服务器玩家都安装本模组。否则会出现", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "看上去破坏了方块但实际上方块还在原地的情况。", + "chat.fallingtree.tree_too_big": "这棵树太大,无法一次伐倒(至多%d个原木)", + "chat.fallingtree.prevented_break_tool": "你的工具快要损坏了,需要修复它或拿个新的过来" +} \ No newline at end of file From 1d9b792a56173cd2a6dfdde8a35c963b6aafd8f0 Mon Sep 17 00:00:00 2001 From: Wren Date: Wed, 11 Jan 2023 09:24:48 +0800 Subject: [PATCH 5/8] sortkeys --- .../falling-tree/fallingtree/lang/en_us.json | 196 +++++++++--------- .../falling-tree/fallingtree/lang/zh_cn.json | 194 ++++++++--------- .../falling-tree/fallingtree/lang/en_us.json | 196 +++++++++--------- .../falling-tree/fallingtree/lang/zh_cn.json | 194 ++++++++--------- 4 files changed, 390 insertions(+), 390 deletions(-) diff --git a/projects/1.16-fabric/assets/falling-tree/fallingtree/lang/en_us.json b/projects/1.16-fabric/assets/falling-tree/fallingtree/lang/en_us.json index ac3a06fbcc55..5b6a83129ef6 100644 --- a/projects/1.16-fabric/assets/falling-tree/fallingtree/lang/en_us.json +++ b/projects/1.16-fabric/assets/falling-tree/fallingtree/lang/en_us.json @@ -1,39 +1,81 @@ { - "text.autoconfig.fallingtree.title": "FallingTree configuration", - "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "Invalid item provided, must have format 'mod_id:item_id'", - "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "Invalid block provided, must have format 'mod_id:block_id'", + "chat.fallingtree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one", + "chat.fallingtree.tree_too_big": "This tree is too big and can't be broken in one hit (max: %d)", "text.autoconfig.fallingtree.category.default": "General", - "text.autoconfig.fallingtree.category.trees": "Trees", "text.autoconfig.fallingtree.category.tools": "Tools", - "text.autoconfig.fallingtree.option.reverseSneaking": "Reverse sneaking", - "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[0]": "When set to true, a tree will only be", - "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "chopped down if the player is sneaking.", + "text.autoconfig.fallingtree.category.trees": "Trees", + "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "Invalid block provided, must have format 'mod_id:block_id'", + "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "Invalid item provided, must have format 'mod_id:item_id'", "text.autoconfig.fallingtree.option.breakInCreative": "Break in creative", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "When set to true, the mod will,", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "cut down trees in creative too.", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "Whitelisted logs", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[0]": "Additional list of blocks considered as logs and that", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[1]": "will be destroyed by the mod.", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[3]": "INFO: Blocks marked with the log tag will already be", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[4]": "whitelisted.", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "Blacklisted logs", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[0]": "List of blocks that should not be considered as logs.", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[2]": "INFO: This wins over the whitelist.", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "Whitelisted leaves", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[1]": "(blocks that decay naturally).", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[3]": "INFO: Blocks marked with the leaves tag will", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[4]": "already be whitelisted.", + "text.autoconfig.fallingtree.option.reverseSneaking": "Reverse sneaking", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[0]": "When set to true, a tree will only be", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "chopped down if the player is sneaking.", + "text.autoconfig.fallingtree.option.tools.blacklisted": "Blacklisted tools", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[0]": "List of tools that should not be considered as tools.", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[2]": "INFO: This wins over the whitelist.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "Damage multiplicand", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "Defines the number of times the damage is applied to the tool.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "ie: if set to 1 then breaking 5 logs will give 5 damage.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "ie: if set to 2 then breaking 5 logs will give 10 damage.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "If set to 0, it'll still apply 1 damage for every cut.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "INFO: This only applies when the tree is cut when using the mod.", + "text.autoconfig.fallingtree.option.tools.ignoreTools": "Do not damage tools", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "When set to true, the mod will be activated", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "no matter what you have in your hand (or empty hand).", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "INFO: Blacklist still can be use to restrict some tools.", + "text.autoconfig.fallingtree.option.tools.preserve": "Preserve tools", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "When set to true, when a tree is broken and the tool is about", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "to break we will just break enough blocks so that the tool is", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "left at 1 of durability.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "Speed multiplicand", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "Applies a speed modifier when breaking the tree.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "INFO: Only in INSTANTANEOUS mode.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "WARNING: If you are on a server, this either has to be set to 0", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "or every player should have the mod. Else they'll have a weird", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "effect of breaking the block but the block is still there.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "0 will disable this, so the speed will be the default one", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "of breaking a block.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "If set to 1 each log block will be counted once, so if the", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "tree is 5 blocks tall it'll require the time of breaking 5 logs.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "If set to 2 each log block will be counted twice, so if the", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "tree is 5 blocks tall, it'll require the time of breaking 10 logs", + "text.autoconfig.fallingtree.option.tools.whitelisted": "Whitelisted tools", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[0]": "Additional list of tools that can be used to chop down a tree.", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[2]": "INFO: Items marked with the axe tag will already be whitelisted.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "Adjacent stop mode", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "Defines what happens when an adjacent", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "block that isn't whitelisted is found.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL will make it so that the tree", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "isn't cut at all.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH will stop the current branch", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "but still cut the rest of the tree and", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "up to the adjacent block.", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "Allow trunks with mixed log blocks", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "When set to true this allow to have any kind of log", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "in a tree trunk.", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "Otherwise (false) the trunk will be considered as being", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "only one kind of log.", "text.autoconfig.fallingtree.option.trees.blacklistedLeaves": "Blacklisted leaves", "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[0]": "List of blocks that should not be considered as leaves.", "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[1]": "", "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[2]": "INFO: This wins over the whitelist.", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves": "Whitelisted leaves (needs breaking)", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[1]": "(blocks that needs to be broken).", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "Blacklisted logs", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[0]": "List of blocks that should not be considered as logs.", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[2]": "INFO: This wins over the whitelist.", "text.autoconfig.fallingtree.option.trees.breakMode": "Break mode", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[0]": "How to break the tree.", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[1]": "", @@ -42,6 +84,9 @@ "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[4]": "SHIFT_DOWN will make the tree fall down as you cut it,", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[5]": "so you still have to break x blocks but don't have to", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[6]": "climb the tree for them.", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "Break nether tree warts (leaves)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "be broken along with the trunk.", "text.autoconfig.fallingtree.option.trees.detectionMode": "Detection mode", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[0]": "What part of the tree should be cut.", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[1]": "", @@ -52,16 +97,6 @@ "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[6]": "", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[7]": "ABOVE_Y will break only blocks that are above the y", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[8]": "value of the cut point.", - "text.autoconfig.fallingtree.option.trees.maxSize": "Max size", - "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "The maximum size of a tree. If there's more logs", - "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "than this value the tree won't be cut.", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "Minimum leaves around required", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "The minimum amount of leaves that needs to be around", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "the top most log in order for the mod to consider it a tree.", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.trees.treeBreaking": "Trunk breaking", - "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "When set to true, the mod will cut trees with one cut.", "text.autoconfig.fallingtree.option.trees.leavesBreaking": "Leaves breaking", "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[0]": "When set to true, leaves that should naturally break", "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[1]": "will be broken instantly.", @@ -74,20 +109,22 @@ "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[5]": "", "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[6]": "INFO: break_leaves must be activated for this to take effect.", "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[7]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "Allow trunks with mixed log blocks", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "When set to true this allow to have any kind of log", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "in a tree trunk.", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "Otherwise (false) the trunk will be considered as being", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "only one kind of log.", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "Break nether tree warts (leaves)", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "be broken along with the trunk.", + "text.autoconfig.fallingtree.option.trees.maxSize": "Max size", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "The maximum size of a tree. If there's more logs", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "than this value the tree won't be cut.", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "Minimum leaves around required", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "The minimum amount of leaves that needs to be around", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "the top most log in order for the mod to consider it a tree.", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "INFO: Only in INSTANTANEOUS mode.", "text.autoconfig.fallingtree.option.trees.searchAreaRadius": "Search area radius", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[0]": "The radius around the broken log in which the tree", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[1]": "is searched for. Anything going out of it won't be cut", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[2]": "", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[3]": "A negative value will have the same effect as an", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[4]": "infinite radius.", + "text.autoconfig.fallingtree.option.trees.treeBreaking": "Trunk breaking", + "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "When set to true, the mod will cut trees with one cut.", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks": "Adjacent blocks whitelist", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[0]": "Define a list of blocks that are allowed", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[1]": "to be next to the trunk of the tree. If", @@ -98,57 +135,20 @@ "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[6]": "", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[7]": "INFO: If this is empty no restriction", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[8]": "will be applied.", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "Adjacent stop mode", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "Defines what happens when an adjacent", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "block that isn't whitelisted is found.", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL will make it so that the tree", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "isn't cut at all.", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH will stop the current branch", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "but still cut the rest of the tree and", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "up to the adjacent block.", - "text.autoconfig.fallingtree.option.tools.whitelisted": "Whitelisted tools", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[0]": "Additional list of tools that can be used to chop down a tree.", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[2]": "INFO: Items marked with the axe tag will already be whitelisted.", - "text.autoconfig.fallingtree.option.tools.blacklisted": "Blacklisted tools", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[0]": "List of tools that should not be considered as tools.", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[2]": "INFO: This wins over the whitelist.", - "text.autoconfig.fallingtree.option.tools.preserve": "Preserve tools", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "When set to true, when a tree is broken and the tool is about", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "to break we will just break enough blocks so that the tool is", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "left at 1 of durability.", - "text.autoconfig.fallingtree.option.tools.ignoreTools": "Do not damage tools", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "When set to true, the mod will be activated", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "no matter what you have in your hand (or empty hand).", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "INFO: Blacklist still can be use to restrict some tools.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "Damage multiplicand", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "Defines the number of times the damage is applied to the tool.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "ie: if set to 1 then breaking 5 logs will give 5 damage.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "ie: if set to 2 then breaking 5 logs will give 10 damage.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "If set to 0, it'll still apply 1 damage for every cut.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "INFO: This only applies when the tree is cut when using the mod.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "Speed multiplicand", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "Applies a speed modifier when breaking the tree.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "0 will disable this, so the speed will be the default one", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "of breaking a block.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "If set to 1 each log block will be counted once, so if the", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "tree is 5 blocks tall it'll require the time of breaking 5 logs.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "If set to 2 each log block will be counted twice, so if the", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "tree is 5 blocks tall, it'll require the time of breaking 10 logs", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "WARNING: If you are on a server, this either has to be set to 0", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "or every player should have the mod. Else they'll have a weird", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "effect of breaking the block but the block is still there.", - "chat.fallingtree.tree_too_big": "This tree is too big and can't be broken in one hit (max: %d)", - "chat.fallingtree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one" -} \ No newline at end of file + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "Whitelisted leaves", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[1]": "(blocks that decay naturally).", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[3]": "INFO: Blocks marked with the leaves tag will", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[4]": "already be whitelisted.", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "Whitelisted logs", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[0]": "Additional list of blocks considered as logs and that", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[1]": "will be destroyed by the mod.", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[3]": "INFO: Blocks marked with the log tag will already be", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[4]": "whitelisted.", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves": "Whitelisted leaves (needs breaking)", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[1]": "(blocks that needs to be broken).", + "text.autoconfig.fallingtree.title": "FallingTree configuration" +} diff --git a/projects/1.16-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json b/projects/1.16-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json index b1c8b0368551..42ce49b0103c 100644 --- a/projects/1.16-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json +++ b/projects/1.16-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json @@ -1,39 +1,81 @@ { - "text.autoconfig.fallingtree.title": "伐树配置", - "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "提供的物品ID不合法,格式必须为“mod_id:item_id”", - "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "提供的方块ID不合法,格式必须为“mod_id:item_id”", + "chat.fallingtree.prevented_break_tool": "你的工具快要损坏了,需要修复它或拿个新的过来", + "chat.fallingtree.tree_too_big": "这棵树太大,无法一次伐倒(至多%d个原木)", "text.autoconfig.fallingtree.category.default": "通用", - "text.autoconfig.fallingtree.category.trees": "树", "text.autoconfig.fallingtree.category.tools": "工具", - "text.autoconfig.fallingtree.option.reverseSneaking": "反转潜行设置", - "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[0]": "当设置为true,树只会在潜行状态下被", - "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "整颗伐倒", + "text.autoconfig.fallingtree.category.trees": "树", + "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "提供的方块ID不合法,格式必须为“mod_id:item_id”", + "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "提供的物品ID不合法,格式必须为“mod_id:item_id”", "text.autoconfig.fallingtree.option.breakInCreative": "处于创造模式下的伐树行为", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "当设置为true,模组会使得你可以在", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "创造模式下开启伐树功能", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "白名单:原木", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[0]": "处于该增项名单下的方块也会被认为是原木,", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[1]": "并被整颗伐倒。", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[3]": "信息:被标记为#log标签的方块已被加入", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[4]": "白名单。", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "黑名单:原木", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[0]": "处于该名单的方块不再被认为是原木。", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[2]": "信息:该配置的优先级高于白名单。", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "白名单:树叶", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[0]": "处于该增项名单下的方块会被认为是", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[1]": "(只需自然腐烂的)树叶。", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[3]": "信息:被标记为#leaves标签的方块已被加入", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[4]": "白名单。", + "text.autoconfig.fallingtree.option.reverseSneaking": "反转潜行设置", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[0]": "当设置为true,树只会在潜行状态下被", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "整颗伐倒", + "text.autoconfig.fallingtree.option.tools.blacklisted": "黑名单:工具", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[0]": "处于该名单的工具不再被认为是伐树工具。", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[2]": "信息:该名单优先级高于白名单。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "耐久消耗倍率", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "定义消耗工具耐久度的倍数。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "即:如果设为1则破坏5个原木消耗5点耐久度。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "即:如果设为2则破坏5个原木消耗10点耐久度。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "如果设为0,仍会每次消耗1点耐久度。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "信息:该倍率只在伐树时生效。", + "text.autoconfig.fallingtree.option.tools.ignoreTools": "不要伤害工具", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "当设置为true,无论手上有什么物品(甚至空手)", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "本模组都会激活伐树功能。", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "信息:黑名单仍然可以用来限制伐树工具。", + "text.autoconfig.fallingtree.option.tools.preserve": "保留工具", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "当设置为true,在砍伐一棵树且工具耐久即将耗尽时", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "会让工具剩下1点耐久度,", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "剩下的原木不会被砍伐。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "伐树速度倍率", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "当伐树时对砍伐速度乘以一个修正倍率。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "信息:只在INSTANTANEOUS模式下生效。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "警告:如果你在服务器中游玩,这个值要么只能设为0,", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "要么每一个服务器玩家都安装本模组。否则会出现", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "看上去破坏了方块但实际上方块还在原地的情况。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "设为0会禁用这个倍率,即不对砍伐速度", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "作任何修改。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "设为1则每个原木方块计算1倍时间,即如果", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "一颗树有5个原木则需要5倍的时间来砍伐。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "设为1则每个原木方块计算2倍时间,即如果", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "一颗树有5个原木则需要10倍的时间来砍伐。", + "text.autoconfig.fallingtree.option.tools.whitelisted": "白名单:工具", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[0]": "处于该增项名单的工具可以被用来伐树。", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[2]": "信息:被标记为#axe标签的物品已被加入白名单。", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "邻接阻止模式", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "定义当有未处于白名单内的方块", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "邻接于树干时会有何事发生。", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL:完全 ", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "阻止树木一键砍伐。'", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH:阻止方块邻接的原木所在的 ", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "分枝,但仍然会砍伐树的其余部分,", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "直到砍到方块邻接的原木方块为止。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "允许主干有多种原木方块。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "当设置为true,这会允许树干拥有", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "任意种类数目的原木。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "反之(false)会使得模组认为树干只能由", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "一种原木组成。", "text.autoconfig.fallingtree.option.trees.blacklistedLeaves": "黑名单:树叶", "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[0]": "处于该名单的方块不再被认为是树叶。", "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[1]": "", "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[2]": "信息:该配置的优先级高于白名单。", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves": "白名单:树叶(需要破坏)", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[0]": "处于该增项名单的方块会被认为是", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[1]": "(需要快速破坏的)树叶。", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "黑名单:原木", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[0]": "处于该名单的方块不再被认为是原木。", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[2]": "信息:该配置的优先级高于白名单。", "text.autoconfig.fallingtree.option.trees.breakMode": "破坏模式", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[0]": "破坏树木的方式。", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[1]": "", @@ -42,6 +84,9 @@ "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[4]": "SHIFT_DOWN:下移砍伐会使你可以逐渐从上到下砍伐树木,", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[5]": "所以你仍然需要破坏整棵树的原木方块,", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[6]": "但不用爬到树顶从上到下砍伐。", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "破坏下界树木的疣块(树叶)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "当设置为true下界树木的疣块(树叶)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "会和树干一起被破坏。", "text.autoconfig.fallingtree.option.trees.detectionMode": "侦测模式", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[0]": "哪一部分的树需要被砍伐。", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[1]": "", @@ -52,16 +97,6 @@ "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[6]": "", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[7]": "ABOVE_Y:只破坏以你所破坏的原木方块的Y坐标为起点", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[8]": "上方的所有方块。", - "text.autoconfig.fallingtree.option.trees.maxSize": "最大尺寸", - "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "所能砍伐整颗树木的最大尺寸。如果原木数目大于该值", - "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "则树不会被砍伐。", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "最少需要树叶数", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "识别为一颗树所需要在树顶的原木方块", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "周围存在的最少树叶数目。", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "信息:只在INSTANTANEOUS模式下生效。", - "text.autoconfig.fallingtree.option.trees.treeBreaking": "树干破坏", - "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "当设置为true,为本模组开启一键砍伐树木。", "text.autoconfig.fallingtree.option.trees.leavesBreaking": "树叶破坏", "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[0]": "当设置为true,原先自然掉落的树叶会", "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[1]": "被立即破坏。", @@ -74,20 +109,22 @@ "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[5]": "", "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[6]": "信息:要使该选项生效,树叶破坏选项必须开启。", "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[7]": "信息:只在INSTANTANEOUS模式下生效。", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "允许主干有多种原木方块。", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "当设置为true,这会允许树干拥有", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "任意种类数目的原木。", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "反之(false)会使得模组认为树干只能由", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "一种原木组成。", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "破坏下界树木的疣块(树叶)", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "当设置为true下界树木的疣块(树叶)", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "会和树干一起被破坏。", + "text.autoconfig.fallingtree.option.trees.maxSize": "最大尺寸", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "所能砍伐整颗树木的最大尺寸。如果原木数目大于该值", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "则树不会被砍伐。", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "最少需要树叶数", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "识别为一颗树所需要在树顶的原木方块", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "周围存在的最少树叶数目。", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "信息:只在INSTANTANEOUS模式下生效。", "text.autoconfig.fallingtree.option.trees.searchAreaRadius": "搜索范围半径", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[0]": "以被破坏的原木方块为中心的属于该颗树的原木搜索半径。", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[1]": "半径以外的属于这棵树的原木不会被一同砍伐。", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[2]": "", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[3]": "设定为负值等同于", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[4]": "无限半径。", + "text.autoconfig.fallingtree.option.trees.treeBreaking": "树干破坏", + "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "当设置为true,为本模组开启一键砍伐树木。", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks": "邻接方块白名单", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[0]": "定义一个允许与树的主干", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[1]": "相邻接的方块名单。", @@ -98,57 +135,20 @@ "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[6]": "", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[7]": "信息:如果该项为空", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[8]": "则该限制不会生效。", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "邻接阻止模式", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "定义当有未处于白名单内的方块", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "邻接于树干时会有何事发生。", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL:完全 ", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "阻止树木一键砍伐。'", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH:阻止方块邻接的原木所在的 ", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "分枝,但仍然会砍伐树的其余部分,", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "直到砍到方块邻接的原木方块为止。", - "text.autoconfig.fallingtree.option.tools.whitelisted": "白名单:工具", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[0]": "处于该增项名单的工具可以被用来伐树。", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[2]": "信息:被标记为#axe标签的物品已被加入白名单。", - "text.autoconfig.fallingtree.option.tools.blacklisted": "黑名单:工具", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[0]": "处于该名单的工具不再被认为是伐树工具。", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[2]": "信息:该名单优先级高于白名单。", - "text.autoconfig.fallingtree.option.tools.preserve": "保留工具", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "当设置为true,在砍伐一棵树且工具耐久即将耗尽时", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "会让工具剩下1点耐久度,", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "剩下的原木不会被砍伐。", - "text.autoconfig.fallingtree.option.tools.ignoreTools": "不要伤害工具", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "当设置为true,无论手上有什么物品(甚至空手)", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "本模组都会激活伐树功能。", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "信息:黑名单仍然可以用来限制伐树工具。", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "耐久消耗倍率", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "定义消耗工具耐久度的倍数。", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "即:如果设为1则破坏5个原木消耗5点耐久度。", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "即:如果设为2则破坏5个原木消耗10点耐久度。", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "如果设为0,仍会每次消耗1点耐久度。", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "信息:该倍率只在伐树时生效。", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "伐树速度倍率", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "当伐树时对砍伐速度乘以一个修正倍率。", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "设为0会禁用这个倍率,即不对砍伐速度", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "作任何修改。", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "设为1则每个原木方块计算1倍时间,即如果", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "一颗树有5个原木则需要5倍的时间来砍伐。", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "设为1则每个原木方块计算2倍时间,即如果", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "一颗树有5个原木则需要10倍的时间来砍伐。", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "信息:只在INSTANTANEOUS模式下生效。", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "警告:如果你在服务器中游玩,这个值要么只能设为0,", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "要么每一个服务器玩家都安装本模组。否则会出现", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "看上去破坏了方块但实际上方块还在原地的情况。", - "chat.fallingtree.tree_too_big": "这棵树太大,无法一次伐倒(至多%d个原木)", - "chat.fallingtree.prevented_break_tool": "你的工具快要损坏了,需要修复它或拿个新的过来" + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "白名单:树叶", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[0]": "处于该增项名单下的方块会被认为是", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[1]": "(只需自然腐烂的)树叶。", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[3]": "信息:被标记为#leaves标签的方块已被加入", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[4]": "白名单。", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "白名单:原木", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[0]": "处于该增项名单下的方块也会被认为是原木,", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[1]": "并被整颗伐倒。", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[3]": "信息:被标记为#log标签的方块已被加入", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[4]": "白名单。", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves": "白名单:树叶(需要破坏)", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[0]": "处于该增项名单的方块会被认为是", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[1]": "(需要快速破坏的)树叶。", + "text.autoconfig.fallingtree.title": "伐树配置" } \ No newline at end of file diff --git a/projects/1.16/assets/falling-tree/fallingtree/lang/en_us.json b/projects/1.16/assets/falling-tree/fallingtree/lang/en_us.json index ac3a06fbcc55..5b6a83129ef6 100644 --- a/projects/1.16/assets/falling-tree/fallingtree/lang/en_us.json +++ b/projects/1.16/assets/falling-tree/fallingtree/lang/en_us.json @@ -1,39 +1,81 @@ { - "text.autoconfig.fallingtree.title": "FallingTree configuration", - "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "Invalid item provided, must have format 'mod_id:item_id'", - "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "Invalid block provided, must have format 'mod_id:block_id'", + "chat.fallingtree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one", + "chat.fallingtree.tree_too_big": "This tree is too big and can't be broken in one hit (max: %d)", "text.autoconfig.fallingtree.category.default": "General", - "text.autoconfig.fallingtree.category.trees": "Trees", "text.autoconfig.fallingtree.category.tools": "Tools", - "text.autoconfig.fallingtree.option.reverseSneaking": "Reverse sneaking", - "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[0]": "When set to true, a tree will only be", - "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "chopped down if the player is sneaking.", + "text.autoconfig.fallingtree.category.trees": "Trees", + "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "Invalid block provided, must have format 'mod_id:block_id'", + "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "Invalid item provided, must have format 'mod_id:item_id'", "text.autoconfig.fallingtree.option.breakInCreative": "Break in creative", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "When set to true, the mod will,", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "cut down trees in creative too.", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "Whitelisted logs", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[0]": "Additional list of blocks considered as logs and that", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[1]": "will be destroyed by the mod.", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[3]": "INFO: Blocks marked with the log tag will already be", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[4]": "whitelisted.", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "Blacklisted logs", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[0]": "List of blocks that should not be considered as logs.", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[2]": "INFO: This wins over the whitelist.", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "Whitelisted leaves", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[1]": "(blocks that decay naturally).", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[3]": "INFO: Blocks marked with the leaves tag will", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[4]": "already be whitelisted.", + "text.autoconfig.fallingtree.option.reverseSneaking": "Reverse sneaking", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[0]": "When set to true, a tree will only be", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "chopped down if the player is sneaking.", + "text.autoconfig.fallingtree.option.tools.blacklisted": "Blacklisted tools", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[0]": "List of tools that should not be considered as tools.", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[2]": "INFO: This wins over the whitelist.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "Damage multiplicand", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "Defines the number of times the damage is applied to the tool.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "ie: if set to 1 then breaking 5 logs will give 5 damage.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "ie: if set to 2 then breaking 5 logs will give 10 damage.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "If set to 0, it'll still apply 1 damage for every cut.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "INFO: This only applies when the tree is cut when using the mod.", + "text.autoconfig.fallingtree.option.tools.ignoreTools": "Do not damage tools", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "When set to true, the mod will be activated", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "no matter what you have in your hand (or empty hand).", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "INFO: Blacklist still can be use to restrict some tools.", + "text.autoconfig.fallingtree.option.tools.preserve": "Preserve tools", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "When set to true, when a tree is broken and the tool is about", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "to break we will just break enough blocks so that the tool is", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "left at 1 of durability.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "Speed multiplicand", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "Applies a speed modifier when breaking the tree.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "INFO: Only in INSTANTANEOUS mode.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "WARNING: If you are on a server, this either has to be set to 0", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "or every player should have the mod. Else they'll have a weird", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "effect of breaking the block but the block is still there.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "0 will disable this, so the speed will be the default one", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "of breaking a block.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "If set to 1 each log block will be counted once, so if the", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "tree is 5 blocks tall it'll require the time of breaking 5 logs.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "If set to 2 each log block will be counted twice, so if the", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "tree is 5 blocks tall, it'll require the time of breaking 10 logs", + "text.autoconfig.fallingtree.option.tools.whitelisted": "Whitelisted tools", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[0]": "Additional list of tools that can be used to chop down a tree.", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[2]": "INFO: Items marked with the axe tag will already be whitelisted.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "Adjacent stop mode", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "Defines what happens when an adjacent", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "block that isn't whitelisted is found.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL will make it so that the tree", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "isn't cut at all.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH will stop the current branch", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "but still cut the rest of the tree and", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "up to the adjacent block.", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "Allow trunks with mixed log blocks", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "When set to true this allow to have any kind of log", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "in a tree trunk.", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "Otherwise (false) the trunk will be considered as being", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "only one kind of log.", "text.autoconfig.fallingtree.option.trees.blacklistedLeaves": "Blacklisted leaves", "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[0]": "List of blocks that should not be considered as leaves.", "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[1]": "", "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[2]": "INFO: This wins over the whitelist.", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves": "Whitelisted leaves (needs breaking)", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[1]": "(blocks that needs to be broken).", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "Blacklisted logs", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[0]": "List of blocks that should not be considered as logs.", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[2]": "INFO: This wins over the whitelist.", "text.autoconfig.fallingtree.option.trees.breakMode": "Break mode", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[0]": "How to break the tree.", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[1]": "", @@ -42,6 +84,9 @@ "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[4]": "SHIFT_DOWN will make the tree fall down as you cut it,", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[5]": "so you still have to break x blocks but don't have to", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[6]": "climb the tree for them.", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "Break nether tree warts (leaves)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "be broken along with the trunk.", "text.autoconfig.fallingtree.option.trees.detectionMode": "Detection mode", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[0]": "What part of the tree should be cut.", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[1]": "", @@ -52,16 +97,6 @@ "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[6]": "", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[7]": "ABOVE_Y will break only blocks that are above the y", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[8]": "value of the cut point.", - "text.autoconfig.fallingtree.option.trees.maxSize": "Max size", - "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "The maximum size of a tree. If there's more logs", - "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "than this value the tree won't be cut.", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "Minimum leaves around required", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "The minimum amount of leaves that needs to be around", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "the top most log in order for the mod to consider it a tree.", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.trees.treeBreaking": "Trunk breaking", - "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "When set to true, the mod will cut trees with one cut.", "text.autoconfig.fallingtree.option.trees.leavesBreaking": "Leaves breaking", "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[0]": "When set to true, leaves that should naturally break", "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[1]": "will be broken instantly.", @@ -74,20 +109,22 @@ "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[5]": "", "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[6]": "INFO: break_leaves must be activated for this to take effect.", "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[7]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "Allow trunks with mixed log blocks", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "When set to true this allow to have any kind of log", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "in a tree trunk.", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "Otherwise (false) the trunk will be considered as being", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "only one kind of log.", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "Break nether tree warts (leaves)", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "be broken along with the trunk.", + "text.autoconfig.fallingtree.option.trees.maxSize": "Max size", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "The maximum size of a tree. If there's more logs", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "than this value the tree won't be cut.", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "Minimum leaves around required", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "The minimum amount of leaves that needs to be around", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "the top most log in order for the mod to consider it a tree.", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "INFO: Only in INSTANTANEOUS mode.", "text.autoconfig.fallingtree.option.trees.searchAreaRadius": "Search area radius", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[0]": "The radius around the broken log in which the tree", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[1]": "is searched for. Anything going out of it won't be cut", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[2]": "", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[3]": "A negative value will have the same effect as an", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[4]": "infinite radius.", + "text.autoconfig.fallingtree.option.trees.treeBreaking": "Trunk breaking", + "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "When set to true, the mod will cut trees with one cut.", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks": "Adjacent blocks whitelist", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[0]": "Define a list of blocks that are allowed", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[1]": "to be next to the trunk of the tree. If", @@ -98,57 +135,20 @@ "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[6]": "", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[7]": "INFO: If this is empty no restriction", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[8]": "will be applied.", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "Adjacent stop mode", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "Defines what happens when an adjacent", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "block that isn't whitelisted is found.", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL will make it so that the tree", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "isn't cut at all.", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH will stop the current branch", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "but still cut the rest of the tree and", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "up to the adjacent block.", - "text.autoconfig.fallingtree.option.tools.whitelisted": "Whitelisted tools", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[0]": "Additional list of tools that can be used to chop down a tree.", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[2]": "INFO: Items marked with the axe tag will already be whitelisted.", - "text.autoconfig.fallingtree.option.tools.blacklisted": "Blacklisted tools", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[0]": "List of tools that should not be considered as tools.", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[2]": "INFO: This wins over the whitelist.", - "text.autoconfig.fallingtree.option.tools.preserve": "Preserve tools", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "When set to true, when a tree is broken and the tool is about", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "to break we will just break enough blocks so that the tool is", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "left at 1 of durability.", - "text.autoconfig.fallingtree.option.tools.ignoreTools": "Do not damage tools", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "When set to true, the mod will be activated", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "no matter what you have in your hand (or empty hand).", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "INFO: Blacklist still can be use to restrict some tools.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "Damage multiplicand", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "Defines the number of times the damage is applied to the tool.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "ie: if set to 1 then breaking 5 logs will give 5 damage.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "ie: if set to 2 then breaking 5 logs will give 10 damage.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "If set to 0, it'll still apply 1 damage for every cut.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "INFO: This only applies when the tree is cut when using the mod.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "Speed multiplicand", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "Applies a speed modifier when breaking the tree.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "0 will disable this, so the speed will be the default one", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "of breaking a block.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "If set to 1 each log block will be counted once, so if the", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "tree is 5 blocks tall it'll require the time of breaking 5 logs.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "If set to 2 each log block will be counted twice, so if the", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "tree is 5 blocks tall, it'll require the time of breaking 10 logs", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "WARNING: If you are on a server, this either has to be set to 0", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "or every player should have the mod. Else they'll have a weird", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "effect of breaking the block but the block is still there.", - "chat.fallingtree.tree_too_big": "This tree is too big and can't be broken in one hit (max: %d)", - "chat.fallingtree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one" -} \ No newline at end of file + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "Whitelisted leaves", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[1]": "(blocks that decay naturally).", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[3]": "INFO: Blocks marked with the leaves tag will", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[4]": "already be whitelisted.", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "Whitelisted logs", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[0]": "Additional list of blocks considered as logs and that", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[1]": "will be destroyed by the mod.", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[3]": "INFO: Blocks marked with the log tag will already be", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[4]": "whitelisted.", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves": "Whitelisted leaves (needs breaking)", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[1]": "(blocks that needs to be broken).", + "text.autoconfig.fallingtree.title": "FallingTree configuration" +} diff --git a/projects/1.16/assets/falling-tree/fallingtree/lang/zh_cn.json b/projects/1.16/assets/falling-tree/fallingtree/lang/zh_cn.json index b1c8b0368551..42ce49b0103c 100644 --- a/projects/1.16/assets/falling-tree/fallingtree/lang/zh_cn.json +++ b/projects/1.16/assets/falling-tree/fallingtree/lang/zh_cn.json @@ -1,39 +1,81 @@ { - "text.autoconfig.fallingtree.title": "伐树配置", - "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "提供的物品ID不合法,格式必须为“mod_id:item_id”", - "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "提供的方块ID不合法,格式必须为“mod_id:item_id”", + "chat.fallingtree.prevented_break_tool": "你的工具快要损坏了,需要修复它或拿个新的过来", + "chat.fallingtree.tree_too_big": "这棵树太大,无法一次伐倒(至多%d个原木)", "text.autoconfig.fallingtree.category.default": "通用", - "text.autoconfig.fallingtree.category.trees": "树", "text.autoconfig.fallingtree.category.tools": "工具", - "text.autoconfig.fallingtree.option.reverseSneaking": "反转潜行设置", - "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[0]": "当设置为true,树只会在潜行状态下被", - "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "整颗伐倒", + "text.autoconfig.fallingtree.category.trees": "树", + "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "提供的方块ID不合法,格式必须为“mod_id:item_id”", + "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "提供的物品ID不合法,格式必须为“mod_id:item_id”", "text.autoconfig.fallingtree.option.breakInCreative": "处于创造模式下的伐树行为", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "当设置为true,模组会使得你可以在", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "创造模式下开启伐树功能", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "白名单:原木", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[0]": "处于该增项名单下的方块也会被认为是原木,", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[1]": "并被整颗伐倒。", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[3]": "信息:被标记为#log标签的方块已被加入", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[4]": "白名单。", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "黑名单:原木", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[0]": "处于该名单的方块不再被认为是原木。", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[2]": "信息:该配置的优先级高于白名单。", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "白名单:树叶", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[0]": "处于该增项名单下的方块会被认为是", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[1]": "(只需自然腐烂的)树叶。", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[3]": "信息:被标记为#leaves标签的方块已被加入", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[4]": "白名单。", + "text.autoconfig.fallingtree.option.reverseSneaking": "反转潜行设置", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[0]": "当设置为true,树只会在潜行状态下被", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "整颗伐倒", + "text.autoconfig.fallingtree.option.tools.blacklisted": "黑名单:工具", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[0]": "处于该名单的工具不再被认为是伐树工具。", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[2]": "信息:该名单优先级高于白名单。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "耐久消耗倍率", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "定义消耗工具耐久度的倍数。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "即:如果设为1则破坏5个原木消耗5点耐久度。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "即:如果设为2则破坏5个原木消耗10点耐久度。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "如果设为0,仍会每次消耗1点耐久度。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "信息:该倍率只在伐树时生效。", + "text.autoconfig.fallingtree.option.tools.ignoreTools": "不要伤害工具", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "当设置为true,无论手上有什么物品(甚至空手)", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "本模组都会激活伐树功能。", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "信息:黑名单仍然可以用来限制伐树工具。", + "text.autoconfig.fallingtree.option.tools.preserve": "保留工具", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "当设置为true,在砍伐一棵树且工具耐久即将耗尽时", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "会让工具剩下1点耐久度,", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "剩下的原木不会被砍伐。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "伐树速度倍率", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "当伐树时对砍伐速度乘以一个修正倍率。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "信息:只在INSTANTANEOUS模式下生效。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "警告:如果你在服务器中游玩,这个值要么只能设为0,", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "要么每一个服务器玩家都安装本模组。否则会出现", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "看上去破坏了方块但实际上方块还在原地的情况。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "设为0会禁用这个倍率,即不对砍伐速度", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "作任何修改。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "设为1则每个原木方块计算1倍时间,即如果", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "一颗树有5个原木则需要5倍的时间来砍伐。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "设为1则每个原木方块计算2倍时间,即如果", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "一颗树有5个原木则需要10倍的时间来砍伐。", + "text.autoconfig.fallingtree.option.tools.whitelisted": "白名单:工具", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[0]": "处于该增项名单的工具可以被用来伐树。", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[2]": "信息:被标记为#axe标签的物品已被加入白名单。", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "邻接阻止模式", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "定义当有未处于白名单内的方块", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "邻接于树干时会有何事发生。", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL:完全 ", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "阻止树木一键砍伐。'", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH:阻止方块邻接的原木所在的 ", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "分枝,但仍然会砍伐树的其余部分,", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "直到砍到方块邻接的原木方块为止。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "允许主干有多种原木方块。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "当设置为true,这会允许树干拥有", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "任意种类数目的原木。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "反之(false)会使得模组认为树干只能由", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "一种原木组成。", "text.autoconfig.fallingtree.option.trees.blacklistedLeaves": "黑名单:树叶", "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[0]": "处于该名单的方块不再被认为是树叶。", "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[1]": "", "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[2]": "信息:该配置的优先级高于白名单。", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves": "白名单:树叶(需要破坏)", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[0]": "处于该增项名单的方块会被认为是", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[1]": "(需要快速破坏的)树叶。", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "黑名单:原木", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[0]": "处于该名单的方块不再被认为是原木。", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[2]": "信息:该配置的优先级高于白名单。", "text.autoconfig.fallingtree.option.trees.breakMode": "破坏模式", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[0]": "破坏树木的方式。", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[1]": "", @@ -42,6 +84,9 @@ "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[4]": "SHIFT_DOWN:下移砍伐会使你可以逐渐从上到下砍伐树木,", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[5]": "所以你仍然需要破坏整棵树的原木方块,", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[6]": "但不用爬到树顶从上到下砍伐。", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "破坏下界树木的疣块(树叶)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "当设置为true下界树木的疣块(树叶)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "会和树干一起被破坏。", "text.autoconfig.fallingtree.option.trees.detectionMode": "侦测模式", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[0]": "哪一部分的树需要被砍伐。", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[1]": "", @@ -52,16 +97,6 @@ "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[6]": "", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[7]": "ABOVE_Y:只破坏以你所破坏的原木方块的Y坐标为起点", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[8]": "上方的所有方块。", - "text.autoconfig.fallingtree.option.trees.maxSize": "最大尺寸", - "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "所能砍伐整颗树木的最大尺寸。如果原木数目大于该值", - "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "则树不会被砍伐。", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "最少需要树叶数", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "识别为一颗树所需要在树顶的原木方块", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "周围存在的最少树叶数目。", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "信息:只在INSTANTANEOUS模式下生效。", - "text.autoconfig.fallingtree.option.trees.treeBreaking": "树干破坏", - "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "当设置为true,为本模组开启一键砍伐树木。", "text.autoconfig.fallingtree.option.trees.leavesBreaking": "树叶破坏", "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[0]": "当设置为true,原先自然掉落的树叶会", "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[1]": "被立即破坏。", @@ -74,20 +109,22 @@ "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[5]": "", "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[6]": "信息:要使该选项生效,树叶破坏选项必须开启。", "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[7]": "信息:只在INSTANTANEOUS模式下生效。", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "允许主干有多种原木方块。", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "当设置为true,这会允许树干拥有", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "任意种类数目的原木。", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "反之(false)会使得模组认为树干只能由", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "一种原木组成。", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "破坏下界树木的疣块(树叶)", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "当设置为true下界树木的疣块(树叶)", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "会和树干一起被破坏。", + "text.autoconfig.fallingtree.option.trees.maxSize": "最大尺寸", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "所能砍伐整颗树木的最大尺寸。如果原木数目大于该值", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "则树不会被砍伐。", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "最少需要树叶数", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "识别为一颗树所需要在树顶的原木方块", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "周围存在的最少树叶数目。", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "信息:只在INSTANTANEOUS模式下生效。", "text.autoconfig.fallingtree.option.trees.searchAreaRadius": "搜索范围半径", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[0]": "以被破坏的原木方块为中心的属于该颗树的原木搜索半径。", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[1]": "半径以外的属于这棵树的原木不会被一同砍伐。", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[2]": "", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[3]": "设定为负值等同于", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[4]": "无限半径。", + "text.autoconfig.fallingtree.option.trees.treeBreaking": "树干破坏", + "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "当设置为true,为本模组开启一键砍伐树木。", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks": "邻接方块白名单", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[0]": "定义一个允许与树的主干", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[1]": "相邻接的方块名单。", @@ -98,57 +135,20 @@ "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[6]": "", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[7]": "信息:如果该项为空", "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[8]": "则该限制不会生效。", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "邻接阻止模式", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "定义当有未处于白名单内的方块", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "邻接于树干时会有何事发生。", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL:完全 ", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "阻止树木一键砍伐。'", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH:阻止方块邻接的原木所在的 ", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "分枝,但仍然会砍伐树的其余部分,", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "直到砍到方块邻接的原木方块为止。", - "text.autoconfig.fallingtree.option.tools.whitelisted": "白名单:工具", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[0]": "处于该增项名单的工具可以被用来伐树。", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[2]": "信息:被标记为#axe标签的物品已被加入白名单。", - "text.autoconfig.fallingtree.option.tools.blacklisted": "黑名单:工具", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[0]": "处于该名单的工具不再被认为是伐树工具。", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[2]": "信息:该名单优先级高于白名单。", - "text.autoconfig.fallingtree.option.tools.preserve": "保留工具", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "当设置为true,在砍伐一棵树且工具耐久即将耗尽时", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "会让工具剩下1点耐久度,", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "剩下的原木不会被砍伐。", - "text.autoconfig.fallingtree.option.tools.ignoreTools": "不要伤害工具", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "当设置为true,无论手上有什么物品(甚至空手)", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "本模组都会激活伐树功能。", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "信息:黑名单仍然可以用来限制伐树工具。", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "耐久消耗倍率", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "定义消耗工具耐久度的倍数。", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "即:如果设为1则破坏5个原木消耗5点耐久度。", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "即:如果设为2则破坏5个原木消耗10点耐久度。", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "如果设为0,仍会每次消耗1点耐久度。", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "信息:该倍率只在伐树时生效。", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "伐树速度倍率", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "当伐树时对砍伐速度乘以一个修正倍率。", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "设为0会禁用这个倍率,即不对砍伐速度", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "作任何修改。", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "设为1则每个原木方块计算1倍时间,即如果", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "一颗树有5个原木则需要5倍的时间来砍伐。", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "设为1则每个原木方块计算2倍时间,即如果", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "一颗树有5个原木则需要10倍的时间来砍伐。", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "信息:只在INSTANTANEOUS模式下生效。", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "警告:如果你在服务器中游玩,这个值要么只能设为0,", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "要么每一个服务器玩家都安装本模组。否则会出现", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "看上去破坏了方块但实际上方块还在原地的情况。", - "chat.fallingtree.tree_too_big": "这棵树太大,无法一次伐倒(至多%d个原木)", - "chat.fallingtree.prevented_break_tool": "你的工具快要损坏了,需要修复它或拿个新的过来" + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "白名单:树叶", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[0]": "处于该增项名单下的方块会被认为是", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[1]": "(只需自然腐烂的)树叶。", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[3]": "信息:被标记为#leaves标签的方块已被加入", + "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[4]": "白名单。", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "白名单:原木", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[0]": "处于该增项名单下的方块也会被认为是原木,", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[1]": "并被整颗伐倒。", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[3]": "信息:被标记为#log标签的方块已被加入", + "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[4]": "白名单。", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves": "白名单:树叶(需要破坏)", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[0]": "处于该增项名单的方块会被认为是", + "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[1]": "(需要快速破坏的)树叶。", + "text.autoconfig.fallingtree.title": "伐树配置" } \ No newline at end of file From ff0cc36a8cc0a2ed2752d92ad1347ff87b6db959 Mon Sep 17 00:00:00 2001 From: Wren Date: Wed, 11 Jan 2023 11:45:11 +0800 Subject: [PATCH 6/8] 1.18 translate --- .../falling-tree/falling_tree/lang/en_us.json | 26 -- .../falling-tree/falling_tree/lang/zh_cn.json | 1 - .../falling-tree/fallingtree/lang/en_us.json | 188 +++++++--- .../falling-tree/fallingtree/lang/zh_cn.json | 352 +++++++++++------- 4 files changed, 350 insertions(+), 217 deletions(-) delete mode 100644 projects/1.18/assets/falling-tree/falling_tree/lang/en_us.json delete mode 100644 projects/1.18/assets/falling-tree/falling_tree/lang/zh_cn.json diff --git a/projects/1.18/assets/falling-tree/falling_tree/lang/en_us.json b/projects/1.18/assets/falling-tree/falling_tree/lang/en_us.json deleted file mode 100644 index 38cf7994e509..000000000000 --- a/projects/1.18/assets/falling-tree/falling_tree/lang/en_us.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "text.autoconfig.fallingtree.category.default": "General", - "text.autoconfig.fallingtree.category.trees": "Trees", - "text.autoconfig.fallingtree.category.tools": "Tools", - "text.autoconfig.fallingtree.option.reverseSneaking": "Reverse sneaking", - "text.autoconfig.fallingtree.option.breakInCreative": "Break in creative", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "Whitelisted logs", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "Blacklisted logs", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "Whitelisted leaves", - "text.autoconfig.fallingtree.option.trees.blacklistedLeaves": "Blacklisted leaves", - "text.autoconfig.fallingtree.option.trees.breakMode": "Break mode", - "text.autoconfig.fallingtree.option.trees.maxSize": "Max size", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "Minimum leaves around required", - "text.autoconfig.fallingtree.option.trees.leavesBreaking": "Leaves breaking", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius": "Leaves breaking force radius", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "Allow trunks with mixed log blocks", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "Break nether tree warts (leaves)", - "text.autoconfig.fallingtree.option.tools.whitelisted": "Whitelisted tools", - "text.autoconfig.fallingtree.option.tools.blacklisted": "Blacklisted tools", - "text.autoconfig.fallingtree.option.tools.preserve": "Preserve tools", - "text.autoconfig.fallingtree.option.tools.ignoreTools": "Do not damage tools", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "Damage multiplicand", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "Speed multiplicand", - "chat.falling_tree.tree_too_big": "This tree is too big and can't be broken in one hit (size: %d, max: %d)", - "chat.falling_tree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one" -} \ No newline at end of file diff --git a/projects/1.18/assets/falling-tree/falling_tree/lang/zh_cn.json b/projects/1.18/assets/falling-tree/falling_tree/lang/zh_cn.json deleted file mode 100644 index 9e26dfeeb6e6..000000000000 --- a/projects/1.18/assets/falling-tree/falling_tree/lang/zh_cn.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/projects/1.18/assets/falling-tree/fallingtree/lang/en_us.json b/projects/1.18/assets/falling-tree/fallingtree/lang/en_us.json index e2691ecb86af..dbb3048ed091 100644 --- a/projects/1.18/assets/falling-tree/fallingtree/lang/en_us.json +++ b/projects/1.18/assets/falling-tree/fallingtree/lang/en_us.json @@ -1,21 +1,65 @@ { - "chat.fallingtree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one", - "chat.fallingtree.tree_too_big": "This tree is too big and can't be broken in one hit (max: %d)", + "chat.fallingtree.break_tree_too_big": "This tree is too big and can't be broken in one hit (max tree size: %d)", + "chat.fallingtree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one.", + "chat.fallingtree.search_aborted": "Tree detection stopped, reason: ", + "chat.fallingtree.search_aborted.adjacent": "Found block %s that isn't allowed in the adjacent blocks.", + "chat.fallingtree.tree_too_big": "This tree is too big won't be scanned further (max scan size: %d)", + "enchantment.fallingtree.chopper": "Chopper", + "enchantment.fallingtree.chopper_instantaneous": "Chopper (instantaneous)", + "enchantment.fallingtree.chopper_shift_down": "Chopper (shift down)", "text.autoconfig.fallingtree.category.default": "General", + "text.autoconfig.fallingtree.category.enchantment": "Enchantment", + "text.autoconfig.fallingtree.category.player": "Player", "text.autoconfig.fallingtree.category.tools": "Tools", "text.autoconfig.fallingtree.category.trees": "Trees", - "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "Invalid block provided, must have format 'mod_id:block_id'", - "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "Invalid item provided, must have format 'mod_id:item_id'", + "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "Invalid block provided, must have format 'mod_id:block_id'.", + "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "Invalid item provided, must have format 'mod_id:item_id'.", "text.autoconfig.fallingtree.option.breakInCreative": "Break in creative", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "When set to true, the mod will,", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "cut down trees in creative too.", - "text.autoconfig.fallingtree.option.reverseSneaking": "Reverse sneaking", - "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[0]": "When set to true, a tree will only be", - "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "chopped down if the player is sneaking.", - "text.autoconfig.fallingtree.option.tools.blacklisted": "Blacklisted tools", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[0]": "List of tools that should not be considered as tools.", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[2]": "INFO: This wins over the whitelist.", + "text.autoconfig.fallingtree.option.enchantment.hideEnchant": "Hide enchant", + "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[0]": "If set to true the enchant will", + "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[1]": "not be discoverable nor tradeable.", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant": "Register Chopper enchantment", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[0]": "If set to true, the chopper", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[1]": "enchant will be registered and", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[2]": "will be required on tools in order", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[3]": "to activate the mod. If set to false", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[4]": "it won't be registered, making the", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[5]": "mod server-sided.", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[7]": "INFO: Restart needed.", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant": "Register Specific Chopper enchantment", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[0]": "If set to true, several chopper", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[1]": "enchants will be registered and", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[2]": "will be required on tools in order", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[3]": "to activate the mod with a specific", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[4]": "breaking mode. If set to false", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[5]": "it won't be registered, making the", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[6]": "mod server-sided.", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[7]": "", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[8]": "INFO: Restart needed.", + "text.autoconfig.fallingtree.option.notificationMode": "Notification mode", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[0]": "How to notify the player.", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[2]": "CHAT: Messages are sent in the chat.", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[3]": "ACTION_BAR: Messages are sent to the player's action bar.", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[4]": "NONE: No notifications will appear.", + "text.autoconfig.fallingtree.option.player.allowedTags": "Required player tagss", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[0]": "Define a list of tags that the player should", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[1]": "have in order to activate the mod. Only one", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[2]": "on them is required.", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[3]": "If the list is empty, no restriction is applied", + "text.autoconfig.fallingtree.option.sneakMode": "Sneak mode", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[0]": "Defines what happens when sneaking", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[2]": "SNEAK_DISABLE: Sneaking will disable the mod", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[3]": "SNEAK_ENABLE: Sneaking will enable the mod", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[4]": "IGNORE: Mod will always be activated", + "text.autoconfig.fallingtree.option.tools.allowed": "Allowed tools", + "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[0]": "Additional list of tools that can be used to chop down a tree.", + "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[2]": "INFO: Items marked with the axe tag will already be allowed.", "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "Damage multiplicand", "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "Defines the number of times the damage is applied to the tool.", "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", @@ -24,11 +68,24 @@ "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "If set to 0, it'll still apply 1 damage for every cut.", "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "INFO: This only applies when the tree is cut when using the mod.", - "text.autoconfig.fallingtree.option.tools.ignoreTools": "Do not damage tools", + "text.autoconfig.fallingtree.option.tools.damageRounding": "Damage rounding", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[0]": "How damage taken should be rounded if it isn't a whole number.", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[2]": "ROUNDING will round to the closest whole number.", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[3]": "ROUND_DOWN will round down.", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[4]": "ROUND_UP will round up.", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[5]": "PROBABILISTIC will treat decimal fraction as a probability of rounding up.", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[6]": "ie: 9.45 will have 45% chance of being rounded up to 10", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[7]": "and 55% chance of being rounded down to 9.", + "text.autoconfig.fallingtree.option.tools.denied": "Denied tools", + "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[0]": "List of tools that should not be considered as tools.", + "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[2]": "INFO: This wins over the allow list.", + "text.autoconfig.fallingtree.option.tools.ignoreTools": "Ignore tool", "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "When set to true, the mod will be activated", "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "no matter what you have in your hand (or empty hand).", "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "INFO: Blacklist still can be use to restrict some tools.", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "INFO: Deny list still can be use to restrict some tools.", "text.autoconfig.fallingtree.option.tools.preserve": "Preserve tools", "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "When set to true, when a tree is broken and the tool is about", "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "to break we will just break enough blocks so that the tool is", @@ -48,14 +105,10 @@ "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "tree is 5 blocks tall it'll require the time of breaking 5 logs.", "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "If set to 2 each log block will be counted twice, so if the", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "tree is 5 blocks tall, it'll require the time of breaking 10 logs", - "text.autoconfig.fallingtree.option.tools.whitelisted": "Whitelisted tools", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[0]": "Additional list of tools that can be used to chop down a tree.", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[2]": "INFO: Items marked with the axe tag will already be whitelisted.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "tree is 5 blocks tall, it'll require the time of breaking 10 logs.", "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "Adjacent stop mode", "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "Defines what happens when an adjacent", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "block that isn't whitelisted is found.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "block that isn't allowed is found.", "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL will make it so that the tree", "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "isn't cut at all.", @@ -68,14 +121,31 @@ "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "in a tree trunk.", "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "Otherwise (false) the trunk will be considered as being", "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "only one kind of log.", - "text.autoconfig.fallingtree.option.trees.blacklistedLeaves": "Blacklisted leaves", - "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[0]": "List of blocks that should not be considered as leaves.", - "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[2]": "INFO: This wins over the whitelist.", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "Blacklisted logs", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[0]": "List of blocks that should not be considered as logs.", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[2]": "INFO: This wins over the whitelist.", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks": "Adjacent blocks allowed", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[0]": "Define a list of blocks that are allowed", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[1]": "to be next to the trunk of the tree. If", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[2]": "a block that isn't in that list is found", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[3]": "around the trunk then the tree won't be", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[4]": "cut according to the adjacentStopMode", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[5]": "property.", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[7]": "INFO: If this is empty no restriction", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[8]": "will be applied.", + "text.autoconfig.fallingtree.option.trees.allowedLeaves": "Allowed leaves", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[1]": "(blocks that decay naturally).", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[3]": "INFO: Blocks marked with the leaves tag will", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[4]": "already be allowed.", + "text.autoconfig.fallingtree.option.trees.allowedLogs": "Allowed logs", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[0]": "Additional list of blocks considered as logs and that", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[1]": "will be destroyed by the mod.", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[3]": "INFO: Blocks marked with the log tag will already be", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[4]": "allowed.", + "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves": "Allowed leaves (needs breaking)", + "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", + "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves.@Tooltip[1]": "(blocks that needs to be broken).", "text.autoconfig.fallingtree.option.trees.breakMode": "Break mode", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[0]": "How to break the tree.", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[1]": "", @@ -87,6 +157,21 @@ "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "Break nether tree warts (leaves)", "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "be broken along with the trunk.", + "text.autoconfig.fallingtree.option.trees.breakOrder": "Break order", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[0]": "In what order logs are broken.", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[1]": "This only makes sense if maxSize < maxScanSize.", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[2]": "FURTHEST_FIRST: The furthest log will be broken first.", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[3]": "CLOSEST_FIRST: The closest log will be broken first.", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[4]": "", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[5]": "INFO: Only in INSTANTANEOUS mode.", + "text.autoconfig.fallingtree.option.trees.deniedLeaves": "Denied leaves", + "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[0]": "List of blocks that should not be considered as leaves.", + "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[2]": "INFO: This wins over the allow list.", + "text.autoconfig.fallingtree.option.trees.deniedLogs": "Denied logs", + "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[0]": "List of blocks that should not be considered as logs.", + "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[2]": "INFO: This wins over the allow list.", "text.autoconfig.fallingtree.option.trees.detectionMode": "Detection mode", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[0]": "What part of the tree should be cut.", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[1]": "", @@ -97,6 +182,17 @@ "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[6]": "", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[7]": "ABOVE_Y will break only blocks that are above the y", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[8]": "value of the cut point.", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount": "Include persistent leaves in required count", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[1]": "If this is true leaves with the", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[2]": "persistent flag (player placed or", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[3]": "sheared) will be counted in the ", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[4]": "'minimum leaves required' counter.", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[5]": "Otherwise they won't.", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts": "Break nether tree warts (leaves) with one hit", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[1]": "be broken instantly.", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[3]": "INFO: Only in SHIFT_DOWN mode.", "text.autoconfig.fallingtree.option.trees.leavesBreaking": "Leaves breaking", "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[0]": "When set to true, leaves that should naturally break", "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[1]": "will be broken instantly.", @@ -109,9 +205,18 @@ "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[5]": "", "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[6]": "INFO: break_leaves must be activated for this to take effect.", "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[7]": "INFO: Only in INSTANTANEOUS mode.", + "text.autoconfig.fallingtree.option.trees.maxScanSize": "Max scan size", + "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[0]": "The maximum number of blocks that", + "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[1]": "should be scanned of a tree. If there's more", + "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[2]": "than this value the tree won't be cut.", "text.autoconfig.fallingtree.option.trees.maxSize": "Max size", "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "The maximum size of a tree. If there's more logs", - "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "than this value the tree won't be cut.", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "than this value max size action will be applied.", + "text.autoconfig.fallingtree.option.trees.maxSizeAction": "Max size action", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[0]": "What to do when the max size of a tree is reached.", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[2]": "ABORT: Tree won't be cut.", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[3]": "CUT: Tree will still be cut leaving some of it untouched.", "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "Minimum leaves around required", "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "The minimum amount of leaves that needs to be around", "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "the top most log in order for the mod to consider it a tree.", @@ -119,36 +224,11 @@ "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "INFO: Only in INSTANTANEOUS mode.", "text.autoconfig.fallingtree.option.trees.searchAreaRadius": "Search area radius", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[0]": "The radius around the broken log in which the tree", - "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[1]": "is searched for. Anything going out of it won't be cut", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[1]": "is searched for. Anything going out of it won't be cut.", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[2]": "", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[3]": "A negative value will have the same effect as an", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[4]": "infinite radius.", "text.autoconfig.fallingtree.option.trees.treeBreaking": "Trunk breaking", "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "When set to true, the mod will cut trees with one cut.", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks": "Adjacent blocks whitelist", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[0]": "Define a list of blocks that are allowed", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[1]": "to be next to the trunk of the tree. If", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[2]": "a block that isn't in that list is found", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[3]": "around the trunk then the tree won't be", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[4]": "cut according to the adjacentStopMode", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[5]": "property.", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[6]": "", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[7]": "INFO: If this is empty no restriction", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[8]": "will be applied.", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "Whitelisted leaves", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[1]": "(blocks that decay naturally).", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[3]": "INFO: Blocks marked with the leaves tag will", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[4]": "already be whitelisted.", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "Whitelisted logs", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[0]": "Additional list of blocks considered as logs and that", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[1]": "will be destroyed by the mod.", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[3]": "INFO: Blocks marked with the log tag will already be", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[4]": "whitelisted.", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves": "Whitelisted leaves (needs breaking)", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[1]": "(blocks that needs to be broken).", "text.autoconfig.fallingtree.title": "FallingTree configuration" } diff --git a/projects/1.18/assets/falling-tree/fallingtree/lang/zh_cn.json b/projects/1.18/assets/falling-tree/fallingtree/lang/zh_cn.json index 844ec19529a7..4f058ff1813a 100644 --- a/projects/1.18/assets/falling-tree/fallingtree/lang/zh_cn.json +++ b/projects/1.18/assets/falling-tree/fallingtree/lang/zh_cn.json @@ -1,154 +1,234 @@ { - "chat.fallingtree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one.", - "chat.fallingtree.tree_too_big": "This tree is too big won't be scanned further (max scan size: %d)", - "text.autoconfig.fallingtree.category.default": "General", - "text.autoconfig.fallingtree.category.tools": "Tools", - "text.autoconfig.fallingtree.category.trees": "Trees", - "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "Invalid block provided, must have format 'mod_id:block_id'.", - "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "Invalid item provided, must have format 'mod_id:item_id'.", - "text.autoconfig.fallingtree.option.breakInCreative": "Break in creative", - "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "When set to true, the mod will,", - "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "cut down trees in creative too.", - "text.autoconfig.fallingtree.option.reverseSneaking": "Reverse sneaking", - "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[0]": "When set to true, a tree will only be", - "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "chopped down if the player is sneaking.", - "text.autoconfig.fallingtree.option.tools.blacklisted": "Blacklisted tools", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[0]": "List of tools that should not be considered as tools.", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[2]": "INFO: This wins over the whitelist.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "Damage multiplicand", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "Defines the number of times the damage is applied to the tool.", + "chat.fallingtree.break_tree_too_big": "这棵树太大,无法一次伐倒(树最大尺寸:%d个原木)", + "chat.fallingtree.prevented_break_tool": "你的工具快要损坏了,需要修复它或拿个新的过来", + "chat.fallingtree.search_aborted": "树木侦测已停止,原因:", + "chat.fallingtree.search_aborted.adjacent": "找到方块:%s,该方块不在邻接方块的白名单中。", + "chat.fallingtree.tree_too_big": "这棵树太大,无法一次伐倒(至多%d个原木)", + "enchantment.fallingtree.chopper": "伐木之刃", + "enchantment.fallingtree.chopper_instantaneous": "伐木之刃(瞬间)", + "enchantment.fallingtree.chopper_shift_down": "伐木之刃(下移)", + "text.autoconfig.fallingtree.category.default": "通用", + "text.autoconfig.fallingtree.category.enchantment": "魔咒", + "text.autoconfig.fallingtree.category.player": "玩家", + "text.autoconfig.fallingtree.category.tools": "工具", + "text.autoconfig.fallingtree.category.trees": "树", + "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "提供的方块ID不合法,格式必须为“mod_id:item_id”。", + "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "提供的物品ID不合法,格式必须为“mod_id:item_id”。", + "text.autoconfig.fallingtree.option.breakInCreative": "处于创造模式下的伐树行为", + "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "当设置为true,模组会使得你可以在", + "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "创造模式下开启伐树功能", + "text.autoconfig.fallingtree.option.enchantment.hideEnchant": "隐藏魔咒", + "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[0]": "如果设置为true,则该魔咒无法通过", + "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[1]": "探索或交易方式获得。", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant": "注册伐木之刃魔咒", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[0]": "如果设置为true,则伐木之刃魔咒", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[1]": "会在被注册到游戏,并且", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[2]": "需要工具附有该魔咒时", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[3]": "才能激活伐树功能。如果设置为false", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[4]": "则该魔咒不会被注册,这将使本模组", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[5]": "完全服务端化。", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[7]": "信息:需要重启。", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant": "注册特定模式伐木之刃魔咒", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[0]": "如果设置为true,多个模式的伐木之刃", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[1]": "魔咒会被注册到游戏,并且", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[2]": "需要工具附有任意一种特定模式魔咒时", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[3]": "才能激活相应模式的伐树功能。", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[4]": "如果设置为false", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[5]": "则该魔咒不会被注册,这将使本模组", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[6]": "完全服务端化。", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[7]": "", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[8]": "信息:需要重启。", + "text.autoconfig.fallingtree.option.notificationMode": "通知模式", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[0]": "通知玩家的方式。", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[2]": "CHAT:通知消息会显示在聊天栏。", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[3]": "ACTION_BAR:通知显示会显示在快捷栏上方。", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[4]": "NONE:不显示通知消息。", + "text.autoconfig.fallingtree.option.player.allowedTags": "需要玩家标签", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[0]": "定义一个玩家标签名单,", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[1]": "让玩家必须拥有任意一个", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[2]": "名单中的标签才能启用伐树功能。", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[3]": "如果名单为空,则不会有限制。", + "text.autoconfig.fallingtree.option.sneakMode": "潜行模式", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[0]": "定义当潜行时何时会发生。", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[2]": "SNEAK_DISABLE:潜行时禁用本模组", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[3]": "SNEAK_ENABLE:潜行时启用本模组", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[4]": "IGNORE:忽略潜行键,一直启用本模组", + "text.autoconfig.fallingtree.option.tools.allowed": "允许:工具", + "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[0]": "处于该增项名单中的工具可以用来伐树。", + "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[2]": "信息:被标记为#axe标签的物品已被允许伐树。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "耐久消耗倍率", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "定义消耗工具耐久度的倍数。", "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "ie: if set to 1 then breaking 5 logs will give 5 damage.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "ie: if set to 2 then breaking 5 logs will give 10 damage.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "If set to 0, it'll still apply 1 damage for every cut.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "即:如果设为1则破坏5个原木消耗5点耐久度。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "即:如果设为2则破坏5个原木消耗10点耐久度。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "如果设为0,仍会每次消耗1点耐久度。", "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "INFO: This only applies when the tree is cut when using the mod.", - "text.autoconfig.fallingtree.option.tools.ignoreTools": "Ignore tool", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "When set to true, the mod will be activated", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "no matter what you have in your hand (or empty hand).", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "信息:该倍率只在伐树时生效。", + "text.autoconfig.fallingtree.option.tools.damageRounding": "耐久度消耗舍入方式", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[0]": "如果消耗的耐久度不是整数时其被舍入的方式。", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[2]": "ROUNDING:四舍五入", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[3]": "ROUND_DOWN:向下取整", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[4]": "ROUND_UP:向上取整", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[5]": "PROBABILISTIC:将小数部分作为向上舍入的概率进行随机舍入。", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[6]": "即:9.45会有45%的概率向上取整为10", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[7]": "反之有55%的概率向下取整为9。", + "text.autoconfig.fallingtree.option.tools.denied": "禁用:工具", + "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[0]": "处于该名单中的物品不被视为伐树工具。", + "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[2]": "信息:该设置的优先级高于允许名单设置。", + "text.autoconfig.fallingtree.option.tools.ignoreTools": "忽略工具", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "当设置为true,无论手上有什么物品(甚至空手)", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "本模组都会激活伐树功能。", "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "INFO: Deny list still can be use to restrict some tools.", - "text.autoconfig.fallingtree.option.tools.preserve": "Preserve tools", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "When set to true, when a tree is broken and the tool is about", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "to break we will just break enough blocks so that the tool is", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "left at 1 of durability.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "Speed multiplicand", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "Applies a speed modifier when breaking the tree.", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "信息:黑名单仍然可以用来限制伐树工具。", + "text.autoconfig.fallingtree.option.tools.preserve": "保留工具", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "当设置为true,在砍伐一棵树且工具耐久即将耗尽时", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "会让工具剩下1点耐久度,", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "剩下的原木不会被砍伐。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "伐树速度倍率", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "当伐树时对砍伐速度乘以一个修正倍率。", "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "WARNING: If you are on a server, this either has to be set to 0", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "or every player should have the mod. Else they'll have a weird", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "effect of breaking the block but the block is still there.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "信息:只在INSTANTANEOUS模式下生效。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "警告:如果你在服务器中游玩,这个值要么只能设为0,", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "要么每一个服务器玩家都安装本模组。否则会出现", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "看上去破坏了方块但实际上方块还在原地的情况。", "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "0 will disable this, so the speed will be the default one", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "of breaking a block.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "设为0会禁用这个倍率,即不对砍伐速度", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "作任何修改。", "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "If set to 1 each log block will be counted once, so if the", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "tree is 5 blocks tall it'll require the time of breaking 5 logs.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "设为1则每个原木方块计算1倍时间,即如果", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "一颗树有5个原木则需要5倍的时间来砍伐。", "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "If set to 2 each log block will be counted twice, so if the", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "tree is 5 blocks tall, it'll require the time of breaking 10 logs.", - "text.autoconfig.fallingtree.option.tools.whitelisted": "Whitelisted tools", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[0]": "Additional list of tools that can be used to chop down a tree.", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.whitelisted.@Tooltip[2]": "INFO: Items marked with the axe tag will already be whitelisted.", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "Adjacent stop mode", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "Defines what happens when an adjacent", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "block that isn't allowed is found.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "设为1则每个原木方块计算2倍时间,即如果", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "一颗树有5个原木则需要10倍的时间来砍伐。", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "邻接阻止模式", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "定义当有未处于白名单内的方块", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "邻接于树干时会有何事发生。", "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL will make it so that the tree", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "isn't cut at all.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL:完全 ", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "阻止树木一键砍伐。'", "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH will stop the current branch", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "but still cut the rest of the tree and", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "up to the adjacent block.", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "Allow trunks with mixed log blocks", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "When set to true this allow to have any kind of log", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "in a tree trunk.", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "Otherwise (false) the trunk will be considered as being", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "only one kind of log.", - "text.autoconfig.fallingtree.option.trees.blacklistedLeaves": "Blacklisted leaves", - "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[0]": "List of blocks that should not be considered as leaves.", - "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.blacklistedLeaves.@Tooltip[2]": "INFO: This wins over the whitelist.", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "Blacklisted logs", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[0]": "List of blocks that should not be considered as logs.", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs.@Tooltip[2]": "INFO: This wins over the whitelist.", - "text.autoconfig.fallingtree.option.trees.breakMode": "Break mode", - "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[0]": "How to break the tree.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH:阻止方块邻接的原木所在的 ", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "分枝,但仍然会砍伐树的其余部分,", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "直到砍到方块邻接的原木方块为止。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "允许主干有多种原木方块。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "当设置为true,这会允许树干拥有", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "任意种类数目的原木。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "反之(false)会使得模组认为树干只能由", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "一种原木组成。", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks": "允许:邻接方块", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[0]": "定义一个允许与树的主干", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[1]": "相邻接的方块名单。", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[2]": "如果一个方块与树干相邻接却", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[3]": "不在该名单上,则这棵树会根据", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[4]": "邻接阻止模式的设置决定是否", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[5]": "不会被砍伐。", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[7]": "信息:如果该项为空", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[8]": "则该限制不会生效。", + "text.autoconfig.fallingtree.option.trees.allowedLeaves": "允许:树叶", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[0]": "处于该增项名单下的方块会被认为是", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[1]": "(只需自然腐烂的)树叶。", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[3]": "信息:被标记为#leaves标签的方块已被加入", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[4]": "允许名单。", + "text.autoconfig.fallingtree.option.trees.allowedLogs": "允许:原木", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[0]": "处于该增项名单下的方块也会被认为是原木,", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[1]": "并被整颗伐倒。", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[3]": "信息:被标记为#log标签的方块已被加入", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[4]": "允许名单。", + "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves": "允许:树叶(需要破坏)", + "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves.@Tooltip[0]": "处于该增项名单的方块会被认为是", + "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves.@Tooltip[1]": "(需要快速破坏的)树叶。", + "text.autoconfig.fallingtree.option.trees.breakMode": "破坏模式", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[0]": "破坏树木的方式。", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[2]": "INSTANTANEOUS will break it in one go.", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[2]": "INSTANTANEOUS:一次性砍倒整棵树。", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[3]": "", - "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[4]": "SHIFT_DOWN will make the tree fall down as you cut it,", - "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[5]": "so you still have to break x blocks but don't have to", - "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[6]": "climb the tree for them.", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "Break nether tree warts (leaves)", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "be broken along with the trunk.", - "text.autoconfig.fallingtree.option.trees.detectionMode": "Detection mode", - "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[0]": "What part of the tree should be cut.", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[4]": "SHIFT_DOWN:下移砍伐会使你可以逐渐从上到下砍伐树木,", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[5]": "所以你仍然需要破坏整棵树的原木方块,", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[6]": "但不用爬到树顶从上到下砍伐。", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "破坏下界树木的疣块(树叶)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "当设置为true下界树木的疣块(树叶)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "会和树干一起被破坏。", + "text.autoconfig.fallingtree.option.trees.breakOrder": "破坏顺序", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[0]": "伐树时原木方块被破坏的顺序。", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[1]": "这个值只在最大尺寸小于最大扫描尺寸时才有意义。", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[2]": "FURTHEST_FIRST:距离最远的原木优先被破坏", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[3]": "CLOSEST_FIRST:距离最近的原木优先被破坏", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[4]": "", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[5]": "信息:只在INSTANTANEOUS模式下生效。", + "text.autoconfig.fallingtree.option.trees.deniedLeaves": "禁止:树叶", + "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[0]": "处于该名单的方块不再被认为是树叶。", + "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[2]": "信息:该配置的优先级高于允许名单。", + "text.autoconfig.fallingtree.option.trees.deniedLogs": "禁止:原木", + "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[0]": "处于该名单的方块不再被认为是原木。", + "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[2]": "信息:该配置的优先级高于白名单。", + "text.autoconfig.fallingtree.option.trees.detectionMode": "侦测模式", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[0]": "哪一部分的树需要被砍伐。", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[2]": "WHOLE_TREE will break the whole tree.", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[2]": "WHOLE_TREE:破坏整棵树。", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[3]": "", - "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[4]": "ABOVE_CUT will break only blocks that are connected", - "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[5]": "from above the cut point.", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[4]": "ABOVE_CUT:只破坏以你所破坏的原木方块顶面为", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[5]": "起点相连的所有方块。", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[6]": "", - "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[7]": "ABOVE_Y will break only blocks that are above the y", - "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[8]": "value of the cut point.", - "text.autoconfig.fallingtree.option.trees.leavesBreaking": "Leaves breaking", - "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[0]": "When set to true, leaves that should naturally break", - "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[1]": "will be broken instantly.", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius": "Leaves breaking force radius", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[0]": "Radius to force break leaves. If another tree is", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[1]": "still holding the leaves they'll still be broken.", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[2]": "If the leaves are persistent (placed by player)", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[3]": "they'll also be destroyed.", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[4]": "The radius is applied from one of the top most log blocks.", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[7]": "ABOVE_Y:只破坏以你所破坏的原木方块的Y坐标为起点", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[8]": "上方的所有方块。", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount": "将永不凋落树叶计入最少需要树叶", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[1]": "如果设置为true", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[2]": "则玩家放置或", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[3]": "被剪下的树叶将被", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[4]": "计入最少需要树叶数。", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[5]": "反之则不会被记入。", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts": "一键破坏下界树木的疣块(树叶)", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[0]": "当设置为true时下界树木的疣块(树叶)会", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[1]": "被立即破坏。", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[3]": "信息:只在SHIFT_DOWN模式下生效。", + "text.autoconfig.fallingtree.option.trees.leavesBreaking": "树叶破坏", + "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[0]": "当设置为true,原先自然掉落的树叶会", + "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[1]": "被立即破坏。", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius": "强制树叶破坏半径", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[0]": "强制破坏树叶的半径。如果另一棵树", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[1]": "还拥有树叶则也会被一并破坏。", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[2]": "如果树叶是玩家放置的", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[3]": "则也会被摧毁。'", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[4]": "半径设定为以树顶的其中一个方块为中心。", "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[6]": "INFO: break_leaves must be activated for this to take effect.", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[7]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.trees.maxSize": "Max size", - "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "The maximum size of a tree. If there's more logs", - "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "than this value max size action will be applied.", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "Minimum leaves around required", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "The minimum amount of leaves that needs to be around", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "the top most log in order for the mod to consider it a tree.", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[6]": "信息:要使该选项生效,树叶破坏选项必须开启。", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[7]": "信息:只在INSTANTANEOUS模式下生效。", + "text.autoconfig.fallingtree.option.trees.maxScanSize": "最大扫描尺寸", + "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[0]": "对一棵树扫描的最大方块数。", + "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[1]": "如果树的尺寸大于这个值则", + "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[2]": "这棵树不会被砍伐。", + "text.autoconfig.fallingtree.option.trees.maxSize": "最大尺寸", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "所能砍伐整颗树木的最大尺寸。如果原木数目大于该值", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "则这棵树不会被砍伐。", + "text.autoconfig.fallingtree.option.trees.maxSizeAction": "最大尺寸动作", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[0]": "当树的尺寸达到设定最大尺寸时触发的动作。", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[2]": "ABORT:这棵树不会被砍伐。", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[3]": "CUT:这棵树仍然会被砍伐,但会留下剩余数目的原木。", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "最少需要树叶数", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "识别为一颗树所需要在树顶的原木方块", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "周围存在的最少树叶数目。", "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.trees.searchAreaRadius": "Search area radius", - "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[0]": "The radius around the broken log in which the tree", - "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[1]": "is searched for. Anything going out of it won't be cut.", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "信息:只在INSTANTANEOUS模式下生效。", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius": "搜索范围半径", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[0]": "以被破坏的原木方块为中心的属于该颗树的原木搜索半径。", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[1]": "半径以外的属于这棵树的原木不会被一同砍伐。", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[3]": "A negative value will have the same effect as an", - "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[4]": "infinite radius.", - "text.autoconfig.fallingtree.option.trees.treeBreaking": "Trunk breaking", - "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "When set to true, the mod will cut trees with one cut.", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks": "Adjacent blocks whitelist", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[0]": "Define a list of blocks that are allowed", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[1]": "to be next to the trunk of the tree. If", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[2]": "a block that isn't in that list is found", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[3]": "around the trunk then the tree won't be", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[4]": "cut according to the adjacentStopMode", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[5]": "property.", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[6]": "", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[7]": "INFO: If this is empty no restriction", - "text.autoconfig.fallingtree.option.trees.whitelistedAdjacentBlocks.@Tooltip[8]": "will be applied.", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "Whitelisted leaves", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[1]": "(blocks that decay naturally).", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[3]": "INFO: Blocks marked with the leaves tag will", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves.@Tooltip[4]": "already be whitelisted.", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "Whitelisted logs", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[0]": "Additional list of blocks considered as logs and that", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[1]": "will be destroyed by the mod.", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[3]": "INFO: Blocks marked with the log tag will already be", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs.@Tooltip[4]": "whitelisted.", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves": "Whitelisted leaves (needs breaking)", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", - "text.autoconfig.fallingtree.option.trees.whitelistedNonDecayLeaves.@Tooltip[1]": "(blocks that needs to be broken).", - "text.autoconfig.fallingtree.title": "FallingTree configuration" -} \ No newline at end of file + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[3]": "设定为负值等同于", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[4]": "无限半径。", + "text.autoconfig.fallingtree.option.trees.treeBreaking": "树干破坏", + "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "当设置为true,为本模组开启一键砍伐树木。", + "text.autoconfig.fallingtree.title": "伐树配置" +} From d6a57a0aa6566e2fe2e617cdeeea846ded6b06f8 Mon Sep 17 00:00:00 2001 From: Wren Date: Wed, 11 Jan 2023 11:46:26 +0800 Subject: [PATCH 7/8] cp 1.18 to 1.18 fabirc --- .../falling-tree/falling_tree/lang/en_us.json | 26 -- .../falling-tree/falling_tree/lang/zh_cn.json | 1 - .../falling-tree/fallingtree/lang/en_us.json | 342 +++++++++--------- .../falling-tree/fallingtree/lang/zh_cn.json | 235 +++++++++++- 4 files changed, 405 insertions(+), 199 deletions(-) delete mode 100644 projects/1.18-fabric/assets/falling-tree/falling_tree/lang/en_us.json delete mode 100644 projects/1.18-fabric/assets/falling-tree/falling_tree/lang/zh_cn.json diff --git a/projects/1.18-fabric/assets/falling-tree/falling_tree/lang/en_us.json b/projects/1.18-fabric/assets/falling-tree/falling_tree/lang/en_us.json deleted file mode 100644 index 38cf7994e509..000000000000 --- a/projects/1.18-fabric/assets/falling-tree/falling_tree/lang/en_us.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "text.autoconfig.fallingtree.category.default": "General", - "text.autoconfig.fallingtree.category.trees": "Trees", - "text.autoconfig.fallingtree.category.tools": "Tools", - "text.autoconfig.fallingtree.option.reverseSneaking": "Reverse sneaking", - "text.autoconfig.fallingtree.option.breakInCreative": "Break in creative", - "text.autoconfig.fallingtree.option.trees.whitelistedLogs": "Whitelisted logs", - "text.autoconfig.fallingtree.option.trees.blacklistedLogs": "Blacklisted logs", - "text.autoconfig.fallingtree.option.trees.whitelistedLeaves": "Whitelisted leaves", - "text.autoconfig.fallingtree.option.trees.blacklistedLeaves": "Blacklisted leaves", - "text.autoconfig.fallingtree.option.trees.breakMode": "Break mode", - "text.autoconfig.fallingtree.option.trees.maxSize": "Max size", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "Minimum leaves around required", - "text.autoconfig.fallingtree.option.trees.leavesBreaking": "Leaves breaking", - "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius": "Leaves breaking force radius", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "Allow trunks with mixed log blocks", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "Break nether tree warts (leaves)", - "text.autoconfig.fallingtree.option.tools.whitelisted": "Whitelisted tools", - "text.autoconfig.fallingtree.option.tools.blacklisted": "Blacklisted tools", - "text.autoconfig.fallingtree.option.tools.preserve": "Preserve tools", - "text.autoconfig.fallingtree.option.tools.ignoreTools": "Do not damage tools", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "Damage multiplicand", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "Speed multiplicand", - "chat.falling_tree.tree_too_big": "This tree is too big and can't be broken in one hit (size: %d, max: %d)", - "chat.falling_tree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one" -} \ No newline at end of file diff --git a/projects/1.18-fabric/assets/falling-tree/falling_tree/lang/zh_cn.json b/projects/1.18-fabric/assets/falling-tree/falling_tree/lang/zh_cn.json deleted file mode 100644 index 9e26dfeeb6e6..000000000000 --- a/projects/1.18-fabric/assets/falling-tree/falling_tree/lang/zh_cn.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/projects/1.18-fabric/assets/falling-tree/fallingtree/lang/en_us.json b/projects/1.18-fabric/assets/falling-tree/fallingtree/lang/en_us.json index 2d949714439e..dbb3048ed091 100644 --- a/projects/1.18-fabric/assets/falling-tree/fallingtree/lang/en_us.json +++ b/projects/1.18-fabric/assets/falling-tree/fallingtree/lang/en_us.json @@ -1,46 +1,148 @@ { - "text.autoconfig.fallingtree.title": "FallingTree configuration", - "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "Invalid item provided, must have format 'mod_id:item_id'.", - "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "Invalid block provided, must have format 'mod_id:block_id'.", + "chat.fallingtree.break_tree_too_big": "This tree is too big and can't be broken in one hit (max tree size: %d)", + "chat.fallingtree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one.", + "chat.fallingtree.search_aborted": "Tree detection stopped, reason: ", + "chat.fallingtree.search_aborted.adjacent": "Found block %s that isn't allowed in the adjacent blocks.", + "chat.fallingtree.tree_too_big": "This tree is too big won't be scanned further (max scan size: %d)", + "enchantment.fallingtree.chopper": "Chopper", + "enchantment.fallingtree.chopper_instantaneous": "Chopper (instantaneous)", + "enchantment.fallingtree.chopper_shift_down": "Chopper (shift down)", "text.autoconfig.fallingtree.category.default": "General", - "text.autoconfig.fallingtree.category.trees": "Trees", - "text.autoconfig.fallingtree.category.tools": "Tools", "text.autoconfig.fallingtree.category.enchantment": "Enchantment", - "text.autoconfig.fallingtree.option.sneakMode": "Sneak mode", - "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[0]": "Defines what happens when sneaking", - "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[2]": "SNEAK_DISABLE: Sneaking will disable the mod", - "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[3]": "SNEAK_ENABLE: Sneaking will enable the mod", - "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[4]": "IGNORE: Mod will always be activated", + "text.autoconfig.fallingtree.category.player": "Player", + "text.autoconfig.fallingtree.category.tools": "Tools", + "text.autoconfig.fallingtree.category.trees": "Trees", + "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "Invalid block provided, must have format 'mod_id:block_id'.", + "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "Invalid item provided, must have format 'mod_id:item_id'.", "text.autoconfig.fallingtree.option.breakInCreative": "Break in creative", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "When set to true, the mod will,", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "cut down trees in creative too.", + "text.autoconfig.fallingtree.option.enchantment.hideEnchant": "Hide enchant", + "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[0]": "If set to true the enchant will", + "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[1]": "not be discoverable nor tradeable.", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant": "Register Chopper enchantment", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[0]": "If set to true, the chopper", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[1]": "enchant will be registered and", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[2]": "will be required on tools in order", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[3]": "to activate the mod. If set to false", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[4]": "it won't be registered, making the", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[5]": "mod server-sided.", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[7]": "INFO: Restart needed.", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant": "Register Specific Chopper enchantment", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[0]": "If set to true, several chopper", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[1]": "enchants will be registered and", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[2]": "will be required on tools in order", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[3]": "to activate the mod with a specific", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[4]": "breaking mode. If set to false", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[5]": "it won't be registered, making the", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[6]": "mod server-sided.", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[7]": "", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[8]": "INFO: Restart needed.", "text.autoconfig.fallingtree.option.notificationMode": "Notification mode", "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[0]": "How to notify the player.", "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[1]": "", "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[2]": "CHAT: Messages are sent in the chat.", "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[3]": "ACTION_BAR: Messages are sent to the player's action bar.", "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[4]": "NONE: No notifications will appear.", - "text.autoconfig.fallingtree.option.trees.allowedLogs": "Allowed logs", - "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[0]": "Additional list of blocks considered as logs and that", - "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[1]": "will be destroyed by the mod.", - "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[3]": "INFO: Blocks marked with the log tag will already be", - "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[4]": "allowed.", - "text.autoconfig.fallingtree.option.trees.deniedLogs": "Denied logs", - "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[0]": "List of blocks that should not be considered as logs.", - "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[2]": "INFO: This wins over the allow list.", + "text.autoconfig.fallingtree.option.player.allowedTags": "Required player tagss", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[0]": "Define a list of tags that the player should", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[1]": "have in order to activate the mod. Only one", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[2]": "on them is required.", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[3]": "If the list is empty, no restriction is applied", + "text.autoconfig.fallingtree.option.sneakMode": "Sneak mode", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[0]": "Defines what happens when sneaking", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[2]": "SNEAK_DISABLE: Sneaking will disable the mod", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[3]": "SNEAK_ENABLE: Sneaking will enable the mod", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[4]": "IGNORE: Mod will always be activated", + "text.autoconfig.fallingtree.option.tools.allowed": "Allowed tools", + "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[0]": "Additional list of tools that can be used to chop down a tree.", + "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[2]": "INFO: Items marked with the axe tag will already be allowed.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "Damage multiplicand", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "Defines the number of times the damage is applied to the tool.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "ie: if set to 1 then breaking 5 logs will give 5 damage.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "ie: if set to 2 then breaking 5 logs will give 10 damage.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "If set to 0, it'll still apply 1 damage for every cut.", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "INFO: This only applies when the tree is cut when using the mod.", + "text.autoconfig.fallingtree.option.tools.damageRounding": "Damage rounding", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[0]": "How damage taken should be rounded if it isn't a whole number.", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[2]": "ROUNDING will round to the closest whole number.", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[3]": "ROUND_DOWN will round down.", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[4]": "ROUND_UP will round up.", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[5]": "PROBABILISTIC will treat decimal fraction as a probability of rounding up.", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[6]": "ie: 9.45 will have 45% chance of being rounded up to 10", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[7]": "and 55% chance of being rounded down to 9.", + "text.autoconfig.fallingtree.option.tools.denied": "Denied tools", + "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[0]": "List of tools that should not be considered as tools.", + "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[2]": "INFO: This wins over the allow list.", + "text.autoconfig.fallingtree.option.tools.ignoreTools": "Ignore tool", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "When set to true, the mod will be activated", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "no matter what you have in your hand (or empty hand).", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "INFO: Deny list still can be use to restrict some tools.", + "text.autoconfig.fallingtree.option.tools.preserve": "Preserve tools", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "When set to true, when a tree is broken and the tool is about", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "to break we will just break enough blocks so that the tool is", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "left at 1 of durability.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "Speed multiplicand", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "Applies a speed modifier when breaking the tree.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "INFO: Only in INSTANTANEOUS mode.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "WARNING: If you are on a server, this either has to be set to 0", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "or every player should have the mod. Else they'll have a weird", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "effect of breaking the block but the block is still there.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "0 will disable this, so the speed will be the default one", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "of breaking a block.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "If set to 1 each log block will be counted once, so if the", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "tree is 5 blocks tall it'll require the time of breaking 5 logs.", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "If set to 2 each log block will be counted twice, so if the", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "tree is 5 blocks tall, it'll require the time of breaking 10 logs.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "Adjacent stop mode", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "Defines what happens when an adjacent", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "block that isn't allowed is found.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL will make it so that the tree", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "isn't cut at all.", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH will stop the current branch", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "but still cut the rest of the tree and", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "up to the adjacent block.", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "Allow trunks with mixed log blocks", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "When set to true this allow to have any kind of log", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "in a tree trunk.", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "Otherwise (false) the trunk will be considered as being", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "only one kind of log.", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks": "Adjacent blocks allowed", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[0]": "Define a list of blocks that are allowed", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[1]": "to be next to the trunk of the tree. If", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[2]": "a block that isn't in that list is found", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[3]": "around the trunk then the tree won't be", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[4]": "cut according to the adjacentStopMode", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[5]": "property.", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[7]": "INFO: If this is empty no restriction", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[8]": "will be applied.", "text.autoconfig.fallingtree.option.trees.allowedLeaves": "Allowed leaves", "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[1]": "(blocks that decay naturally).", "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[2]": "", "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[3]": "INFO: Blocks marked with the leaves tag will", "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[4]": "already be allowed.", - "text.autoconfig.fallingtree.option.trees.deniedLeaves": "Denied leaves", - "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[0]": "List of blocks that should not be considered as leaves.", - "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[2]": "INFO: This wins over the allow list.", + "text.autoconfig.fallingtree.option.trees.allowedLogs": "Allowed logs", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[0]": "Additional list of blocks considered as logs and that", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[1]": "will be destroyed by the mod.", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[3]": "INFO: Blocks marked with the log tag will already be", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[4]": "allowed.", "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves": "Allowed leaves (needs breaking)", "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves.@Tooltip[0]": "Additional list of blocks considered as leaves", "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves.@Tooltip[1]": "(blocks that needs to be broken).", @@ -52,6 +154,24 @@ "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[4]": "SHIFT_DOWN will make the tree fall down as you cut it,", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[5]": "so you still have to break x blocks but don't have to", "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[6]": "climb the tree for them.", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "Break nether tree warts (leaves)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "be broken along with the trunk.", + "text.autoconfig.fallingtree.option.trees.breakOrder": "Break order", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[0]": "In what order logs are broken.", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[1]": "This only makes sense if maxSize < maxScanSize.", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[2]": "FURTHEST_FIRST: The furthest log will be broken first.", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[3]": "CLOSEST_FIRST: The closest log will be broken first.", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[4]": "", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[5]": "INFO: Only in INSTANTANEOUS mode.", + "text.autoconfig.fallingtree.option.trees.deniedLeaves": "Denied leaves", + "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[0]": "List of blocks that should not be considered as leaves.", + "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[2]": "INFO: This wins over the allow list.", + "text.autoconfig.fallingtree.option.trees.deniedLogs": "Denied logs", + "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[0]": "List of blocks that should not be considered as logs.", + "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[2]": "INFO: This wins over the allow list.", "text.autoconfig.fallingtree.option.trees.detectionMode": "Detection mode", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[0]": "What part of the tree should be cut.", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[1]": "", @@ -62,38 +182,17 @@ "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[6]": "", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[7]": "ABOVE_Y will break only blocks that are above the y", "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[8]": "value of the cut point.", - "text.autoconfig.fallingtree.option.trees.maxScanSize": "Max scan size", - "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[0]": "The maximum number of blocks that", - "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[1]": "should be scanned of a tree. If there's more", - "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[2]": "than this value the tree won't be cut.", - "text.autoconfig.fallingtree.option.trees.maxSize": "Max size", - "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "The maximum size of a tree. If there's more logs", - "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "than this value max size action will be applied.", - "text.autoconfig.fallingtree.option.trees.maxSizeAction": "Max size action", - "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[0]": "What to do when the max size of a tree is reached.", - "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[2]": "ABORT: Tree won't be cut.", - "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[3]": "CUT: Tree will still be cut leaving some of it untouched.", - "text.autoconfig.fallingtree.option.trees.breakOrder": "Break order", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[0]": "In what order logs are broken.", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[1]": "This only makes sense if maxSize < maxScanSize.", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[2]": "FURTHEST_FIRST: The furthest log will be broken first.", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[3]": "CLOSEST_FIRST: The closest log will be broken first.", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[4]": "", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[5]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "Minimum leaves around required", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "The minimum amount of leaves that needs to be around", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "the top most log in order for the mod to consider it a tree.", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "INFO: Only in INSTANTANEOUS mode.", "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount": "Include persistent leaves in required count", "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[1]": "If this is true leaves with the", "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[2]": "persistent flag (player placed or", "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[3]": "sheared) will be counted in the ", "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[4]": "'minimum leaves required' counter.", "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[5]": "Otherwise they won't.", - "text.autoconfig.fallingtree.option.trees.treeBreaking": "Trunk breaking", - "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "When set to true, the mod will cut trees with one cut.", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts": "Break nether tree warts (leaves) with one hit", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[1]": "be broken instantly.", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[3]": "INFO: Only in SHIFT_DOWN mode.", "text.autoconfig.fallingtree.option.trees.leavesBreaking": "Leaves breaking", "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[0]": "When set to true, leaves that should naturally break", "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[1]": "will be broken instantly.", @@ -106,129 +205,30 @@ "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[5]": "", "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[6]": "INFO: break_leaves must be activated for this to take effect.", "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[7]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "Allow trunks with mixed log blocks", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "When set to true this allow to have any kind of log", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "in a tree trunk.", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "Otherwise (false) the trunk will be considered as being", - "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "only one kind of log.", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "Break nether tree warts (leaves)", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", - "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "be broken along with the trunk.", - "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts": "Break nether tree warts (leaves) with one hit", - "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[0]": "When set to true nether tree warts (leaves) will", - "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[1]": "be broken instantly.", - "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[3]": "INFO: Only in SHIFT_DOWN mode.", + "text.autoconfig.fallingtree.option.trees.maxScanSize": "Max scan size", + "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[0]": "The maximum number of blocks that", + "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[1]": "should be scanned of a tree. If there's more", + "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[2]": "than this value the tree won't be cut.", + "text.autoconfig.fallingtree.option.trees.maxSize": "Max size", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "The maximum size of a tree. If there's more logs", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "than this value max size action will be applied.", + "text.autoconfig.fallingtree.option.trees.maxSizeAction": "Max size action", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[0]": "What to do when the max size of a tree is reached.", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[2]": "ABORT: Tree won't be cut.", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[3]": "CUT: Tree will still be cut leaving some of it untouched.", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "Minimum leaves around required", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "The minimum amount of leaves that needs to be around", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "the top most log in order for the mod to consider it a tree.", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "INFO: Only in INSTANTANEOUS mode.", "text.autoconfig.fallingtree.option.trees.searchAreaRadius": "Search area radius", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[0]": "The radius around the broken log in which the tree", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[1]": "is searched for. Anything going out of it won't be cut.", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[2]": "", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[3]": "A negative value will have the same effect as an", "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[4]": "infinite radius.", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks": "Adjacent blocks allowed", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[0]": "Define a list of blocks that are allowed", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[1]": "to be next to the trunk of the tree. If", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[2]": "a block that isn't in that list is found", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[3]": "around the trunk then the tree won't be", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[4]": "cut according to the adjacentStopMode", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[5]": "property.", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[6]": "", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[7]": "INFO: If this is empty no restriction", - "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[8]": "will be applied.", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "Adjacent stop mode", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "Defines what happens when an adjacent", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "block that isn't allowed is found.", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL will make it so that the tree", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "isn't cut at all.", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH will stop the current branch", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "but still cut the rest of the tree and", - "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "up to the adjacent block.", - "text.autoconfig.fallingtree.option.tools.allowed": "Allowed tools", - "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[0]": "Additional list of tools that can be used to chop down a tree.", - "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[2]": "INFO: Items marked with the axe tag will already be allowed.", - "text.autoconfig.fallingtree.option.tools.denied": "Denied tools", - "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[0]": "List of tools that should not be considered as tools.", - "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[2]": "INFO: This wins over the allow list.", - "text.autoconfig.fallingtree.option.tools.preserve": "Preserve tools", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "When set to true, when a tree is broken and the tool is about", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "to break we will just break enough blocks so that the tool is", - "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "left at 1 of durability.", - "text.autoconfig.fallingtree.option.tools.ignoreTools": "Ignore tool", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "When set to true, the mod will be activated", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "no matter what you have in your hand (or empty hand).", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", - "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "INFO: Deny list still can be use to restrict some tools.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "Damage multiplicand", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "Defines the number of times the damage is applied to the tool.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "ie: if set to 1 then breaking 5 logs will give 5 damage.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "ie: if set to 2 then breaking 5 logs will give 10 damage.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "If set to 0, it'll still apply 1 damage for every cut.", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", - "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "INFO: This only applies when the tree is cut when using the mod.", - "text.autoconfig.fallingtree.option.tools.damageRounding": "Damage rounding", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[0]": "How damage taken should be rounded if it isn't a whole number.", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[2]": "ROUNDING will round to the closest whole number.", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[3]": "ROUND_DOWN will round down.", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[4]": "ROUND_UP will round up.", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[5]": "PROBABILISTIC will treat decimal fraction as a probability of rounding up.", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[6]": "ie: 9.45 will have 45% chance of being rounded up to 10", - "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[7]": "and 55% chance of being rounded down to 9.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "Speed multiplicand", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "Applies a speed modifier when breaking the tree.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "0 will disable this, so the speed will be the default one", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "of breaking a block.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "If set to 1 each log block will be counted once, so if the", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "tree is 5 blocks tall it'll require the time of breaking 5 logs.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "If set to 2 each log block will be counted twice, so if the", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "tree is 5 blocks tall, it'll require the time of breaking 10 logs.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "INFO: Only in INSTANTANEOUS mode.", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "WARNING: If you are on a server, this either has to be set to 0", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "or every player should have the mod. Else they'll have a weird", - "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "effect of breaking the block but the block is still there.", - "text.autoconfig.fallingtree.category.player": "Player", - "text.autoconfig.fallingtree.option.player.allowedTags": "Required player tagss", - "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[0]": "Define a list of tags that the player should", - "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[1]": "have in order to activate the mod. Only one", - "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[2]": "on them is required.", - "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[3]": "If the list is empty, no restriction is applied", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant": "Register Chopper enchantment", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[0]": "If set to true, the chopper", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[1]": "enchant will be registered and", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[2]": "will be required on tools in order", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[3]": "to activate the mod. If set to false", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[4]": "it won't be registered, making the", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[5]": "mod server-sided.", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[6]": "", - "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[7]": "INFO: Restart needed.", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant": "Register Specific Chopper enchantment", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[0]": "If set to true, several chopper", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[1]": "enchants will be registered and", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[2]": "will be required on tools in order", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[3]": "to activate the mod with a specific", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[4]": "breaking mode. If set to false", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[5]": "it won't be registered, making the", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[6]": "mod server-sided.", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[7]": "", - "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[8]": "INFO: Restart needed.", - "text.autoconfig.fallingtree.option.enchantment.hideEnchant": "Hide enchant", - "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[0]": "If set to true the enchant will", - "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[1]": "not be discoverable nor tradeable.", - "chat.fallingtree.tree_too_big": "This tree is too big won't be scanned further (max scan size: %d)", - "chat.fallingtree.break_tree_too_big": "This tree is too big and can't be broken in one hit (max tree size: %d)", - "chat.fallingtree.prevented_break_tool": "Your tool is about to break, go repair it or get a new one.", - "chat.fallingtree.search_aborted": "Tree detection stopped, reason: ", - "chat.fallingtree.search_aborted.adjacent": "Found block %s that isn't allowed in the adjacent blocks.", - "enchantment.fallingtree.chopper": "Chopper", - "enchantment.fallingtree.chopper_instantaneous": "Chopper (instantaneous)", - "enchantment.fallingtree.chopper_shift_down": "Chopper (shift down)" -} \ No newline at end of file + "text.autoconfig.fallingtree.option.trees.treeBreaking": "Trunk breaking", + "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "When set to true, the mod will cut trees with one cut.", + "text.autoconfig.fallingtree.title": "FallingTree configuration" +} diff --git a/projects/1.18-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json b/projects/1.18-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json index 9e26dfeeb6e6..4f058ff1813a 100644 --- a/projects/1.18-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json +++ b/projects/1.18-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json @@ -1 +1,234 @@ -{} \ No newline at end of file +{ + "chat.fallingtree.break_tree_too_big": "这棵树太大,无法一次伐倒(树最大尺寸:%d个原木)", + "chat.fallingtree.prevented_break_tool": "你的工具快要损坏了,需要修复它或拿个新的过来", + "chat.fallingtree.search_aborted": "树木侦测已停止,原因:", + "chat.fallingtree.search_aborted.adjacent": "找到方块:%s,该方块不在邻接方块的白名单中。", + "chat.fallingtree.tree_too_big": "这棵树太大,无法一次伐倒(至多%d个原木)", + "enchantment.fallingtree.chopper": "伐木之刃", + "enchantment.fallingtree.chopper_instantaneous": "伐木之刃(瞬间)", + "enchantment.fallingtree.chopper_shift_down": "伐木之刃(下移)", + "text.autoconfig.fallingtree.category.default": "通用", + "text.autoconfig.fallingtree.category.enchantment": "魔咒", + "text.autoconfig.fallingtree.category.player": "玩家", + "text.autoconfig.fallingtree.category.tools": "工具", + "text.autoconfig.fallingtree.category.trees": "树", + "text.autoconfig.fallingtree.error.invalidBlockResourceLocation": "提供的方块ID不合法,格式必须为“mod_id:item_id”。", + "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "提供的物品ID不合法,格式必须为“mod_id:item_id”。", + "text.autoconfig.fallingtree.option.breakInCreative": "处于创造模式下的伐树行为", + "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "当设置为true,模组会使得你可以在", + "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "创造模式下开启伐树功能", + "text.autoconfig.fallingtree.option.enchantment.hideEnchant": "隐藏魔咒", + "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[0]": "如果设置为true,则该魔咒无法通过", + "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[1]": "探索或交易方式获得。", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant": "注册伐木之刃魔咒", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[0]": "如果设置为true,则伐木之刃魔咒", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[1]": "会在被注册到游戏,并且", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[2]": "需要工具附有该魔咒时", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[3]": "才能激活伐树功能。如果设置为false", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[4]": "则该魔咒不会被注册,这将使本模组", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[5]": "完全服务端化。", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.enchantment.registerEnchant.@Tooltip[7]": "信息:需要重启。", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant": "注册特定模式伐木之刃魔咒", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[0]": "如果设置为true,多个模式的伐木之刃", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[1]": "魔咒会被注册到游戏,并且", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[2]": "需要工具附有任意一种特定模式魔咒时", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[3]": "才能激活相应模式的伐树功能。", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[4]": "如果设置为false", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[5]": "则该魔咒不会被注册,这将使本模组", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[6]": "完全服务端化。", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[7]": "", + "text.autoconfig.fallingtree.option.enchantment.registerSpecificEnchant.@Tooltip[8]": "信息:需要重启。", + "text.autoconfig.fallingtree.option.notificationMode": "通知模式", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[0]": "通知玩家的方式。", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[2]": "CHAT:通知消息会显示在聊天栏。", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[3]": "ACTION_BAR:通知显示会显示在快捷栏上方。", + "text.autoconfig.fallingtree.option.notificationMode.@Tooltip[4]": "NONE:不显示通知消息。", + "text.autoconfig.fallingtree.option.player.allowedTags": "需要玩家标签", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[0]": "定义一个玩家标签名单,", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[1]": "让玩家必须拥有任意一个", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[2]": "名单中的标签才能启用伐树功能。", + "text.autoconfig.fallingtree.option.player.allowedTags.@Tooltip[3]": "如果名单为空,则不会有限制。", + "text.autoconfig.fallingtree.option.sneakMode": "潜行模式", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[0]": "定义当潜行时何时会发生。", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[2]": "SNEAK_DISABLE:潜行时禁用本模组", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[3]": "SNEAK_ENABLE:潜行时启用本模组", + "text.autoconfig.fallingtree.option.sneakMode.@Tooltip[4]": "IGNORE:忽略潜行键,一直启用本模组", + "text.autoconfig.fallingtree.option.tools.allowed": "允许:工具", + "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[0]": "处于该增项名单中的工具可以用来伐树。", + "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.allowed.@Tooltip[2]": "信息:被标记为#axe标签的物品已被允许伐树。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand": "耐久消耗倍率", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[0]": "定义消耗工具耐久度的倍数。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[2]": "即:如果设为1则破坏5个原木消耗5点耐久度。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[3]": "即:如果设为2则破坏5个原木消耗10点耐久度。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[4]": "如果设为0,仍会每次消耗1点耐久度。", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.tools.damageMultiplicand.@Tooltip[6]": "信息:该倍率只在伐树时生效。", + "text.autoconfig.fallingtree.option.tools.damageRounding": "耐久度消耗舍入方式", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[0]": "如果消耗的耐久度不是整数时其被舍入的方式。", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[2]": "ROUNDING:四舍五入", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[3]": "ROUND_DOWN:向下取整", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[4]": "ROUND_UP:向上取整", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[5]": "PROBABILISTIC:将小数部分作为向上舍入的概率进行随机舍入。", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[6]": "即:9.45会有45%的概率向上取整为10", + "text.autoconfig.fallingtree.option.tools.damageRounding.@Tooltip[7]": "反之有55%的概率向下取整为9。", + "text.autoconfig.fallingtree.option.tools.denied": "禁用:工具", + "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[0]": "处于该名单中的物品不被视为伐树工具。", + "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.denied.@Tooltip[2]": "信息:该设置的优先级高于允许名单设置。", + "text.autoconfig.fallingtree.option.tools.ignoreTools": "忽略工具", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[0]": "当设置为true,无论手上有什么物品(甚至空手)", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[1]": "本模组都会激活伐树功能。", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.tools.ignoreTools.@Tooltip[3]": "信息:黑名单仍然可以用来限制伐树工具。", + "text.autoconfig.fallingtree.option.tools.preserve": "保留工具", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[0]": "当设置为true,在砍伐一棵树且工具耐久即将耗尽时", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[1]": "会让工具剩下1点耐久度,", + "text.autoconfig.fallingtree.option.tools.preserve.@Tooltip[2]": "剩下的原木不会被砍伐。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand": "伐树速度倍率", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[0]": "当伐树时对砍伐速度乘以一个修正倍率。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[10]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[11]": "信息:只在INSTANTANEOUS模式下生效。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[12]": "警告:如果你在服务器中游玩,这个值要么只能设为0,", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[13]": "要么每一个服务器玩家都安装本模组。否则会出现", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[14]": "看上去破坏了方块但实际上方块还在原地的情况。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[2]": "设为0会禁用这个倍率,即不对砍伐速度", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[3]": "作任何修改。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[4]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[5]": "设为1则每个原木方块计算1倍时间,即如果", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[6]": "一颗树有5个原木则需要5倍的时间来砍伐。", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[7]": "", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[8]": "设为1则每个原木方块计算2倍时间,即如果", + "text.autoconfig.fallingtree.option.tools.speedMultiplicand.@Tooltip[9]": "一颗树有5个原木则需要10倍的时间来砍伐。", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode": "邻接阻止模式", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[0]": "定义当有未处于白名单内的方块", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[1]": "邻接于树干时会有何事发生。", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[3]": "STOP_ALL:完全 ", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[4]": "阻止树木一键砍伐。'", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[6]": "STOP_BRANCH:阻止方块邻接的原木所在的 ", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[7]": "分枝,但仍然会砍伐树的其余部分,", + "text.autoconfig.fallingtree.option.trees.adjacentStopMode.@Tooltip[8]": "直到砍到方块邻接的原木方块为止。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs": "允许主干有多种原木方块。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[0]": "当设置为true,这会允许树干拥有", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[1]": "任意种类数目的原木。", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[2]": "反之(false)会使得模组认为树干只能由", + "text.autoconfig.fallingtree.option.trees.allowMixedLogs.@Tooltip[3]": "一种原木组成。", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks": "允许:邻接方块", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[0]": "定义一个允许与树的主干", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[1]": "相邻接的方块名单。", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[2]": "如果一个方块与树干相邻接却", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[3]": "不在该名单上,则这棵树会根据", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[4]": "邻接阻止模式的设置决定是否", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[5]": "不会被砍伐。", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[7]": "信息:如果该项为空", + "text.autoconfig.fallingtree.option.trees.allowedAdjacentBlocks.@Tooltip[8]": "则该限制不会生效。", + "text.autoconfig.fallingtree.option.trees.allowedLeaves": "允许:树叶", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[0]": "处于该增项名单下的方块会被认为是", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[1]": "(只需自然腐烂的)树叶。", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[3]": "信息:被标记为#leaves标签的方块已被加入", + "text.autoconfig.fallingtree.option.trees.allowedLeaves.@Tooltip[4]": "允许名单。", + "text.autoconfig.fallingtree.option.trees.allowedLogs": "允许:原木", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[0]": "处于该增项名单下的方块也会被认为是原木,", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[1]": "并被整颗伐倒。", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[3]": "信息:被标记为#log标签的方块已被加入", + "text.autoconfig.fallingtree.option.trees.allowedLogs.@Tooltip[4]": "允许名单。", + "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves": "允许:树叶(需要破坏)", + "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves.@Tooltip[0]": "处于该增项名单的方块会被认为是", + "text.autoconfig.fallingtree.option.trees.allowedNonDecayLeaves.@Tooltip[1]": "(需要快速破坏的)树叶。", + "text.autoconfig.fallingtree.option.trees.breakMode": "破坏模式", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[0]": "破坏树木的方式。", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[2]": "INSTANTANEOUS:一次性砍倒整棵树。", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[3]": "", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[4]": "SHIFT_DOWN:下移砍伐会使你可以逐渐从上到下砍伐树木,", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[5]": "所以你仍然需要破坏整棵树的原木方块,", + "text.autoconfig.fallingtree.option.trees.breakMode.@Tooltip[6]": "但不用爬到树顶从上到下砍伐。", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts": "破坏下界树木的疣块(树叶)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[0]": "当设置为true下界树木的疣块(树叶)", + "text.autoconfig.fallingtree.option.trees.breakNetherTreeWarts.@Tooltip[1]": "会和树干一起被破坏。", + "text.autoconfig.fallingtree.option.trees.breakOrder": "破坏顺序", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[0]": "伐树时原木方块被破坏的顺序。", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[1]": "这个值只在最大尺寸小于最大扫描尺寸时才有意义。", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[2]": "FURTHEST_FIRST:距离最远的原木优先被破坏", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[3]": "CLOSEST_FIRST:距离最近的原木优先被破坏", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[4]": "", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[5]": "信息:只在INSTANTANEOUS模式下生效。", + "text.autoconfig.fallingtree.option.trees.deniedLeaves": "禁止:树叶", + "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[0]": "处于该名单的方块不再被认为是树叶。", + "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.deniedLeaves.@Tooltip[2]": "信息:该配置的优先级高于允许名单。", + "text.autoconfig.fallingtree.option.trees.deniedLogs": "禁止:原木", + "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[0]": "处于该名单的方块不再被认为是原木。", + "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.deniedLogs.@Tooltip[2]": "信息:该配置的优先级高于白名单。", + "text.autoconfig.fallingtree.option.trees.detectionMode": "侦测模式", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[0]": "哪一部分的树需要被砍伐。", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[2]": "WHOLE_TREE:破坏整棵树。", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[3]": "", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[4]": "ABOVE_CUT:只破坏以你所破坏的原木方块顶面为", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[5]": "起点相连的所有方块。", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[6]": "", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[7]": "ABOVE_Y:只破坏以你所破坏的原木方块的Y坐标为起点", + "text.autoconfig.fallingtree.option.trees.detectionMode.@Tooltip[8]": "上方的所有方块。", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount": "将永不凋落树叶计入最少需要树叶", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[1]": "如果设置为true", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[2]": "则玩家放置或", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[3]": "被剪下的树叶将被", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[4]": "计入最少需要树叶数。", + "text.autoconfig.fallingtree.option.trees.includePersistentLeavesInRequiredCount.@Tooltip[5]": "反之则不会被记入。", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts": "一键破坏下界树木的疣块(树叶)", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[0]": "当设置为true时下界树木的疣块(树叶)会", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[1]": "被立即破坏。", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.instantlyBreakWarts.@Tooltip[3]": "信息:只在SHIFT_DOWN模式下生效。", + "text.autoconfig.fallingtree.option.trees.leavesBreaking": "树叶破坏", + "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[0]": "当设置为true,原先自然掉落的树叶会", + "text.autoconfig.fallingtree.option.trees.leavesBreaking.@Tooltip[1]": "被立即破坏。", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius": "强制树叶破坏半径", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[0]": "强制破坏树叶的半径。如果另一棵树", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[1]": "还拥有树叶则也会被一并破坏。", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[2]": "如果树叶是玩家放置的", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[3]": "则也会被摧毁。'", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[4]": "半径设定为以树顶的其中一个方块为中心。", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[5]": "", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[6]": "信息:要使该选项生效,树叶破坏选项必须开启。", + "text.autoconfig.fallingtree.option.trees.leavesBreakingForceRadius.@Tooltip[7]": "信息:只在INSTANTANEOUS模式下生效。", + "text.autoconfig.fallingtree.option.trees.maxScanSize": "最大扫描尺寸", + "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[0]": "对一棵树扫描的最大方块数。", + "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[1]": "如果树的尺寸大于这个值则", + "text.autoconfig.fallingtree.option.trees.maxScanSize.@Tooltip[2]": "这棵树不会被砍伐。", + "text.autoconfig.fallingtree.option.trees.maxSize": "最大尺寸", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[0]": "所能砍伐整颗树木的最大尺寸。如果原木数目大于该值", + "text.autoconfig.fallingtree.option.trees.maxSize.@Tooltip[1]": "则这棵树不会被砍伐。", + "text.autoconfig.fallingtree.option.trees.maxSizeAction": "最大尺寸动作", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[0]": "当树的尺寸达到设定最大尺寸时触发的动作。", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[1]": "", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[2]": "ABORT:这棵树不会被砍伐。", + "text.autoconfig.fallingtree.option.trees.maxSizeAction.@Tooltip[3]": "CUT:这棵树仍然会被砍伐,但会留下剩余数目的原木。", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired": "最少需要树叶数", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[0]": "识别为一颗树所需要在树顶的原木方块", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[1]": "周围存在的最少树叶数目。", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.minimumLeavesAroundRequired.@Tooltip[3]": "信息:只在INSTANTANEOUS模式下生效。", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius": "搜索范围半径", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[0]": "以被破坏的原木方块为中心的属于该颗树的原木搜索半径。", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[1]": "半径以外的属于这棵树的原木不会被一同砍伐。", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[2]": "", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[3]": "设定为负值等同于", + "text.autoconfig.fallingtree.option.trees.searchAreaRadius.@Tooltip[4]": "无限半径。", + "text.autoconfig.fallingtree.option.trees.treeBreaking": "树干破坏", + "text.autoconfig.fallingtree.option.trees.treeBreaking.@Tooltip": "当设置为true,为本模组开启一键砍伐树木。", + "text.autoconfig.fallingtree.title": "伐树配置" +} From 01c5509311b66be3b38aceb0412ccb06876d1517 Mon Sep 17 00:00:00 2001 From: Wren Date: Wed, 11 Jan 2023 18:20:36 +0800 Subject: [PATCH 8/8] =?UTF-8?q?=E6=A3=80=E6=9F=A5=E5=B9=B6=E8=A1=A5?= =?UTF-8?q?=E9=BD=90=E6=BC=8F=E6=8E=89=E7=9A=84=E6=A0=87=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/falling-tree/fallingtree/lang/zh_cn.json | 4 ++-- .../1.16/assets/falling-tree/fallingtree/lang/zh_cn.json | 4 ++-- .../assets/falling-tree/fallingtree/lang/zh_cn.json | 6 +++--- .../1.18/assets/falling-tree/fallingtree/lang/zh_cn.json | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/projects/1.16-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json b/projects/1.16-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json index 42ce49b0103c..47c2f44a2f73 100644 --- a/projects/1.16-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json +++ b/projects/1.16-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json @@ -8,10 +8,10 @@ "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "提供的物品ID不合法,格式必须为“mod_id:item_id”", "text.autoconfig.fallingtree.option.breakInCreative": "处于创造模式下的伐树行为", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "当设置为true,模组会使得你可以在", - "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "创造模式下开启伐树功能", + "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "创造模式下开启伐树功能。", "text.autoconfig.fallingtree.option.reverseSneaking": "反转潜行设置", "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[0]": "当设置为true,树只会在潜行状态下被", - "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "整颗伐倒", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "整颗伐倒。", "text.autoconfig.fallingtree.option.tools.blacklisted": "黑名单:工具", "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[0]": "处于该名单的工具不再被认为是伐树工具。", "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[1]": "", diff --git a/projects/1.16/assets/falling-tree/fallingtree/lang/zh_cn.json b/projects/1.16/assets/falling-tree/fallingtree/lang/zh_cn.json index 42ce49b0103c..47c2f44a2f73 100644 --- a/projects/1.16/assets/falling-tree/fallingtree/lang/zh_cn.json +++ b/projects/1.16/assets/falling-tree/fallingtree/lang/zh_cn.json @@ -8,10 +8,10 @@ "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "提供的物品ID不合法,格式必须为“mod_id:item_id”", "text.autoconfig.fallingtree.option.breakInCreative": "处于创造模式下的伐树行为", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "当设置为true,模组会使得你可以在", - "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "创造模式下开启伐树功能", + "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "创造模式下开启伐树功能。", "text.autoconfig.fallingtree.option.reverseSneaking": "反转潜行设置", "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[0]": "当设置为true,树只会在潜行状态下被", - "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "整颗伐倒", + "text.autoconfig.fallingtree.option.reverseSneaking.@Tooltip[1]": "整颗伐倒。", "text.autoconfig.fallingtree.option.tools.blacklisted": "黑名单:工具", "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[0]": "处于该名单的工具不再被认为是伐树工具。", "text.autoconfig.fallingtree.option.tools.blacklisted.@Tooltip[1]": "", diff --git a/projects/1.18-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json b/projects/1.18-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json index 4f058ff1813a..317ccbf3b9a8 100644 --- a/projects/1.18-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json +++ b/projects/1.18-fabric/assets/falling-tree/fallingtree/lang/zh_cn.json @@ -16,7 +16,7 @@ "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "提供的物品ID不合法,格式必须为“mod_id:item_id”。", "text.autoconfig.fallingtree.option.breakInCreative": "处于创造模式下的伐树行为", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "当设置为true,模组会使得你可以在", - "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "创造模式下开启伐树功能", + "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "创造模式下开启伐树功能。", "text.autoconfig.fallingtree.option.enchantment.hideEnchant": "隐藏魔咒", "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[0]": "如果设置为true,则该魔咒无法通过", "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[1]": "探索或交易方式获得。", @@ -160,8 +160,8 @@ "text.autoconfig.fallingtree.option.trees.breakOrder": "破坏顺序", "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[0]": "伐树时原木方块被破坏的顺序。", "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[1]": "这个值只在最大尺寸小于最大扫描尺寸时才有意义。", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[2]": "FURTHEST_FIRST:距离最远的原木优先被破坏", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[3]": "CLOSEST_FIRST:距离最近的原木优先被破坏", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[2]": "FURTHEST_FIRST:距离最远的原木优先被破坏。", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[3]": "CLOSEST_FIRST:距离最近的原木优先被破坏。", "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[4]": "", "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[5]": "信息:只在INSTANTANEOUS模式下生效。", "text.autoconfig.fallingtree.option.trees.deniedLeaves": "禁止:树叶", diff --git a/projects/1.18/assets/falling-tree/fallingtree/lang/zh_cn.json b/projects/1.18/assets/falling-tree/fallingtree/lang/zh_cn.json index 4f058ff1813a..317ccbf3b9a8 100644 --- a/projects/1.18/assets/falling-tree/fallingtree/lang/zh_cn.json +++ b/projects/1.18/assets/falling-tree/fallingtree/lang/zh_cn.json @@ -16,7 +16,7 @@ "text.autoconfig.fallingtree.error.invalidItemResourceLocation": "提供的物品ID不合法,格式必须为“mod_id:item_id”。", "text.autoconfig.fallingtree.option.breakInCreative": "处于创造模式下的伐树行为", "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[0]": "当设置为true,模组会使得你可以在", - "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "创造模式下开启伐树功能", + "text.autoconfig.fallingtree.option.breakInCreative.@Tooltip[1]": "创造模式下开启伐树功能。", "text.autoconfig.fallingtree.option.enchantment.hideEnchant": "隐藏魔咒", "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[0]": "如果设置为true,则该魔咒无法通过", "text.autoconfig.fallingtree.option.enchantment.hideEnchant.@Tooltip[1]": "探索或交易方式获得。", @@ -160,8 +160,8 @@ "text.autoconfig.fallingtree.option.trees.breakOrder": "破坏顺序", "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[0]": "伐树时原木方块被破坏的顺序。", "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[1]": "这个值只在最大尺寸小于最大扫描尺寸时才有意义。", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[2]": "FURTHEST_FIRST:距离最远的原木优先被破坏", - "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[3]": "CLOSEST_FIRST:距离最近的原木优先被破坏", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[2]": "FURTHEST_FIRST:距离最远的原木优先被破坏。", + "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[3]": "CLOSEST_FIRST:距离最近的原木优先被破坏。", "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[4]": "", "text.autoconfig.fallingtree.option.trees.breakOrder.@Tooltip[5]": "信息:只在INSTANTANEOUS模式下生效。", "text.autoconfig.fallingtree.option.trees.deniedLeaves": "禁止:树叶",