Merge pull request #2561 from TerraFirmaGreg-Team/dev

Release: 0.11.14
This commit is contained in:
Xikaro 2025-12-31 10:46:21 +05:00 committed by GitHub
commit 5d29114bf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
116 changed files with 6484 additions and 2942 deletions

10
.gitignore vendored
View file

@ -64,6 +64,7 @@ defaultconfigs/ftbranks/players.snbt
/.bobby/
/.mixin.out/
/tacz/tacz_default_gun
/classOut
/backups
/profileImage
@ -91,6 +92,7 @@ defaultconfigs/ftbranks/players.snbt
/chiselsandbits
/gtceu/prospection_cache
/data
/ESM
# Client data
bansoukou
@ -115,6 +117,8 @@ optionsshaders.txt
OpenComputersMod-*
hei_bookmarks.ini
icon.png
EffekseerNativeForJava.dll
libEffekseerNativeForJava.so
# Server data
# .pakku/server-overrides/libraries
@ -125,6 +129,6 @@ icon.png
# .pakku/server-overrides/mods
# .pakku/server-overrides/user_jvm_args.txt
/tacz/tacz_default_gun
EffekseerNativeForJava.dll
libEffekseerNativeForJava.so

View file

@ -0,0 +1,73 @@
{
// Allow the creation of backups automatically
"enabled": true,
// Permission level to use the /backup command
"command_permission_level": 3,
// Only send backup status to server ops
"notify_op_only": true,
// Don't send backup status at all
"do_not_notify": true,
/* Backup retention mode. Valid Modes: MAX_BACKUPS, TIERED
Note: TIERED mode is an experimental feature, Use at your own risk.
*/
"retention_mode": "MAX_BACKUPS",
// Applies to retention_mode:MAX_BACKUPS, Sets the maximum number of backups to keep
"max_backups": 3,
// Applies to retention_mode:TIERED, The latest x number of backups will be retained
"keep_latest": 3,
// Applies to retention_mode:TIERED, Sets number of hourly backups to keep
"keep_hourly": 1,
// Applies to retention_mode:TIERED, Sets number of daily backups to keep
"keep_daily": 1,
// Applies to retention_mode:TIERED, Sets number of weekly backups to keep
"keep_weekly": 1,
// Applies to retention_mode:TIERED, Sets number of monthly backups to keep
"keep_monthly": 1,
/* This is done with an implementation of cron from the Quartz java library.
More info here
(http://www.cronmaker.com)
*/
"backup_cron": "0 15 10 * * ? *",
// Time between manual backups using the command
"manual_backups_time": 0,
// Only run a backup if a player has been online since the last backup
"only_if_players_been_online": true,
// Additional directories to include in backup
"additional_directories": [],
/* Additional files and directories to include in backup.
Can specify a file name, path relative to server directory or wildcard file path
Examples: (All file paths are relative to server root)
fileName.txt Any/all file named "fileName.txt"
folder/file.txt Exact file path
folder/ Everything in this folder
path/starts/with* Any files who's path starts with
*path/ends/with.txt Any files who's path ends with
*path/contains* Any files who's path contains
*/
"additional_files": [],
// Display file size in backup message
"display_file_size": false,
// backup location
"backup_location": ".",
// Specify the backup format. Valid options are ZIP and DIRECTORY
"backup_format": "ZIP",
// Minimum free disk space in MB. If a backup's creation would leave less than this amount of disk space remaining, the backup will be aborted.
"minimum_free_space": 51200,
// If the previous backup failed due to lack of space, the oldest backup will be deleted to free space.
"free_space_if_needed": true,
/* Specify files or folders to be excluded.
Can specify a file name, path relative to server directory or wildcard file path
Examples: (All file paths are relative to server root)
fileName.txt Any/all file named "fileName.txt"
folder/file.txt Exact file path
folder/ Everything in this folder
path/starts/with* Any files who's path starts with
*path/ends/with.txt Any files who's path ends with
*path/contains* Any files who's path contains
*/
"excluded": [
"DistantHorizons.sqlite"
],
// The dimension used when creating backup preview image, specify "all" to enable automatic detection of primary dimension (can be very slow)
"preview_dimension": "minecraft:overworld"
}

View file

@ -3,6 +3,27 @@
## Unreleased
### Changes
### Bug fixes
### Translation updates
## [0.11.14] - 31-12-2025
### Changes
- Change energy acceptor to use a machine hull instead of a converter. (#2553) @thederpysockdude123
- Update ExtendedAE package name in InvTweaks exclusions. (#2556) @FakeDomi
- Pickled eggs can now be used in sandwiches (#2551) @Pyritie
- Changed small gear mold capacity from 288 to 144mb (#2544) @JeanRdSz
- Create Depots now count as forge insulation, so a basin can output directly onto one @Pyritie
### Mod updates
- New [Greate changelog](https://github.com/GreateBeyondTheHorizon/Greate/releases/tag/0.0.59)
- New [Firmalife changelog](https://github.com/eerussianguy/firmalife/releases/tag/v2.1.25)
### Bug fixes
- Fixed issue where the arc furnace was generating annealed copper nuggets out of nothing @BlueBoat29
- Fixed recipe conflict between Rimmed Blunt Bullet and 45-70 Bullet (#2545) @BlueBoat29
- Fixed cake recipes returning nothing in a food processor (#2558) @Pyritie
- Fixed a crash when generating chunks sometimes @Satherov
### Translation updates
- Chinese (simplified) @jmecn
- Chinese (traditional) @CrazyO9
- Russian @Petr211071
## [0.11.13] - 28-12-2025
### Breaking Changes

View file

@ -5,6 +5,8 @@
"enableFacadesInJEI": true,
"enableFacadeRecipesInJEI_comment": "Show facade recipes in JEI for supported blocks",
"enableFacadeRecipesInJEI": true,
"exposeInventoryToEmi_comment": "Expose the full network inventory to EMI, which might cause performance problems.",
"exposeInventoryToEmi": false,
"enableEffects": true,
"useTerminalUseLargeFont": false,
"useColoredCraftingStatus": true,
@ -16,10 +18,33 @@
"showPlacementPreview": true,
"notifyForFinishedCraftingJobs_comment": "Show toast when long-running crafting jobs finish.",
"notifyForFinishedCraftingJobs": true,
"fancyPatternTooltips_comment": "Show fancy tooltips for encoded patterns.",
"fancyPatternTooltips": true,
"clearGridOnClose_comment": "Automatically clear the crafting/encoding grid when closing the terminal",
"clearGridOnClose": false,
"terminalMargin_comment": "The vertical margin to apply when sizing terminals. Used to make room for centered item mod search bars",
"terminalMargin": 25
"terminalMargin": 25,
"autoPauseTerminal_comment": "Pause the terminal exactly like when pressing shift, except done automatically",
"autoPauseTerminal": false
},
"widgetNumbers": {
"_comment": "Number button values in the level emitter config panel and the craft order amount picker",
"widgetNumberBase1_comment": "Value of the first button when not pressing shift or ctrl",
"widgetNumberBase1": 1,
"widgetNumberBase2_comment": "Value of the second button when not pressing shift or ctrl",
"widgetNumberBase2": 10,
"widgetNumberBase3_comment": "Value of the third button when not pressing shift or ctrl",
"widgetNumberBase3": 100,
"widgetNumberBase4_comment": "Value of the fourth button when not pressing shift or ctrl",
"widgetNumberBase4": 1000,
"widgetNumberAlt1_comment": "Value of the first button when pressing shift or ctrl",
"widgetNumberAlt1": 1,
"widgetNumberAlt2_comment": "Value of the second button when pressing shift or ctrl",
"widgetNumberAlt2": 16,
"widgetNumberAlt3_comment": "Value of the third button when pressing shift or ctrl",
"widgetNumberAlt3": 32,
"widgetNumberAlt4_comment": "Value of the fourth button when pressing shift or ctrl",
"widgetNumberAlt4": 64
},
"terminals": {
"terminalStyle": "small",

View file

@ -7,6 +7,8 @@
"tinyTntBlockDamage": true,
"channels_comment": "Changes the channel capacity that cables provide in AE2.",
"channels": "default",
"controllerLength_comment": "Maximum length for AE controllers",
"controllerLength": 11,
"spatialAnchorEnableRandomTicks_comment": "Whether Spatial Anchors should force random chunk ticks and entity spawning.",
"spatialAnchorEnableRandomTicks": true
},

View file

@ -1,5 +1,10 @@
{
"preventSearchIgnoredItems": false,
"ingredientDedupe": false,
"resourceLocationDedupe": false
"resourceLocationDedupe": false,
"debugItemStackModifications": false,
"logIntervalInMinutes": 10,
"showSummaryOnDebugScreen": true,
"memoryUsageWarningPercentage": 90,
"debugThreadsStuck": false
}

View file

@ -8,6 +8,9 @@
},
"dimensions": {
"abyssalcraft": 1,
"ad_astra_mars": 1,
"ad_astra_mercury": 1,
"ad_astra_venus": 1,
"betweenlands": 1,
"cave": 1,
"end": 1,
@ -17,14 +20,21 @@
"nether": 1,
"surface": 1,
"twilightforest": 1,
"void": 1,
"ad_astra": 1
"void": 1
},
"regions": {
"abyssalcraft_dark": {
"overall": 1,
"suspense.suspense": 1
},
"ad_astra_mars_wind": {
"overall": 1,
"wind.light-wind": 1
},
"ad_astra_mercury_unknown": {
"overall": 1,
"suspense.suspense": 1
},
"end_unknown": {
"overall": 1,
"suspense.suspense": 1
@ -49,7 +59,8 @@
"overall": 1,
"beach": 1,
"seagull": 1,
"seagull-long": 1
"seagull-long": 1,
"ocean": 1
},
"cave_ambience": {
"overall": 1,
@ -86,11 +97,17 @@
},
"forest_cold": {
"overall": 1,
"crow": 1
"bird-ambience": 1,
"crow": 1,
"owl": 1,
"wolf": 1,
"long-wolf": 1
},
"forest": {
"overall": 1,
"bird-ambience": 1,
"bird-warm": 1,
"cricket": 1,
"cricket-warm-night": 1,
"owl": 1
},
"forest_roofed": {
@ -115,6 +132,10 @@
"bird-ambience-jungle": 1,
"bird-ambience-jungle-night": 1
},
"lake": {
"overall": 1,
"ocean": 1
},
"mesa": {
"overall": 1,
"wind-mesa": 1
@ -157,6 +178,10 @@
"overall": 1,
"wind.light-wind": 1
},
"snow": {
"overall": 1,
"wind.light-wind": 1
},
"space": {
"overall": 1
},
@ -182,7 +207,10 @@
},
"taiga": {
"overall": 1,
"bird-ambience-huge": 1
"bird-ambience-huge": 1,
"crow": 1,
"wolf": 1,
"long-wolf": 1
},
"underwater": {
"overall": 1,
@ -193,6 +221,15 @@
"overall": 1,
"underworld": 1
},
"venus": {
"overall": 1,
"cricket": 1,
"cricket-night": 1,
"cicadas": 1,
"cicadas-desert": 1,
"cicadas-night": 1,
"cricket-warm-night": 1
},
"warden": {
"overall": 1,
"warden": 1

View file

@ -0,0 +1,11 @@
[power]
#Energy consumed per round of ammo retrieved from an ammo box, default: 1000.0
#Range: 0.0 ~ 1.7976931348623157E308
AmmoBoxUsePowerPerAmmo = 1000.0
[jei]
#Modify the recipe content displayed in JEI, Normally, there is no need to disable this
#When creating custom modpacks, disable this if fake recipes remain after deleting the default crafting recipes
JeiRecipeDisplayCorrection = true

View file

@ -1,16 +1,5 @@
{
"attributes": {
"tacz:tacz.bullet_resistance": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1,
"value": 1
}
},
"forge:step_height_addition": {
"enabled": false,
"min": {
@ -33,17 +22,6 @@
"value": 2048
}
},
"minecraft:generic.flying_speed": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 1024
}
},
"forge:nametag_distance": {
"enabled": false,
"min": {
@ -55,17 +33,6 @@
"value": 64
}
},
"minecraft:generic.movement_speed": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 1024
}
},
"forge:entity_gravity": {
"enabled": false,
"min": {
@ -88,17 +55,6 @@
"value": 1024
}
},
"minecraft:generic.max_health": {
"enabled": true,
"min": {
"default": 1,
"value": 1
},
"max": {
"default": 1024,
"value": 1000000
}
},
"minecraft:generic.attack_speed": {
"enabled": true,
"min": {
@ -121,6 +77,17 @@
"value": 1000000
}
},
"lodestone:magic_proficiency": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 2048,
"value": 2048
}
},
"minecolonies:mc_mob_damage": {
"enabled": false,
"min": {
@ -143,6 +110,83 @@
"value": 1024
}
},
"minecraft:generic.armor": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 30,
"value": 1000000
}
},
"forge:entity_reach": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 1024
}
},
"tacz:tacz.bullet_resistance": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1,
"value": 1
}
},
"sns:extra_fall_distance": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 64,
"value": 64
}
},
"minecraft:generic.flying_speed": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 1024
}
},
"minecraft:generic.movement_speed": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 1024
}
},
"minecraft:generic.max_health": {
"enabled": true,
"min": {
"default": 1,
"value": 1
},
"max": {
"default": 1024,
"value": 1000000
}
},
"minecraft:zombie.spawn_reinforcements": {
"enabled": true,
"min": {
@ -176,15 +220,15 @@
"value": 1000000
}
},
"minecraft:generic.armor": {
"enabled": true,
"lodestone:magic_resistance": {
"enabled": false,
"min": {
"default": 0,
"value": 0
"default": 1,
"value": 1
},
"max": {
"default": 30,
"value": 1000000
"default": 2048,
"value": 2048
}
},
"forge:swim_speed": {
@ -220,15 +264,15 @@
"value": 1000000
}
},
"forge:entity_reach": {
"lodestone:magic_damage": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 1024
"default": 2048,
"value": 2048
}
}
}

View file

@ -0,0 +1,5 @@
#Prevent running on blocks with higher speeds from changing the field of view.
disable_field_of_view_changes = true
#Add a tooltip to blocks that have an altered block speed with the multiplier.
block_speed_multiplier_tooltip = true

11
config/blockrunner.json Normal file
View file

@ -0,0 +1,11 @@
{
"schema_version": "2",
"minecraft:dirt_path": 1.35,
"#blockrunner:slow_blocks": 0.65,
"#blockrunner:very_slow_blocks": 0.45,
"#blockrunner:quick_blocks": 1.35,
"#blockrunner:very_quick_blocks": 1.55,
"#blockrunner:slightly_slow_blocks": 0.85,
"#blockrunner:slightly_quick_blocks": 1.15,
"#minecraft:stone_bricks": 1.15
}

View file

@ -4,5 +4,6 @@
"senderDetection": "UUID_AND_HEURISTIC",
"smartHeuristics": true,
"handleSystemMessages": true,
"drawShadow": true,
"nameAliases": { }
}

View file

@ -56,4 +56,6 @@
fireworkItems = ["minecraft:firework_rocket"]
#Blocks that should be protected in the prevent accidental mining tweak.
fragileBlocks = ["minecraft:large_amethyst_bud", "minecraft:medium_amethyst_bud", "minecraft:small_amethyst_bud", "minecraft:budding_amethyst"]
#Items that count as food for the offhand-torch and -use tweak options.
foodItems = ["supplementaries:lunch_basket"]

View file

@ -0,0 +1,7 @@
#Should display a message when an incompatible shaderpack is used.
alertIncompatiblePack = true
#Should display a message when a broken shaderpack is used.
alertBrokenPack = true
#Should fallback mode be used for non supported shaderpacks.
enableFallbackMode = false

View file

@ -8,7 +8,7 @@
#Anyways log will be uploaded to mclo.gs, but with this option you can wrap link to gnomebot.dev for better formatting.
#If help_link equals 'CHANGE_ME', this value will be ignored and gnomebot.dev used.
#Supported values: mclo.gs / gnomebot.dev
upload_to = "gnomebot.dev"
upload_to = "mclo.gs"
#Show gui on minecraft crashed on modloading and FML error screen displayed.
show_on_fml_error_screen = true
#Close old CrashAssistantApp if it's still running when starting a new instance of Minecraft, to avoid confusing player with window from old crash.
@ -65,13 +65,13 @@
[text]
#$CONFIG.text.support_name$ in lang files will be replaced with this value.
#For example this placeHolder used in: "Request help in the $CONFIG.text.support_name$"
support_name = "TFG Github"
support_name = "TerraFirmaGreg-Github"
#$CONFIG.text.support_place$ in lang files will be replaced with this value.
support_place = "the text boxes after pressing the green New Issue button"
#$CONFIG.text.modpack_name$ in lang files will be replaced with this value.
#For example this placeHolder used in: "Oops, $CONFIG.text.modpack_name$ crashed!"
#Supports Better Compatibility Checker integration. You can use $BCC.modpackName$, $BCC.modpackVersion$, etc and it will be replaced with value from BCC config.
modpack_name = "TerraFirmaGreg"
modpack_name = "TerraFirmaGreg-Modern"
#Settings of message generated by Upload all button
[generated_message]
@ -101,7 +101,7 @@
put_analysis_result_to_message = true
#Color modified mods count/analysis in msg with ANSI.
#Can be needed to be disabled if issues are reported to something not supporting ANSI codeblocks, like GitHub.
color_message = true
color_message = false
#Settings of links copied by Upload and copy link buttons
[copied_links]
@ -170,7 +170,7 @@
blacklisted_reasons = []
#Settings of analysis tools feature.
#Here you can enable disable showing some analysis tools fot end user.
#Here you can enable or disable showing some analysis tools for end user.
[analysis_tools]
#Enable feature.
enabled = true

View file

@ -1,8 +1,8 @@
{
"fmlloader-1.20.1-47.4.6.jar (modloader)": {
"jarName": "fmlloader-1.20.1-47.4.6.jar (modloader)",
"fmlloader-1.20.1-47.4.13.jar (modloader)": {
"jarName": "fmlloader-1.20.1-47.4.13.jar (modloader)",
"modId": "forge",
"version": "fmlloader-1.20.1-47.4.6.jar"
"version": "fmlloader-1.20.1-47.4.13.jar"
},
"[1.20.1-Forge] Additional Placements-2.3.1.jar": {
"jarName": "[1.20.1-Forge] Additional Placements-2.3.1.jar",
@ -190,8 +190,8 @@
"jarName": "betterp2p-1.5.0-forge.jar",
"modId": "betterp2p",
"version": "1.5.0",
"curseForgeHash": 1833303294,
"modrinthHash": "ee1a5e156b230474db0a57ce78174fcb1cd351e2"
"curseForgeHash": 263356958,
"modrinthHash": "528ccd37ba0dad755e875601bb3326bdeb0f3d4a"
},
"BetterPingDisplay-1.20.1-1.1.jar": {
"jarName": "BetterPingDisplay-1.20.1-1.1.jar",
@ -239,8 +239,8 @@
"jarName": "carpeted-1.20-1.4.jar",
"modId": "carpeted",
"version": "1.20-1.4",
"curseForgeHash": 3269794713,
"modrinthHash": "5f177a96a08454572723cf31fee9187c6bc1140e"
"curseForgeHash": 1311864805,
"modrinthHash": "0a34572db968e103bb783c854943548e475f6ea7"
},
"carryon-forge-1.20.1-2.1.2.7.jar": {
"jarName": "carryon-forge-1.20.1-2.1.2.7.jar",
@ -305,19 +305,19 @@
"curseForgeHash": 635589968,
"modrinthHash": "c65d07748acc57ceb45d53b3964368b84f34d54f"
},
"colorwheel-forge-1.1.1+mc1.20.1.jar": {
"jarName": "colorwheel-forge-1.1.1+mc1.20.1.jar",
"colorwheel-forge-1.1.2+mc1.20.1.jar": {
"jarName": "colorwheel-forge-1.1.2+mc1.20.1.jar",
"modId": "colorwheel",
"version": "1.1.1+mc1.20.1",
"curseForgeHash": 3336786010,
"modrinthHash": "8ae48d07db5b42a55906e81f86e9eaffc6db0777"
"version": "1.1.2+mc1.20.1",
"curseForgeHash": 4284935425,
"modrinthHash": "08089e16b24756e0ef1e50967dcf2286b20f5923"
},
"colorwheel_patcher-forge-1.0.3+mc1.20.1.jar": {
"jarName": "colorwheel_patcher-forge-1.0.3+mc1.20.1.jar",
"colorwheel_patcher-forge-1.0.4+mc1.20.1.jar": {
"jarName": "colorwheel_patcher-forge-1.0.4+mc1.20.1.jar",
"modId": "colorwheel_patcher",
"version": "1.0.3+mc1.20.1",
"curseForgeHash": 604643776,
"modrinthHash": "af4ffc83e8fd4964c09d88035a7df64f1536f68b"
"version": "1.0.4+mc1.20.1",
"curseForgeHash": 2060817090,
"modrinthHash": "a8ae8241362d7de40fd8909f942c3b1362779bd6"
},
"comforts-forge-6.4.0+1.20.1.jar": {
"jarName": "comforts-forge-6.4.0+1.20.1.jar",
@ -337,8 +337,8 @@
"jarName": "Controlling-forge-1.20.1-12.0.2.jar",
"modId": "controlling",
"version": "12.0.2",
"curseForgeHash": 2626540686,
"modrinthHash": "6195a3d1464f8fb641d7e165163aea1a857ce08e"
"curseForgeHash": 2144346557,
"modrinthHash": "f6d3cdd3ec68c5590cf5b2e89c38dbf031824bfd"
},
"corpse-forge-1.20.1-1.0.23.jar": {
"jarName": "corpse-forge-1.20.1-1.0.23.jar",
@ -557,12 +557,12 @@
"curseForgeHash": 484254904,
"modrinthHash": "780caf39421ccfc495d14cb287856ced97c32985"
},
"entityculling-forge-1.9.4-mc1.20.1.jar": {
"jarName": "entityculling-forge-1.9.4-mc1.20.1.jar",
"entityculling-forge-1.9.5-mc1.20.1.jar": {
"jarName": "entityculling-forge-1.9.5-mc1.20.1.jar",
"modId": "entityculling",
"version": "1.9.4",
"curseForgeHash": 744623401,
"modrinthHash": "2b19c5c38f88285aed2aad6a61eb622003540ee5"
"version": "1.9.5",
"curseForgeHash": 538559316,
"modrinthHash": "524be2ed63e9f131a17393ead67cd3fddc97ca2b"
},
"etched-3.0.4.jar": {
"jarName": "etched-3.0.4.jar",
@ -655,12 +655,12 @@
"curseForgeHash": 3617977798,
"modrinthHash": "5d21f85a95332dc002cd26ce085934a0d3605e08"
},
"Firmalife-1.20.1-2.1.24.jar": {
"jarName": "Firmalife-1.20.1-2.1.24.jar",
"Firmalife-1.20.1-2.1.25.jar": {
"jarName": "Firmalife-1.20.1-2.1.25.jar",
"modId": "firmalife",
"version": "2.1.24",
"curseForgeHash": 3800287070,
"modrinthHash": "d4643d36fff9e4608e537ad9fae5704cad5bc4ac"
"version": "2.1.25",
"curseForgeHash": 737375744,
"modrinthHash": "9c80bd40edf4625e578e42d8f7bf5f34f43215ee"
},
"flickerfix-1.20.1-4.0.1.jar": {
"jarName": "flickerfix-1.20.1-4.0.1.jar",
@ -746,12 +746,12 @@
"curseForgeHash": 2646303899,
"modrinthHash": "4b100de40338247a3fbf4d1fd1846257c5338189"
},
"ftbxaerocompat-forge-1.1.0.jar": {
"jarName": "ftbxaerocompat-forge-1.1.0.jar",
"ftbxaerocompat-forge-1.1.1.jar": {
"jarName": "ftbxaerocompat-forge-1.1.1.jar",
"modId": "ftbxaerocompat",
"version": "1.1.0",
"curseForgeHash": 2958755560,
"modrinthHash": "1891f5e557bd90307f2499c9a6ba077915222ad3"
"version": "1.1.1",
"curseForgeHash": 2050132927,
"modrinthHash": "c36353b31e1e613294609730d3e01bb49e0cf7bd"
},
"fullstackwatchdog-1.0.1+1.19.2-forge.jar": {
"jarName": "fullstackwatchdog-1.0.1+1.19.2-forge.jar",
@ -795,12 +795,12 @@
"curseForgeHash": 3324262533,
"modrinthHash": "aa53625ab5e145c6aa196645335b062b37ae82da"
},
"greate-0.0.58.jar": {
"jarName": "greate-0.0.58.jar",
"greate-0.0.59.jar": {
"jarName": "greate-0.0.59.jar",
"modId": "greate",
"version": "0.0.58",
"curseForgeHash": 2882095596,
"modrinthHash": "52e244f91ecb56a69bcdec6d22a83047475eeb34"
"version": "0.0.59",
"curseForgeHash": 3700389471,
"modrinthHash": "dc87ce9d17abc7967e26aac5d9e3480d4e36c7d1"
},
"gtceu-1.20.1-7.4.0.jar": {
"jarName": "gtceu-1.20.1-7.4.0.jar",
@ -1000,8 +1000,8 @@
"jarName": "Measurements-forge-1.20.1-2.0.1.jar",
"modId": "measurements",
"version": "2.0.1",
"curseForgeHash": 4171871151,
"modrinthHash": "ea7c41e478903c3b9ccb37b67ff3ede9bdcaee9c"
"curseForgeHash": 230863047,
"modrinthHash": "8b98cf208b3b21f4996d86fc9c6960b192da77f7"
},
"megacells-forge-2.4.6-1.20.1.jar": {
"jarName": "megacells-forge-2.4.6-1.20.1.jar",
@ -1031,12 +1031,12 @@
"curseForgeHash": 3074548209,
"modrinthHash": "4069534174e618393f0c14d9dc61ac27a04bb992"
},
"moonlight-1.20-2.16.18-forge.jar": {
"jarName": "moonlight-1.20-2.16.18-forge.jar",
"moonlight-1.20-2.16.19-forge.jar": {
"jarName": "moonlight-1.20-2.16.19-forge.jar",
"modId": "moonlight",
"version": "1.20-2.16.18",
"curseForgeHash": 4116986064,
"modrinthHash": "48dc8e4c200c487df69195fe503dc67493050b6b"
"version": "1.20-2.16.19",
"curseForgeHash": 2861614006,
"modrinthHash": "de55e348bdf3a3ac7520fde157654d615967f9b1"
},
"morered-1.20.1-4.0.0.4.jar": {
"jarName": "morered-1.20.1-4.0.0.4.jar",
@ -1252,15 +1252,15 @@
"jarName": "Searchables-forge-1.20.1-1.0.3.jar",
"modId": "searchables",
"version": "1.0.3",
"curseForgeHash": 3494294894,
"modrinthHash": "5b976f6e76ec74cdef21865e31f56bcb11558db7"
"curseForgeHash": 3171281796,
"modrinthHash": "ed5a23ec30c90fd06b3f1d8140614028e1fafaee"
},
"ShoulderSurfing-Forge-1.20.1-4.17.0.jar": {
"jarName": "ShoulderSurfing-Forge-1.20.1-4.17.0.jar",
"ShoulderSurfing-Forge-1.20.1-4.18.1.jar": {
"jarName": "ShoulderSurfing-Forge-1.20.1-4.18.1.jar",
"modId": "shouldersurfing",
"version": "1.20.1-4.17.0",
"curseForgeHash": 3839312720,
"modrinthHash": "77741047e50205980a6eb518aec2514784584c09"
"version": "1.20.1-4.18.1",
"curseForgeHash": 1413955737,
"modrinthHash": "77b9cd4384a622f709ae69decb3ad4e6e44afe38"
},
"showcaseitem-1.20.1-1.2.jar": {
"jarName": "showcaseitem-1.20.1-1.2.jar",
@ -1406,8 +1406,8 @@
"jarName": "TerraFirmaGreg-Core-Modern-0.8.12.jar",
"modId": "tfg",
"version": "0.8.12",
"curseForgeHash": 3927177398,
"modrinthHash": "5dc28e3df1d3e2b5c17f0b6cf1b8b92790d7ea9b"
"curseForgeHash": 3615222056,
"modrinthHash": "320db558605f446a76db4355e1a8e1b008c33630"
},
"tfc_gurman-1.2.0.jar": {
"jarName": "tfc_gurman-1.2.0.jar",
@ -1465,12 +1465,12 @@
"curseForgeHash": 1729769370,
"modrinthHash": "1a64a638d83e7b33d1f4c589ac0bc3005ffec34f"
},
"TFCBetterBlastFurnace-1.20.1-1.0.1.jar": {
"jarName": "TFCBetterBlastFurnace-1.20.1-1.0.1.jar",
"TFCBetterBlastFurnace-1.20.1-1.0.2.jar": {
"jarName": "TFCBetterBlastFurnace-1.20.1-1.0.2.jar",
"modId": "tfcbetterbf",
"version": "1.0.1",
"curseForgeHash": 876624666,
"modrinthHash": "deed557181e79cfa11ab29916d74801ba5d6dcd0"
"version": "1.0.2",
"curseForgeHash": 122027446,
"modrinthHash": "e40bc10f114bce20b9c003a7d42a97834d5a1bcc"
},
"tfccanes-2.1.2.jar": {
"jarName": "tfccanes-2.1.2.jar",

View file

@ -1,2 +1,6 @@
{
"example_modid": {
"msg": "Custom msg on crash for this mod id. You can use $JAR_NAME$ placeholder, which will be replaced with jar name. You can use HTML here, it will work.",
"should_crash_on_startup": true
}
}

View file

@ -1,6 +1,49 @@
##[general]
B:early_fade_out_elements = 'true';
B:fade_out_loading_screen = 'true';
B:allow_universal_layouts = 'false';
B:wait_for_textures_in_loading = 'true';
B:fade_out_loading_screen = 'true';
B:wait_for_textures_in_loading = 'true';
##[early_loading]
I:early_loading_top_right_watermark_position_offset_y = '0';
I:early_loading_bottom_left_watermark_position_offset_x = '0';
I:early_loading_bottom_left_watermark_position_offset_y = '0';
B:early_loading_hide_logger = 'false';
I:early_loading_bar_width = '400';
I:early_loading_bar_position_offset_y = '50';
I:early_loading_top_right_watermark_height = '100';
S:early_loading_bottom_right_watermark_texture_path = '/config/fancymenu/assets/some_image.png';
I:early_loading_top_right_watermark_position_offset_x = '0';
S:early_loading_top_left_watermark_texture_path = '/config/fancymenu/assets/some_image.png';
I:early_loading_bottom_right_watermark_height = '100';
I:early_loading_bar_position_offset_x = '0';
I:early_loading_logo_height = '120';
I:early_loading_top_right_watermark_width = '100';
I:early_loading_bottom_right_watermark_position_offset_y = '0';
I:early_loading_window_height = '-1';
S:early_loading_bar_progress_texture_path = '/config/fancymenu/assets/some_bar_progress_image.png';
I:early_loading_bottom_right_watermark_position_offset_x = '0';
S:early_loading_background_texture_path = '/config/fancymenu/assets/some_image.png';
B:early_loading_background_preserve_aspect_ratio = 'true';
I:early_loading_top_left_watermark_width = '100';
B:early_loading_hide_logo = 'false';
S:early_loading_bar_background_texture_path = '/config/fancymenu/assets/some_bar_background_image.png';
S:early_loading_logo_texture_path = '/config/fancymenu/assets/some_image.png';
S:early_loading_bottom_left_watermark_texture_path = '/config/fancymenu/assets/some_image.png';
I:early_loading_top_left_watermark_position_offset_y = '0';
I:early_loading_top_left_watermark_position_offset_x = '0';
I:early_loading_logo_width = '480';
S:early_loading_top_right_watermark_texture_path = '/config/fancymenu/assets/some_image.png';
I:early_loading_bottom_left_watermark_width = '100';
I:early_loading_bottom_right_watermark_width = '100';
I:early_loading_bottom_left_watermark_height = '100';
I:early_loading_bar_height = '40';
S:early_loading_window_title = 'Minecraft';
I:early_loading_top_left_watermark_height = '100';
I:early_loading_window_width = '-1';
I:early_loading_logo_position_offset_y = '-50';
B:early_loading_hide_bar = 'false';
I:early_loading_logo_position_offset_x = '0';

View file

@ -12,6 +12,10 @@
generate_dynamic_assets = true
#Allow the item_search or searchBar to be visible.
tab_item_search = true
#If set to true, then all of the generated items will not be put into the mod's tab.
no_mod_creative_tab = false
#Generate blocktype tags for every block type. This will be applied to all the mods that use the system, not just Every Compat. It's currently off and Can make pack a bit faster. Turn on if you need it.
generate_blocktype_tags = false
[general.tooltips]
#Enabled tooltips showing which mod an EC item is from

View file

@ -12,6 +12,8 @@
#
# Module - is a Supported Mod, just a modId is sufficient.
# EntrySet - is a FurnitureType or DecorativeType that Wood-Good is supporting via the mod. it is either block or item.
# Wood-Mods - Biomes O' Plenty, The Twilight Forest, so on...
# Supported-Mods - The mods that EveryCompat is currently supporting
#
# NOTE: blacklisting a Module will be applied to Wood-Good, Stone-Zone, Gems-Realm
#
@ -38,6 +40,7 @@
# "variantvanillablocks:chest", COMMENT: variantvanillablocks:oak_chest without "oak"
# "chipped:.*" COMMENT: .* is an regex which will exclude all of EntrySets from one Module - Wood-Good ONLY
# ]
# NOTE: This excluded one entryset from all WoodTypes/LeavesTypes
#
blacklist = []
@ -50,3 +53,21 @@
#
blacklist = []
[block]
#Exclude a specific WoodType/LeavesType block
# This is only applied to Wood-Good.
# EXAMPLE: blacklist = [
# "chipped/biomesoplenty/checkered_redwood_trapdoor", COMMENT: excluded a checkered_trapdoor from Chipped with Biomes-O'-Plenty's redwood
# "variantvanillablocks/biomesoplenty/fir_chest", COMMENT: excluded a chest from Variant-Vanilla-Blocks with Biomes-O'-Plenty's fir
# ".*/biomesoplenty/fir_chest", COMMENT: .* is an RegEx, so it exclude fir_chest from any Supported-Mods with just Biomes-O'-Plenty (Wood-Mods)
# "chipped/.*/fir_chest", COMMENT: .* is an RegEx, so it exclude fir_chest from any Wood-Mods with just chipped (Supported-Mod)
# ".*fir_chest", COMMENT: .* is an RegEx, so it exclude fir_chest from any Supported-Mods & Wood-Mods
# ]
#
blacklist = []
[other]
#Disable all of Supported Mods on EveryCompat's side. This feature is same as Library-Section which do not have any Wood Modules.
#WARNING: If the config between CLIENT & SERVER are not the same, then you won't able to join a server
include_all_wood_modules = true

View file

@ -0,0 +1,45 @@
#General settings
[general]
#Blacklisted Sounds - add the name of the sounds to blacklist, separated with comma
forbiddenSounds = ["ui.", "music.", "ambient."]
#Allow the "ALL" sounds list to include the blacklisted sounds?
lawfulAllList = false
#Volume set when pressed the mute button by default
#Range: 0.0 ~ 0.9
defaultMuteVolume = 0.0
#Set to true to move the muffle and play buttons to the left side of the GUI
leftButtons = false
#Show tips in the Muffler screen?
showTip = true
#Whether or not use the dark theme
useDarkTheme = false
#Inventory button settings
[inventory_button]
#Disable the Muffle button in the player inventory?
disableInventoryButton = false
#Coordinates for the Muffler button in the player inventory.
# You can change this in game by holding the RMB over the button and draging it around
#Range: > -2147483648
invButtonX = 75
#Coordinates for the Muffler button in the player inventory.
#You can change this in game by holding the RMB over the button and draging it around
#Range: > -2147483648
invButtonY = 7
#Disable the Muffle button in the creative player inventory?
disableCreativeInventoryButton = false
#Coordinates for the Muffler button in the creative player inventory.
# You can change this in game by holding the RMB over the button and draging it around
#Range: > -2147483648
creativeInvButtonX = 2
#Coordinates for the Muffler button in the creative player inventory.
#You can change this in game by holding the RMB over the button and draging it around
#Range: > -2147483648
creativeInvButtonY = 2
#Anchor settings
[Anchors]
#Disable the Anchors?
disableAnchors = false

View file

@ -1,126 +1,126 @@
{
"disableCrouchMining": false,
"disableExtraToolDamage": false,
"disableExtraFoodExhaustion": false,
"treeLifetimeLength": 4.0,
"dynamicMiningSpeed": {
"disable": false,
"speedMultiplication": 0.05,
"maxSpeedMultiplication": 16.0
"disableCrouchMining": false,
"disableExtraToolDamage": false,
"disableExtraFoodExhaustion": false,
"treeLifetimeLength": 4.0,
"dynamicMiningSpeed": {
"disable": false,
"speedMultiplication": 0.05,
"maxSpeedMultiplication": 16.0
},
"trees": {
"standardTree": {
"algorithm": {
"maxLeavesRadius": 25,
"maxLogAmount": 512,
"shouldFallOnMaxLogAmount": true,
"shouldIgnorePersistentLeaves": true
},
"logFilter": {
"whitelistedTags": [
"minecraft:logs"
],
"whitelist": [
"minecraft:mushroom_stem",
"beneath:wood/log/crimson",
"beneath:wood/stripped_log/crimson",
"beneath:wood/wood/crimson",
"beneath:wood/stripped_wood/crimson",
"beneath:wood/log/warped",
"beneath:wood/stripped_log/warped",
"beneath:wood/wood/warped",
"beneath:wood/stripped_wood/warped",
"ad_astra:aeronos_stem",
"ad_astra:strophar_stem"
],
"blacklist": []
},
"leavesFilter": {
"whitelistedTags": [
"minecraft:leaves"
],
"whitelist": [
"minecraft:red_mushroom_block",
"minecraft:brown_mushroom_block",
"minecraft:shroomlight",
"species:alphacene_mushroom_block",
"species:alphacene_mushroom_growth",
"minecraft:nether_wart_block",
"minecraft:warped_wart_block",
"beneath:wood/leaves/crimson",
"beneath:wood/leaves/warped",
"ad_astra:aeronos_cap",
"ad_astra:strophar_cap"
],
"blacklist": []
},
"extraBlockFilter": {
"whitelistedTags": [],
"whitelist": [
"minecraft:vine",
"minecraft:bee_nest",
"minecraft:cocoa"
],
"blacklist": []
},
"enabled": true,
"onlyFallWithRequiredTool": false,
"allowedToolFilter": {
"whitelistedTags": [
"minecraft:axes"
],
"whitelist": [],
"blacklist": []
}
},
"trees": {
"standardTree": {
"algorithm": {
"maxLeavesRadius": 25,
"maxLogAmount": 512,
"shouldFallOnMaxLogAmount": true,
"shouldIgnorePersistentLeaves": true
},
"logFilter": {
"whitelistedTags": [
"minecraft:logs"
],
"whitelist": [
"minecraft:mushroom_stem",
"beneath:wood/log/crimson",
"beneath:wood/stripped_log/crimson",
"beneath:wood/wood/crimson",
"beneath:wood/stripped_wood/crimson",
"beneath:wood/log/warped",
"beneath:wood/stripped_log/warped",
"beneath:wood/wood/warped",
"beneath:wood/stripped_wood/warped",
"ad_astra:aeronos_stem",
"ad_astra:strophar_stem"
],
"blacklist": []
},
"leavesFilter": {
"whitelistedTags": [
"minecraft:leaves"
],
"whitelist": [
"minecraft:red_mushroom_block",
"minecraft:brown_mushroom_block",
"minecraft:shroomlight",
"species:alphacene_mushroom_block",
"species:alphacene_mushroom_growth",
"minecraft:nether_wart_block",
"minecraft:warped_wart_block",
"beneath:wood/leaves/crimson",
"beneath:wood/leaves/warped",
"ad_astra:aeronos_cap",
"ad_astra:strophar_cap"
],
"blacklist": []
},
"extraBlockFilter": {
"whitelistedTags": [],
"whitelist": [
"minecraft:vine",
"minecraft:bee_nest",
"minecraft:cocoa"
],
"blacklist": []
},
"enabled": true,
"onlyFallWithRequiredTool": false,
"allowedToolFilter": {
"whitelistedTags": [
"minecraft:axes"
],
"whitelist": [],
"blacklist": []
}
},
"verticalTree": {
"filter": {
"whitelistedTags": [],
"whitelist": [
"minecraft:cactus",
"minecraft:bamboo"
],
"blacklist": []
},
"enabled": true,
"onlyFallWithRequiredTool": false,
"allowedToolFilter": {
"whitelistedTags": [
"minecraft:axes"
],
"whitelist": [],
"blacklist": []
}
},
"chorusTree": {
"enabled": false,
"onlyFallWithRequiredTool": false,
"allowedToolFilter": {
"whitelistedTags": [],
"whitelist": [
"tfg:charred_log"
],
"blacklist": []
}
},
"mushroomTree": {
"stemFilter": {
"whitelistedTags": [],
"whitelist": [],
"blacklist": []
},
"capFilter": {
"whitelistedTags": [],
"whitelist": [],
"blacklist": []
},
"enabled": true,
"onlyFallWithRequiredTool": false,
"allowedToolFilter": {
"whitelistedTags": [],
"whitelist": [],
"blacklist": []
}
}
"verticalTree": {
"filter": {
"whitelistedTags": [],
"whitelist": [
"minecraft:cactus",
"minecraft:bamboo"
],
"blacklist": []
},
"enabled": true,
"onlyFallWithRequiredTool": false,
"allowedToolFilter": {
"whitelistedTags": [
"minecraft:axes"
],
"whitelist": [],
"blacklist": []
}
},
"chorusTree": {
"enabled": false,
"onlyFallWithRequiredTool": false,
"allowedToolFilter": {
"whitelistedTags": [],
"whitelist": [
"tfg:charred_log"
],
"blacklist": []
}
},
"mushroomTree": {
"stemFilter": {
"whitelistedTags": [],
"whitelist": [],
"blacklist": []
},
"capFilter": {
"whitelistedTags": [],
"whitelist": [],
"blacklist": []
},
"enabled": true,
"onlyFallWithRequiredTool": false,
"allowedToolFilter": {
"whitelistedTags": [],
"whitelist": [],
"blacklist": []
}
}
}
}

View file

@ -1,8 +1,8 @@
##[general]
B:force_fullscreen = 'false';
I:default_gui_scale = '-1';
B:play_vanilla_menu_music = 'true';
B:force_fullscreen = 'false';
##[customization]
@ -15,19 +15,19 @@ B:advanced_customization_mode = 'false';
##[loading]
S:preload_resources = '[cubic_panorama]beneath%!source_end!%[slideshow]new_loading_screen%!source_end!%';
S:custom_game_intro_skip_text = '';
B:allow_game_intro_skip = 'true';
S:game_intro_animation_name = '';
B:game_intro_fade_out = 'true';
S:custom_game_intro_skip_text = '';
##[window]
S:custom_window_icon_16 = '/config/fancymenu/assets/icons/icon16x16.png';
B:show_custom_window_icon = 'true';
S:custom_window_icon_macos = '/config/fancymenu/assets/icons/macOS.icns';
S:custom_window_icon_32 = '/config/fancymenu/assets/icons/icon32x32.png';
S:custom_window_title = 'TerraFirmaGreg-Modern';
S:custom_window_icon_16 = '/config/fancymenu/assets/icons/icon16x16.png';
##[multiplayer_screen]
@ -45,36 +45,38 @@ B:show_singleplayer_screen_world_icons = 'true';
B:layout_editor_grid_snapping = 'true';
B:anchor_overlay_change_anchor_on_area_hover = 'true';
B:show_layout_editor_grid = 'true';
S:anchor_overlay_color_base_override = '';
B:enable_element_rotation_controls = 'true';
F:anchor_overlay_opacity_normal = '0.5';
F:anchor_overlay_opacity_busy = '0.7';
D:anchor_overlay_hover_charging_time_seconds = '2.0';
B:anchor_overlay_change_anchor_on_element_hover = 'true';
S:anchor_overlay_visibility_mode = 'dragging';
B:anchor_overlay_show_all_connection_lines = 'false';
F:layout_editor_grid_snapping_strength = '1.0';
S:anchor_overlay_color_base_override = '';
I:layout_editor_grid_size = '10';
B:invert_anchor_overlay_color = 'false';
B:enable_buddy = 'true';
S:anchor_overlay_color_border_override = '';
F:anchor_overlay_opacity_normal = '0.5';
F:anchor_overlay_opacity_busy = '0.7';
D:anchor_overlay_hover_charging_time_seconds = '2.0';
B:enable_element_tilting_controls = 'true';
##[ui]
I:context_menu_hover_open_speed = '1';
S:ui_theme = 'dark';
F:ui_scale = '4.0';
B:play_ui_click_sounds = 'true';
B:enable_ui_text_shadow = 'false';
I:context_menu_hover_open_speed = '1';
S:ui_theme = 'dark';
##[debug_overlay]
B:debug_overlay_show_basic_screen_category = 'true';
B:debug_overlay_show_system_category = 'true';
B:debug_overlay_show_advanced_screen_category = 'true';
B:show_debug_overlay = 'false';
B:debug_overlay_show_resources_category = 'true';
B:debug_overlay_show_system_category = 'true';
B:debug_overlay_show_advanced_screen_category = 'true';
##[tutorial]

View file

@ -19,9 +19,24 @@
"layout_editor_element_border_color_selected": {
"hex": "#03DBFCFF"
},
"layout_editor_element_border_rotation_controls_color": {
"hex": "#9E2BFFFF"
},
"layout_editor_element_border_vertical_tilting_controls_color": {
"hex": "#FFB52BFF"
},
"layout_editor_element_border_horizontal_tilting_controls_color": {
"hex": "#91FF2BFF"
},
"layout_editor_element_dragging_not_allowed_color": {
"hex": "#E83609C8"
},
"layout_editor_element_border_display_line_background_color": {
"hex": "#00000080"
},
"layout_editor_element_border_display_line_text_color": {
"hex": "#FFFFFFFF"
},
"layout_editor_anchor_point_overlay_color_base": {
"hex": "#25B479FF"
},
@ -76,6 +91,72 @@
"list_entry_color_selected_hovered": {
"hex": "#323232FF"
},
"actions_entry_background_color_action": {
"hex": "#3A3F44FF"
},
"actions_entry_background_color_action_hover": {
"hex": "#44494EFF"
},
"actions_entry_background_color_if": {
"hex": "#263F55FF"
},
"actions_entry_background_color_if_hover": {
"hex": "#2D516EFF"
},
"actions_entry_background_color_else_if": {
"hex": "#392D4FFF"
},
"actions_entry_background_color_else_if_hover": {
"hex": "#463A5FFF"
},
"actions_entry_background_color_else": {
"hex": "#4E3721FF"
},
"actions_entry_background_color_else_hover": {
"hex": "#5F462DFF"
},
"actions_entry_background_color_while": {
"hex": "#234A42FF"
},
"actions_entry_background_color_while_hover": {
"hex": "#2D5C52FF"
},
"actions_entry_background_color_folder": {
"hex": "#50303CFF"
},
"actions_entry_background_color_folder_hover": {
"hex": "#613E4DFF"
},
"actions_entry_background_color_generic_block": {
"hex": "#3A3B3EFF"
},
"actions_entry_background_color_generic_block_hover": {
"hex": "#47484CFF"
},
"actions_chain_indicator_color": {
"hex": "#587096B4"
},
"actions_chain_indicator_hovered_color": {
"hex": "#64B5F6D2"
},
"actions_chain_indicator_selected_color": {
"hex": "#FFC147DC"
},
"actions_minimap_background_color": {
"hex": "#181B20C8"
},
"actions_minimap_border_color": {
"hex": "#5E636CDC"
},
"actions_minimap_viewport_color": {
"hex": "#FFFFFF23"
},
"actions_minimap_viewport_border_color": {
"hex": "#D2DEFF64"
},
"actions_minimap_tooltip_border_color": {
"hex": "#78AADCDC"
},
"text_editor_sidebar_color": {
"hex": "#313335FF"
},

View file

@ -19,9 +19,24 @@
"layout_editor_element_border_color_selected": {
"hex": "#03DBFCFF"
},
"layout_editor_element_border_rotation_controls_color": {
"hex": "#9E2BFFFF"
},
"layout_editor_element_border_vertical_tilting_controls_color": {
"hex": "#FFB52BFF"
},
"layout_editor_element_border_horizontal_tilting_controls_color": {
"hex": "#91FF2BFF"
},
"layout_editor_element_dragging_not_allowed_color": {
"hex": "#E83609C8"
},
"layout_editor_element_border_display_line_background_color": {
"hex": "#00000080"
},
"layout_editor_element_border_display_line_text_color": {
"hex": "#FFFFFFFF"
},
"layout_editor_anchor_point_overlay_color_base": {
"hex": "#25B479FF"
},
@ -76,6 +91,72 @@
"list_entry_color_selected_hovered": {
"hex": "#AFAFAFFF"
},
"actions_entry_background_color_action": {
"hex": "#E0E0E0FF"
},
"actions_entry_background_color_action_hover": {
"hex": "#CECECEFF"
},
"actions_entry_background_color_if": {
"hex": "#C9DBEFFF"
},
"actions_entry_background_color_if_hover": {
"hex": "#B8CEE8FF"
},
"actions_entry_background_color_else_if": {
"hex": "#E9D7F0FF"
},
"actions_entry_background_color_else_if_hover": {
"hex": "#D8C6E3FF"
},
"actions_entry_background_color_else": {
"hex": "#F3E1C7FF"
},
"actions_entry_background_color_else_hover": {
"hex": "#E5D1B6FF"
},
"actions_entry_background_color_while": {
"hex": "#CCEBE3FF"
},
"actions_entry_background_color_while_hover": {
"hex": "#BCDED4FF"
},
"actions_entry_background_color_folder": {
"hex": "#F2D5DBFF"
},
"actions_entry_background_color_folder_hover": {
"hex": "#E6C7CEFF"
},
"actions_entry_background_color_generic_block": {
"hex": "#E5E5E5FF"
},
"actions_entry_background_color_generic_block_hover": {
"hex": "#D2D2D2FF"
},
"actions_chain_indicator_color": {
"hex": "#8CAAD296"
},
"actions_chain_indicator_hovered_color": {
"hex": "#6895D7BE"
},
"actions_chain_indicator_selected_color": {
"hex": "#DCA236D2"
},
"actions_minimap_background_color": {
"hex": "#ECECECC8"
},
"actions_minimap_border_color": {
"hex": "#ACACACDC"
},
"actions_minimap_viewport_color": {
"hex": "#5050503C"
},
"actions_minimap_viewport_border_color": {
"hex": "#D2DEFF64"
},
"actions_minimap_tooltip_border_color": {
"hex": "#78AADCDC"
},
"text_editor_sidebar_color": {
"hex": "#A4A4A4FF"
},

View file

@ -27,7 +27,7 @@
More info here
(http://www.cronmaker.com)
*/
"backup_cron": "0 0 0/1 1/1 * ? *",
"backup_cron": "0 15 10 * * ? *",
// Time between manual backups using the command
"manual_backups_time": 0,
// Only run a backup if a player has been online since the last backup
@ -52,9 +52,9 @@
// Specify the backup format. Valid options are ZIP and DIRECTORY
"backup_format": "ZIP",
// Minimum free disk space in MB. If a backup's creation would leave less than this amount of disk space remaining, the backup will be aborted.
"minimum_free_space": 0,
"minimum_free_space": 51200,
// If the previous backup failed due to lack of space, the oldest backup will be deleted to free space.
"free_space_if_needed": false,
"free_space_if_needed": true,
/* Specify files or folders to be excluded.
Can specify a file name, path relative to server directory or wildcard file path
Examples: (All file paths are relative to server root)

View file

@ -5,6 +5,10 @@ enableGTWireCoatingRecipes: true
# Enable/Disable harder recipes for various Create blocks & items.
enableHardCreateRecipes: false
# Should certain Create items that have a GTCEu counterpart be used in recipes?
# If false, GTCEu items will be used instead.
useCreateItemsInRecipes: false
# Recipe types that should not be copied to Greate machines. Ex. 'gtceu:macerator' for macerator recipes
ignoredRecipeTypes:
- gtceu:ore_washer

View file

@ -0,0 +1,13 @@
#Renders partial hearts when your health total is not evenly divisible into heart values.
renderPartialHearts = true
#Uses 5x5 hearts instead of the vanilla 9x9, with a value of 25 each instead of 100. Will show a more precise total health value when partial hearts are turned off.
useSmallHearts = false
#Uses empty droplets for the thirst bar instead of puddles.
useEmptyDroplets = false
#Display saturation on the hunger bar like the popular mod "Appleskin".
displayAppleskinLikeSaturation = true
#Use pictographic half-eaten food for food icons instead of just cutting the full food image in half.
useHalfEatenFood = true
#Use the space that is normally taken up by the experience bar to show the current temperature. Overrides the TFC experience bar config.
showTemperatureInsteadOfExperience = true

View file

@ -1,75 +1,75 @@
{
"enableDropsForNonPlayer": true,
"enableCrashExplosion": true,
"enableCrashBlockDestruction": false,
"enableCrashFire": false,
"crashExplosionRadius": 2.0,
"crashDamage": 2.0,
"preventKillThroughCrash": true,
"healthBarRow": 0,
"damagePerHealthPoint": 30,
"separateCamera": true,
"useThirdPersonByDefault": true,
"enableTrails": true,
"renderDistance": 192.0,
"fuelConsumption": 1.0,
"windClearWeather": 1.0,
"windRainWeather": 3.0,
"windThunderWeather": 3.0,
"repairSpeed": 0.025,
"repairExhaustion": 0.5,
"collisionDamage": true,
"collisionDamageMultiplier": 40.0,
"burnFuelInCreative": false,
"acceptVanillaFuel": true,
"useCustomKeybindSystem": true,
"showHotbarEngineGauge": true,
"weaponsAreDestructive": false,
"dropAircraft": true,
"dropInventory": true,
"dropUpgrades": false,
"regenerateHealthEveryNTicks": 0,
"requireShiftForRepair": false,
"bombBayEntity": {
"minecraft:egg": "tfc:chicken"
},
"rotaryCannonDamage": 5.0,
"heavyCrossBowVelocity": 3.0,
"fuelList": {
"minecraft:blaze_powder": 1200,
"gtceu:coke_gem": 1200,
"beneath:cursecoal": 1200
},
"validDimensions": {
"minecraft:the_end": true,
"minecraft:the_nether": true,
"minecraft:overworld": true,
"ad_astra:earth_orbit": false,
"ad_astra:moon": false,
"ad_astra:moon_orbit": false,
"ad_astra:mars": false,
"ad_astra:mars_orbit": false,
"ad_astra:venus": true,
"ad_astra:venus_orbit": false,
"ad_astra:mercury": false,
"ad_astra:mercury_orbit": false,
"ad_astra:glacio": false,
"ad_astra:glacio_orbit": false
},
"gunpowderAmmunition": {
"minecraft:gunpowder": 100
},
"arrowAmmunition": {
"minecraft:arrow": 100,
"minecraft:spectral_arrow": 100,
"minecraft:tipped_arrow": 100
},
"bombBayAmmunition": {
"minecraft:tnt": 100,
"gtceu:powderbarrel": 80,
"gtceu:industrial_tnt": 50,
"gtceu:dynamite": 200
},
"version": 1,
"name": "immersive_aircraft"
"enableDropsForNonPlayer": true,
"enableCrashExplosion": true,
"enableCrashBlockDestruction": false,
"enableCrashFire": false,
"crashExplosionRadius": 2.0,
"crashDamage": 2.0,
"preventKillThroughCrash": true,
"healthBarRow": 0,
"damagePerHealthPoint": 30,
"separateCamera": true,
"useThirdPersonByDefault": true,
"enableTrails": true,
"renderDistance": 192.0,
"fuelConsumption": 1.0,
"windClearWeather": 1.0,
"windRainWeather": 3.0,
"windThunderWeather": 3.0,
"repairSpeed": 0.025,
"repairExhaustion": 0.5,
"collisionDamage": true,
"collisionDamageMultiplier": 40.0,
"burnFuelInCreative": false,
"acceptVanillaFuel": true,
"useCustomKeybindSystem": true,
"showHotbarEngineGauge": true,
"weaponsAreDestructive": false,
"dropAircraft": true,
"dropInventory": true,
"dropUpgrades": false,
"regenerateHealthEveryNTicks": 0,
"requireShiftForRepair": false,
"bombBayEntity": {
"minecraft:egg": "tfc:chicken"
},
"rotaryCannonDamage": 5.0,
"heavyCrossBowVelocity": 3.0,
"fuelList": {
"minecraft:blaze_powder": 1200,
"gtceu:coke_gem": 1200,
"beneath:cursecoal": 1200
},
"validDimensions": {
"minecraft:the_end": true,
"minecraft:the_nether": true,
"minecraft:overworld": true,
"ad_astra:earth_orbit": false,
"ad_astra:moon": false,
"ad_astra:moon_orbit": false,
"ad_astra:mars": false,
"ad_astra:mars_orbit": false,
"ad_astra:venus": true,
"ad_astra:venus_orbit": false,
"ad_astra:mercury": false,
"ad_astra:mercury_orbit": false,
"ad_astra:glacio": false,
"ad_astra:glacio_orbit": false
},
"gunpowderAmmunition": {
"minecraft:gunpowder": 100
},
"arrowAmmunition": {
"minecraft:arrow": 100,
"minecraft:spectral_arrow": 100,
"minecraft:tipped_arrow": 100
},
"bombBayAmmunition": {
"minecraft:tnt": 100,
"gtceu:powderbarrel": 80,
"gtceu:industrial_tnt": 50,
"gtceu:dynamite": 200
},
"version": 1,
"name": "immersive_aircraft"
}

View file

@ -1,43 +1,43 @@
{
"_documentation": "https://github.com/Luke100000/ImmersiveOptimization/wiki",
"enableEntities": true,
"enableBlockEntities": true,
"enableDistanceCulling": true,
"enableTrackingCulling": true,
"enableViewportCulling": true,
"minDistance": 6,
"blocksPerLevel": 64,
"blocksPerLevelDistanceCulled": 10,
"blocksPerLevelTrackingCulled": 10,
"blocksPerLevelViewportCulled": 20,
"maxLevel": 20,
"blocksPerLevelBlockEntities": 32,
"entityTickBudget": 30.0,
"stressedThreshold": 45,
"dimensions": {
"minecraft:overworld": true,
"minecraft:the_nether": true,
"minecraft:the_end": true,
"ad_astra:earth_orbit": true,
"ad_astra:moon": true,
"ad_astra:moon_orbit": true,
"ad_astra:mars": true,
"ad_astra:mars_orbit": true,
"ad_astra:venus": true,
"ad_astra:venus_orbit": true,
"ad_astra:mercury": true,
"ad_astra:mercury_orbit": true,
"ad_astra:glacio": true,
"ad_astra:glacio_orbit": true
},
"entities": {
"fromanotherworld:starship": false,
"minecraft:player": false,
"minecraft:arrow": false,
"create": false,
"minecraft:ender_dragon": false,
"sandworm_mod": false
},
"version": 2,
"name": "immersive_optimization"
"_documentation": "https://github.com/Luke100000/ImmersiveOptimization/wiki",
"enableEntities": true,
"enableBlockEntities": true,
"enableDistanceCulling": true,
"enableTrackingCulling": true,
"enableViewportCulling": true,
"minDistance": 6,
"blocksPerLevel": 64,
"blocksPerLevelDistanceCulled": 10,
"blocksPerLevelTrackingCulled": 10,
"blocksPerLevelViewportCulled": 20,
"maxLevel": 20,
"blocksPerLevelBlockEntities": 32,
"stressedThreshold": 45,
"minDecreaseFactor": 0.25,
"dimensions": {
"minecraft:overworld": true,
"minecraft:the_nether": true,
"minecraft:the_end": true,
"ad_astra:earth_orbit": true,
"ad_astra:moon": true,
"ad_astra:moon_orbit": true,
"ad_astra:mars": true,
"ad_astra:mars_orbit": true,
"ad_astra:venus": true,
"ad_astra:venus_orbit": true,
"ad_astra:mercury": true,
"ad_astra:mercury_orbit": true,
"ad_astra:glacio": true,
"ad_astra:glacio_orbit": true
},
"entities": {
"fromanotherworld:starship": false,
"minecraft:player": false,
"minecraft:arrow": false,
"create": false,
"minecraft:ender_dragon": false,
"sandworm_mod": false
},
"version": 2,
"name": "immersive_optimization"
}

View file

@ -90,7 +90,7 @@
sortRange = ""
[[sorting.containerOverrides]]
containerClass = "com.github.glodblock.epp.client.gui.*"
containerClass = "com.glodblock.github.extendedae.client.gui.*"
sortRange = ""
[[sorting.containerOverrides]]

View file

@ -54,9 +54,6 @@
"painting": true,
"chiseled_bookshelf": true
},
"greate": {
"belt_icon": true
},
"jadeaddons.create": {
"filter": true,
"backtank_capacity": true,
@ -90,7 +87,8 @@
"stained_color": true,
"hazard_cleaner_provider": true,
"cable_info": true,
"parallel_info": true
"parallel_info": true,
"data_bank": true
},
"jade": {
"coordinates.rel": false,
@ -155,6 +153,7 @@
"sapling": true,
"rabbit": true,
"composter": true,
"surfer": true,
"decaying": true,
"wall_torch": true,
"windmill": true,
@ -193,9 +192,14 @@
"candle": true,
"jack_o_lantern": true,
"firepit": true,
"soarer": true,
"wet_concrete": true,
"ingot_pile": true
},
"deafission": {
"reactor": true,
"battery": true
},
"firmaciv": {
"tfc_chest": true,
"barrel": true

View file

@ -28,6 +28,8 @@
"create:goggles": null,
"create:hide_boiler_tanks": null,
"create:placard": null,
"deafission:battery": null,
"deafission:reactor": null,
"expatternprovider:jade_chamber": null,
"expatternprovider:jade_wireless": null,
"expatternprovider:tile_data": null,
@ -69,6 +71,7 @@
"gtceu:controllable_provider": null,
"gtceu:custom_fluid_storage": null,
"gtceu:custom_item_storage": null,
"gtceu:data_bank": null,
"gtceu:electric_container_provider": null,
"gtceu:energy_converter_provider": null,
"gtceu:exhaust_vent_info": null,
@ -193,7 +196,9 @@
"tfc:rabbit": null,
"tfc:sapling": null,
"tfc:sheet_pile": null,
"tfc:soarer": null,
"tfc:squid": null,
"tfc:surfer": null,
"tfc:torch": null,
"tfc:wall_torch": null,
"tfc:water_wheel": null,

View file

@ -0,0 +1,8 @@
{
// If disabled, some mod compat features will be turned off to prioritize parity with vanilla seeds.
// The following features will break if disabled:
// - Custom wood type shipwrecks
// - Structure optimizations
"breaks_seed_parity": true,
"log_debug_messages": false
}

View file

@ -84,4 +84,6 @@ refresh_structures = []
refresh_all = false
#if true, all block entities will be checked before being added to the ticker for an eligible loot table. enable this if a huge quantity of containers are clogging the conversion system; note that aggressive mode may prevent certain chests from properly converted even though eligible
aggressive_mode = false
#allows players to open Lootr containers within spawn protection areas
bypass_spawn_protection = true

View file

@ -50,6 +50,7 @@
# mixin.feature.spark_profile_launch=false # (default)
# mixin.feature.spark_profile_world_join=false # (default)
# mixin.feature.stalled_chunk_load_detection=false # (default)
# mixin.feature.suppress_narrator_stacktrace=true # (default)
# mixin.feature.warn_missing_perf_mods=true # (default)
# mixin.launch.class_search_cache=true # (default)
# mixin.perf.blast_search_trees=true # (default)
@ -62,6 +63,7 @@
# mixin.perf.chunk_meshing=true # (default)
# mixin.perf.clear_mixin_classinfo=false # (default)
# mixin.perf.compact_bit_storage=true # (default)
# mixin.perf.compact_mojang_registries=true # (default)
# mixin.perf.compress_unihex_font=true # (default)
# mixin.perf.datapack_reload_exceptions=true # (default)
# mixin.perf.dedicated_reload_executor=true # (default)
@ -74,7 +76,6 @@
# mixin.perf.dynamic_resources.ctm=true # (default)
# mixin.perf.dynamic_resources.ldlib=true # (default)
# mixin.perf.dynamic_resources.supermartijncore=true # (default)
# mixin.perf.dynamic_sounds=true # (default)
# mixin.perf.dynamic_structure_manager=true # (default)
# mixin.perf.fast_forge_dummies=true # (default)
# mixin.perf.fast_registry_validation=true # (default)
@ -97,19 +98,19 @@
# mixin.perf.reduce_blockstate_cache_rebuilds=true # (default)
# mixin.perf.remove_biome_temperature_cache=true # (default)
# mixin.perf.remove_spawn_chunks=false # (default)
# mixin.perf.resourcefullib_highlight_deduplication=true # (default)
# mixin.perf.resourcepacks=true # (default)
# mixin.perf.smart_ingredient_sync=true # (default)
# mixin.perf.state_definition_construct=true # (default)
# mixin.perf.tag_id_caching=true # (default)
# mixin.perf.thread_priorities=false # (overridden for mod compat)
# mixin.perf.ticking_chunk_alloc=true # (default)
# mixin.perf.worldgen_allocation=false # (default)
# mixin.perf.worldgen_allocation=true # (default)
# mixin.safety=true # (default)
#
# User overrides go here.
mixin.bugfix.packet_leak=true
mixin.feature.disable_unihex_font=true
mixin.feature.spark_profile_launch=false
mixin.perf.clear_mixin_classinfo=true
mixin.perf.deduplicate_location=true
mixin.perf.dynamic_entity_renderers=true
@ -117,4 +118,3 @@ mixin.perf.dynamic_resources=true
mixin.perf.faster_item_rendering=true
mixin.perf.remove_spawn_chunks=true
mixin.perf.smart_ingredient_sync=false
mixin.perf.worldgen_allocation=true

View file

@ -6,4 +6,6 @@
extra_debug = false
#Enable this will list each BlockTypes' Children. The List of BlockTypes' children will be also in the same file via EXTRA_DEBUG. NOTE: To enable this, EXTRA_DEBUG must be enabled, too.
extra_children_debug = false
#Global datapack folder. A folder where you can store and load datapacks for all your worlds automatically. Set to empty string to disable
global_datapacks_folder = "moonlight-global-datapacks"

View file

@ -1,7 +1,7 @@
#Packet Fixer config file.
#Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576, decoderSize 8388608 and varInt21Size 3.
#Max values are 2147483647 for packetSize/decoderSize/varInt21 and 9223372036854775807 for nbtMaxSize.
#Sat Jul 19 21:52:19 YEKT 2025
#Tue Dec 30 17:41:22 YEKT 2025
utfSize=3276700
allSizesUnlimited=true
forceUnlimitedNbtEnabled=false

View file

@ -64,17 +64,3 @@
#Spawn steam on an interval
spawnSteam = false
#.
#Journeymap Settings
[client.journeymap]
#.
#[in Ticks]
#Journeymap train overlay update time
#Range: 1 ~ 600
updateRate = 1
#.
#[in Ticks]
#Journeymap train overlay old marker removal check time
#Range: 10 ~ 1200
removeObsoleteRate = 200

View file

@ -0,0 +1,340 @@
[camera]
#The distance multiplier on whether or not to hide the player model if the camera gets too close to it. Set to 0 to disable.
#Range: 0.0 ~ 1.7976931348623157E308
keep_camera_out_of_head_distance_multiplier = 0.75
#Size of the camera adjustment per step.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
camera_step_size = 0.025
#The speed multiplier at which the camera transitions between positions.
#Range: 0.05 ~ 1.0
camera_transition_speed_multiplier = 0.25
#The angle at which the camera will be centered when looking down. Set to 0 to disable.
#Range: 0.0 ~ 90.0
center_camera_when_looking_down_angle = 1.0
#Whether or not to dynamically adjust camera offsets depending on space constraints.
dynamically_adjust_offsets = true
#Whether or not to decouple the camera rotation from the player rotation.
decoupled_camera = true
#Whether or not to orient the camera rotation when the player is teleported. This includes passenger (dis-)mounting and traveling through portals.
orient_camera_on_teleport = true
#Whether or not to apply the FOV override when in shoulder surfing perspective.
fov_override_enabled = false
#The camera FOV when in shoulder surfing perspective. Depends on config option 'fov_override_enabled'.
#Range: 30.0 ~ 110.0
fov_override = 70.0
#Whether to apply view bobbing in shoulder surfing perspective. Set to INHERIT to inherit vanilla setting.
#Allowed Values: INHERIT, ON, OFF
view_bobbing_mode = "INHERIT"
[camera.offset]
#Third person camera x-offset.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
offset_x = -0.75
#Third person camera y-offset.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
offset_y = 0.0
#Third person camera z-offset.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
offset_z = 4.0
[camera.offset.presets]
#A list of x-offset presets that can be toggled via the 'Toggle X-Offset Presets' keybind. WARNING: Duplicate entries can result in undefined behavior!
presets_offset_x = []
#A list of y-offset presets that can be toggled via the 'Toggle Y-Offset Presets' keybind. WARNING: Duplicate entries can result in undefined behavior!
presets_offset_y = []
#A list of z-offset presets that can be toggled via the 'Toggle Z-Offset Presets' keybind. WARNING: Duplicate entries can result in undefined behavior!
presets_offset_z = []
[camera.offset.min]
#When x-offset is limited this is the minimum amount.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
min_offset_x = -3.0
#When y-offset is limited this is the minimum amount.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
min_offset_y = -1.0
#When z-offset is limited this is the minimum amount.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
min_offset_z = -3.0
[camera.offset.max]
#When x-offset is limited this is the maximum amount.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
max_offset_x = 3.0
#When y-offset is limited this is the maximum amount.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
max_offset_y = 1.5
#When z-offset is limited this is the maximum amount.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
max_offset_z = 5.0
[camera.offset.limits]
#Whether or not x-offset adjustment has limits.
unlimited_offset_x = false
#Whether or not y-offset adjustment has limits.
unlimited_offset_y = false
#Whether or not z-offset adjustment has limits.
unlimited_offset_z = false
[camera.offset.multiplier]
[camera.offset.multiplier.passenger]
#x-offset multiplier for when the player is a passenger.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
multiplier_offset_x = 1.0
#y-offset multiplier for when the player is a passenger.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
multiplier_offset_y = 1.0
#z-offset multiplier for when the player is a passenger.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
multiplier_offset_z = 1.0
[camera.offset.multiplier.sprint]
#x-offset multiplier for when the player is sprinting.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
multiplier_offset_x = 1.0
#y-offset multiplier for when the player is sprinting.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
multiplier_offset_y = 1.0
#z-offset multiplier for when the player is sprinting.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
multiplier_offset_z = 1.0
[camera.offset.multiplier.aiming]
#x-offset multiplier for when the player is aiming.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
multiplier_offset_x = 1.0
#y-offset multiplier for when the player is aiming.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
multiplier_offset_y = 1.0
#z-offset multiplier for when the player is aiming.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
multiplier_offset_z = 1.0
[camera.offset.multiplier.fall_flying]
#x-offset multiplier for when using Elytra.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
multiplier_offset_x = 1.0
#y-offset multiplier for when using Elytra.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
multiplier_offset_y = 1.0
#z-offset multiplier for when using Elytra.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
multiplier_offset_z = 1.0
[camera.offset.multiplier.climbing]
#x-offset multiplier for when the player is climbing.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
multiplier_offset_x = 0.0
#y-offset multiplier for when the player is climbing.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
multiplier_offset_y = 1.0
#z-offset multiplier for when the player is climbing.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
multiplier_offset_z = 1.0
[camera.offset.modifiers]
[camera.offset.modifiers.passenger]
#x-offset modifier for when the player is a passenger.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
modifier_offset_x = 0.0
#y-offset modifier for when the player is a passenger.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
modifier_offset_y = 0.0
#z-offset modifier for when the player is a passenger.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
modifier_offset_z = 0.0
[camera.offset.modifiers.sprint]
#x-offset modifier for when the player is sprinting.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
modifier_offset_x = 0.0
#y-offset modifier for when the player is sprinting.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
modifier_offset_y = 0.0
#z-offset modifier for when the player is sprinting.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
modifier_offset_z = 0.0
[camera.offset.modifiers.aiming]
#x-offset modifier for when the player is aiming.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
modifier_offset_x = 0.0
#y-offset modifier for when the player is aiming.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
modifier_offset_y = 0.0
#z-offset modifier for when the player is aiming.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
modifier_offset_z = 0.0
[camera.offset.modifiers.fall_flying]
#x-offset modifier for when using Elytra.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
modifier_offset_x = 0.0
#y-offset modifier for when using Elytra.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
modifier_offset_y = 0.0
#z-offset modifier for when using Elytra.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
modifier_offset_z = 0.0
[camera.offset.modifiers.climbing]
#x-offset modifier for when the player is climbing.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
modifier_offset_x = 0.0
#y-offset modifier for when the player is climbing.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
modifier_offset_y = 0.0
#z-offset modifier for when the player is climbing.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
modifier_offset_z = 0.0
[camera.camera_drag]
#x-axis multiplier for camera drag.
#Range: 0.0 ~ 5.0
multiplier_axis_x = 0.0
#y-axis multiplier for camera drag.
#Range: 0.0 ~ 5.0
multiplier_axis_y = 0.0
#z-axis multiplier for camera drag.
#Range: 0.0 ~ 5.0
multiplier_axis_z = 0.0
[camera.camera_sway]
#The maximum x-axis angle in degrees. Set to 0 to disable.
#Range: -30.0 ~ 30.0
max_angle_axis_x = 0.0
#The maximum x-axis angle in degrees. Set to 0 to disable.
#Range: -30.0 ~ 30.0
max_angle_axis_z = 0.0
#The velocity of the player in blocks per second, where the maximum camera x-axis sway is applied.
#Range: 0.05 ~ 1000.0
max_velocity_axis_x = 5.0
#The velocity of the player in blocks per second, where the maximum camera z-axis sway is applied.
#Range: 0.05 ~ 1000.0
max_velocity_axis_z = 5.0
[perspective]
#The default perspective when you load the game.
#Allowed Values: FIRST_PERSON, THIRD_PERSON_BACK, THIRD_PERSON_FRONT, SHOULDER_SURFING
default_perspective = "FIRST_PERSON"
#Whether or not to remember the last perspective used.
remember_last_perspective = true
#Whether or not to replace the default third person perspective.
replace_default_perspective = false
#Whether or not the first person perspective is enabled.
first_person_enabled = true
#Whether or not the third person front perspective is enabled.
third_person_front_enabled = true
#Whether or not the third person back perspective is enabled.
third_person_back_enabled = true
[player]
#Whether or not to adjust the player model transparency when view is obstructed. Changing this value may require a game restart to take full effect.
adjust_player_transparency = true
#Whether or not to turn the player model transparent when aiming. This config option only applies when adjust player transparency is enabled.
turn_player_transparent_when_aiming = false
#The angle at which the player will no longer be rendered when looking up. Set to 0 to disable.
#Range: 0.0 ~ 90.0
hide_player_when_looking_up_angle = 0.0
#Whether the x-rot of the player should follow the camera x-rot. This config option only applies when camera is decoupled.
player_x_rot_follows_camera = false
#Whether the y-rot of the player should follow the camera y-rot. This config option only applies when camera is decoupled.
player_y_rot_follows_camera = false
#The maximum angle to which the player y-rot follows the camera y-rot. This config option only applies when player y-rot follows camera option is enabled.
#Range: 0.0 ~ 180.0
player_y_rot_follow_angle_limit = 90.0
[player.turning]
#Whether to turn the player when using an item. This config option only applies when camera is decoupled.
#Allowed Values: ALWAYS, NEVER, REQUIRES_TARGET
when_using_item = "ALWAYS"
#Whether to turn the player when attacking. This config option only applies when camera is decoupled.
#Allowed Values: ALWAYS, NEVER, REQUIRES_TARGET
when_attacking = "REQUIRES_TARGET"
#Whether to turn the player when interacting with blocks. This config option only applies when camera is decoupled.
#Allowed Values: ALWAYS, NEVER, REQUIRES_TARGET
when_interacting = "ALWAYS"
#Whether to turn the player when picking blocks or entities. This config option only applies when camera is decoupled.
#Allowed Values: ALWAYS, NEVER, REQUIRES_TARGET
when_picking = "ALWAYS"
#The time in ticks the player will remain turned after the interaction has ended. Set to 0 to disable. This config option only applies when camera is decoupled.
#Range: > 0
turning_lock_time = 4
[object_picker]
#The raytrace distance used for the dynamic crosshair.
#Range: 0.0 ~ 1.7976931348623157E308
custom_raytrace_distance = 400.0
#Whether or not to use the custom raytrace distance used for the dynamic crosshair.
use_custom_raytrace_distance = true
[object_picker.pick_origin]
#The origin where the entity pick starts when using the static crosshair.
#Allowed Values: PLAYER, CAMERA
entity_pick_origin = "PLAYER"
#The origin where the block pick starts when using the static crosshair.
#Allowed Values: PLAYER, CAMERA
block_pick_origin = "PLAYER"
[object_picker.pick_vector]
#The vector direction of the raytrace when picking objects. This config option only applies when using the dynamic crosshair.
#Allowed Values: PLAYER, CAMERA
pick_vector = "CAMERA"
[crosshair]
#Crosshair type to use for shoulder surfing.
#Allowed Values: ADAPTIVE, DYNAMIC, STATIC, STATIC_WITH_1PP, DYNAMIC_WITH_1PP
crosshair_type = "STATIC"
#Items that when held, trigger the dynamic crosshair in adaptive mode. This config option supports regular expressions. Example: 'minecraft:.*sword' matches 'minecraft:wooden_sword' and 'minecraft:netherite_sword'.
adaptive_crosshair_hold_items = ["minecraft:snowball", "minecraft:egg", "minecraft:experience_bottle", "minecraft:ender_pearl", "minecraft:splash_potion", "minecraft:fishing_rod", "minecraft:lingering_potion"]
#Items that when used, trigger the dynamic crosshair in adaptive mode. This config option supports regular expressions. Example: 'minecraft:.*sword' matches 'minecraft:wooden_sword' and 'minecraft:netherite_sword'.
adaptive_crosshair_use_items = []
#Item properties of an item, that when held, trigger the dynamic crosshair in adaptive mode.
adaptive_crosshair_hold_item_properties = ["minecraft:charged"]
#Item properties of an item, that when used, trigger the dynamic crosshair in adaptive mode.
adaptive_crosshair_use_item_properties = ["minecraft:pull", "minecraft:throwing"]
[crosshair.obstruction]
#When the crosshair type is static, shows an additional indicator on obstacles that stand between you and your target.
show_obstruction_indicator = true
#Only show the obstruction indicator when using items that would trigger the adaptive crosshair.
only_when_aiming = true
#Hide the obstruction indicator when it is too close to the main crosshair. Distance measured in scaled pixels.
#Range: > 0
min_distance_to_crosshair = 8
#Ignore obstructions that are too far away from the player. Distance measured in blocks. Set to 0 to disable.
#Range: 0.0 ~ 1.7976931348623157E308
max_distance_to_obstruction = 20.0
[crosshair.visibility]
#Crosshair visibility for first person.
#Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE
first_person = "ALWAYS"
#Crosshair visibility for third person back.
#Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE
third_person_back = "NEVER"
#Crosshair visibility for third person front.
#Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE
third_person_front = "NEVER"
#Crosshair visibility for shoulder surfing.
#Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE
shoulder_surfing = "ALWAYS"
[audio]
#Whether to center sounds made by the player.
center_player_sounds = false
[integrations]
[integrations.curios]
#Items that when equipped in a curios slot, trigger the dynamic crosshair in adaptive mode. This config option supports regular expressions. The curios slot must be specified before the expression and is separated by an '@' character. Example: 'ring@angelring:.*_ring' matches 'angelring:diamond_ring' and 'angelring:angel_ring' when equipped in the 'ring' slot.
adaptive_crosshair_items = []
#Item properties of an item, that when equipped in a curios slot, trigger the dynamic crosshair in adaptive mode. Example: 'necklace@charged'
adaptive_crosshair_item_properties = []
[integrations.epicfight]
#Whether to allow target lock-on when camera is decoupled.
decoupled_camera_lock_on = false

View file

@ -6,4 +6,6 @@
sortButtonsPosition = "TITLE_LINE_RIGHT"
#Whether click sound should play when custom buttons are clicked in gui
playButtonSound = true
#Whether scrolling in inventory should be handled by Mouse Tweaks mod if it is in the pack
mouseTweaksScrollEnabled = true

File diff suppressed because it is too large Load diff

View file

@ -9,211 +9,211 @@
# By block ID:
# minecraft\:oak_log=1.0
# Slime Block (Sound Type)
SLIME_BLOCK=1.0
# Copper (Sound Type)
COPPER=1.0
# Cherry Sapling (Sound Type)
CHERRY_SAPLING=1.0
# Roots (Sound Type)
ROOTS=0.0
# Shroomlight (Sound Type)
SHROOMLIGHT=1.0
# Froglight (Sound Type)
FROGLIGHT=1.0
# Rooted Dirt (Sound Type)
ROOTED_DIRT=1.0
# Nether Gold Ore (Sound Type)
NETHER_GOLD_ORE=1.0
# Suspicious Gravel (Sound Type)
SUSPICIOUS_GRAVEL=1.0
# Flowering Azalea (Sound Type)
FLOWERING_AZALEA=1.0
# Amethyst (Sound Type)
AMETHYST=1.0
# Amethyst Cluster (Sound Type)
AMETHYST_CLUSTER=1.0
# Ancient Debris (Sound Type)
ANCIENT_DEBRIS=1.0
# Anvil (Sound Type)
ANVIL=1.0
# Decorated Pot Cracked (Sound Type)
DECORATED_POT_CRACKED=1.0
# Powder Snow (Sound Type)
POWDER_SNOW=0.1
# Spore Blossom (Sound Type)
SPORE_BLOSSOM=0.0
# Soul Soil (Sound Type)
SOUL_SOIL=1.0
# Wet Grass (Sound Type)
WET_GRASS=0.1
# Deepslate Bricks (Sound Type)
DEEPSLATE_BRICKS=1.0
# Azalea (Sound Type)
AZALEA=1.0
# Azalea Leaves (Sound Type)
AZALEA_LEAVES=1.0
# Bamboo (Sound Type)
BAMBOO=0.1
# Bamboo Sapling (Sound Type)
BAMBOO_SAPLING=0.1
# Bamboo Wood (Sound Type)
BAMBOO_WOOD=1.0
# Bamboo Wood Hanging Sign (Sound Type)
BAMBOO_WOOD_HANGING_SIGN=1.0
# Basalt (Sound Type)
BASALT=1.0
# Big Dripleaf (Sound Type)
BIG_DRIPLEAF=1.0
# Bone Block (Sound Type)
BONE_BLOCK=1.0
# Calcite (Sound Type)
CALCITE=1.0
# Candle (Sound Type)
CANDLE=1.0
# Cave Vines (Sound Type)
CAVE_VINES=1.0
# Chain (Sound Type)
CHAIN=0.0
# Cherry Leaves (Sound Type)
CHERRY_LEAVES=1.0
# Cherry Sapling (Sound Type)
CHERRY_SAPLING=1.0
# Cherry Wood (Sound Type)
CHERRY_WOOD=1.0
# Cherry Wood Hanging Sign (Sound Type)
CHERRY_WOOD_HANGING_SIGN=1.0
# Chiseled Bookshelf (Sound Type)
CHISELED_BOOKSHELF=1.0
# Copper (Sound Type)
COPPER=1.0
# Coral Block (Sound Type)
CORAL_BLOCK=1.0
# Crop (Sound Type)
CROP=0.0
# Decorated Pot (Sound Type)
DECORATED_POT=1.0
# Scaffolding (Sound Type)
SCAFFOLDING=0.0
# Nether Bricks (Sound Type)
NETHER_BRICKS=1.0
# Vine (Sound Type)
VINE=0.0
# Medium Amethyst Bud (Sound Type)
MEDIUM_AMETHYST_BUD=0.0
# Calcite (Sound Type)
CALCITE=1.0
# Bamboo Wood Hanging Sign (Sound Type)
BAMBOO_WOOD_HANGING_SIGN=1.0
# Gilded Blackstone (Sound Type)
GILDED_BLACKSTONE=1.0
# Bamboo Wood (Sound Type)
BAMBOO_WOOD=1.0
# Ancient Debris (Sound Type)
ANCIENT_DEBRIS=1.0
# Bone Block (Sound Type)
BONE_BLOCK=1.0
# Sculk (Sound Type)
SCULK=1.0
# Wood (Sound Type)
WOOD=1.0
# Netherite Block (Sound Type)
NETHERITE_BLOCK=1.0
# Soul Sand (Sound Type)
SOUL_SAND=1.0
# Sculk Vein (Sound Type)
SCULK_VEIN=1.0
# Twisting Vines (Sound Type)
TWISTING_VINES=0.0
# Small Amethyst Bud (Sound Type)
SMALL_AMETHYST_BUD=0.0
# Basalt (Sound Type)
BASALT=1.0
# Bamboo Sapling (Sound Type)
BAMBOO_SAPLING=0.1
# Nether Wart (Sound Type)
NETHER_WART=1.0
# Nether Wood Hanging Sign (Sound Type)
NETHER_WOOD_HANGING_SIGN=1.0
# Sand (Sound Type)
SAND=1.0
# Decorated Pot Cracked (Sound Type)
DECORATED_POT_CRACKED=1.0
# Deepslate (Sound Type)
DEEPSLATE=1.0
# Deepslate Bricks (Sound Type)
DEEPSLATE_BRICKS=1.0
# Deepslate Tiles (Sound Type)
DEEPSLATE_TILES=1.0
# Dripstone Block (Sound Type)
DRIPSTONE_BLOCK=1.0
# Mud (Sound Type)
MUD=1.0
# Weeping Vines (Sound Type)
WEEPING_VINES=0.0
# Wart Block (Sound Type)
WART_BLOCK=1.0
# Amethyst (Sound Type)
AMETHYST=1.0
# Hanging Sign (Sound Type)
HANGING_SIGN=1.0
# Glow Lichen (Sound Type)
GLOW_LICHEN=0.0
# Large Amethyst Bud (Sound Type)
LARGE_AMETHYST_BUD=0.0
# Sculk Sensor (Sound Type)
SCULK_SENSOR=1.0
# Azalea (Sound Type)
AZALEA=1.0
# Stone (Sound Type)
STONE=1.0
# Fungus (Sound Type)
FUNGUS=0.0
# Small Dripleaf (Sound Type)
SMALL_DRIPLEAF=0.0
# Lantern (Sound Type)
LANTERN=1.0
# Lodestone (Sound Type)
LODESTONE=1.0
# Pointed Dripstone (Sound Type)
POINTED_DRIPSTONE=0.0
# Big Dripleaf (Sound Type)
BIG_DRIPLEAF=1.0
# Chiseled Bookshelf (Sound Type)
CHISELED_BOOKSHELF=1.0
# Candle (Sound Type)
CANDLE=1.0
# Bamboo (Sound Type)
BAMBOO=0.1
# Nether Ore (Sound Type)
NETHER_ORE=1.0
# Cave Vines (Sound Type)
CAVE_VINES=1.0
# Glass (Sound Type)
GLASS=0.1
# Ladder (Sound Type)
LADDER=0.0
# Stem (Sound Type)
STEM=1.0
# Hard Crop (Sound Type)
HARD_CROP=1.0
# Chain (Sound Type)
CHAIN=0.0
# Nether Sprouts (Sound Type)
NETHER_SPROUTS=1.0
# Wool (Sound Type)
WOOL=1.5
# Moss Carpet (Sound Type)
MOSS_CARPET=0.1
# Cherry Leaves (Sound Type)
CHERRY_LEAVES=1.0
# Nylium (Sound Type)
NYLIUM=1.0
# Packed Mud (Sound Type)
PACKED_MUD=1.0
# Metal (Sound Type)
METAL=1.0
# Flowering Azalea (Sound Type)
FLOWERING_AZALEA=1.0
# Froglight (Sound Type)
FROGLIGHT=1.0
# Frogspawn (Sound Type)
FROGSPAWN=1.0
# Sweet Berry Bush (Sound Type)
SWEET_BERRY_BUSH=0.0
# Sculk Shrieker (Sound Type)
SCULK_SHRIEKER=1.0
# Nether Wood (Sound Type)
NETHER_WOOD=1.0
# Amethyst Cluster (Sound Type)
AMETHYST_CLUSTER=1.0
# Moss (Sound Type)
MOSS=0.75
# Sculk Catalyst (Sound Type)
SCULK_CATALYST=1.0
# Muddy Mangrove Roots (Sound Type)
MUDDY_MANGROVE_ROOTS=1.0
# Deepslate (Sound Type)
DEEPSLATE=1.0
# Snow (Sound Type)
SNOW=0.1
# Coral Block (Sound Type)
CORAL_BLOCK=1.0
# Hanging Roots (Sound Type)
HANGING_ROOTS=1.0
# Mangrove Roots (Sound Type)
MANGROVE_ROOTS=1.0
# Mud Bricks (Sound Type)
MUD_BRICKS=1.0
# Cherry Wood Hanging Sign (Sound Type)
CHERRY_WOOD_HANGING_SIGN=1.0
# Polished Deepslate (Sound Type)
POLISHED_DEEPSLATE=1.0
# Fungus (Sound Type)
FUNGUS=0.0
# Gilded Blackstone (Sound Type)
GILDED_BLACKSTONE=1.0
# Glass (Sound Type)
GLASS=0.1
# Glow Lichen (Sound Type)
GLOW_LICHEN=0.0
# Grass (Sound Type)
GRASS=1.0
# Gravel (Sound Type)
GRAVEL=1.0
# Hanging Roots (Sound Type)
HANGING_ROOTS=1.0
# Hanging Sign (Sound Type)
HANGING_SIGN=1.0
# Hard Crop (Sound Type)
HARD_CROP=1.0
# Honey Block (Sound Type)
HONEY_BLOCK=0.5
# Azalea Leaves (Sound Type)
AZALEA_LEAVES=1.0
# Cherry Wood (Sound Type)
CHERRY_WOOD=1.0
# Tuff (Sound Type)
TUFF=1.0
# Ladder (Sound Type)
LADDER=0.0
# Lantern (Sound Type)
LANTERN=1.0
# Large Amethyst Bud (Sound Type)
LARGE_AMETHYST_BUD=0.0
# Lily Pad (Sound Type)
LILY_PAD=0.0
# Lodestone (Sound Type)
LODESTONE=1.0
# Mangrove Roots (Sound Type)
MANGROVE_ROOTS=1.0
# Medium Amethyst Bud (Sound Type)
MEDIUM_AMETHYST_BUD=0.0
# Metal (Sound Type)
METAL=1.0
# Moss (Sound Type)
MOSS=0.75
# Moss Carpet (Sound Type)
MOSS_CARPET=0.1
# Mud (Sound Type)
MUD=1.0
# Muddy Mangrove Roots (Sound Type)
MUDDY_MANGROVE_ROOTS=1.0
# Mud Bricks (Sound Type)
MUD_BRICKS=1.0
# Netherite Block (Sound Type)
NETHERITE_BLOCK=1.0
# Netherrack (Sound Type)
NETHERRACK=1.0
# Nether Bricks (Sound Type)
NETHER_BRICKS=1.0
# Nether Gold Ore (Sound Type)
NETHER_GOLD_ORE=1.0
# Nether Ore (Sound Type)
NETHER_ORE=1.0
# Nether Sprouts (Sound Type)
NETHER_SPROUTS=1.0
# Nether Wart (Sound Type)
NETHER_WART=1.0
# Nether Wood (Sound Type)
NETHER_WOOD=1.0
# Nether Wood Hanging Sign (Sound Type)
NETHER_WOOD_HANGING_SIGN=1.0
# Nylium (Sound Type)
NYLIUM=1.0
# Packed Mud (Sound Type)
PACKED_MUD=1.0
# Pointed Dripstone (Sound Type)
POINTED_DRIPSTONE=0.0
# Polished Deepslate (Sound Type)
POLISHED_DEEPSLATE=1.0
# Powder Snow (Sound Type)
POWDER_SNOW=0.1
# Rooted Dirt (Sound Type)
ROOTED_DIRT=1.0
# Roots (Sound Type)
ROOTS=0.0
# Sand (Sound Type)
SAND=1.0
# Scaffolding (Sound Type)
SCAFFOLDING=0.0
# Sculk (Sound Type)
SCULK=1.0
# Sculk Catalyst (Sound Type)
SCULK_CATALYST=1.0
# Sculk Sensor (Sound Type)
SCULK_SENSOR=1.0
# Sculk Shrieker (Sound Type)
SCULK_SHRIEKER=1.0
# Sculk Vein (Sound Type)
SCULK_VEIN=1.0
# Shroomlight (Sound Type)
SHROOMLIGHT=1.0
# Slime Block (Sound Type)
SLIME_BLOCK=1.0
# Small Amethyst Bud (Sound Type)
SMALL_AMETHYST_BUD=0.0
# Small Dripleaf (Sound Type)
SMALL_DRIPLEAF=0.0
# Snow (Sound Type)
SNOW=0.1
# Soul Sand (Sound Type)
SOUL_SAND=1.0
# Soul Soil (Sound Type)
SOUL_SOIL=1.0
# Spore Blossom (Sound Type)
SPORE_BLOSSOM=0.0
# Stem (Sound Type)
STEM=1.0
# Stone (Sound Type)
STONE=1.0
# Suspicious Gravel (Sound Type)
SUSPICIOUS_GRAVEL=1.0
# Suspicious Sand (Sound Type)
SUSPICIOUS_SAND=1.0
# Water (Block)
minecraft\:water=0.25
# Lava (Block)
minecraft\:lava=0.75
# Sweet Berry Bush (Sound Type)
SWEET_BERRY_BUSH=0.0
# Tuff (Sound Type)
TUFF=1.0
# Twisting Vines (Sound Type)
TWISTING_VINES=0.0
# Vine (Sound Type)
VINE=0.0
# Wart Block (Sound Type)
WART_BLOCK=1.0
# Weeping Vines (Sound Type)
WEEPING_VINES=0.0
# Wet Grass (Sound Type)
WET_GRASS=0.1
# Wood (Sound Type)
WOOD=1.0
# Wool (Sound Type)
WOOL=1.5
# Jukebox (Block)
minecraft\:jukebox=0.0
# Lava (Block)
minecraft\:lava=0.75
# Water (Block)
minecraft\:water=0.25

View file

@ -9,205 +9,205 @@
# By block ID:
# minecraft\:oak_log=1.0
# Slime Block (Sound Type)
SLIME_BLOCK=0.5
# Copper (Sound Type)
COPPER=1.25
# Cherry Sapling (Sound Type)
CHERRY_SAPLING=0.5
# Roots (Sound Type)
ROOTS=0.5
# Shroomlight (Sound Type)
SHROOMLIGHT=0.5
# Froglight (Sound Type)
FROGLIGHT=0.5
# Rooted Dirt (Sound Type)
ROOTED_DIRT=0.5
# Nether Gold Ore (Sound Type)
NETHER_GOLD_ORE=1.1
# Suspicious Gravel (Sound Type)
SUSPICIOUS_GRAVEL=0.5
# Flowering Azalea (Sound Type)
FLOWERING_AZALEA=0.5
# Amethyst (Sound Type)
AMETHYST=1.5
# Amethyst Cluster (Sound Type)
AMETHYST_CLUSTER=0.5
# Ancient Debris (Sound Type)
ANCIENT_DEBRIS=0.5
# Anvil (Sound Type)
ANVIL=0.5
# Decorated Pot Cracked (Sound Type)
DECORATED_POT_CRACKED=0.5
# Powder Snow (Sound Type)
POWDER_SNOW=0.5
# Spore Blossom (Sound Type)
SPORE_BLOSSOM=0.5
# Soul Soil (Sound Type)
SOUL_SOIL=0.2
# Wet Grass (Sound Type)
WET_GRASS=0.5
# Deepslate Bricks (Sound Type)
DEEPSLATE_BRICKS=1.5
# Azalea (Sound Type)
AZALEA=0.5
# Azalea Leaves (Sound Type)
AZALEA_LEAVES=0.5
# Bamboo (Sound Type)
BAMBOO=0.5
# Bamboo Sapling (Sound Type)
BAMBOO_SAPLING=0.5
# Bamboo Wood (Sound Type)
BAMBOO_WOOD=0.5
# Bamboo Wood Hanging Sign (Sound Type)
BAMBOO_WOOD_HANGING_SIGN=0.5
# Basalt (Sound Type)
BASALT=1.5
# Big Dripleaf (Sound Type)
BIG_DRIPLEAF=0.5
# Bone Block (Sound Type)
BONE_BLOCK=1.5
# Calcite (Sound Type)
CALCITE=1.5
# Candle (Sound Type)
CANDLE=0.5
# Cave Vines (Sound Type)
CAVE_VINES=0.5
# Chain (Sound Type)
CHAIN=0.5
# Cherry Leaves (Sound Type)
CHERRY_LEAVES=0.5
# Cherry Sapling (Sound Type)
CHERRY_SAPLING=0.5
# Cherry Wood (Sound Type)
CHERRY_WOOD=0.5
# Cherry Wood Hanging Sign (Sound Type)
CHERRY_WOOD_HANGING_SIGN=0.5
# Chiseled Bookshelf (Sound Type)
CHISELED_BOOKSHELF=0.5
# Copper (Sound Type)
COPPER=1.25
# Coral Block (Sound Type)
CORAL_BLOCK=0.2
# Crop (Sound Type)
CROP=0.5
# Decorated Pot (Sound Type)
DECORATED_POT=0.5
# Scaffolding (Sound Type)
SCAFFOLDING=0.5
# Nether Bricks (Sound Type)
NETHER_BRICKS=1.5
# Vine (Sound Type)
VINE=0.5
# Medium Amethyst Bud (Sound Type)
MEDIUM_AMETHYST_BUD=0.5
# Calcite (Sound Type)
CALCITE=1.5
# Bamboo Wood Hanging Sign (Sound Type)
BAMBOO_WOOD_HANGING_SIGN=0.5
# Gilded Blackstone (Sound Type)
GILDED_BLACKSTONE=0.5
# Bamboo Wood (Sound Type)
BAMBOO_WOOD=0.5
# Ancient Debris (Sound Type)
ANCIENT_DEBRIS=0.5
# Bone Block (Sound Type)
BONE_BLOCK=1.5
# Sculk (Sound Type)
SCULK=0.5
# Wood (Sound Type)
WOOD=0.4
# Netherite Block (Sound Type)
NETHERITE_BLOCK=1.5
# Soul Sand (Sound Type)
SOUL_SAND=0.2
# Sculk Vein (Sound Type)
SCULK_VEIN=0.5
# Twisting Vines (Sound Type)
TWISTING_VINES=0.5
# Small Amethyst Bud (Sound Type)
SMALL_AMETHYST_BUD=0.5
# Basalt (Sound Type)
BASALT=1.5
# Bamboo Sapling (Sound Type)
BAMBOO_SAPLING=0.5
# Nether Wart (Sound Type)
NETHER_WART=0.5
# Nether Wood Hanging Sign (Sound Type)
NETHER_WOOD_HANGING_SIGN=0.5
# Sand (Sound Type)
SAND=0.2
# Decorated Pot Cracked (Sound Type)
DECORATED_POT_CRACKED=0.5
# Deepslate (Sound Type)
DEEPSLATE=1.5
# Deepslate Bricks (Sound Type)
DEEPSLATE_BRICKS=1.5
# Deepslate Tiles (Sound Type)
DEEPSLATE_TILES=1.5
# Dripstone Block (Sound Type)
DRIPSTONE_BLOCK=0.5
# Mud (Sound Type)
MUD=0.5
# Weeping Vines (Sound Type)
WEEPING_VINES=0.5
# Wart Block (Sound Type)
WART_BLOCK=0.5
# Amethyst (Sound Type)
AMETHYST=1.5
# Hanging Sign (Sound Type)
HANGING_SIGN=0.5
# Glow Lichen (Sound Type)
GLOW_LICHEN=0.5
# Large Amethyst Bud (Sound Type)
LARGE_AMETHYST_BUD=0.5
# Sculk Sensor (Sound Type)
SCULK_SENSOR=0.5
# Azalea (Sound Type)
AZALEA=0.5
# Stone (Sound Type)
STONE=1.5
# Fungus (Sound Type)
FUNGUS=0.5
# Small Dripleaf (Sound Type)
SMALL_DRIPLEAF=0.5
# Lantern (Sound Type)
LANTERN=0.5
# Lodestone (Sound Type)
LODESTONE=0.5
# Pointed Dripstone (Sound Type)
POINTED_DRIPSTONE=0.5
# Big Dripleaf (Sound Type)
BIG_DRIPLEAF=0.5
# Chiseled Bookshelf (Sound Type)
CHISELED_BOOKSHELF=0.5
# Candle (Sound Type)
CANDLE=0.5
# Bamboo (Sound Type)
BAMBOO=0.5
# Nether Ore (Sound Type)
NETHER_ORE=1.1
# Cave Vines (Sound Type)
CAVE_VINES=0.5
# Glass (Sound Type)
GLASS=0.75
# Ladder (Sound Type)
LADDER=0.5
# Stem (Sound Type)
STEM=0.4
# Hard Crop (Sound Type)
HARD_CROP=0.5
# Chain (Sound Type)
CHAIN=0.5
# Nether Sprouts (Sound Type)
NETHER_SPROUTS=0.5
# Wool (Sound Type)
WOOL=0.1
# Moss Carpet (Sound Type)
MOSS_CARPET=0.5
# Cherry Leaves (Sound Type)
CHERRY_LEAVES=0.5
# Nylium (Sound Type)
NYLIUM=0.5
# Packed Mud (Sound Type)
PACKED_MUD=0.5
# Metal (Sound Type)
METAL=1.25
# Flowering Azalea (Sound Type)
FLOWERING_AZALEA=0.5
# Froglight (Sound Type)
FROGLIGHT=0.5
# Frogspawn (Sound Type)
FROGSPAWN=0.5
# Sweet Berry Bush (Sound Type)
SWEET_BERRY_BUSH=0.5
# Sculk Shrieker (Sound Type)
SCULK_SHRIEKER=0.5
# Nether Wood (Sound Type)
NETHER_WOOD=0.5
# Amethyst Cluster (Sound Type)
AMETHYST_CLUSTER=0.5
# Moss (Sound Type)
MOSS=0.1
# Sculk Catalyst (Sound Type)
SCULK_CATALYST=0.5
# Muddy Mangrove Roots (Sound Type)
MUDDY_MANGROVE_ROOTS=0.5
# Deepslate (Sound Type)
DEEPSLATE=1.5
# Snow (Sound Type)
SNOW=0.15
# Coral Block (Sound Type)
CORAL_BLOCK=0.2
# Hanging Roots (Sound Type)
HANGING_ROOTS=0.5
# Mangrove Roots (Sound Type)
MANGROVE_ROOTS=0.5
# Mud Bricks (Sound Type)
MUD_BRICKS=0.5
# Cherry Wood Hanging Sign (Sound Type)
CHERRY_WOOD_HANGING_SIGN=0.5
# Polished Deepslate (Sound Type)
POLISHED_DEEPSLATE=1.5
# Fungus (Sound Type)
FUNGUS=0.5
# Gilded Blackstone (Sound Type)
GILDED_BLACKSTONE=0.5
# Glass (Sound Type)
GLASS=0.75
# Glow Lichen (Sound Type)
GLOW_LICHEN=0.5
# Grass (Sound Type)
GRASS=0.3
# Gravel (Sound Type)
GRAVEL=0.3
# Hanging Roots (Sound Type)
HANGING_ROOTS=0.5
# Hanging Sign (Sound Type)
HANGING_SIGN=0.5
# Hard Crop (Sound Type)
HARD_CROP=0.5
# Honey Block (Sound Type)
HONEY_BLOCK=0.1
# Azalea Leaves (Sound Type)
AZALEA_LEAVES=0.5
# Cherry Wood (Sound Type)
CHERRY_WOOD=0.5
# Tuff (Sound Type)
TUFF=1.5
# Ladder (Sound Type)
LADDER=0.5
# Lantern (Sound Type)
LANTERN=0.5
# Large Amethyst Bud (Sound Type)
LARGE_AMETHYST_BUD=0.5
# Lily Pad (Sound Type)
LILY_PAD=0.5
# Lodestone (Sound Type)
LODESTONE=0.5
# Mangrove Roots (Sound Type)
MANGROVE_ROOTS=0.5
# Medium Amethyst Bud (Sound Type)
MEDIUM_AMETHYST_BUD=0.5
# Metal (Sound Type)
METAL=1.25
# Moss (Sound Type)
MOSS=0.1
# Moss Carpet (Sound Type)
MOSS_CARPET=0.5
# Mud (Sound Type)
MUD=0.5
# Muddy Mangrove Roots (Sound Type)
MUDDY_MANGROVE_ROOTS=0.5
# Mud Bricks (Sound Type)
MUD_BRICKS=0.5
# Netherite Block (Sound Type)
NETHERITE_BLOCK=1.5
# Netherrack (Sound Type)
NETHERRACK=1.1
# Nether Bricks (Sound Type)
NETHER_BRICKS=1.5
# Nether Gold Ore (Sound Type)
NETHER_GOLD_ORE=1.1
# Nether Ore (Sound Type)
NETHER_ORE=1.1
# Nether Sprouts (Sound Type)
NETHER_SPROUTS=0.5
# Nether Wart (Sound Type)
NETHER_WART=0.5
# Nether Wood (Sound Type)
NETHER_WOOD=0.5
# Nether Wood Hanging Sign (Sound Type)
NETHER_WOOD_HANGING_SIGN=0.5
# Nylium (Sound Type)
NYLIUM=0.5
# Packed Mud (Sound Type)
PACKED_MUD=0.5
# Pointed Dripstone (Sound Type)
POINTED_DRIPSTONE=0.5
# Polished Deepslate (Sound Type)
POLISHED_DEEPSLATE=1.5
# Powder Snow (Sound Type)
POWDER_SNOW=0.5
# Rooted Dirt (Sound Type)
ROOTED_DIRT=0.5
# Roots (Sound Type)
ROOTS=0.5
# Sand (Sound Type)
SAND=0.2
# Scaffolding (Sound Type)
SCAFFOLDING=0.5
# Sculk (Sound Type)
SCULK=0.5
# Sculk Catalyst (Sound Type)
SCULK_CATALYST=0.5
# Sculk Sensor (Sound Type)
SCULK_SENSOR=0.5
# Sculk Shrieker (Sound Type)
SCULK_SHRIEKER=0.5
# Sculk Vein (Sound Type)
SCULK_VEIN=0.5
# Shroomlight (Sound Type)
SHROOMLIGHT=0.5
# Slime Block (Sound Type)
SLIME_BLOCK=0.5
# Small Amethyst Bud (Sound Type)
SMALL_AMETHYST_BUD=0.5
# Small Dripleaf (Sound Type)
SMALL_DRIPLEAF=0.5
# Snow (Sound Type)
SNOW=0.15
# Soul Sand (Sound Type)
SOUL_SAND=0.2
# Soul Soil (Sound Type)
SOUL_SOIL=0.2
# Spore Blossom (Sound Type)
SPORE_BLOSSOM=0.5
# Stem (Sound Type)
STEM=0.4
# Stone (Sound Type)
STONE=1.5
# Suspicious Gravel (Sound Type)
SUSPICIOUS_GRAVEL=0.5
# Suspicious Sand (Sound Type)
SUSPICIOUS_SAND=0.5
# Sweet Berry Bush (Sound Type)
SWEET_BERRY_BUSH=0.5
# Tuff (Sound Type)
TUFF=1.5
# Twisting Vines (Sound Type)
TWISTING_VINES=0.5
# Vine (Sound Type)
VINE=0.5
# Wart Block (Sound Type)
WART_BLOCK=0.5
# Weeping Vines (Sound Type)
WEEPING_VINES=0.5
# Wet Grass (Sound Type)
WET_GRASS=0.5
# Wood (Sound Type)
WOOD=0.4
# Wool (Sound Type)
WOOL=0.1

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,10 @@
#Whether to log the dirt block on common setup
logDirtBlock = true
#A magic number
#Range: > 0
magicNumber = 42
#What you want the introduction message to be for the magic number
magicNumberIntroduction = "The magic number is... "
#A list of items to log on common setup.
items = ["minecraft:iron_ingot"]

View file

@ -1,4 +1,3 @@
#For all ARGB values, set to 00000000 to disable the feature in that season
#How dark should the noise be at most? Set to 0 to disable noise entirely
#Range: 0.0 ~ 0.5
noiseDarkness = 0.18
@ -25,3 +24,4 @@ useFahrenheit = false
#Offset the GUI elements. Useful if you're using a resourcep ack that changes the health or hunger bars
#Range: 0.0 ~ 3.4028234663852886E38
guiOffset = 8.0

View file

@ -0,0 +1,6 @@
#General mod settings
[general]
#Range: 1 ~ 30000
timeoutInSeconds = 240

View file

@ -0,0 +1,14 @@
#Make fov scale at shoulder surfing view constant, ignoring scopes on current gun
constant_aiming_zoom_scale = true
#FOV scale for constant_aiming_fov_scale
#Range: 0.0 ~ 1.7976931348623157E308
constant_aiming_zoom_scale_value = 3.125
#(Locked) ads speed for constant_aiming_fov_scale
#Range: 0.0 ~ 1.7976931348623157E308
constant_aiming_ads_speed = 1.0
#This option is broken and has no effect on TaC Zero.
#========================== Original Description ==========================
#If enabled, tapping the aim button will put you in/out of first person view
#This only works while TAC's Config.CLIENT.controls.holdToAim is set to true
dynamic_aim_mode = true

4
config/transition.json Normal file
View file

@ -0,0 +1,4 @@
{
"version": 1,
"userConsentedToSendCrashReports": false
}

4
config/trender.json Normal file
View file

@ -0,0 +1,4 @@
{
"version": 1,
"style": "VANILLA_OLD"
}

View file

@ -1,5 +1,3 @@
#Toggle the spawning of wave entities? This prevents the waves from depositing blocks on the shores. True = enabled.
toggleWaveEntities = true
#Toggle whether or not waves should be able to interact (push) with nearby entities? True = enabled.
waveEntityInteraction = true
#Toggle whether spawning should be equally distributed across distance from the player or have a higher chance to spawn near the player. True = equal distribution.
@ -53,28 +51,20 @@ waveInteractionForceFactor = 1.0
#Range: > 1
waveInteractionUpdateFrequency = 4
[Debug]
["Debug, Processing and Caching"]
#Enable debug?
debug = false
#Axis rotation index.
#Range: 0 ~ 5
axisIndex = 0
#Axis rotation.
#Range: -360.0 ~ 360.0
axisRotation = 0.0
[Caching]
#Enable parallel processing for performance-critical tasks.
#When enabled, certain operations - such as wave spawning, shore detection, and entity interactions -
#may be executed concurrently across multiple threads. This can significantly improve performance on multi-core systems.
#Recommended for servers with high entity load.
parallelProcessing = true
#Toggle whether or not caches should be utilized. For larger servers with lots of activity, the benefit of using caches give diminishing returns.
useCaches = true
#How often the caches should be purged. The time is in ticks, so 20 ticks = 1 second.
#Range: > 1
cacheUpdateFrequency = 12000
#Cache nearest found shore positions?
cacheNearestShorePos = true
#Cache all found shore positions?
cacheShorePos = false
#Cache if shore positions are surrounded by water?
cacheSurroundedByWater = false
#Cache amount of surrounding blocks that are water?
cacheSurroundingWaterAmount = false
#How often the caches should be updated. The time is in ticks, so 20 ticks = 1 second. Set to 0 to disable cache updates.
#Range: > 0
cacheUpdateFrequency = 6000
#How often the caches should be reset. The time is in ticks, so 20 ticks = 1 second. Set to 0 to disable cache updates.
#Range: > 0
cacheResetFrequency = 24000

View file

@ -1,6 +1,6 @@
{
"auto_update": true,
"version": "1.5.1",
"version": "1.6.1",
"waves": [
{
"dimensions": [

View file

@ -203,6 +203,9 @@
#Whether the players hitbox should be expanded to the size of the contraption hitbox.
#[Technical]
syncPlayerPickupHitboxWithContraptionHitbox = false
#.
#Whether to prevent block dropping when contraption is placed inside in-world blocks.
noDropWhenContraptionReplaceBlocks = false
#.
#Configure speed/capacity levels for requirements and indicators.

View file

@ -1,8 +1,29 @@
#Change these settings to customize the server-side behavior of the mod.
["Travel Settings"]
#Allow fish to go through the tubes. (experimental)
allowFishTravel = true
#Allow villagers to go through the tubes.
allowVillagerTravel = true
#How to handle entity travel permissions:
#TAG_ONLY - Use only the 'create_hypertube:traveller_entities' tag from datapacks
#WHITELIST - Only entities in the whitelist can travel (ignores tag)
#BLACKLIST - All entities can travel except those in the blacklist
#TAG_WITH_BLACKLIST - Use tag but exclude entities in the blacklist
#Allowed Values: TAG_ONLY, WHITELIST, BLACKLIST, TAG_WITH_BLACKLIST
entityListMode = "BLACKLIST"
#Entities that CAN travel (only used when mode is WHITELIST).
#Use entity registry names like 'minecraft:villager' or 'create:package'
entityWhitelist = ["minecraft:player", "minecraft:villager", "minecraft:wandering_trader", "create:package"]
#Entities that CANNOT travel (used in BLACKLIST and TAG_WITH_BLACKLIST modes).
#Use entity registry names like 'minecraft:creeper' or 'minecraft:wither'
entityBlacklist = ["minecraft:wither", "minecraft:ender_dragon"]
#Multiplier for the speed of the tubes. Default is 1.0, which is normal speed. (THIS IS HIGHLY EXPERIMENTAL)
#Range: 0.5 ~ 99.0
speedMultiplier = 1.0
#Stress Settings
["Stress Settings"]
#Stress impact of the Hyper Entrance block.
#Range: 0.0 ~ 100.0
entranceStressImpact = 4.0
#Stress impact of the Hyper Accelerator block.
#Range: 0.0 ~ 100.0
acceleratorStressImpact = 4.0

View file

@ -24,9 +24,9 @@ poorPathBlock = ["tfc:rooted_dirt/sandy_loam", "tfc:clay/sandy_loam", "tfc:dirt/
#Types of blocks valid as "Normal" quality
normalPathBlock = ["tfc:rock/gravel/granite", "tfc:rock/gravel/diorite", "tfc:rock/gravel/gabbro", "tfc:rock/gravel/shale", "tfc:rock/gravel/claystone", "tfc:rock/gravel/limestone", "tfc:rock/gravel/conglomerate", "tfc:rock/gravel/dolomite", "tfc:rock/gravel/chert", "tfc:rock/gravel/schist", "tfc:rock/gravel/phyllite", "tfc:rock/gravel/slate", "tfc:rock/gravel/quartzite", "tfc:rock/gravel/dacite", "tfc:rock/gravel/andesite", "tfc:rock/gravel/basalt", "tfc:rock/gravel/rhyolite", "tfc:rock/gravel/chalk", "tfc:rock/gravel/marble", "tfg:rock/gravel_dripstone", "tfg:rock/gravel_deepslate", "tfg:rock/gravel_blackstone", "tfg:rock/gravel_moon", "tfg:rock/gravel_moon_deepslate", "tfg:rock/gravel_glacio", "tfg:rock/gravel_mars", "tfg:rock/gravel_venus", "tfg:rock/gravel_mercury", "tfg:rock/gravel_crackrack", "tfc:grass_path/silt", "tfc:grass_path/loam", "tfc:grass_path/sandy_loam", "tfc:grass_path/silty_loam", "tfg:grass/mars_path", "rnr:hoggin"]
#Types of blocks valid as "Great" quality
greatPathBlock = ["rnr:rock/gravel_road/chert", "rnr:rock/gravel_road/chalk", "rnr:rock/gravel_road/rhyolite", "rnr:rock/gravel_road/basalt", "rnr:rock/gravel_road/andesite", "rnr:rock/gravel_road/claystone", "rnr:rock/gravel_road/limestone", "rnr:rock/gravel_road/conglomerate", "rnr:rock/gravel_road/dolomite", "rnr:rock/sett_road/granite", "rnr:rock/sett_road/diorite", "rnr:rock/sett_road/chalk", "rnr:rock/sett_road/rhyolite", "rnr:rock/sett_road/basalt", "rnr:rock/sett_road/quartzite", "rnr:rock/sett_road/dacite", "rnr:rock/sett_road/andesite", "rnr:rock/cobbled_road/chert", "rnr:rock/cobbled_road/dolomite", "rnr:rock/gravel_road/granite", "rnr:rock/gravel_road/marble", "rnr:rock/gravel_road/schist", "rnr:rock/gravel_road/phyllite", "rnr:rock/gravel_road/slate", "rnr:rock/gravel_road/quartzite", "rnr:rock/gravel_road/dacite", "rnr:rock/macadam_road/rhyolite", "rnr:rock/macadam_road/chalk", "rnr:rock/macadam_road/chert", "rnr:rock/macadam_road/dolomite", "rnr:rock/macadam_road/conglomerate", "rnr:rock/macadam_road/limestone", "rnr:rock/macadam_road/gabbro", "rnr:rock/macadam_road/claystone", "rnr:rock/macadam_road/shale", "rnr:rock/macadam_road/gneiss", "rnr:rock/macadam_road/marble", "rnr:rock/macadam_road/schist", "rnr:rock/macadam_road/phyllite", "rnr:rock/macadam_road/slate", "rnr:rock/macadam_road/quartzite", "rnr:rock/macadam_road/dacite", "rnr:rock/macadam_road/andesite", "rnr:rock/macadam_road/basalt", "rnr:rock/gravel_road/diorite", "rnr:rock/gravel_road/gabbro", "rnr:rock/gravel_road/shale", "rnr:rock/macadam_road/diorite", "rnr:rock/macadam_road/granite", "rnr:rock/cobbled_road/conglomerate", "rnr:rock/cobbled_road/limestone", "rnr:rock/cobbled_road/claystone", "rnr:rock/cobbled_road/shale", "rnr:rock/cobbled_road/gabbro", "rnr:rock/cobbled_road/diorite", "rnr:rock/cobbled_road/granite", "rnr:rock/cobbled_road/phyllite", "rnr:rock/cobbled_road/schist", "rnr:rock/cobbled_road/slate", "rnr:rock/cobbled_road/quartzite", "rnr:rock/cobbled_road/dacite", "rnr:rock/cobbled_road/andesite", "rnr:rock/cobbled_road/rhyolite", "rnr:rock/cobbled_road/basalt", "rnr:rock/cobbled_road/chalk", "rnr:rock/cobbled_road/gneiss", "rnr:rock/cobbled_road/marble", "rnr:rock/sett_road/chert", "rnr:rock/sett_road/dolomite", "rnr:rock/sett_road/conglomerate", "rnr:rock/sett_road/limestone", "rnr:rock/sett_road/claystone", "rnr:rock/sett_road/shale", "rnr:rock/sett_road/gabbro", "rnr:rock/flagstones/gneiss", "rnr:rock/flagstones/marble", "rnr:black_sandstone_flagstones", "rnr:brown_sandstone_flagstones", "rnr:green_sandstone_flagstones", "rnr:pink_sandstone_flagstones", "rnr:red_sandstone_flagstones", "rnr:white_sandstone_flagstones", "rnr:yellow_sandstone_flagstones", "rnr:concrete_road_sett", "rnr:brick_road", "rnr:rock/sett_road/marble", "rnr:rock/sett_road/gneiss", "rnr:rock/sett_road/schist", "rnr:rock/sett_road/phyllite", "rnr:rock/sett_road/slate", "rnr:rock/sett_road/quartzite", "rnr:rock/sett_road/dacite", "rnr:rock/flagstones/chert", "rnr:rock/flagstones/dolomite", "rnr:rock/flagstones/conglomerate", "rnr:rock/flagstones/limestone", "rnr:rock/flagstones/claystone", "rnr:rock/flagstones/shale", "rnr:rock/flagstones/gabbro", "rnr:rock/flagstones/diorite", "rnr:rock/flagstones/granite", "rnr:rock/flagstones/schist", "rnr:rock/flagstones/phyllite", "rnr:rock/flagstones/slate", "rnr:rock/flagstones/quartzite", "rnr:rock/flagstones/andesite", "rnr:rock/flagstones/dacite", "rnr:rock/flagstones/basalt", "rnr:rock/flagstones/rhyolite", "rnr:rock/flagstones/chalk", "greate:andesite_shaft", "greate:steel_shaft", "greate:andesite_cogwheel", "greate:steel_cogwheel", "greate:large_andesite_cogwheel", "greate:large_steel_cogwheel"]
greatPathBlock = ["rnr:rock/gravel_road/chert", "rnr:rock/gravel_road/chalk", "rnr:rock/gravel_road/rhyolite", "rnr:rock/gravel_road/basalt", "rnr:rock/gravel_road/andesite", "rnr:rock/gravel_road/claystone", "rnr:rock/gravel_road/limestone", "rnr:rock/gravel_road/conglomerate", "rnr:rock/gravel_road/dolomite", "rnr:rock/sett_road/granite", "rnr:rock/sett_road/diorite", "rnr:rock/sett_road/chalk", "rnr:rock/sett_road/rhyolite", "rnr:rock/sett_road/basalt", "rnr:rock/sett_road/quartzite", "rnr:rock/sett_road/dacite", "rnr:rock/sett_road/andesite", "rnr:rock/cobbled_road/chert", "rnr:rock/cobbled_road/dolomite", "rnr:rock/gravel_road/granite", "rnr:rock/gravel_road/marble", "rnr:rock/gravel_road/schist", "rnr:rock/gravel_road/phyllite", "rnr:rock/gravel_road/slate", "rnr:rock/gravel_road/quartzite", "rnr:rock/gravel_road/dacite", "rnr:rock/macadam_road/rhyolite", "rnr:rock/macadam_road/chalk", "rnr:rock/macadam_road/chert", "rnr:rock/macadam_road/dolomite", "rnr:rock/macadam_road/conglomerate", "rnr:rock/macadam_road/limestone", "rnr:rock/macadam_road/gabbro", "rnr:rock/macadam_road/claystone", "rnr:rock/macadam_road/shale", "rnr:rock/macadam_road/gneiss", "rnr:rock/macadam_road/marble", "rnr:rock/macadam_road/schist", "rnr:rock/macadam_road/phyllite", "rnr:rock/macadam_road/slate", "rnr:rock/macadam_road/quartzite", "rnr:rock/macadam_road/dacite", "rnr:rock/macadam_road/andesite", "rnr:rock/macadam_road/basalt", "rnr:rock/gravel_road/diorite", "rnr:rock/gravel_road/gabbro", "rnr:rock/gravel_road/shale", "rnr:rock/macadam_road/diorite", "rnr:rock/macadam_road/granite", "rnr:rock/cobbled_road/conglomerate", "rnr:rock/cobbled_road/limestone", "rnr:rock/cobbled_road/claystone", "rnr:rock/cobbled_road/shale", "rnr:rock/cobbled_road/gabbro", "rnr:rock/cobbled_road/diorite", "rnr:rock/cobbled_road/granite", "rnr:rock/cobbled_road/phyllite", "rnr:rock/cobbled_road/schist", "rnr:rock/cobbled_road/slate", "rnr:rock/cobbled_road/quartzite", "rnr:rock/cobbled_road/dacite", "rnr:rock/cobbled_road/andesite", "rnr:rock/cobbled_road/rhyolite", "rnr:rock/cobbled_road/basalt", "rnr:rock/cobbled_road/chalk", "rnr:rock/cobbled_road/gneiss", "rnr:rock/cobbled_road/marble", "rnr:rock/sett_road/chert", "rnr:rock/sett_road/dolomite", "rnr:rock/sett_road/conglomerate", "rnr:rock/sett_road/limestone", "rnr:rock/sett_road/claystone", "rnr:rock/sett_road/shale", "rnr:rock/sett_road/gabbro", "rnr:rock/flagstones/gneiss", "rnr:rock/flagstones/marble", "rnr:black_sandstone_flagstones", "rnr:brown_sandstone_flagstones", "rnr:green_sandstone_flagstones", "rnr:pink_sandstone_flagstones", "rnr:red_sandstone_flagstones", "rnr:white_sandstone_flagstones", "rnr:yellow_sandstone_flagstones", "rnr:concrete_road_sett", "rnr:brick_road", "rnr:rock/sett_road/marble", "rnr:rock/sett_road/gneiss", "rnr:rock/sett_road/schist", "rnr:rock/sett_road/phyllite", "rnr:rock/sett_road/slate", "rnr:rock/sett_road/quartzite", "rnr:rock/sett_road/dacite", "rnr:rock/flagstones/chert", "rnr:rock/flagstones/dolomite", "rnr:rock/flagstones/conglomerate", "rnr:rock/flagstones/limestone", "rnr:rock/flagstones/claystone", "rnr:rock/flagstones/shale", "rnr:rock/flagstones/gabbro", "rnr:rock/flagstones/diorite", "rnr:rock/flagstones/granite", "rnr:rock/flagstones/schist", "rnr:rock/flagstones/phyllite", "rnr:rock/flagstones/slate", "rnr:rock/flagstones/quartzite", "rnr:rock/flagstones/andesite", "rnr:rock/flagstones/dacite", "rnr:rock/flagstones/basalt", "rnr:rock/flagstones/rhyolite", "rnr:rock/flagstones/chalk", "greate:steel_shaft", "greate:steel_cogwheel", "greate:large_steel_cogwheel"]
#Valid "Small" creatures
smallCreatures = ["tfc:wolf", "tfc:dog", "tfc:pig", "tfc:sheep", "tfc:goat", "tfc:alpaca", "tfg:glacian_ram", "tfg:wraptor", "species:springaling", "tfg:surfer"]
smallCreatures = ["tfc:wolf", "tfc:dog", "tfc:pig", "tfc:sheep", "tfc:goat", "tfc:alpaca", "tfg:glacian_ram", "tfg:wraptor", "tfg:surfer"]
#Valid "Medium" creatures
mediumCreatures = ["tfc:cow", "tfc:donkey", "tfc:dolphin", "wan_ancient_beasts:glider", "wan_ancient_beasts:soarer"]
#Valid "Large" creatures

View file

@ -0,0 +1,19 @@
#Toggles to allow/disable going prone in various circumstances
[allowProne]
#Allow while flying (applies any time the player is off the ground)
flying = true
#Allow while riding another entity
#If this is true, then you cannot go prone while riding any entities in the tag "goprone:blacklisted_entities" but you can when riding any others
#If this is false, then you can go prone while riding any entities in the tag "goprone:whitelisted_entities" but you cannot when riding any others
riding = false
#Allow while climbing (applies any time the player is on a climbable block)
climbing = false
#Other options not related to when you can go prone
[other]
#Can players jump while prone
isJumpingAllowed = true
#Can players sprint while prone. Also controls whether sprinting is cancelled when going prone
isSprintingAllowed = true

View file

@ -0,0 +1,10 @@
["Cooking Settings"]
#Cook Time: Time in ticks needed for one cooking cycle
#Range: > 1
cooktime = 200
["Construction Settings"]
#Shearable: Allow jumbo furnaces to be cleanly dismantled with shears
shearable = true

View file

@ -47,21 +47,6 @@
#Range: 1 ~ 600
whistleRebindRate = 10
#.
#Journeymap compat settings
[journeymap]
#.
#.
#[in Ticks]
#Outside-of-render-distance train sync time
#Range: 10 ~ 600
farTrainSyncTicks = 200
#.
#[in Ticks]
#In-render-distance train sync time
#Range: 1 ~ 600
nearTrainSyncTicks = 5
#.
#Realism Settings
[realism]

View file

@ -21,6 +21,8 @@
canBePlacedInContainerItems = false
#Maximum number of upgrades of type per backpack in format of "UpgradeRegistryName[or UpgradeGroup]|MaxNumber"
maxUpgradesPerStorage = ["furnace_upgrades|1", "stack_upgrades|3", "jukebox_upgrades|1"]
#If true, disallows all blocks from connecting to backpacks
allBlockConnectionsDisallowed = false
#Leather Backpack Settings
[server.leatherBackpack]
@ -415,6 +417,32 @@
#Chance increase per looting level of mob dropping backpack
#Range: 0.0 ~ 0.3
lootingChanceIncreasePerLevel = 0.15
#Weight of selecting a Leather Backpack when an entity spawns with a backpack
#Range: 0 ~ 9999
leatherWeight = 625
#Weight of selecting a Copper Backpack when an entity spawns with a backpack
#Range: 0 ~ 9999
copperWeight = 250
#Weight of selecting a Iron Backpack when an entity spawns with a backpack
#Range: 0 ~ 9999
ironWeight = 125
#Weight of selecting a Gold Backpack when an entity spawns with a backpack
#Range: 0 ~ 9999
goldWeight = 25
#Weight of selecting a Diamond Backpack when an entity spawns with a backpack
#Range: 0 ~ 9999
diamondWeight = 5
#Weight of selecting a Netherite Backpack when an entity spawns with a backpack
#Range: 0 ~ 9999
netheriteWeight = 1
#Minimum tier of backpack mobs are equipped with at mid local difficulty (above 1/3 of max, 0 is leather)
#Range: 0 ~ 6
minBackpackTierMidDifficulty = 1
#Minimum tier of backpack mobs are equipped with at high local difficulty (above 2/3 of max, 0 is leather)
#Range: 0 ~ 6
minBackpackTierHighDifficulty = 2
#If local difficulty is taken into consideration when determining the difficulty. If local difficulty is high enough then it will use difficulty settings above
localDifficultyEffectsBackpackSpawns = true
[server.nerfs]
#Determines if too many backpacks in player's inventory cause slowness to the player
@ -427,6 +455,8 @@
slownessLevelsPerAdditionalBackpack = 1.0
#Determines if active upgrades will only work in the backpack that's worn by the player. Active upgrades are for example magnet, pickup, cooking, feeding upgrades.
onlyWornBackpackTriggersUpgrades = true
#Effect that is applied to player when they have too many backpacks. Can be any effect including modded ones like overencumbered effect some mods have.
nerfEffect = "minecraft:slowness"
#Copper Backpack Settings
[server.copperBackpack]

View file

@ -0,0 +1,19 @@
#The durability value of Burlap material clothing.
#Range: > 0
durabilityBurlapClothes = 3000
#The durability value of Insulated Leather material clothing.
#Range: > 0
durabilityInsulatedLeatherClothes = 2500
#The durability value of the Leather Apron clothing.
#Range: > 0
durabilityLeatherApronClothes = 1000
#The durability value of Silk material clothing.
#Range: > 0
durabilitySilkClothes = 3000
#The durability value of Straw material clothing.
#Range: > 0
durabilityStrawClothes = 100
#The durability value of Wool material clothing.
#Range: > 0
durabilityWoolClothes = 3000

View file

@ -131,3 +131,11 @@
#Blacklist of entity IDs that cannot be sampled by the DNA syringe. Can be empty.
syringeBlacklist = []
[mars_climate]
#The chance that sand piles will accumulate during a sandstorm. Lower values = faster sand pile accumulation, but also more block updates (aka lag).
#Range: > 1
sandAccumulateChance = 20
#The chance that sand piles will decumulate during a sandstoem. Lower values = faster sand dispersal, but also more block updates (aka lag).
#Range: > 1
sandDecumulateChance = 36

View file

@ -0,0 +1,169 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"block.ad_astra.oxygen_distributor": "可呼吸空氣分配器",
"block.ad_astra.infernal_spire_block": "煉獄尖刺",
"block.ad_astra.moon_sand": "月砂",
"block.ad_astra.moon_stone": "天然斜長岩",
"block.ad_astra.moon_cobblestone": "斜長岩圓石",
"block.ad_astra.moon_cobblestone_slab": "斜長岩圓石半磚",
"block.ad_astra.moon_cobblestone_stairs": "斜長岩圓石階梯",
"block.ad_astra.moon_pillar": "斜長岩柱",
"block.ad_astra.moon_stone_brick_slab": "斜長岩磚半磚",
"block.ad_astra.moon_stone_brick_stairs": "斜長岩磚階梯",
"block.ad_astra.moon_stone_brick_wall": "斜長岩磚牆",
"block.ad_astra.moon_stone_bricks": "斜長岩磚",
"block.ad_astra.moon_stone_slab": "天然斜長岩半磚",
"block.ad_astra.moon_stone_stairs": "天然斜長岩階梯",
"block.ad_astra.chiseled_moon_stone_bricks": "雕刻斜長岩磚",
"block.ad_astra.chiseled_moon_stone_slab": "雕刻斜長岩半磚",
"block.ad_astra.chiseled_moon_stone_stairs": "雕刻斜長岩階梯",
"block.ad_astra.cracked_moon_stone_bricks": "裂紋斜長岩磚",
"block.ad_astra.polished_moon_stone": "拋光斜長岩",
"block.ad_astra.polished_moon_stone_slab": "拋光斜長岩半磚",
"block.ad_astra.polished_moon_stone_stairs": "拋光斜長岩階梯",
"block.ad_astra.sky_stone": "隕石",
"block.ad_astra.moon_deepslate": "天然蘇長岩",
"block.ad_astra.cheese_block": "月球起司方塊",
"block.ad_astra.moon_cheese_ore": "斜長岩起司礦石",
"block.ad_astra.glacian_log": "霜原菌柄",
"block.ad_astra.stripped_glacian_log": "剝皮霜原菌柄",
"block.ad_astra.glacian_leaves": "霜原菌葉",
"block.ad_astra.mars_sand": "泥板岩砂",
"block.ad_astra.mars_stone": "天然泥岩",
"block.ad_astra.mars_cobblestone": "泥岩圓石",
"block.ad_astra.mars_cobblestone_slab": "泥岩圓石半磚",
"block.ad_astra.mars_cobblestone_stairs": "泥岩圓石階梯",
"block.ad_astra.mars_pillar": "泥岩柱",
"block.ad_astra.mars_stone_brick_slab": "泥岩磚半磚",
"block.ad_astra.mars_stone_brick_stairs": "泥岩磚階梯",
"block.ad_astra.mars_stone_brick_wall": "泥岩磚牆",
"block.ad_astra.mars_stone_bricks": "泥岩磚",
"block.ad_astra.mars_stone_slab": "天然泥岩半磚",
"block.ad_astra.mars_stone_stairs": "天然泥岩階梯",
"block.ad_astra.chiseled_mars_stone_bricks": "雕刻泥岩磚",
"block.ad_astra.chiseled_mars_stone_slab": "雕刻泥岩半磚",
"block.ad_astra.chiseled_mars_stone_stairs": "雕刻泥岩階梯",
"block.ad_astra.cracked_mars_stone_bricks": "裂紋泥岩磚",
"block.ad_astra.polished_mars_stone": "拋光泥岩",
"block.ad_astra.polished_mars_stone_slab": "拋光泥岩半磚",
"block.ad_astra.polished_mars_stone_stairs": "拋光泥岩階梯",
"block.ad_astra.conglomerate": "礫岩",
"block.ad_astra.polished_conglomerate": "拋光礫岩",
"block.ad_astra.venus_sand": "粗面岩砂",
"block.ad_astra.venus_stone": "天然粗面岩",
"block.ad_astra.venus_cobblestone": "粗面岩圓石",
"block.ad_astra.venus_cobblestone_slab": "粗面岩圓石半磚",
"block.ad_astra.venus_cobblestone_stairs": "粗面岩圓石階梯",
"block.ad_astra.venus_pillar": "粗面岩柱",
"block.ad_astra.venus_stone_brick_slab": "粗面岩磚半磚",
"block.ad_astra.venus_stone_brick_stairs": "粗面岩磚階梯",
"block.ad_astra.venus_stone_brick_wall": "粗面岩磚牆",
"block.ad_astra.venus_stone_bricks": "粗面岩磚",
"block.ad_astra.venus_stone_slab": "天然粗面岩半磚",
"block.ad_astra.venus_stone_stairs": "天然粗面岩階梯",
"block.ad_astra.chiseled_venus_stone_bricks": "雕刻粗面岩磚",
"block.ad_astra.chiseled_venus_stone_slab": "雕刻粗面岩半磚",
"block.ad_astra.chiseled_venus_stone_stairs": "雕刻粗面岩階梯",
"block.ad_astra.cracked_venus_stone_bricks": "裂紋粗面岩磚",
"block.ad_astra.polished_venus_stone": "拋光粗面岩",
"block.ad_astra.polished_venus_stone_slab": "拋光粗面岩半磚",
"block.ad_astra.polished_venus_stone_stairs": "拋光粗面岩階梯",
"block.ad_astra.venus_sandstone": "粗面岩砂岩",
"block.ad_astra.venus_sandstone_bricks": "粗面岩砂岩磚",
"block.ad_astra.venus_sandstone_brick_slab": "粗面岩砂岩磚半磚",
"block.ad_astra.venus_sandstone_brick_stairs": "粗面岩砂岩磚階梯",
"block.ad_astra.cracked_venus_sandstone_bricks": "裂紋粗面岩砂岩磚",
"block.ad_astra.mercury_stone": "天然科馬提岩",
"block.ad_astra.mercury_cobblestone": "科馬提岩圓石",
"block.ad_astra.mercury_cobblestone_slab": "科馬提岩圓石半磚",
"block.ad_astra.mercury_cobblestone_stairs": "科馬提岩圓石階梯",
"block.ad_astra.mercury_pillar": "科馬提岩柱",
"block.ad_astra.mercury_stone_brick_slab": "科馬提岩磚半磚",
"block.ad_astra.mercury_stone_brick_stairs": "科馬提岩磚階梯",
"block.ad_astra.mercury_stone_brick_wall": "科馬提岩磚牆",
"block.ad_astra.mercury_stone_bricks": "科馬提岩磚",
"block.ad_astra.mercury_stone_slab": "天然科馬提岩半磚",
"block.ad_astra.mercury_stone_stairs": "天然科馬提岩階梯",
"block.ad_astra.chiseled_mercury_stone_bricks": "雕刻科馬提岩磚",
"block.ad_astra.chiseled_mercury_stone_slab": "雕刻科馬提岩半磚",
"block.ad_astra.chiseled_mercury_stone_stairs": "雕刻科馬提岩階梯",
"block.ad_astra.cracked_mercury_stone_bricks": "裂紋科馬提岩磚",
"block.ad_astra.polished_mercury_stone": "拋光科馬提岩",
"block.ad_astra.polished_mercury_stone_slab": "拋光科馬提岩半磚",
"block.ad_astra.polished_mercury_stone_stairs": "拋光科馬提岩階梯",
"block.ad_astra.glacio_stone": "天然響岩",
"block.ad_astra.glacio_cobblestone": "響岩圓石",
"block.ad_astra.glacio_cobblestone_slab": "響岩圓石半磚",
"block.ad_astra.glacio_cobblestone_stairs": "響岩圓石階梯",
"block.ad_astra.glacio_pillar": "響岩柱",
"block.ad_astra.glacio_stone_brick_slab": "響岩磚半磚",
"block.ad_astra.glacio_stone_brick_stairs": "響岩磚階梯",
"block.ad_astra.glacio_stone_brick_wall": "響岩磚牆",
"block.ad_astra.glacio_stone_bricks": "響岩磚",
"block.ad_astra.glacio_stone_slab": "天然響岩半磚",
"block.ad_astra.glacio_stone_stairs": "天然響岩階梯",
"block.ad_astra.chiseled_glacio_stone_bricks": "雕刻響岩磚",
"block.ad_astra.chiseled_glacio_stone_slab": "雕刻響岩半磚",
"block.ad_astra.chiseled_glacio_stone_stairs": "雕刻響岩階梯",
"block.ad_astra.cracked_glacio_stone_bricks": "裂紋響岩磚",
"block.ad_astra.polished_glacio_stone": "拋光響岩",
"block.ad_astra.polished_glacio_stone_slab": "拋光響岩半磚",
"block.ad_astra.polished_glacio_stone_stairs": "拋光響岩階梯",
"block.ad_astra.glacio_globe": "歐羅巴星儀",
"entity.ad_astra.corrupted_lunarian": "月球殭屍",
"entity.ad_astra.martian_raptor": "骷髏迅猛龍",
"entity.ad_astra.tier_1_rocket": "R 型鋁鋼火箭",
"entity.ad_astra.tier_2_rocket": "ASM 4914 鈦合金火箭",
"entity.ad_astra.tier_3_rocket": "45-Ti 鎢鋼火箭",
"entity.ad_astra.tier_1_rover": "探測車",
"fluid_type.ad_astra.oxygen": "可呼吸空氣",
"item.ad_astra.steel_cable": "基礎 RF 電纜",
"item.ad_astra.desh_cable": "進階 RF 電纜",
"item.ad_astra.tier_1_rocket": "R 型鋁鋼火箭",
"item.ad_astra.tier_2_rocket": "ASM 4914 鈦合金火箭",
"item.ad_astra.tier_3_rocket": "45-Ti 鎢鋼火箭",
"item.ad_astra.oxygen_bucket": "可呼吸空氣桶",
"item.ad_astra.tier_1_rover": "探測車",
"item.ad_astra.photovoltaic_etrium_cell": "進階光伏板",
"item.ad_astra.photovoltaic_vesnium_cell": "高效光伏板",
"item.ad_astra.ostrum_tank": "紫金推進燃料槽",
"item.ad_astra.steel_engine": "鋼製火箭引擎",
"item.ad_astra.desh_engine": "戴斯火箭引擎",
"item.ad_astra.ostrum_engine": "紫金火箭引擎",
"item.ad_astra.netherite_space_helmet": "§b鎢鋼太空頭盔",
"item.ad_astra.netherite_space_suit": "§b鎢鋼太空服",
"item.ad_astra.netherite_space_pants": "§b鎢鋼太空褲",
"item.ad_astra.netherite_space_boots": "§b鎢鋼太空靴",
"item.ad_astra.cheese": "月球起司",
"dimension.ad_astra.glacio": "歐羅巴",
"dimension.ad_astra.glacio_orbit": "歐羅巴軌道",
"painting.ad_astra.glacio.title": "歐羅巴",
"planet.ad_astra.glacio": "歐羅巴",
"planet.ad_astra.glacio_orbit": "歐羅巴軌道",
"tagprefix.moon_stone": "斜長岩 %s 礦石",
"tagprefix.moon_deepslate": "蘇長岩 %s 礦石",
"tagprefix.mars_stone": "泥岩 %s 礦石",
"tagprefix.venus_stone": "粗面岩 %s 礦石",
"tagprefix.mercury_stone": "科馬提岩 %s 礦石",
"tagprefix.glacio_stone": "響岩 %s 礦石",
"info.ad_astra.solar_panel": "白天利用陽光產生能量。注意:能量產量會依所在星球的環境條件而有所不同。",
"tooltip.ad_astra.energy": "%s FE / %s FE",
"tooltip.ad_astra.energy_generation_per_tick": "每刻產生 %s FE",
"tooltip.ad_astra.energy_in": "輸入:%s FE/t",
"tooltip.ad_astra.energy_out": "輸出:%s FE/t",
"tooltip.ad_astra.energy_per_tick": "%s FE/t",
"tooltip.ad_astra.energy_transfer_tick": "傳輸:%s FE/t",
"tooltip.ad_astra.energy_use_per_tick": "每刻消耗 %s FE",
"tooltip.ad_astra.max_energy_in": "最大輸入:%s FE/t",
"tooltip.ad_astra.max_energy_out": "最大輸出:%s FE/t",
"tooltip.ad_astra.max_generation": "最大產生:%s FE/t",
"tooltip.ad_astra.max_fluid_in": "最大輸入:%s mB/t",
"tooltip.ad_astra.max_fluid_out": "最大輸出:%s mB/t",
"tooltip.ad_astra.fluid": "%s mB / %s mB %s",
"tooltip.ad_astra.fluid_generation_per_iteration": "每次迭代產生 %s mB",
"tooltip.ad_astra.fluid_in": "輸入:%s mB/t",
"tooltip.ad_astra.fluid_out": "輸出:%s mB/t",
"tooltip.ad_astra.fluid_per_tick": "%s mB/t",
"tooltip.ad_astra.fluid_transfer_tick": "傳輸:%s mB/t",
"tooltip.ad_astra.fluid_use_per_iteration": "每次迭代消耗 %s mB"
}

View file

@ -0,0 +1,32 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"tooltip.additionalplacements.vertical_placement": "可垂直放置",
"tooltip.additionalplacements.stair_connections.all_connections": "允許同時進行垂直與水平連接(依放置方向)",
"tooltip.additionalplacements.stair_connections.no_mixed_connections": "僅允許垂直連接(依放置方向)",
"tooltip.additionalplacements.stair_connections.no_vertical_connections": "不允許垂直連接(依放置方向)",
"tooltip.additionalplacements.ceiling_placement": "可放置於天花板",
"msg.additionalplacements.mismatchedtags.0": "[額外放置] 偵測到生成方塊存在缺失及/或多餘的標籤。請使用「",
"msg.additionalplacements.mismatchedtags.1": "」產生標籤,然後使用「",
"msg.additionalplacements.mismatchedtags.2": "」重新載入標籤(若失敗請重新載入世界)。詳細資訊請查看遊戲輸出紀錄,或於設定檔中停用此訊息。",
"msg.additionalplacements.generate.failure.definition": "產生資料包時發生錯誤:無法複製資料包定義",
"msg.additionalplacements.generate.failure.tag": "產生資料包時發生錯誤:無法儲存標籤 %s",
"msg.additionalplacements.generate.failure.initialization": "產生資料包時發生錯誤:無法初始化資料包",
"msg.additionalplacements.generate.success": "標籤匯出完成",
"msg.additionalplacements.generate.notfixed": "自動建立標籤未能解決標籤不一致的問題,需要手動修正。請確保已啟用標籤不一致的記錄功能並檢查遊戲輸出紀錄。此操作需要具備資料包建立以及新增/移除方塊標籤的相關知識。",
"key.categories.additionalplacements": "額外放置",
"key.additionalplacements.placement_toggle": "切換放置邏輯",
"msg.additionalplacements.placement_enable": "已啟用額外放置的放置邏輯",
"msg.additionalplacements.placement_disable": "已停用額外放置的放置邏輯",
"msg.additionalplacements.disconnected": "額外放置設定發生衝突",
"msg.additionalplacements.errors.type": "以下生成類型拒絕了連接:",
"msg.additionalplacements.errors.client": "用戶端拒絕:",
"msg.additionalplacements.errors.server": "伺服器端拒絕:",
"msg.additionalplacements.stairs.data_not_found": "未從用戶端接收到樓梯連接設定資料",
"msg.additionalplacements.stairs.connections_type_not_found": "未知的樓梯連接類型 %s",
"msg.additionalplacements.stairs.mismatched.header": "以下樓梯方塊使用了錯誤的連接類型,必須設定為:",
"additionalplacements.stairs.connections_type.all_connections": "允許所有連接",
"additionalplacements.stairs.connections_type.no_mixed_connections": "不允許混合連接",
"additionalplacements.stairs.connections_type.no_vertical_connections": "不允許垂直連接",
"msg.additionalplacements.stairs.mismatched.footer": "若要連接至此伺服器,請修正 config/additionalplacements-bootup.toml 中的設定項目並重新啟動遊戲。",
"commands.ap_stairs_state_debug.wrong_block": "%s 不是有效的方塊,必須是具有附加狀態的樓梯方塊。"
}

View file

@ -0,0 +1,23 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"gui.ae2.inWorldCraftingPresses": "壓印模板可透過破壞神秘方塊取得,而神秘方塊位於月球隕石的核心。",
"gui.advanced_ae.AdvPatternProvider": "",
"gui.expandedae.exp_pattern_provider": "",
"item.ae2.sky_dust": "隕石粉",
"block.ae2.sky_stone_block": "天然隕石岩",
"block.ae2.sky_stone_stairs": "隕石岩階梯",
"block.ae2.sky_stone_wall": "隕石岩牆",
"block.ae2.sky_stone_slab": "隕石岩半磚",
"block.ae2.smooth_sky_stone_block": "平滑隕石岩",
"block.ae2.smooth_sky_stone_stairs": "平滑隕石岩階梯",
"block.ae2.smooth_sky_stone_wall": "平滑隕石岩牆",
"block.ae2.smooth_sky_stone_slab": "平滑隕石岩半磚",
"block.ae2.sky_stone_brick": "隕石岩磚",
"block.ae2.sky_stone_brick_stairs": "隕石岩磚階梯",
"block.ae2.sky_stone_brick_wall": "隕石岩磚牆",
"block.ae2.sky_stone_brick_slab": "隕石岩磚半磚",
"block.ae2.sky_stone_small_brick": "小型隕石岩磚",
"block.ae2.sky_stone_small_brick_stairs": "小型隕石岩磚階梯",
"block.ae2.sky_stone_small_brick_wall": "小型隕石岩磚牆",
"block.ae2.sky_stone_small_brick_slab": "小型隕石岩磚半磚"
}

View file

@ -0,0 +1,8 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"itemGroup.ae2insertexportcard": "AE2 輸入/輸出卡",
"item.ae2insertexportcard.insert_card": "輸入卡",
"item.ae2insertexportcard.export_card": "輸出卡",
"gui.ae2insertexportcard.whitelist": "白名單",
"gui.ae2insertexportcard.blacklist": "黑名單"
}

View file

@ -0,0 +1,125 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"item.ags_modernmarkings.chalk": "粉筆",
"block.ags_modernmarkings.floor_marking_nostep": "禁止踩踏地面標示",
"block.ags_modernmarkings.floor_marking_white_arrow": "白色箭頭地面標示",
"block.ags_modernmarkings.floor_marking_white_double_arrow": "白色雙箭頭地面標示",
"block.ags_modernmarkings.floor_marking_white_lane": "白色通道線地面標示",
"block.ags_modernmarkings.floor_marking_white_square": "白色方框地面標示",
"block.ags_modernmarkings.floor_marking_yellow_arrow": "黃色箭頭地面標示",
"block.ags_modernmarkings.floor_marking_yellow_sideline": "黃色邊線地面標示",
"block.ags_modernmarkings.floor_marking_yellow_square": "黃色方框地面標示",
"block.ags_modernmarkings.floor_marking_yellow_stripes": "黃色條紋地面標示",
"block.ags_modernmarkings.floor_marking_black_singleline": "黑色單線地面標示",
"block.ags_modernmarkings.floor_marking_blue_singleline": "藍色單線地面標示",
"block.ags_modernmarkings.floor_marking_green_singleline": "綠色單線地面標示",
"block.ags_modernmarkings.floor_marking_orange_singleline": "橘色單線地面標示",
"block.ags_modernmarkings.floor_marking_white_singleline": "白色單線地面標示",
"block.ags_modernmarkings.floor_marking_yellow_singleline": "黃色單線地面標示",
"block.ags_modernmarkings.floor_marking_red_singleline": "紅色單線地面標示",
"block.ags_modernmarkings.floor_marking_black_corner": "黑色角線地面標示",
"block.ags_modernmarkings.floor_marking_blue_corner": "藍色角線地面標示",
"block.ags_modernmarkings.floor_marking_green_corner": "綠色角線地面標示",
"block.ags_modernmarkings.floor_marking_orange_corner": "橘色角線地面標示",
"block.ags_modernmarkings.floor_marking_white_corner": "白色角線地面標示",
"block.ags_modernmarkings.floor_marking_yellow_corner": "黃色角線地面標示",
"block.ags_modernmarkings.floor_marking_red_corner": "紅色角線地面標示",
"block.ags_modernmarkings.floor_marking_yellow_hazardline": "黃色警戒線地面標示",
"block.ags_modernmarkings.floor_marking_red_hazardline": "紅色警戒線地面標示",
"block.ags_modernmarkings.floor_marking_whiteblack_hazardline": "黑白警戒線地面標示",
"block.ags_modernmarkings.floor_marking_noentry": "禁止進入地面標示",
"block.ags_modernmarkings.floor_marking_redx": "紅色 X 地面標示",
"block.ags_modernmarkings.floor_marking_danger_red": "紅色危險標示",
"block.ags_modernmarkings.floor_marking_danger_yellow": "黃色危險標示",
"block.ags_modernmarkings.floor_marking_white_lane_cross": "白色通道交叉標示",
"block.ags_modernmarkings.floor_marking_yellow_lane": "黃色通道標示",
"block.ags_modernmarkings.floor_marking_exit": "出口標示",
"block.ags_modernmarkings.wall_marking_number_0": "數字 0 牆面標示",
"block.ags_modernmarkings.wall_marking_number_1": "數字 1 牆面標示",
"block.ags_modernmarkings.wall_marking_number_2": "數字 2 牆面標示",
"block.ags_modernmarkings.wall_marking_number_3": "數字 3 牆面標示",
"block.ags_modernmarkings.wall_marking_number_4": "數字 4 牆面標示",
"block.ags_modernmarkings.wall_marking_number_5": "數字 5 牆面標示",
"block.ags_modernmarkings.wall_marking_number_6": "數字 6 牆面標示",
"block.ags_modernmarkings.wall_marking_number_7": "數字 7 牆面標示",
"block.ags_modernmarkings.wall_marking_number_8": "數字 8 牆面標示",
"block.ags_modernmarkings.wall_marking_number_9": "數字 9 牆面標示",
"block.ags_modernmarkings.wall_marking_number_no": "編號牆面標示",
"block.ags_modernmarkings.wall_marking_number_numero": "號碼牆面標示",
"block.ags_modernmarkings.wall_marking_number_dash": "橫線牆面標示",
"block.ags_modernmarkings.wall_marking_number_comma": "逗號牆面標示",
"block.ags_modernmarkings.wall_marking_number_period": "句點牆面標示",
"block.ags_modernmarkings.wall_marking_exclamation_mark": "驚嘆號牆面標示",
"block.ags_modernmarkings.wall_marking_question_mark": "問號牆面標示",
"block.ags_modernmarkings.wall_marking_arrowleft": "左箭頭牆面標示",
"block.ags_modernmarkings.wall_marking_arrowright": "右箭頭牆面標示",
"block.ags_modernmarkings.wall_marking_hazardline_right": "右轉角警戒線牆面標示",
"block.ags_modernmarkings.wall_marking_hazardline_left": "左轉角警戒線牆面標示",
"block.ags_modernmarkings.wall_marking_warning_danger": "危險警告牆面標示",
"block.ags_modernmarkings.wall_marking_exit": "出口牆面標示",
"block.ags_modernmarkings.wall_marking_hazard_diamond": "危險物質菱形牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_production": "生產區牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_radiation": "輻射警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_pinch": "夾傷危險警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_frost": "低溫警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_chemical": "化學品警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_electric": "電氣警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_storage": "倉儲區牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_fire": "火災警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_magic": "魔法警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_gears": "機械區牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_laser": "雷射警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_fluid": "流體警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_mob": "生物警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_yellow_production": "黃色生產區牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_yellow_radiation": "黃色輻射警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_yellow_pinch": "黃色夾傷危險警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_yellow_frost": "黃色低溫警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_yellow_chemical": "黃色化學品警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_yellow_electric": "黃色電氣警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_yellow_storage": "黃色倉儲區牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_yellow_fire": "黃色火災警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_yellow_magic": "黃色魔法警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_yellow_gears": "黃色機械區牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_yellow_laser": "黃色雷射警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_yellow_fluid": "黃色流體警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_yellow_mob": "黃色生物警示牆面標示",
"block.ags_modernmarkings.wall_marking_symbol_jeo": "JEO 節目標誌",
"block.ags_modernmarkings.wall_marking_voltage_steam": "蒸汽等級牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_ulv": "ULV 牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_lv": "LV 牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_mv": "MV 牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_hv": "HV 牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_ev": "EV 牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_iv": "IV 牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_luv": "LuV 牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_zpm": "ZPM 牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_uv": "UV 牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_uhv": "UHV 牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_uev": "UEV 牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_uiv": "UIV 牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_umv": "UMV 牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_uxv": "UXV 牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_max": "最大電壓牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_pert": "每刻牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_eu": "EU 牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_rf": "RF 牆面標示",
"block.ags_modernmarkings.wall_marking_voltage_fe": "FE 牆面標示",
"creativetab.floor_markings": "地面標示",
"creativetab.wall_markings": "牆面標示",
"tooltip.ags_modernmarkings.floormarkingbasic": "地面標示",
"tooltip.ags_modernmarkings.floormarking_redline": "不良品、廢料區、紅色標示區域",
"tooltip.ags_modernmarkings.floormarking_yellowline": "通道、輸送線、作業單元",
"tooltip.ags_modernmarkings.floormarking_orangeline": "待檢物品放置區",
"tooltip.ags_modernmarkings.floormarking_greenline": "生產-成品區",
"tooltip.ags_modernmarkings.floormarking_blueline": "生產-原料區",
"tooltip.ags_modernmarkings.floormarking_whiteline": "其他未分類顏色物品",
"tooltip.ags_modernmarkings.floormarking_blackline": "生產-在製品區",
"tooltip.ags_modernmarkings.floormarking_yellowhazard": "可能存在物理或健康危害",
"tooltip.ags_modernmarkings.floormarking_redhazard": "為確保安全,請保持距離",
"tooltip.ags_modernmarkings.floormarking_whitehazard": "為操作安全,請保持距離",
"tooltip.ags_modernmarkings.wallmarking_basic": "牆面標示",
"tooltip.ags_modernmarkings.wallmarking_power": "電力相關牆面標示",
"tooltip.ags_modernmarkings.wallmarking_jeo": "產品置入!",
"tooltip.ags_modernmarkings.wallmarking_diamond": "NFPA 704 標準,用於標示危險物質的風險等級"
}

View file

@ -0,0 +1,15 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"block.alekiroofs.baobab_roofing": "猴麵包木屋頂",
"block.alekiroofs.crimson_roofing": "緋紅菌屋頂",
"block.alekiroofs.cypress_roofing": "柏木屋頂",
"block.alekiroofs.eucalyptus_roofing": "桉木屋頂",
"block.alekiroofs.fig_roofing": "無花果木屋頂",
"block.alekiroofs.hevea_roofing": "三葉膠木屋頂",
"block.alekiroofs.ipe_roofing": "重蟻木屋頂",
"block.alekiroofs.ironwood_roofing": "鐵木屋頂",
"block.alekiroofs.mahogany_roofing": "桃花心木屋頂",
"block.alekiroofs.teak_roofing": "柚木屋頂",
"block.alekiroofs.tualang_roofing": "大乾巴豆木屋頂",
"block.alekiroofs.warped_roofing": "詭異菌屋頂"
}

View file

@ -0,0 +1,123 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"alekiships.advancements.armor_stand_on_boat.description": "在船上放置一個沒有生命的同伴",
"alekiships.advancements.armor_stand_on_boat.title": "威爾森!!!!!!!",
"alekiships.advancements.cannon.description": "合成火砲",
"alekiships.advancements.cannon.title": "砲火來襲",
"alekiships.advancements.dye_ship_black.description": "將一艘黑色的船命名為「Black Pearl」黑珍珠號",
"alekiships.advancements.dye_ship_black.title": "他是我見過最厲害的海盜",
"alekiships.advancements.full_broadside.description": "舷側齊射",
"alekiships.advancements.full_broadside.title": "怒海爭鋒",
"alekiships.advancements.ride_barrel.description": "乘著木桶漂流",
"alekiships.advancements.ride_barrel.title": "孤海浮沉",
"alekiships.advancements.rowboat_completed.description": "建造划艇",
"alekiships.advancements.rowboat_completed.title": "蒙特雷克運河",
"alekiships.advancements.sloop_completed.description": "建造單桅縱帆船",
"alekiships.advancements.sloop_completed.title": "耶斯勒碼頭",
"alekiships.config.server.windAffectsBoatsWithNoAnchor": "風會影響未下錨的船隻",
"alekiships.failed_multiblock_detection": "未找到有效的船體結構",
"alekiships.jade.compartment_block": "船艙 %s",
"block.alekiships.cleat": "纜樁",
"block.alekiships.oarlock": "槳座",
"block.alekiships.watercraft_frame_angled": "斜面船匠腳手架",
"block.alekiships.watercraft_frame_flat": "平面船匠腳手架",
"block.alekiships.wood.watercraft_frame.angled.acacia": "金合歡木斜面船匠腳手架",
"block.alekiships.wood.watercraft_frame.angled.bamboo": "竹製斜面船匠腳手架",
"block.alekiships.wood.watercraft_frame.angled.birch": "樺木斜面船匠腳手架",
"block.alekiships.wood.watercraft_frame.angled.cherry": "櫻花木斜面船匠腳手架",
"block.alekiships.wood.watercraft_frame.angled.crimson": "緋紅木斜面船匠腳手架",
"block.alekiships.wood.watercraft_frame.angled.dark_oak": "黑橡木斜面船匠腳手架",
"block.alekiships.wood.watercraft_frame.angled.jungle": "叢林木斜面船匠腳手架",
"block.alekiships.wood.watercraft_frame.angled.mangrove": "紅樹木斜面船匠腳手架",
"block.alekiships.wood.watercraft_frame.angled.oak": "橡木斜面船匠腳手架",
"block.alekiships.wood.watercraft_frame.angled.spruce": "杉木斜面船匠腳手架",
"block.alekiships.wood.watercraft_frame.angled.warped": "詭異木斜面船匠腳手架",
"block.alekiships.wood.watercraft_frame.flat.acacia": "金合歡木平面船匠腳手架",
"block.alekiships.wood.watercraft_frame.flat.bamboo": "竹製平面船匠腳手架",
"block.alekiships.wood.watercraft_frame.flat.birch": "樺木平面船匠腳手架",
"block.alekiships.wood.watercraft_frame.flat.cherry": "櫻花木平面船匠腳手架",
"block.alekiships.wood.watercraft_frame.flat.crimson": "緋紅木平面船匠腳手架",
"block.alekiships.wood.watercraft_frame.flat.dark_oak": "黑橡木平面船匠腳手架",
"block.alekiships.wood.watercraft_frame.flat.jungle": "叢林木平面船匠腳手架",
"block.alekiships.wood.watercraft_frame.flat.mangrove": "紅樹木平面船匠腳手架",
"block.alekiships.wood.watercraft_frame.flat.oak": "橡木平面船匠腳手架",
"block.alekiships.wood.watercraft_frame.flat.spruce": "杉木平面船匠腳手架",
"block.alekiships.wood.watercraft_frame.flat.warped": "詭異木平面船匠腳手架",
"config.jade.plugin_alekiships.block": "船艙方塊",
"config.jade.plugin_alekiships.brewing_stand": "船艙釀造台",
"config.jade.plugin_alekiships.furnace": "船艙熔爐",
"config.jade.plugin_alekiships.jukebox": "船艙唱片機",
"config.jade.plugin_alekiships.note_block": "船艙音符盒",
"creativetab.alekiships_tab": "AlekI 的精巧船隻",
"eject_passengers": "撤出乘員",
"entity.alekiships.cannon": "火砲",
"entity.alekiships.cannonball": "砲彈",
"entity.alekiships.compartment_barrel": "船艙木桶",
"entity.alekiships.compartment_blast_furnace": "船艙高爐",
"entity.alekiships.compartment_block": "船艙方塊",
"entity.alekiships.compartment_brewing_stand": "船艙釀造台",
"entity.alekiships.compartment_cartography_table": "船艙製圖台",
"entity.alekiships.compartment_chest": "船艙箱子",
"entity.alekiships.compartment_crafting_table": "船艙工作台",
"entity.alekiships.compartment_empty": "船艙空位",
"entity.alekiships.compartment_ender_chest": "船艙終界箱",
"entity.alekiships.compartment_furnace": "船艙熔爐",
"entity.alekiships.compartment_grindstone": "船艙砂輪",
"entity.alekiships.compartment_jukebox": "船艙唱片機",
"entity.alekiships.compartment_loom": "船艙紡織機",
"entity.alekiships.compartment_note_block": "船艙音符盒",
"entity.alekiships.compartment_shulker_box": "船艙界伏盒",
"entity.alekiships.compartment_smithing_table": "船艙鍛造台",
"entity.alekiships.compartment_smoker": "船艙煙燻爐",
"entity.alekiships.compartment_stonecutter": "船艙切石機",
"entity.alekiships.rowboat.acacia": "金合歡木划艇",
"entity.alekiships.rowboat.bamboo": "竹製划艇",
"entity.alekiships.rowboat.birch": "樺木划艇",
"entity.alekiships.rowboat.cherry": "櫻花木划艇",
"entity.alekiships.rowboat.crimson": "緋紅木划艇",
"entity.alekiships.rowboat.dark_oak": "黑橡木划艇",
"entity.alekiships.rowboat.jungle": "叢林木划艇",
"entity.alekiships.rowboat.mangrove": "紅樹木划艇",
"entity.alekiships.rowboat.oak": "橡木划艇",
"entity.alekiships.rowboat.spruce": "杉木划艇",
"entity.alekiships.rowboat.warped": "詭異木划艇",
"entity.alekiships.sloop.acacia": "金合歡木單桅縱帆船",
"entity.alekiships.sloop.bamboo": "竹製單桅縱帆船",
"entity.alekiships.sloop.birch": "樺木單桅縱帆船",
"entity.alekiships.sloop.cherry": "櫻花木單桅縱帆船",
"entity.alekiships.sloop.crimson": "緋紅木單桅縱帆船",
"entity.alekiships.sloop.dark_oak": "黑橡木單桅縱帆船",
"entity.alekiships.sloop.jungle": "叢林木單桅縱帆船",
"entity.alekiships.sloop.mangrove": "紅樹木單桅縱帆船",
"entity.alekiships.sloop.oak": "橡木單桅縱帆船",
"entity.alekiships.sloop.spruce": "杉木單桅縱帆船",
"entity.alekiships.sloop.warped": "詭異木單桅縱帆船",
"entity.alekiships.sloop_construction.acacia": "金合歡木單桅縱帆船(施工中)",
"entity.alekiships.sloop_construction.bamboo": "竹製單桅縱帆船(施工中)",
"entity.alekiships.sloop_construction.birch": "樺木單桅縱帆船(施工中)",
"entity.alekiships.sloop_construction.cherry": "櫻花木單桅縱帆船(施工中)",
"entity.alekiships.sloop_construction.crimson": "緋紅木單桅縱帆船(施工中)",
"entity.alekiships.sloop_construction.dark_oak": "黑橡木單桅縱帆船(施工中)",
"entity.alekiships.sloop_construction.jungle": "叢林木單桅縱帆船(施工中)",
"entity.alekiships.sloop_construction.mangrove": "紅樹木單桅縱帆船(施工中)",
"entity.alekiships.sloop_construction.oak": "橡木單桅縱帆船(施工中)",
"entity.alekiships.sloop_construction.spruce": "杉木單桅縱帆船(施工中)",
"entity.alekiships.sloop_construction.warped": "詭異木單桅縱帆船(施工中)",
"entity.alekiships.vehicle_anchor": "船錨",
"entity.alekiships.vehicle_cleat": "纜樁",
"entity.alekiships.vehicle_collider": "載具",
"entity.alekiships.vehicle_construction": "建造單位",
"entity.alekiships.vehicle_mast": "桅杆",
"entity.alekiships.vehicle_part": "船體零件",
"entity.alekiships.vehicle_switch_sail": "船帆",
"entity.alekiships.vehicle_switch_windlass": "絞盤",
"item.alekiships.anchor": "船錨",
"item.alekiships.cannon": "火砲",
"item.alekiships.cannonball": "砲彈",
"item.alekiships.music_disc_pirate_crafting": "音樂唱片",
"item.alekiships.music_disc_pirate_crafting.desc": "Captain Thrack - Pirate Crafting",
"item.alekiships.oar": "船槳",
"item.alekiships.rowboat_icon_only": "划艇(僅圖示)",
"item.alekiships.sloop_icon_only": "單桅縱帆船(僅圖示)",
"press_button": "按下"
}

View file

@ -0,0 +1,272 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"block.beneath.blackstone_pebble": "鬆散輝石岩",
"block.beneath.blackstone_aqueduct": "輝石岩引水橋",
"block.beneath.loose_blackstone": "鬆散輝石岩",
"block.beneath.ore.nether_cursecoal": "混合岩無煙煤礦石",
"block.beneath.ore.nether_cursecoal.prospected": "無煙煤",
"block.beneath.cursecoal_pile": "無煙煤堆",
"block.beneath.ore.blackstone_sylvite": "輝石岩鉀石鹽礦石",
"block.beneath.crackrack": "天然角斑岩",
"block.beneath.soul_clay": "泥濘黏土",
"block.beneath.wood.log.crimson": "緋紅菌柄",
"block.beneath.wood.stripped_log.crimson": "去皮緋紅菌柄",
"block.beneath.wood.wood.crimson": "緋紅菌核",
"block.beneath.wood.stripped_wood.crimson": "去皮緋紅菌核",
"block.beneath.wood.fallen_leaves.crimson": "緋紅瓣葉落葉",
"block.beneath.wood.leaves.crimson": "緋紅瓣葉",
"block.beneath.wood.log.warped": "詭異菌柄",
"block.beneath.wood.stripped_log.warped": "去皮詭異菌柄",
"block.beneath.wood.wood.warped": "詭異菌核",
"block.beneath.wood.stripped_wood.warped": "去皮詭異菌核",
"block.beneath.wood.fallen_leaves.warped": "詭異瓣葉落葉",
"block.beneath.wood.leaves.warped": "詭異瓣葉",
"block.beneath.ancient_altar": "輝石岩基座",
"item.beneath.wood.lumber.crimson": "緋紅木材",
"item.beneath.wood.sign.crimson": "緋紅木告示牌",
"item.beneath.wood.boat.crimson": "緋紅木船",
"block.beneath.wood.twig.crimson": "緋紅樹枝",
"item.beneath.wood.chest_minecart.crimson": "緋紅木運輸礦車",
"block.beneath.wood.potted_sapling.crimson": "緋紅樹苗盆栽",
"block.beneath.wood.planks.crimson": "緋紅木木板",
"block.beneath.wood.planks.crimson_tool_rack": "緋紅木工具架",
"block.beneath.wood.planks.crimson_loom": "緋紅木織布機",
"block.beneath.wood.planks.crimson_bookshelf": "緋紅木書架",
"block.beneath.wood.planks.crimson_workbench": "緋紅木工作台",
"block.beneath.wood.vertical_support.crimson": "緋紅木支撐梁",
"block.beneath.wood.horizontal_support.crimson": "緋紅木支撐梁",
"item.beneath.wood.support.crimson": "緋紅木支撐梁",
"block.beneath.wood.chest.crimson": "緋紅木箱子",
"block.beneath.wood.trapped_chest.crimson": "緋紅木陷阱箱",
"block.beneath.wood.sluice.crimson": "緋紅木洗礦槽",
"block.beneath.wood.planks.crimson_sign": "緋紅木告示牌",
"block.beneath.wood.planks.crimson_wall_sign": "緋紅木牆面告示牌",
"block.beneath.wood.planks.hanging_sign.bismuth_bronze.crimson": "鉍青銅緋紅木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.bismuth_bronze.crimson": "牆面鉍青銅緋紅木懸掛式告示牌",
"block.beneath.wood.planks.hanging_sign.black_bronze.crimson": "黑青銅緋紅木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.black_bronze.crimson": "牆面黑青銅緋紅木懸掛式告示牌",
"block.beneath.wood.planks.hanging_sign.bronze.crimson": "青銅緋紅木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.bronze.crimson": "牆面青銅緋紅木懸掛式告示牌",
"block.beneath.wood.planks.hanging_sign.copper.crimson": "銅緋紅木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.copper.crimson": "牆面銅緋紅木懸掛式告示牌",
"block.beneath.wood.planks.hanging_sign.wrought_iron.crimson": "鍛鐵緋紅木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.wrought_iron.crimson": "牆面鍛鐵緋紅木懸掛式告示牌",
"block.beneath.wood.planks.hanging_sign.steel.crimson": "鋼緋紅木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.steel.crimson": "牆面鋼緋紅木懸掛式告示牌",
"block.beneath.wood.planks.hanging_sign.black_steel.crimson": "黑鋼緋紅木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.black_steel.crimson": "牆面黑鋼緋紅木懸掛式告示牌",
"block.beneath.wood.planks.hanging_sign.blue_steel.crimson": "藍鋼緋紅木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.blue_steel.crimson": "牆面藍鋼緋紅木懸掛式告示牌",
"block.beneath.wood.planks.hanging_sign.red_steel.crimson": "紅鋼緋紅木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.red_steel.crimson": "牆面紅鋼緋紅木懸掛式告示牌",
"item.beneath.wood.hanging_sign.bismuth_bronze.crimson": "鉍青銅緋紅木懸掛式告示牌",
"item.beneath.wood.hanging_sign.black_bronze.crimson": "黑青銅緋紅木懸掛式告示牌",
"item.beneath.wood.hanging_sign.bronze.crimson": "青銅緋紅木懸掛式告示牌",
"item.beneath.wood.hanging_sign.copper.crimson": "銅緋紅木懸掛式告示牌",
"item.beneath.wood.hanging_sign.wrought_iron.crimson": "鍛鐵緋紅木懸掛式告示牌",
"item.beneath.wood.hanging_sign.steel.crimson": "鋼緋紅木懸掛式告示牌",
"item.beneath.wood.hanging_sign.black_steel.crimson": "黑鋼緋紅木懸掛式告示牌",
"item.beneath.wood.hanging_sign.blue_steel.crimson": "藍鋼緋紅木懸掛式告示牌",
"item.beneath.wood.hanging_sign.red_steel.crimson": "紅鋼緋紅木懸掛式告示牌",
"block.beneath.wood.barrel.crimson": "緋紅木大桶",
"block.beneath.wood.lectern.crimson": "緋紅木講台",
"block.beneath.wood.scribing_table.crimson": "緋紅木書寫桌",
"block.beneath.wood.sewing_table.crimson": "緋紅木縫紉桌",
"block.beneath.wood.jar_shelf.crimson": "緋紅木置物櫃",
"block.beneath.wood.axle.crimson": "緋紅木傳動軸",
"block.beneath.wood.bladed_axle.crimson": "緋紅木葉片傳動軸",
"block.beneath.wood.encased_axle.crimson": "緋紅木封裝傳動軸",
"block.beneath.wood.clutch.crimson": "緋紅木離合器",
"block.beneath.wood.gear_box.crimson": "緋紅木齒輪箱",
"block.beneath.wood.windmill.crimson": "緋紅木風車",
"block.beneath.wood.water_wheel.crimson": "緋紅木水車",
"block.beneath.wood.planks.crimson_door": "緋紅木門",
"block.beneath.wood.planks.crimson_trapdoor": "緋紅木地板門",
"block.beneath.wood.planks.crimson_fence": "緋紅木柵欄",
"block.beneath.wood.planks.crimson_log_fence": "緋紅木原木柵欄",
"block.beneath.wood.planks.crimson_fence_gate": "緋紅木柵欄門",
"block.beneath.wood.planks.crimson_button": "緋紅木按鈕",
"block.beneath.wood.planks.crimson_pressure_plate": "緋紅木壓力板",
"block.beneath.wood.planks.crimson_slab": "緋紅木半磚",
"block.beneath.wood.planks.crimson_stairs": "緋紅木階梯",
"block.beneath.wood.sapling.crimson": "緋紅樹苗",
"item.beneath.wood.lumber.warped": "詭異木材",
"item.beneath.wood.sign.warped": "詭異木告示牌",
"item.beneath.wood.boat.warped": "詭異木船",
"block.beneath.wood.twig.warped": "詭異樹枝",
"item.beneath.wood.chest_minecart.warped": "詭異木運輸礦車",
"block.beneath.wood.potted_sapling.warped": "詭異樹苗盆栽",
"block.beneath.wood.planks.warped": "詭異木木板",
"block.beneath.wood.planks.warped_tool_rack": "詭異木工具架",
"block.beneath.wood.planks.warped_loom": "詭異木織布機",
"block.beneath.wood.planks.warped_bookshelf": "詭異木書架",
"block.beneath.wood.planks.warped_workbench": "詭異木工作台",
"block.beneath.wood.vertical_support.warped": "詭異木支撐梁",
"block.beneath.wood.horizontal_support.warped": "詭異木支撐梁",
"item.beneath.wood.support.warped": "詭異木支撐梁",
"block.beneath.wood.chest.warped": "詭異木箱子",
"block.beneath.wood.trapped_chest.warped": "詭異木陷阱箱",
"block.beneath.wood.sluice.warped": "詭異木洗礦槽",
"block.beneath.wood.planks.warped_sign": "詭異木告示牌",
"block.beneath.wood.planks.warped_wall_sign": "詭異木牆面告示牌",
"beneath.creative_tab.beneath": "幽冥之地物品",
"entity.beneath.leviathan_fireball": "烈焰海怪火球",
"entity.beneath.blaze_leviathan": "烈焰海怪",
"entity.beneath.red_elk": "紅麋鹿",
"beneath.nutrient.decay": "腐化§e%s%%",
"beneath.nutrient.death": "死亡§7%s%%",
"beneath.nutrient.destruction": "毀滅§6%s%%",
"beneath.nutrient.flame": "烈焰§c%s%%",
"beneath.nutrient.sorrow": "悲傷§9%s%%",
"beneath.block_entity.hellforge": "地獄熔爐",
"beneath.screen.juicer": "榨汁器",
"beneath.screen.juicer.mushrooms": "給我一些蘑菇吧!",
"beneath.screen.lost_page": "失落書頁",
"beneath.screen.lost_page.cost": "代價",
"beneath.screen.lost_page.reward": "獎勵",
"beneath.screen.lost_page.punishment": "懲罰",
"beneath.lost_page.cobble": "任何圓石",
"beneath.punishment": "你受到了……%s 的懲罰",
"beneath.enum.punishment.none": "沒有任何懲罰!",
"beneath.enum.punishment.levitation": "漂浮!",
"beneath.enum.punishment.drunkenness": "整天醉醺醺!",
"beneath.enum.punishment.blaze_inferno": "烈焰使者煉獄!",
"beneath.enum.punishment.infestation": "蠹蟲侵擾!",
"beneath.enum.punishment.withering": "凋零!",
"beneath.enum.punishment.slime": "史萊姆!",
"beneath.enum.punishment.unknown": "§k未知",
"beneath.sacrifice.error": "獻祭失敗:找不到所需材料。",
"item.beneath.juicer.filled": "榨汁器(%s",
"death.attack.beneath.sulfur": "%1$s 使用鐵製工具開採硫磺時把自己炸飛了。",
"death.attack.beneath.sulfur.player": "%1$s 在試圖逃離 %2$s 時,使用鐵製工具開採硫磺把自己炸飛了。",
"entity.beneath.boat.crimson": "緋紅木船",
"entity.beneath.boat.warped": "詭異木船",
"entity.beneath.chest_boat.crimson": "緋紅木運輸船",
"entity.beneath.chest_boat.warped": "詭異木運輸船",
"item.beneath.gold_chunk": "金塊",
"item.beneath.pure_death": "純淨死亡",
"item.beneath.pure_decay": "純淨腐化",
"item.beneath.pure_destruction": "純淨毀滅",
"item.beneath.pure_sorrow": "純淨悲傷",
"item.beneath.pure_flame": "純淨烈焰",
"item.beneath.agonizing_fertilizer": "痛苦肥料",
"item.beneath.crimson_straw": "緋紅乾草",
"item.beneath.warped_straw": "詭異乾草",
"item.beneath.ghost_pepper": "幽靈椒",
"item.beneath.juicer": "榨汁器",
"item.beneath.raw_slime": "生史萊姆",
"item.beneath.lost_page": "失落書頁",
"item.beneath.spawn_egg.red_elk": "紅麋鹿生怪蛋",
"block.beneath.ore.poor_nether_gold": "貧瘠下界金礦石",
"block.beneath.ore.poor_nether_gold.prospected": "下界金",
"block.beneath.ore.normal_nether_gold": "普通下界金礦石",
"block.beneath.ore.normal_nether_gold.prospected": "下界金",
"block.beneath.ore.rich_nether_gold": "富集下界金礦石",
"block.beneath.ore.rich_nether_gold.prospected": "下界金",
"block.beneath.ore.nether_pyrite": "下界黃鐵礦礦石",
"block.beneath.ore.nether_pyrite.prospected": "下界黃鐵礦",
"block.beneath.ore.blackstone_sylvite.prospected": "黑石鉀石鹽",
"block.beneath.ore.slimed_netherrack": "史萊姆下界岩礦石",
"block.beneath.ore.slimed_netherrack.prospected": "史萊姆下界岩",
"block.minecraft.nether_quartz_ore.prospected": "下界石英",
"block.beneath.haunted_spike": "幽魂尖刺",
"block.beneath.glowstone_spike": "螢石尖刺",
"block.beneath.nether_pebble": "下界岩卵石",
"block.beneath.sulfur": "硫磺",
"block.beneath.crop.crimson_roots": "緋紅菌索",
"item.beneath.seeds.crimson_roots": "緋紅菌索種子",
"block.beneath.crop.ghost_pepper": "幽靈椒",
"item.beneath.seeds.ghost_pepper": "幽靈椒種子",
"block.beneath.crop.gleamflower": "瑩光花",
"item.beneath.seeds.gleamflower": "瑩光花種子",
"block.beneath.crop.nether_wart": "下界疙瘩",
"item.beneath.seeds.nether_wart": "下界疙瘩種子",
"block.beneath.crop.warped_roots": "詭異菌索",
"item.beneath.seeds.warped_roots": "詭異菌索種子",
"block.beneath.gleamflower": "瑩光花",
"block.beneath.burpflower": "打嗝花",
"block.beneath.unposter": "蘑菇培育桶",
"block.beneath.hellforge": "地獄熔爐",
"block.beneath.hellforge_side": "地獄熔爐",
"block.beneath.soul_farmland": "靈魂耕地",
"block.beneath.mushroom.button": "鈕扣菇",
"item.beneath.food.button": "鈕扣菇",
"block.beneath.mushroom.chantrelle": "雞油菌",
"item.beneath.food.chantrelle": "雞油菌",
"block.beneath.mushroom.death_cap": "毒鵝膏",
"item.beneath.food.death_cap": "毒鵝膏",
"block.beneath.mushroom.destroying_angels": "毀滅天使菇",
"item.beneath.food.destroying_angels": "毀滅天使菇",
"block.beneath.mushroom.fools_funnel": "愚者漏斗菇",
"item.beneath.food.fools_funnel": "愚者漏斗菇",
"block.beneath.mushroom.oyster": "牡蠣菇",
"item.beneath.food.oyster": "牡蠣菇",
"block.beneath.mushroom.parasol": "傘菇",
"item.beneath.food.parasol": "傘菇",
"block.beneath.mushroom.portobello": "雙孢蘑菇",
"item.beneath.food.portobello": "雙孢蘑菇",
"block.beneath.mushroom.shittake": "香菇",
"item.beneath.food.shittake": "香菇",
"block.beneath.mushroom.sulfur_tuft": "硫磺簇菇",
"item.beneath.food.sulfur_tuft": "硫磺簇菇",
"block.beneath.cobblerack": "卵石岩",
"block.beneath.fungal_cobblerack": "菌絲卵石岩",
"block.beneath.warped_thatch": "詭異乾草塊",
"block.beneath.crimson_thatch": "緋紅乾草塊",
"block.beneath.hellbricks": "地獄磚",
"tfc.recipe.barrel.tfc.barrel.mortar": "砂漿",
"block.beneath.wood.planks.hanging_sign.bismuth_bronze.warped": "鉍青銅詭異木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.bismuth_bronze.warped": "牆面鉍青銅詭異木懸掛式告示牌",
"block.beneath.wood.planks.hanging_sign.black_bronze.warped": "黑青銅詭異木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.black_bronze.warped": "牆面黑青銅詭異木懸掛式告示牌",
"block.beneath.wood.planks.hanging_sign.bronze.warped": "青銅詭異木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.bronze.warped": "牆面青銅詭異木懸掛式告示牌",
"block.beneath.wood.planks.hanging_sign.copper.warped": "銅詭異木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.copper.warped": "牆面銅詭異木懸掛式告示牌",
"block.beneath.wood.planks.hanging_sign.wrought_iron.warped": "鍛鐵詭異木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.wrought_iron.warped": "牆面鍛鐵詭異木懸掛式告示牌",
"block.beneath.wood.planks.hanging_sign.steel.warped": "鋼詭異木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.steel.warped": "牆面鋼詭異木懸掛式告示牌",
"block.beneath.wood.planks.hanging_sign.black_steel.warped": "黑鋼詭異木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.black_steel.warped": "牆面黑鋼詭異木懸掛式告示牌",
"block.beneath.wood.planks.hanging_sign.blue_steel.warped": "藍鋼詭異木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.blue_steel.warped": "牆面藍鋼詭異木懸掛式告示牌",
"block.beneath.wood.planks.hanging_sign.red_steel.warped": "紅鋼詭異木懸掛式告示牌",
"block.beneath.wood.planks.wall_hanging_sign.red_steel.warped": "牆面紅鋼詭異木懸掛式告示牌",
"item.beneath.wood.hanging_sign.bismuth_bronze.warped": "鉍青銅詭異木懸掛式告示牌",
"item.beneath.wood.hanging_sign.black_bronze.warped": "黑青銅詭異木懸掛式告示牌",
"item.beneath.wood.hanging_sign.bronze.warped": "青銅詭異木懸掛式告示牌",
"item.beneath.wood.hanging_sign.copper.warped": "銅詭異木懸掛式告示牌",
"item.beneath.wood.hanging_sign.wrought_iron.warped": "鍛鐵詭異木懸掛式告示牌",
"item.beneath.wood.hanging_sign.steel.warped": "鋼詭異木懸掛式告示牌",
"item.beneath.wood.hanging_sign.black_steel.warped": "黑鋼詭異木懸掛式告示牌",
"item.beneath.wood.hanging_sign.blue_steel.warped": "藍鋼詭異木懸掛式告示牌",
"item.beneath.wood.hanging_sign.red_steel.warped": "紅鋼詭異木懸掛式告示牌",
"block.beneath.wood.barrel.warped": "詭異木大桶",
"block.beneath.wood.lectern.warped": "詭異木講台",
"block.beneath.wood.scribing_table.warped": "詭異木書寫桌",
"block.beneath.wood.sewing_table.warped": "詭異木縫紉桌",
"block.beneath.wood.jar_shelf.warped": "詭異木置物櫃",
"block.beneath.wood.axle.warped": "詭異木傳動軸",
"block.beneath.wood.bladed_axle.warped": "詭異木葉片傳動軸",
"block.beneath.wood.encased_axle.warped": "詭異木封裝傳動軸",
"block.beneath.wood.clutch.warped": "詭異木離合器",
"block.beneath.wood.gear_box.warped": "詭異木齒輪箱",
"block.beneath.wood.windmill.warped": "詭異木風車",
"block.beneath.wood.water_wheel.warped": "詭異木水車",
"block.beneath.wood.planks.warped_door": "詭異木門",
"block.beneath.wood.planks.warped_trapdoor": "詭異木地板門",
"block.beneath.wood.planks.warped_fence": "詭異木柵欄",
"block.beneath.wood.planks.warped_log_fence": "詭異木原木柵欄",
"block.beneath.wood.planks.warped_fence_gate": "詭異木柵欄門",
"block.beneath.wood.planks.warped_button": "詭異木按鈕",
"block.beneath.wood.planks.warped_pressure_plate": "詭異木壓力板",
"block.beneath.wood.planks.warped_slab": "詭異木半磚",
"block.beneath.wood.planks.warped_stairs": "詭異木階梯",
"block.beneath.wood.sapling.warped": "詭異樹苗",
"item.beneath.cursed_hide": "耐火皮革",
"item.beneath.blackstone_brick": "輝石岩磚",
"item.beneath.cursecoal": "無煙煤",
"item.beneath.crackrack_rock": "角斑岩",
"item.beneath.loose_blackstone": "鬆散輝石岩"
}

View file

@ -55,7 +55,8 @@
"block.betterend.glacian_hymenophore": "Glacian Hymenophore",
"block.betterend.globulagus": "Globulagus",
"block.betterend.hydrothermal_vent": "Thermal Vent",
"block.betterend.hydralux": "Hydralux",
"block.betterend.hydralux_small": "Hydralux",
"block.betterend.hydralux_large": "Hydralux",
"block.betterend.hydralux_sapling": "Hydralux Sprout",
"block.betterend.inflexia": "Inflexia",
"block.betterend.lacugrove": "Lacugrove Algae",

View file

@ -48,7 +48,8 @@
"block.betterend.fracturn": "Fracturn",
"block.betterend.glacian_hymenophore": "Glacian Hymenophore",
"block.betterend.globulagus": "Globulagus",
"block.betterend.hydralux": "Hydralux",
"block.betterend.hydralux_small": "Hydralux",
"block.betterend.hydralux_large": "Hydralux",
"block.betterend.hydralux_sapling": "Hydralux Sprout",
"block.betterend.inflexia": "Inflexia",
"block.betterend.lacugrove": "Lacugrove Algae",

View file

@ -48,7 +48,8 @@
"block.betterend.fracturn": "Фрактюрн",
"block.betterend.glacian_hymenophore": "Гласиевый гименофор",
"block.betterend.globulagus": "Глобулагус",
"block.betterend.hydralux": "Гидралюкс",
"block.betterend.hydralux_small": "Гидралюкс",
"block.betterend.hydralux_large": "Гидралюкс",
"block.betterend.hydralux_sapling": "Отросток гидралюкса",
"block.betterend.inflexia": "Инфлексия",
"block.betterend.lacugrove": "Водоросли озёрного мангра",

View file

@ -55,7 +55,8 @@
"block.betterend.glacian_hymenophore": "Гіменофор Ґлаціана",
"block.betterend.globulagus": "Глобулагус",
"block.betterend.hydrothermal_vent": "Термальний жерло",
"block.betterend.hydralux": "Гідралюкс",
"block.betterend.hydralux_large": "Гідралюкс",
"block.betterend.hydralux_small": "Гідралюкс",
"block.betterend.hydralux_sapling": "Паросток Гідралюкса",
"block.betterend.inflexia": "Інфлексія",
"block.betterend.lacugrove": "Водорості Лакугроув",

View file

@ -55,7 +55,8 @@
"block.betterend.glacian_hymenophore": "霜原菌褶",
"block.betterend.globulagus": "球囊藻",
"block.betterend.hydrothermal_vent": "热泉喷口",
"block.betterend.hydralux": "水光莲",
"block.betterend.hydralux_small": "水光莲",
"block.betterend.hydralux_large": "水光莲",
"block.betterend.hydralux_sapling": "水光莲苗",
"block.betterend.inflexia": "曲枝草",
"block.betterend.lacugrove": "泊林木海藻",

View file

@ -0,0 +1,123 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"block.betterend.aeridium": "空界草",
"block.betterend.amaranita_stem": "紫荊菌柄",
"block.betterend.amber_grass": "琥珀草",
"block.betterend.amber_root_wild": "野生琥珀根",
"block.betterend.amber_root_dead": "枯萎的琥珀根",
"block.betterend.amber_root": "琥珀根",
"block.betterend.aurant_polypore": "金橙孔菌",
"block.betterend.blooming_cooksonia": "盛放的庫克遜蕨",
"block.betterend.blossom_berry": "百花果",
"block.betterend.blossom_berry_wild": "野生百花果",
"block.betterend.blossom_berry_dead": "枯萎的百花果",
"block.betterend.bolux_mushroom": "波魯克斯菌叢",
"block.betterend.bolux_mushroom_wild": "野生波魯克斯菌叢",
"block.betterend.bolux_mushroom_dead": "枯萎的波魯克斯菌叢",
"block.betterend.brimstone": "硫磺石",
"block.betterend.bushy_grass": "新星草",
"block.betterend.bulb_moss": "球莖苔",
"block.betterend.cave_bush": "朱紅瓣葉",
"block.betterend.cave_bush_fallen": "小型朱紅瓣葉",
"block.betterend.cave_grass": "朱砂蘚",
"block.betterend.cave_pumpkin": "球莖南瓜",
"block.betterend.cave_pumpkin_wild": "野生球莖藤",
"block.betterend.cave_pumpkin_dead": "枯萎的球莖藤",
"block.betterend.cave_pumpkin_plant": "球莖藤",
"block.betterend.charnia_cyan": "青碧查尼藻",
"block.betterend.charnia_green": "翠綠查尼藻",
"block.betterend.charnia_light_blue": "水藍查尼藻",
"block.betterend.charnia_orange": "橙黃查尼藻",
"block.betterend.charnia_purple": "紫晶查尼藻",
"block.betterend.charnia_red": "赤焰查尼藻",
"block.betterend.chorus_grass": "終界頌草",
"block.betterend.chorus_lily": "終界頌百合",
"block.betterend.chorus_mushroom": "查爾米菌叢",
"block.betterend.chorus_mushroom_wild": "野生查爾米菌叢",
"block.betterend.chorus_mushroom_dead": "枯萎的查爾米菌叢",
"block.betterend.clawfern": "獸爪蕨",
"block.betterend.crystal_grass": "晶光草",
"block.betterend.end_lily": "戴摩斯花",
"block.betterend.end_lily_seed": "戴摩斯花苗",
"block.betterend.end_lotus_flower": "福柏斯蓮",
"block.betterend.end_lotus_leaf": "福柏斯蓮葉",
"block.betterend.end_lotus_stem": "福柏斯蓮莖",
"block.betterend.end_lotus_seed": "福柏斯蓮苗",
"block.betterend.filalux_wings": "絲光翅葉",
"block.betterend.flamaea": "焰心菇",
"block.betterend.flammalix": "焰頂菇",
"block.betterend.flavolite": "天然白榴石岩",
"block.betterend.flavolite_bricks": "白榴石岩磚",
"block.betterend.flavolite_pillar": "白榴石岩柱",
"block.betterend.flavolite_polished": "拋光白榴石岩",
"block.betterend.flavolite_tiles": "白榴石岩瓦",
"block.betterend.fracturn": "碎晶蕨",
"block.betterend.glacian_hymenophore": "霜原菌褶",
"block.betterend.globulagus": "球囊藻",
"block.betterend.hydrothermal_vent": "熱泉噴口",
"block.betterend.hydralux": "水光蓮",
"block.betterend.hydralux_sapling": "水光蓮苗",
"block.betterend.inflexia": "曲枝草",
"block.betterend.lacugrove": "泊林木藻叢",
"block.betterend.lacugrove_bark": "天然埃達克岩",
"block.betterend.lamellarium": "疊層藻",
"block.betterend.lanceleaf": "矛葉草",
"block.betterend.lanceleaf_small": "矛葉刃",
"block.betterend.large_amaranita_mushroom": "大型紫荊菇",
"block.betterend.lucernia_leaves": "露瑟尼亞瓣葉",
"block.betterend.lucernia_leaves_fallen": "小型露瑟尼亞瓣葉",
"block.betterend.lucernia_outer_leaves": "露瑟尼亞菌核",
"block.betterend.lucernia_bark": "殘酷尖刺",
"block.betterend.lutebus": "琉特草",
"block.betterend.magnula": "磁光草",
"block.betterend.nightshade_moss": "夜影苔",
"block.betterend.orango": "橙光菇",
"block.betterend.pond_anemone": "水葵",
"block.betterend.purple_polypore": "紫孔菌",
"block.betterend.rubinea": "紅玉草",
"block.betterend.ruscus": "假葉草",
"block.betterend.salteago": "鹽晶草",
"block.betterend.sandy_jadestone": "天然煌斑岩",
"block.betterend.sandy_jadestone_bricks": "煌斑岩磚",
"block.betterend.sandy_jadestone_pillar": "煌斑岩柱",
"block.betterend.sandy_jadestone_polished": "拋光煌斑岩",
"block.betterend.sandy_jadestone_tiles": "煌斑岩瓦",
"block.betterend.selagine": "卷柏",
"block.betterend.shadow_berry": "夜影漿果",
"block.betterend.shadow_berry_wild": "野生夜影漿果",
"block.betterend.shadow_berry_dead": "枯萎的夜影漿果",
"block.betterend.small_amaranita_mushroom": "赤星青莖菇",
"block.betterend.sulphur_crystal": "硫磺晶體",
"block.betterend.sulphuric_rock": "天然熔灰岩",
"block.betterend.sulphuric_rock_bricks": "熔灰岩磚",
"block.betterend.sulphuric_rock_pillar": "熔灰岩柱",
"block.betterend.sulphuric_rock_polished": "拋光熔灰岩",
"block.betterend.sulphuric_rock_tiles": "熔灰岩瓦",
"block.betterend.tube_worm": "管蟲",
"block.betterend.twisted_moss": "纏結苔",
"block.betterend.twisted_umbrella_moss": "纏結傘苔",
"block.betterend.twisted_umbrella_moss_tall": "高纏結傘苔",
"block.betterend.twisted_vine": "纏結藤",
"block.betterend.umbrella_moss": "傘苔",
"block.betterend.umbrella_moss_tall": "高傘苔",
"block.betterend.vaiolush_fern": "幽藍蕨",
"item.betterend.amber_root_product": "琥珀新芽",
"item.betterend.amber_root_seeds": "琥珀新芽種子",
"item.betterend.blossom_berry_product": "百花果",
"item.betterend.blossom_berry_seeds": "百花果種子",
"item.betterend.bolux_mushroom_cooked": "熟波魯克斯菌",
"item.betterend.bolux_mushroom_product": "波魯克斯菌",
"item.betterend.bolux_mushroom_seeds": "波魯克斯菌孢子",
"item.betterend.cave_pumpkin_chunks": "球莖南瓜塊",
"item.betterend.cave_pumpkin_product": "球莖南瓜",
"item.betterend.cave_pumpkin_plant_seeds": "球莖南瓜種子",
"item.betterend.cave_pumpkin_pie_dough": "球莖南瓜派麵團",
"item.betterend.cave_pumpkin_pie_raw": "生球莖南瓜派",
"item.betterend.cave_pumpkin_pie": "球莖南瓜派",
"item.betterend.chorus_mushroom_cooked": "熟查爾米菌",
"item.betterend.chorus_mushroom_product": "查爾米菌",
"item.betterend.chorus_mushroom_seeds": "查爾米菌孢子",
"item.betterend.shadow_berry_cooked": "熟夜影漿果",
"item.betterend.shadow_berry_product": "夜影漿果",
"item.betterend.shadow_berry_seeds": "夜影漿果種子"
}

View file

@ -0,0 +1,7 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"item.constructionwand.stone_wand": "銅質建築杖",
"item.constructionwand.iron_wand": "鍛鐵建築杖",
"item.constructionwand.diamond_wand": "藍鋼建築杖",
"item.constructionwand.infinity_wand": "鈦合金智慧建築杖"
}

View file

@ -0,0 +1,110 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"block.create.netherite_backtank": "藍鋼背罐",
"block.create.shadow_casing": "黑鋼機殼",
"block.create.refined_radiance_casing": "精煉光輝機殼",
"block.create.industrial_iron_block": "工業鋼方塊",
"block.create.weathered_iron_block": "風化鋼方塊",
"block.create.industrial_iron_window": "工業鋼窗",
"block.create.weathered_iron_window": "風化工業鋼窗",
"block.create.industrial_iron_window_pane": "工業鋼窗板",
"block.create.weathered_iron_window_pane": "風化工業鋼窗板",
"block.create.dark_oak_window": "黑橡木窗",
"block.create.dark_oak_window_pane": "黑橡木窗板",
"block.create.cherry_window": "櫻花木窗",
"block.create.cherry_window_pane": "櫻花木窗板",
"block.create.spruce_window": "杉木窗",
"block.create.spruce_window_pane": "杉木窗板",
"block.create.jungle_window": "叢林木窗",
"block.create.jungle_window_pane": "叢林木窗板",
"block.create.birch_window": "樺木窗",
"block.create.birch_window_pane": "樺木窗板",
"block.create.acacia_window": "金合歡木窗",
"block.create.acacia_window_pane": "金合歡木窗板",
"block.create.andesite_bars": "安山岩金屬柵欄",
"block.create.andesite_belt_funnel": "安山岩輸送帶漏斗",
"block.create.andesite_casing": "安山岩機殼",
"block.create.andesite_door": "安山岩門",
"block.create.andesite_encased_cogwheel": "安山岩封裝齒輪",
"block.create.andesite_encased_large_cogwheel": "安山岩封裝大型齒輪",
"block.create.andesite_encased_shaft": "安山岩封裝傳動軸",
"block.create.andesite_funnel": "安山岩漏斗",
"block.create.andesite_ladder": "安山岩梯子",
"block.create.andesite_scaffolding": "安山岩鷹架",
"block.create.andesite_tunnel": "安山岩隧道",
"block.create.andesite_table_cloth": "安山岩桌布",
"block.create.cut_deepslate": "切製深板岩",
"block.create.cut_deepslate_stairs": "切製深板岩階梯",
"block.create.cut_deepslate_slab": "切製深板岩半磚",
"block.create.cut_deepslate_wall": "切製深板岩牆",
"block.create.polished_cut_deepslate": "拋光切製深板岩",
"block.create.polished_cut_deepslate_stairs": "拋光切製深板岩階梯",
"block.create.polished_cut_deepslate_slab": "拋光切製深板岩半磚",
"block.create.polished_cut_deepslate_wall": "拋光切製深板岩牆",
"block.create.cut_deepslate_bricks": "切製深板岩磚",
"block.create.cut_deepslate_brick_stairs": "切製深板岩磚階梯",
"block.create.cut_deepslate_brick_slab": "切製深板岩磚半磚",
"block.create.cut_deepslate_brick_wall": "切製深板岩磚牆",
"block.create.small_deepslate_bricks": "小型深板岩磚",
"block.create.small_deepslate_brick_stairs": "小型深板岩磚階梯",
"block.create.small_deepslate_brick_slab": "小型深板岩磚半磚",
"block.create.small_deepslate_brick_wall": "小型深板岩磚牆",
"block.create.layered_deepslate": "層疊深板岩",
"block.create.deepslate_pillar": "深板岩柱",
"block.create.cut_dripstone": "切製鐘乳石",
"block.create.cut_dripstone_stairs": "切製鐘乳石階梯",
"block.create.cut_dripstone_slab": "切製鐘乳石半磚",
"block.create.cut_dripstone_wall": "切製鐘乳石牆",
"block.create.polished_cut_dripstone": "拋光切製鐘乳石",
"block.create.polished_cut_dripstone_stairs": "拋光切製鐘乳石階梯",
"block.create.polished_cut_dripstone_slab": "拋光切製鐘乳石半磚",
"block.create.polished_cut_dripstone_wall": "拋光切製鐘乳石牆",
"block.create.cut_dripstone_bricks": "切製鐘乳石磚",
"block.create.cut_dripstone_brick_stairs": "切製鐘乳石磚階梯",
"block.create.cut_dripstone_brick_slab": "切製鐘乳石磚半磚",
"block.create.cut_dripstone_brick_wall": "切製鐘乳石磚牆",
"block.create.small_dripstone_bricks": "小型鐘乳石磚",
"block.create.small_dripstone_brick_stairs": "小型鐘乳石磚階梯",
"block.create.small_dripstone_brick_slab": "小型鐘乳石磚半磚",
"block.create.small_dripstone_brick_wall": "小型鐘乳石磚牆",
"block.create.layered_dripstone": "層疊鐘乳石",
"block.create.dripstone_pillar": "鐘乳石柱",
"block.create.cut_granite": "切製花崗岩",
"block.create.cut_granite_stairs": "切製花崗岩階梯",
"block.create.cut_granite_slab": "切製花崗岩半磚",
"block.create.cut_granite_wall": "切製花崗岩牆",
"block.create.polished_cut_granite": "拋光切製花崗岩",
"block.create.polished_cut_granite_stairs": "拋光切製花崗岩階梯",
"block.create.polished_cut_granite_slab": "拋光切製花崗岩半磚",
"block.create.polished_cut_granite_wall": "拋光切製花崗岩牆",
"block.create.cut_granite_bricks": "切製花崗岩磚",
"block.create.cut_granite_brick_stairs": "切製花崗岩磚階梯",
"block.create.cut_granite_brick_slab": "切製花崗岩磚半磚",
"block.create.cut_granite_brick_wall": "切製花崗岩磚牆",
"block.create.small_granite_bricks": "小型花崗岩磚",
"block.create.small_granite_brick_stairs": "小型花崗岩磚階梯",
"block.create.small_granite_brick_slab": "小型花崗岩磚半磚",
"block.create.small_granite_brick_wall": "小型花崗岩磚牆",
"block.create.layered_granite": "層疊花崗岩",
"block.create.granite_pillar": "花崗岩柱",
"item.create.netherite_diving_helmet.tooltip.summary": "與「藍鋼背罐」一同裝備時,可保護你免於「極端高溫」傷害。為了安全起見,腿部與腳部也必須穿戴「藍鋼潛水裝備」。",
"item.create.netherite_backtank": "藍鋼背罐",
"item.create.netherite_diving_helmet": "藍鋼潛水頭盔",
"item.create.netherite_diving_boots": "藍鋼潛水靴",
"item.create.copper_sheet": "銅板",
"item.create.brass_sheet": "黃銅板",
"item.create.golden_sheet": "金板",
"item.create.crushed_raw_gold": "粉碎金原礦",
"item.create.crushed_raw_copper": "粉碎銅原礦",
"item.create.crushed_raw_zinc": "粉碎鋅原礦",
"item.create.crushed_raw_silver": "粉碎銀原礦",
"item.create.crushed_raw_tin": "粉碎錫原礦",
"item.create.crushed_raw_lead": "粉碎鉛原礦",
"create.ponder.andesite_tunnel.header": "使用安山岩隧道",
"create.ponder.andesite_tunnel.text_1": "安山岩隧道可覆蓋在輸送帶上",
"create.ponder.andesite_tunnel.text_2": "當安山岩隧道存在側向連接時……",
"create.ponder.belt_casing.text_1": "黃銅機殼或安山岩機殼可用於裝飾輸送帶",
"create.ponder.brass_funnel.text_1": "安山岩漏斗一次只能輸出一個物品",
"create.ponder.cogwheel_casing.text_1": "黃銅機殼或安山岩機殼可用於裝飾齒輪",
"create.ponder.shaft_casing.text_1": "黃銅機殼或安山岩機殼可用於裝飾傳動軸"
}

View file

@ -0,0 +1,418 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"block.createdeco.andesite_bars": "安山合金欄杆",
"block.createdeco.andesite_bars_overlay": "安山合金欄板",
"block.createdeco.andesite_window": "安山合金窗戶",
"block.createdeco.andesite_window_pane": "安山合金窗格",
"block.createdeco.andesite_mesh_fence": "安山合金網狀欄杆",
"block.createdeco.andesite_catwalk": "安山合金棧道",
"block.createdeco.andesite_catwalk_stairs": "安山合金棧道樓梯",
"block.createdeco.andesite_catwalk_railing": "安山合金棧道扶手",
"block.createdeco.andesite_support_wedge": "安山合金支撐楔",
"block.createdeco.andesite_hull": "安山合金列車外殼",
"block.createdeco.andesite_support": "安山合金支架",
"block.createdeco.yellow_andesite_lamp": "黃色安山合金籠燈",
"block.createdeco.red_andesite_lamp": "紅色安山合金籠燈",
"block.createdeco.blue_andesite_lamp": "藍色安山合金籠燈",
"block.createdeco.green_andesite_lamp": "綠色安山合金籠燈",
"block.createdeco.andesite_sheet_metal": "安山合金金屬板",
"block.createdeco.andesite_door": "安山合金門",
"block.createdeco.locked_andesite_door": "上鎖的安山合金門",
"block.createdeco.andesite_trapdoor": "安山合金活板門",
"block.createdeco.andesite_facade": "安山合金牆面",
"block.createdeco.iron_bars": "鍛鐵欄杆",
"block.createdeco.iron_bars_overlay": "鍛鐵欄板",
"block.createdeco.iron_window": "鍛鐵窗戶",
"block.createdeco.iron_window_pane": "鍛鐵窗格",
"block.createdeco.iron_mesh_fence": "鍛鐵網狀欄杆",
"block.createdeco.iron_catwalk": "鍛鐵棧道",
"block.createdeco.iron_catwalk_stairs": "鍛鐵棧道樓梯",
"block.createdeco.iron_catwalk_railing": "鍛鐵棧道扶手",
"block.createdeco.iron_support_wedge": "鍛鐵支撐楔",
"block.createdeco.iron_hull": "鍛鐵列車外殼",
"block.createdeco.iron_support": "鍛鐵支架",
"block.createdeco.yellow_iron_lamp": "黃色鍛鐵籠燈",
"block.createdeco.red_iron_lamp": "紅色鍛鐵籠燈",
"block.createdeco.blue_iron_lamp": "藍色鍛鐵籠燈",
"block.createdeco.green_iron_lamp": "綠色鍛鐵籠燈",
"block.createdeco.iron_sheet_metal": "鍛鐵金屬板",
"block.createdeco.iron_door": "鍛鐵門",
"block.createdeco.locked_iron_door": "上鎖的鍛鐵門",
"block.createdeco.iron_trapdoor": "鍛鐵活板門",
"block.createdeco.iron_facade": "鍛鐵牆面",
"block.createdeco.iron_coinstack": "鍛鐵硬幣堆",
"block.createdeco.netherite_coinstack": "獄髓硬幣堆",
"block.createdeco.industrial_iron_coinstack": "鋼硬幣堆",
"block.createdeco.industrial_iron_bars": "鋼欄杆",
"block.createdeco.industrial_iron_bars_overlay": "鋼欄板",
"block.createdeco.industrial_iron_window": "鋼窗戶",
"block.createdeco.industrial_iron_window_pane": "鋼窗格",
"block.createdeco.industrial_iron_mesh_fence": "鋼網狀欄杆",
"block.createdeco.industrial_iron_catwalk": "鋼棧道",
"block.createdeco.industrial_iron_catwalk_stairs": "鋼棧道樓梯",
"block.createdeco.industrial_iron_catwalk_railing": "鋼棧道扶手",
"block.createdeco.industrial_iron_support_wedge": "鋼支撐楔",
"block.createdeco.industrial_iron_hull": "鋼列車外殼",
"block.createdeco.industrial_iron_support": "鋼支架",
"block.createdeco.yellow_industrial_iron_lamp": "黃色鋼籠燈",
"block.createdeco.red_industrial_iron_lamp": "紅色鋼籠燈",
"block.createdeco.blue_industrial_iron_lamp": "藍色鋼籠燈",
"block.createdeco.green_industrial_iron_lamp": "綠色鋼籠燈",
"block.createdeco.industrial_iron_sheet_metal": "鋼板",
"block.createdeco.industrial_iron_door": "鋼門",
"block.createdeco.locked_industrial_iron_door": "上鎖的鋼門",
"block.createdeco.industrial_iron_trapdoor": "鋼活板門",
"block.createdeco.industrial_iron_ladder": "鋼梯",
"block.createdeco.industrial_iron_facade": "鋼牆面",
"item.createdeco.iron_coin": "鍛鐵硬幣",
"item.createdeco.netherite_coin": "獄髓硬幣",
"item.createdeco.industrial_iron_coin": "鋼硬幣",
"item.createdeco.iron_coinstack": "鍛鐵硬幣堆",
"item.createdeco.netherite_coinstack": "獄髓硬幣堆",
"item.createdeco.industrial_iron_coinstack": "鋼硬幣堆",
"block.createdeco.black_placard": "黑色標示牌",
"block.createdeco.black_shipping_container": "黑色貨櫃",
"block.createdeco.blue_brass_lamp": "藍色黃銅籠燈",
"block.createdeco.blue_brick_slab": "藍色磚半磚",
"block.createdeco.blue_brick_stairs": "藍色磚樓梯",
"block.createdeco.blue_brick_wall": "藍色磚牆",
"block.createdeco.blue_bricks": "藍色磚塊",
"block.createdeco.blue_copper_lamp": "藍色銅籠燈",
"block.createdeco.blue_placard": "藍色標示牌",
"block.createdeco.blue_shipping_container": "藍色貨櫃",
"block.createdeco.blue_zinc_lamp": "藍色鋅籠燈",
"block.createdeco.brass_bars": "黃銅欄杆",
"block.createdeco.brass_bars_overlay": "黃銅欄板",
"block.createdeco.brass_catwalk": "黃銅棧道",
"block.createdeco.brass_catwalk_railing": "黃銅棧道扶手",
"block.createdeco.brass_catwalk_stairs": "黃銅棧道樓梯",
"block.createdeco.brass_coinstack": "黃銅硬幣堆",
"block.createdeco.brass_door": "黃銅門",
"block.createdeco.brass_facade": "黃銅牆面",
"block.createdeco.brass_hull": "黃銅列車外殼",
"block.createdeco.brass_mesh_fence": "黃銅網狀欄杆",
"block.createdeco.brass_sheet_metal": "黃銅金屬板",
"block.createdeco.brass_support": "黃銅支架",
"block.createdeco.brass_support_wedge": "黃銅支撐楔",
"block.createdeco.brass_trapdoor": "黃銅活板門",
"block.createdeco.brass_window": "黃銅窗戶",
"block.createdeco.brass_window_pane": "黃銅窗格",
"block.createdeco.brown_placard": "棕色標示牌",
"block.createdeco.brown_shipping_container": "棕色貨櫃",
"block.createdeco.copper_bars": "銅欄杆",
"block.createdeco.copper_bars_overlay": "銅欄板",
"block.createdeco.copper_catwalk": "銅棧道",
"block.createdeco.copper_catwalk_railing": "銅棧道扶手",
"block.createdeco.copper_catwalk_stairs": "銅棧道樓梯",
"block.createdeco.copper_coinstack": "銅硬幣堆",
"block.createdeco.copper_door": "銅門",
"block.createdeco.copper_facade": "銅牆面",
"block.createdeco.copper_hull": "銅列車外殼",
"block.createdeco.copper_mesh_fence": "銅網狀欄杆",
"block.createdeco.copper_sheet_metal": "銅金屬板",
"block.createdeco.copper_support": "銅支架",
"block.createdeco.copper_support_wedge": "銅支撐楔",
"block.createdeco.copper_trapdoor": "銅活板門",
"block.createdeco.copper_window": "銅窗戶",
"block.createdeco.copper_window_pane": "銅窗格",
"item.createdeco.brass_coin": "黃銅硬幣",
"item.createdeco.brass_coinstack": "黃銅硬幣堆",
"item.createdeco.copper_coin": "銅硬幣",
"item.createdeco.copper_coinstack": "銅硬幣堆",
"item.createdeco.gold_coin": "金硬幣",
"item.createdeco.gold_coinstack": "金硬幣堆",
"item.createdeco.zinc_coin": "鋅硬幣",
"item.createdeco.zinc_coinstack": "鋅硬幣堆",
"item.createdeco.zinc_sheet": "鋅金屬板",
"block.createdeco.corner_blue_brick_slab": "轉角皓石藍磚半磚",
"block.createdeco.corner_blue_brick_stairs": "轉角皓石藍磚樓梯",
"block.createdeco.corner_blue_brick_wall": "轉角皓石藍磚牆",
"block.createdeco.corner_blue_bricks": "轉角皓石藍磚",
"block.createdeco.corner_dean_brick_slab": "轉角赭砂黃磚半磚",
"block.createdeco.corner_dean_brick_stairs": "轉角赭砂黃磚樓梯",
"block.createdeco.corner_dean_brick_wall": "轉角赭砂黃磚牆",
"block.createdeco.corner_dean_bricks": "轉角赭砂黃磚",
"block.createdeco.corner_dusk_brick_slab": "轉角焦渣黑磚半磚",
"block.createdeco.corner_dusk_brick_stairs": "轉角焦渣黑磚樓梯",
"block.createdeco.corner_dusk_brick_wall": "轉角焦渣黑磚牆",
"block.createdeco.corner_dusk_bricks": "轉角焦渣黑磚",
"block.createdeco.corner_pearl_brick_slab": "轉角石灰白磚半磚",
"block.createdeco.corner_pearl_brick_stairs": "轉角石灰白磚樓梯",
"block.createdeco.corner_pearl_brick_wall": "轉角石灰白磚牆",
"block.createdeco.corner_pearl_bricks": "轉角石灰白磚",
"block.createdeco.corner_red_brick_slab": "轉角紅磚半磚",
"block.createdeco.corner_red_brick_stairs": "轉角紅磚樓梯",
"block.createdeco.corner_red_brick_wall": "轉角紅磚牆",
"block.createdeco.corner_red_bricks": "轉角紅磚",
"block.createdeco.corner_scarlet_brick_slab": "轉角緋岩紅磚半磚",
"block.createdeco.corner_scarlet_brick_stairs": "轉角緋岩紅磚樓梯",
"block.createdeco.corner_scarlet_brick_wall": "轉角緋岩紅磚牆",
"block.createdeco.corner_scarlet_bricks": "轉角緋岩紅磚",
"block.createdeco.corner_umber_brick_slab": "轉角熔渣棕磚半磚",
"block.createdeco.corner_umber_brick_stairs": "轉角熔渣棕磚樓梯",
"block.createdeco.corner_umber_brick_wall": "轉角熔渣棕磚牆",
"block.createdeco.corner_umber_bricks": "轉角熔渣棕磚",
"block.createdeco.corner_verdant_brick_slab": "轉角輝岩綠磚半磚",
"block.createdeco.corner_verdant_brick_stairs": "轉角輝岩綠磚樓梯",
"block.createdeco.corner_verdant_brick_wall": "轉角輝岩綠磚牆",
"block.createdeco.corner_verdant_bricks": "轉角輝岩綠磚",
"block.createdeco.cracked_blue_brick_slab": "裂紋皓石藍磚半磚",
"block.createdeco.cracked_blue_brick_stairs": "裂紋皓石藍磚樓梯",
"block.createdeco.cracked_blue_brick_wall": "裂紋皓石藍磚牆",
"block.createdeco.cracked_blue_bricks": "裂紋皓石藍磚",
"block.createdeco.cracked_dean_brick_slab": "裂紋赭砂黃磚半磚",
"block.createdeco.cracked_dean_brick_stairs": "裂紋赭砂黃磚樓梯",
"block.createdeco.cracked_dean_brick_wall": "裂紋赭砂黃磚牆",
"block.createdeco.cracked_dean_bricks": "裂紋赭砂黃磚",
"block.createdeco.cracked_dusk_brick_slab": "裂紋焦渣黑磚半磚",
"block.createdeco.cracked_dusk_brick_stairs": "裂紋焦渣黑磚樓梯",
"block.createdeco.cracked_dusk_brick_wall": "裂紋焦渣黑磚牆",
"block.createdeco.cracked_dusk_bricks": "裂紋焦渣黑磚",
"block.createdeco.cracked_pearl_brick_slab": "裂紋石灰白磚半磚",
"block.createdeco.cracked_pearl_brick_stairs": "裂紋石灰白磚樓梯",
"block.createdeco.cracked_pearl_brick_wall": "裂紋石灰白磚牆",
"block.createdeco.cracked_pearl_bricks": "裂紋石灰白磚",
"block.createdeco.cracked_red_brick_slab": "裂紋紅磚半磚",
"block.createdeco.cracked_red_brick_stairs": "裂紋紅磚樓梯",
"block.createdeco.cracked_red_brick_wall": "裂紋紅磚牆",
"block.createdeco.cracked_red_bricks": "裂紋紅磚",
"block.createdeco.cracked_scarlet_brick_slab": "裂紋緋岩紅磚半磚",
"block.createdeco.cracked_scarlet_brick_stairs": "裂紋緋岩紅磚樓梯",
"block.createdeco.cracked_scarlet_brick_wall": "裂紋緋岩紅磚牆",
"block.createdeco.cracked_scarlet_bricks": "裂紋緋岩紅磚",
"block.createdeco.cracked_umber_brick_slab": "裂紋熔渣棕磚半磚",
"block.createdeco.cracked_umber_brick_stairs": "裂紋熔渣棕磚樓梯",
"block.createdeco.cracked_umber_brick_wall": "裂紋熔渣棕磚牆",
"block.createdeco.cracked_umber_bricks": "裂紋熔渣棕磚",
"block.createdeco.cracked_verdant_brick_slab": "裂紋輝岩綠磚半磚",
"block.createdeco.cracked_verdant_brick_stairs": "裂紋輝岩綠磚樓梯",
"block.createdeco.cracked_verdant_brick_wall": "裂紋輝岩綠磚牆",
"block.createdeco.cracked_verdant_bricks": "裂紋輝岩綠磚",
"block.createdeco.cyan_placard": "青色標示牌",
"block.createdeco.cyan_shipping_container": "青色貨櫃",
"block.createdeco.dean_brick_slab": "赭砂黃磚半磚",
"block.createdeco.dean_brick_stairs": "赭砂黃磚樓梯",
"block.createdeco.dean_brick_wall": "赭砂黃磚牆",
"block.createdeco.dean_bricks": "赭砂黃磚",
"block.createdeco.decal_creeper": "苦力怕圖案貼標",
"block.createdeco.decal_cross": "交叉圖案貼標",
"block.createdeco.decal_down": "向下箭頭圖案貼標",
"block.createdeco.decal_down_left": "左下箭頭圖案貼標",
"block.createdeco.decal_down_right": "右下箭頭圖案貼標",
"block.createdeco.decal_electrical": "帶電圖案貼標",
"block.createdeco.decal_fire": "火焰圖案貼標",
"block.createdeco.decal_fire_diamond": "危險品菱形貼標",
"block.createdeco.decal_flow": "水流圖案貼標",
"block.createdeco.decal_fluid": "流體圖案貼標",
"block.createdeco.decal_ice": "低溫圖案貼標",
"block.createdeco.decal_left": "向左箭頭圖案貼標",
"block.createdeco.decal_no_entry": "禁止進入圖案貼標",
"block.createdeco.decal_radioactive": "輻射圖案貼標",
"block.createdeco.decal_right": "向右箭頭圖案貼標",
"block.createdeco.decal_skull": "骷髏圖案貼標",
"block.createdeco.decal_top_left": "左上箭頭圖案貼標",
"block.createdeco.decal_top_right": "右上箭頭圖案貼標",
"block.createdeco.decal_up": "向上箭頭圖案貼標",
"block.createdeco.decal_warning": "警告圖案貼標",
"block.createdeco.dusk_brick_slab": "焦渣黑磚半磚",
"block.createdeco.dusk_brick_stairs": "焦渣黑磚樓梯",
"block.createdeco.dusk_brick_wall": "焦渣黑磚牆",
"block.createdeco.dusk_bricks": "焦渣黑磚",
"block.createdeco.gold_coinstack": "金硬幣堆",
"block.createdeco.gray_placard": "灰色標示牌",
"block.createdeco.gray_shipping_container": "灰色貨櫃",
"block.createdeco.green_brass_lamp": "綠色黃銅籠燈",
"block.createdeco.green_copper_lamp": "綠色銅籠燈",
"block.createdeco.green_placard": "綠色標示牌",
"block.createdeco.green_shipping_container": "綠色貨櫃",
"block.createdeco.green_zinc_lamp": "綠色鋅籠燈",
"block.createdeco.light_blue_placard": "淡藍色標示牌",
"block.createdeco.light_blue_shipping_container": "淡藍色貨櫃",
"block.createdeco.light_gray_placard": "淡灰色標示牌",
"block.createdeco.light_gray_shipping_container": "淡灰色貨櫃",
"block.createdeco.lime_placard": "黃綠色標示牌",
"block.createdeco.lime_shipping_container": "黃綠色貨櫃",
"block.createdeco.locked_brass_door": "上鎖的黃銅門",
"block.createdeco.locked_copper_door": "上鎖的銅門",
"block.createdeco.locked_zinc_door": "上鎖的鋅門",
"block.createdeco.long_blue_brick_slab": "條狀皓石藍磚半磚",
"block.createdeco.long_blue_brick_stairs": "條狀皓石藍磚樓梯",
"block.createdeco.long_blue_brick_wall": "條狀皓石藍磚牆",
"block.createdeco.long_blue_bricks": "條狀皓石藍磚",
"block.createdeco.long_dean_brick_slab": "條狀赭砂黃磚半磚",
"block.createdeco.long_dean_brick_stairs": "條狀赭砂黃磚樓梯",
"block.createdeco.long_dean_brick_wall": "條狀赭砂黃磚牆",
"block.createdeco.long_dean_bricks": "條狀赭砂黃磚",
"block.createdeco.long_dusk_brick_slab": "條狀焦渣黑磚半磚",
"block.createdeco.long_dusk_brick_stairs": "條狀焦渣黑磚樓梯",
"block.createdeco.long_dusk_brick_wall": "條狀焦渣黑磚牆",
"block.createdeco.long_dusk_bricks": "條狀焦渣黑磚",
"block.createdeco.long_pearl_brick_slab": "條狀石灰白磚半磚",
"block.createdeco.long_pearl_brick_stairs": "條狀石灰白磚樓梯",
"block.createdeco.long_pearl_brick_wall": "條狀石灰白磚牆",
"block.createdeco.long_pearl_bricks": "條狀石灰白磚",
"block.createdeco.long_red_brick_slab": "條狀紅磚半磚",
"block.createdeco.long_red_brick_stairs": "條狀紅磚樓梯",
"block.createdeco.long_red_brick_wall": "條狀紅磚牆",
"block.createdeco.long_red_bricks": "條狀紅磚",
"block.createdeco.long_scarlet_brick_slab": "條狀緋岩紅磚半磚",
"block.createdeco.long_scarlet_brick_stairs": "條狀緋岩紅磚樓梯",
"block.createdeco.long_scarlet_brick_wall": "條狀緋岩紅磚牆",
"block.createdeco.long_scarlet_bricks": "條狀緋岩紅磚",
"block.createdeco.long_umber_brick_slab": "條狀熔渣棕磚半磚",
"block.createdeco.long_umber_brick_stairs": "條狀熔渣棕磚樓梯",
"block.createdeco.long_umber_brick_wall": "條狀熔渣棕磚牆",
"block.createdeco.long_umber_bricks": "條狀熔渣棕磚",
"block.createdeco.long_verdant_brick_slab": "條狀輝岩綠磚半磚",
"block.createdeco.long_verdant_brick_stairs": "條狀輝岩綠磚樓梯",
"block.createdeco.long_verdant_brick_wall": "條狀輝岩綠磚牆",
"block.createdeco.long_verdant_bricks": "條狀輝岩綠磚",
"block.createdeco.magenta_placard": "洋紅色標示牌",
"block.createdeco.magenta_shipping_container": "洋紅色貨櫃",
"block.createdeco.mossy_blue_brick_slab": "覆苔皓石藍磚半磚",
"block.createdeco.mossy_blue_brick_stairs": "覆苔皓石藍磚樓梯",
"block.createdeco.mossy_blue_brick_wall": "覆苔皓石藍磚牆",
"block.createdeco.mossy_blue_bricks": "覆苔皓石藍磚",
"block.createdeco.mossy_dean_brick_slab": "覆苔赭砂黃磚半磚",
"block.createdeco.mossy_dean_brick_stairs": "覆苔赭砂黃磚樓梯",
"block.createdeco.mossy_dean_brick_wall": "覆苔赭砂黃磚牆",
"block.createdeco.mossy_dean_bricks": "覆苔赭砂黃磚",
"block.createdeco.mossy_dusk_brick_slab": "覆苔焦渣黑磚半磚",
"block.createdeco.mossy_dusk_brick_stairs": "覆苔焦渣黑磚樓梯",
"block.createdeco.mossy_dusk_brick_wall": "覆苔焦渣黑磚牆",
"block.createdeco.mossy_dusk_bricks": "覆苔焦渣黑磚",
"block.createdeco.mossy_pearl_brick_slab": "覆苔石灰白磚半磚",
"block.createdeco.mossy_pearl_brick_stairs": "覆苔石灰白磚樓梯",
"block.createdeco.mossy_pearl_brick_wall": "覆苔石灰白磚牆",
"block.createdeco.mossy_pearl_bricks": "覆苔石灰白磚",
"block.createdeco.mossy_red_brick_slab": "覆苔紅磚半磚",
"block.createdeco.mossy_red_brick_stairs": "覆苔紅磚樓梯",
"block.createdeco.mossy_red_brick_wall": "覆苔紅磚牆",
"block.createdeco.mossy_red_bricks": "覆苔紅磚",
"block.createdeco.mossy_scarlet_brick_slab": "覆苔緋岩紅磚半磚",
"block.createdeco.mossy_scarlet_brick_stairs": "覆苔緋岩紅磚樓梯",
"block.createdeco.mossy_scarlet_brick_wall": "覆苔緋岩紅磚牆",
"block.createdeco.mossy_scarlet_bricks": "覆苔緋岩紅磚",
"block.createdeco.mossy_umber_brick_slab": "覆苔熔渣棕磚半磚",
"block.createdeco.mossy_umber_brick_stairs": "覆苔熔渣棕磚樓梯",
"block.createdeco.mossy_umber_brick_wall": "覆苔熔渣棕磚牆",
"block.createdeco.mossy_umber_bricks": "覆苔熔渣棕磚",
"block.createdeco.mossy_verdant_brick_slab": "覆苔輝岩綠磚半磚",
"block.createdeco.mossy_verdant_brick_stairs": "覆苔輝岩綠磚樓梯",
"block.createdeco.mossy_verdant_brick_wall": "覆苔輝岩綠磚牆",
"block.createdeco.mossy_verdant_bricks": "覆苔輝岩綠磚",
"block.createdeco.orange_placard": "橘色標示牌",
"block.createdeco.orange_shipping_container": "橘色貨櫃",
"block.createdeco.pearl_brick_slab": "石灰白磚半磚",
"block.createdeco.pearl_brick_stairs": "石灰白磚樓梯",
"block.createdeco.pearl_brick_wall": "石灰白磚牆",
"block.createdeco.pearl_bricks": "石灰白磚",
"block.createdeco.pink_placard": "粉紅色標示牌",
"block.createdeco.pink_shipping_container": "粉紅色貨櫃",
"block.createdeco.purple_placard": "紫色標示牌",
"block.createdeco.purple_shipping_container": "紫色貨櫃",
"block.createdeco.red_brass_lamp": "紅色黃銅籠燈",
"block.createdeco.red_copper_lamp": "紅色銅籠燈",
"block.createdeco.red_placard": "紅色標示牌",
"block.createdeco.red_shipping_container": "紅色貨櫃",
"block.createdeco.red_zinc_lamp": "紅色鋅籠燈",
"block.createdeco.scarlet_brick_slab": "緋岩紅磚半磚",
"block.createdeco.scarlet_brick_stairs": "緋岩紅磚樓梯",
"block.createdeco.scarlet_brick_wall": "緋岩紅磚牆",
"block.createdeco.scarlet_bricks": "緋岩紅磚",
"block.createdeco.short_blue_brick_slab": "密砌皓石藍磚半磚",
"block.createdeco.short_blue_brick_stairs": "密砌皓石藍磚樓梯",
"block.createdeco.short_blue_brick_wall": "密砌皓石藍磚牆",
"block.createdeco.short_blue_bricks": "密砌皓石藍磚",
"block.createdeco.short_dean_brick_slab": "密砌赭砂黃磚半磚",
"block.createdeco.short_dean_brick_stairs": "密砌赭砂黃磚樓梯",
"block.createdeco.short_dean_brick_wall": "密砌赭砂黃磚牆",
"block.createdeco.short_dean_bricks": "密砌赭砂黃磚",
"block.createdeco.short_dusk_brick_slab": "密砌焦渣黑磚半磚",
"block.createdeco.short_dusk_brick_stairs": "密砌焦渣黑磚樓梯",
"block.createdeco.short_dusk_brick_wall": "密砌焦渣黑磚牆",
"block.createdeco.short_dusk_bricks": "密砌焦渣黑磚",
"block.createdeco.short_pearl_brick_slab": "密砌石灰白磚半磚",
"block.createdeco.short_pearl_brick_stairs": "密砌石灰白磚樓梯",
"block.createdeco.short_pearl_brick_wall": "密砌石灰白磚牆",
"block.createdeco.short_pearl_bricks": "密砌石灰白磚",
"block.createdeco.short_red_brick_slab": "密砌紅磚半磚",
"block.createdeco.short_red_brick_stairs": "密砌紅磚樓梯",
"block.createdeco.short_red_brick_wall": "密砌紅磚牆",
"block.createdeco.short_red_bricks": "密砌紅磚",
"block.createdeco.short_scarlet_brick_slab": "密砌緋岩紅磚半磚",
"block.createdeco.short_scarlet_brick_stairs": "密砌緋岩紅磚樓梯",
"block.createdeco.short_scarlet_brick_wall": "密砌緋岩紅磚牆",
"block.createdeco.short_scarlet_bricks": "密砌緋岩紅磚",
"block.createdeco.short_umber_brick_slab": "密砌熔渣棕磚半磚",
"block.createdeco.short_umber_brick_stairs": "密砌熔渣棕磚樓梯",
"block.createdeco.short_umber_brick_wall": "密砌熔渣棕磚牆",
"block.createdeco.short_umber_bricks": "密砌熔渣棕磚",
"block.createdeco.short_verdant_brick_slab": "密砌輝岩綠磚半磚",
"block.createdeco.short_verdant_brick_stairs": "密砌輝岩綠磚樓梯",
"block.createdeco.short_verdant_brick_wall": "密砌輝岩綠磚牆",
"block.createdeco.short_verdant_bricks": "密砌輝岩綠磚",
"block.createdeco.tiled_blue_brick_slab": "密鋪皓石藍磚半磚",
"block.createdeco.tiled_blue_brick_stairs": "密鋪皓石藍磚樓梯",
"block.createdeco.tiled_blue_brick_wall": "密鋪皓石藍磚牆",
"block.createdeco.tiled_blue_bricks": "密鋪皓石藍磚",
"block.createdeco.tiled_dean_brick_slab": "密鋪赭砂黃磚半磚",
"block.createdeco.tiled_dean_brick_stairs": "密鋪赭砂黃磚樓梯",
"block.createdeco.tiled_dean_brick_wall": "密鋪赭砂黃磚牆",
"block.createdeco.tiled_dean_bricks": "密鋪赭砂黃磚",
"block.createdeco.tiled_dusk_brick_slab": "密鋪焦渣黑磚半磚",
"block.createdeco.tiled_dusk_brick_stairs": "密鋪焦渣黑磚樓梯",
"block.createdeco.tiled_dusk_brick_wall": "密鋪焦渣黑磚牆",
"block.createdeco.tiled_dusk_bricks": "密鋪焦渣黑磚",
"block.createdeco.tiled_pearl_brick_slab": "密鋪石灰白磚半磚",
"block.createdeco.tiled_pearl_brick_stairs": "密鋪石灰白磚樓梯",
"block.createdeco.tiled_pearl_brick_wall": "密鋪石灰白磚牆",
"block.createdeco.tiled_pearl_bricks": "密鋪石灰白磚",
"block.createdeco.tiled_red_brick_slab": "密鋪紅磚半磚",
"block.createdeco.tiled_red_brick_stairs": "密鋪紅磚樓梯",
"block.createdeco.tiled_red_brick_wall": "密鋪紅磚牆",
"block.createdeco.tiled_red_bricks": "密鋪紅磚",
"block.createdeco.tiled_scarlet_brick_slab": "密鋪緋岩紅磚半磚",
"block.createdeco.tiled_scarlet_brick_stairs": "密鋪緋岩紅磚樓梯",
"block.createdeco.tiled_scarlet_brick_wall": "密鋪緋岩紅磚牆",
"block.createdeco.tiled_scarlet_bricks": "密鋪緋岩紅磚",
"block.createdeco.tiled_umber_brick_slab": "密鋪熔渣棕磚半磚",
"block.createdeco.tiled_umber_brick_stairs": "密鋪熔渣棕磚樓梯",
"block.createdeco.tiled_umber_brick_wall": "密鋪熔渣棕磚牆",
"block.createdeco.tiled_umber_bricks": "密鋪熔渣棕磚",
"block.createdeco.tiled_verdant_brick_slab": "密鋪輝岩綠磚半磚",
"block.createdeco.tiled_verdant_brick_stairs": "密鋪輝岩綠磚樓梯",
"block.createdeco.tiled_verdant_brick_wall": "密鋪輝岩綠磚牆",
"block.createdeco.tiled_verdant_bricks": "密鋪輝岩綠磚",
"block.createdeco.umber_brick_slab": "熔渣棕磚半磚",
"block.createdeco.umber_brick_stairs": "熔渣棕磚樓梯",
"block.createdeco.umber_brick_wall": "熔渣棕磚牆",
"block.createdeco.umber_bricks": "熔渣棕磚",
"block.createdeco.verdant_brick_slab": "輝岩綠磚半磚",
"block.createdeco.verdant_brick_stairs": "輝岩綠磚樓梯",
"block.createdeco.verdant_brick_wall": "輝岩綠磚牆",
"block.createdeco.verdant_bricks": "輝岩綠磚",
"block.createdeco.white_shipping_container": "白色貨櫃",
"block.createdeco.yellow_brass_lamp": "黃色黃銅籠燈",
"block.createdeco.yellow_copper_lamp": "黃色銅籠燈",
"block.createdeco.yellow_placard": "黃色標示牌",
"block.createdeco.yellow_shipping_container": "黃色貨櫃",
"block.createdeco.yellow_zinc_lamp": "黃色鋅籠燈",
"block.createdeco.zinc_bars": "鋅欄杆",
"block.createdeco.zinc_bars_overlay": "鋅欄板",
"block.createdeco.zinc_catwalk": "鋅棧道",
"block.createdeco.zinc_catwalk_railing": "鋅棧道扶手",
"block.createdeco.zinc_catwalk_stairs": "鋅棧道樓梯",
"block.createdeco.zinc_coinstack": "鋅硬幣堆",
"block.createdeco.zinc_door": "鋅門",
"block.createdeco.zinc_facade": "鋅牆面",
"block.createdeco.zinc_hull": "鋅列車外殼",
"block.createdeco.zinc_ladder": "鋅梯",
"block.createdeco.zinc_mesh_fence": "鋅網狀欄杆",
"block.createdeco.zinc_sheet_metal": "鋅金屬板",
"block.createdeco.zinc_support": "鋅支架",
"block.createdeco.zinc_support_wedge": "鋅支撐楔",
"block.createdeco.zinc_trapdoor": "鋅活板門",
"block.createdeco.zinc_window": "鋅窗戶",
"block.createdeco.zinc_window_pane": "鋅窗格"
}

View file

@ -0,0 +1,4 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"block.createhorsepower.horse_crank": "畜力把手"
}

View file

@ -0,0 +1,50 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"block.deafission.fission_reactor_mk1": "裂變反應爐 MK I",
"block.deafission.fission_reactor_mk2": "裂變反應爐 MK II",
"block.deafission.fuel_holder": "燃料支架",
"deafission.machine.fuel_holder.tooltip": "用於存放並固定核反應爐的燃料棒,確保裂變反應能夠安全進行。",
"block.deafission.material_holder": "材料支架",
"deafission.machine.material_holder.tooltip": "用於存放以熱輻射為基礎的裂變反應爐合成配方所需的輸入材料。",
"block.deafission.redstone_port": "紅石端口",
"deafission.machine.redstone_port.tooltip": "使用扳手切換運作模式。",
"deafission.redstone_port.mode.heat": "輸出熱量/最大值",
"deafission.redstone_port.mode.fuels": "輸出燃料數/支架數",
"deafission.fission_reactor.gui.mode.default": "正常運作",
"deafission.fission_reactor.gui.mode.cooldown": "冷卻中",
"deafission.fission_reactor.gui.stats": "%s 熱 %s 限 %s 效",
"deafission.fission_reactor.gui.recipe": "配方:%s",
"deafission.fission_reactor.gui.recipe_none": "配方:無",
"deafission.fission_reactor.gui.coolant": "冷卻劑:%s mB/t",
"deafission.fission_reactor.gui.coolant_missing": "冷卻劑:%s剩餘 %s%%",
"deafission.fission_reactor.gui.fuel": "燃料:%s 損耗度",
"deafission.fission_reactor.gui.fuel_throttle": "燃料:%s 損耗度 @ %s%%",
"deafission.fission_reactor.gui.cooling": "冷卻:%s HU/t",
"deafission.fission_reactor.gui.heating": "加熱:%s HU/t",
"deafission.fission_reactor.gui.processing": "處理中:%s HU/t",
"deafission.fission_reactor.gui.mass": "熱容量:%s HU/°",
"deafission.fission_reactor.gui.heat": "熱量:%s / %s",
"item.deafission.fuelcell_plutonium_x1": "鈽燃料單元",
"item.deafission.fuelcell_thorium_x1": "釷燃料單元",
"item.deafission.fuelcell_uranium_x1": "鈾燃料單元",
"material.deafission.flibe": "氟化鋰鈹冷卻劑",
"material.deafission.flibe_hot": "氟化鋰鈹冷卻劑(高溫)",
"tooltip.deafission.fuelcell.rodcount": "燃料棒數量:%s",
"tooltip.deafission.fuelcell.heat": "熱量:%s%%",
"tooltip.deafission.fuelcell.avgheat": "平均生命週期:%s 熱量",
"tooltip.deafission.fuelcell.avgheat_none": "平均生命週期§7--- §r熱量",
"config.jade.plugin_deafission.reactor": "顯示反應爐資訊",
"deafission.recipe.heat_per_tick": "熱量:-%s HU/t",
"deafission.recipe.coolant_heat_per_tick": "熱量:-%s HU/t/°",
"deafission.fission_reactor_coolant": "裂變反應爐",
"deafission.fission_reactor_processing": "裂變熱處理",
"deafission.fission_reactor_fuel": "裂變產物",
"emi.category.deafission.fission_component": "裂變反應爐組件",
"emi.deafission.heat_component_key": "最大熱量:",
"emi.deafission.heat_component_value": "%d°",
"emi.deafission.throttle_component_key": "功率限制:",
"emi.deafission.throttle_component_value": "%d",
"emi.deafission.efficiency_component_key": "效率:",
"emi.deafission.efficiency_component_value": "%d",
"deafission.subtitles.reactor_loop": "反應爐嗡鳴聲"
}

View file

@ -0,0 +1,39 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"itemGroup.diggerhelmet": "礦工頭盔",
"entity.diggerhelmet.candleslime": "蠟燭史萊姆",
"item.diggerhelmet.candleslime_spawn_egg": "蠟燭史萊姆 生怪蛋",
"item.diggerhelmet.digger_helmet": "礦工頭盔",
"item.diggerhelmet.digger_helmet.main": "別碰蠟燭!",
"tooltip.diggerhelmet.digger_helmet.hold_shift": "按住 §eSHIFT§7 查看詳細資訊",
"tooltip.diggerhelmet.digger_helmet.tooltip3": "哎呀!我被燙到了,最好別去碰蠟燭",
"tooltip.diggerhelmet.digger_helmet.shift_info": "手持頭盔時,按下 Shift + 右鍵即可開啟介面",
"tooltip.diggerhelmet.digger_helmet.wool_lining_active": "§a已安裝羊毛襯裡提供保暖效果",
"tooltip.diggerhelmet.digger_helmet.silk_lining_active": "§b已安裝絲綢襯裡提供降溫效果",
"tooltip.diggerhelmet.digger_helmet.lining_needed": "§e請安裝襯裡以獲得溫度調節效果",
"tfcambiental.tooltip.warmth_attribute": "保暖值",
"tfcambiental.tooltip.cooling_attribute": "降溫值",
"tfcambiental.tooltip.insulation_attribute": "隔熱值",
"item.diggerhelmet.mining_speed_modifier": "挖掘速度模組",
"item.diggerhelmet.mining_speed_modifier.desc.base": "安裝於礦工頭盔時,可提升挖掘速度:",
"item.diggerhelmet.mining_speed_modifier.desc.pickaxe": "十字鎬 ×%.1f",
"item.diggerhelmet.mining_speed_modifier.desc.shovel": "鏟子 ×%.1f",
"item.diggerhelmet.auto_drink_modifier": "自動飲水模組",
"tooltip.diggerhelmet.cooldown": "安裝於礦工頭盔時,會自動從物品欄補充水分",
"item.diggerhelmet.eternal_candle": "永恆蠟燭",
"tooltip.diggerhelmet.eternal_candle.main": "永恆之火的神秘來源",
"tooltip.diggerhelmet.eternal_candle.shift_info": "由蠟燭史萊姆或手持蠟燭的殭屍掉落",
"tooltip.diggerhelmet.eternal_candle.more_info": "你可能需要擊殺更多殭屍,因為它們手中的永恆蠟燭並非 100% 掉落。祝你好運!",
"block.diggerhelmet.eternal_candle": "永恆蠟燭",
"item.diggerhelmet.wool_lining": "羊毛襯裡",
"tooltip.diggerhelmet.wool_lining.main": "提供溫暖且舒適的效果",
"tooltip.diggerhelmet.wool_lining.usage": "安裝於礦工頭盔中,可獲得溫度調節效果",
"item.diggerhelmet.silk_lining": "絲綢襯裡",
"tooltip.diggerhelmet.silk_lining.main": "提供清涼且輕盈的效果",
"tooltip.diggerhelmet.silk_lining.usage": "安裝於礦工頭盔中,可獲得降溫效果",
"gui.diggerhelmet.slot_info.title": "插槽資訊",
"gui.diggerhelmet.slot_info.left_slot": "左側插槽:自動飲水模組",
"gui.diggerhelmet.slot_info.center_slot": "中央插槽:挖掘速度模組",
"gui.diggerhelmet.slot_info.right_slot": "右側插槽:襯裡(羊毛或絲綢)",
"gui.diggerhelmet.slot_info.right_slot_disabled": "右側插槽:襯裡(需要 TFC Ambiental 模組)"
}

View file

@ -0,0 +1,210 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"block.domum_ornamentum.architectscutter": "建築師切割機",
"block.domum_ornamentum.beige_bricks": "米色磚塊",
"block.domum_ornamentum.beige_stone_bricks": "米色石磚",
"block.domum_ornamentum.black_floating_carpet": "黑色浮空地毯",
"block.domum_ornamentum.blockbarreldeco_onside": "橫放木桶",
"block.domum_ornamentum.blockbarreldeco_standing": "直立木桶",
"block.domum_ornamentum.blue_floating_carpet": "藍色浮空地毯",
"block.domum_ornamentum.brown_bricks": "棕色磚塊",
"block.domum_ornamentum.brown_floating_carpet": "棕色浮空地毯",
"block.domum_ornamentum.brown_stone_bricks": "棕色石磚",
"block.domum_ornamentum.cream_bricks": "奶油色磚塊",
"block.domum_ornamentum.cream_stone_bricks": "奶油色石磚",
"block.domum_ornamentum.roan_bricks": "斑駁磚塊",
"block.domum_ornamentum.roan_stone_bricks": "斑駁石磚",
"block.domum_ornamentum.cyan_floating_carpet": "青色浮空地毯",
"block.domum_ornamentum.gray_floating_carpet": "灰色浮空地毯",
"block.domum_ornamentum.green_floating_carpet": "綠色浮空地毯",
"block.domum_ornamentum.light_blue_floating_carpet": "淺藍色浮空地毯",
"block.domum_ornamentum.light_gray_floating_carpet": "淺灰色浮空地毯",
"block.domum_ornamentum.lime_floating_carpet": "淺綠色浮空地毯",
"block.domum_ornamentum.magenta_floating_carpet": "洋紅色浮空地毯",
"block.domum_ornamentum.orange_floating_carpet": "橘色浮空地毯",
"block.domum_ornamentum.pink_floating_carpet": "粉紅色浮空地毯",
"block.domum_ornamentum.purple_floating_carpet": "紫色浮空地毯",
"block.domum_ornamentum.red_floating_carpet": "紅色浮空地毯",
"block.domum_ornamentum.sand_bricks": "沙磚",
"block.domum_ornamentum.sand_stone_bricks": "砂岩磚",
"block.domum_ornamentum.white_floating_carpet": "白色浮空地毯",
"block.domum_ornamentum.yellow_floating_carpet": "黃色浮空地毯",
"cuttergroup.domum_ornamentum.avanilla": "基礎方塊",
"cuttergroup.domum_ornamentum.btimberframe": "木構框架",
"cuttergroup.domum_ornamentum.cshingle": "屋瓦",
"cuttergroup.domum_ornamentum.ddoor": "門",
"cuttergroup.domum_ornamentum.etrapdoor": "活板門",
"cuttergroup.domum_ornamentum.fpanel": "面板",
"cuttergroup.domum_ornamentum.gpillar": "柱子",
"cuttergroup.domum_ornamentum.hpaperwall": "薄牆",
"cuttergroup.domum_ornamentum.ilight": "燈具",
"cuttergroup.domum_ornamentum.jbrick": "磚塊",
"cuttergroup.domum_ornamentum.kpost": "立柱",
"domum_ornamentum.allbrick.column.format": "主要材料:%s",
"domum_ornamentum.architectscutter": "建築師切割機",
"domum_ornamentum.block.format": "材料:%s",
"domum_ornamentum.blockpillar.name.format": "圓形%s柱",
"domum_ornamentum.blockypillar.name.format": "方塊%s柱",
"domum_ornamentum.dark_brick.name.format": "深色%s磚塊",
"domum_ornamentum.dark_brick_stair.name.format": "深色%s磚樓梯",
"domum_ornamentum.desc.center": "中心%s",
"domum_ornamentum.desc.frame": "邊框%s",
"domum_ornamentum.desc.main": "主要%s",
"domum_ornamentum.desc.material": "材料:%s",
"domum_ornamentum.desc.onlyone": "%s",
"domum_ornamentum.desc.shingle": "屋瓦%s",
"domum_ornamentum.desc.support": "支撐%s",
"domum_ornamentum.door.block.format": "材料:%s",
"domum_ornamentum.door.name.format": "%s門",
"domum_ornamentum.door.type.format": "樣式:%s",
"domum_ornamentum.door.type.name.full": "實心",
"domum_ornamentum.door.type.name.port.manteau": "斗篷造型",
"domum_ornamentum.door.type.name.vertically.striped": "垂直條紋",
"domum_ornamentum.door.type.name.waffle": "格狀",
"domum_ornamentum.extra.name.format": "%s附加裝飾方塊",
"domum_ornamentum.extra.name.format.black": "黑色%s附加裝飾方塊",
"domum_ornamentum.extra.name.format.blue": "藍色%s附加裝飾方塊",
"domum_ornamentum.extra.name.format.brown": "棕色%s附加裝飾方塊",
"domum_ornamentum.extra.name.format.cyan": "青色%s附加裝飾方塊",
"domum_ornamentum.extra.name.format.gray": "灰色%s附加裝飾方塊",
"domum_ornamentum.extra.name.format.green": "綠色%s附加裝飾方塊",
"domum_ornamentum.extra.name.format.light_blue": "淺藍色%s附加裝飾方塊",
"domum_ornamentum.extra.name.format.light_gray": "淺灰色%s附加裝飾方塊",
"domum_ornamentum.extra.name.format.lime": "淺綠色%s附加裝飾方塊",
"domum_ornamentum.extra.name.format.magenta": "洋紅色%s附加裝飾方塊",
"domum_ornamentum.extra.name.format.orange": "橘色%s附加裝飾方塊",
"domum_ornamentum.extra.name.format.pink": "粉紅色%s附加裝飾方塊",
"domum_ornamentum.extra.name.format.purple": "紫色%s附加裝飾方塊",
"domum_ornamentum.extra.name.format.red": "紅色%s附加裝飾方塊",
"domum_ornamentum.extra.name.format.white": "白色%s附加裝飾方塊",
"domum_ornamentum.extra.name.format.yellow": "黃色%s附加裝飾方塊",
"domum_ornamentum.fancydoor.center.block.format": " - 材料:%s",
"domum_ornamentum.fancydoor.center.header": "中心:",
"domum_ornamentum.fancydoor.frame.block.format": " - 材料:%s",
"domum_ornamentum.fancydoor.frame.header": "邊框:",
"domum_ornamentum.fancydoor.name.format": "精緻%s門",
"domum_ornamentum.fancydoor.type.format": "樣式:%s",
"domum_ornamentum.fancydoor.type.name.creeper": "苦力怕",
"domum_ornamentum.fancydoor.type.name.full": "實心",
"domum_ornamentum.fancytrapdoor.center.block.format": " - 材料:%s",
"domum_ornamentum.fancytrapdoor.center.header": "中心:",
"domum_ornamentum.fancytrapdoor.frame.block.format": " - 材料:%s",
"domum_ornamentum.fancytrapdoor.frame.header": "邊框:",
"domum_ornamentum.fancytrapdoor.name.format": "精緻%s活板門",
"domum_ornamentum.fancytrapdoor.type.format": "樣式:%s",
"domum_ornamentum.fancytrapdoor.type.name.creeper": "苦力怕",
"domum_ornamentum.fancytrapdoor.type.name.full": "實心",
"domum_ornamentum.fence-gate.name.format": "%s柵欄門",
"domum_ornamentum.fence.name.format": "%s柵欄",
"domum_ornamentum.group": "分類:",
"domum_ornamentum.light.center.block.format": " - 材料:%s",
"domum_ornamentum.light.center.header": "中心:",
"domum_ornamentum.light.frame.block.format": " - 材料:%s",
"domum_ornamentum.light.frame.header": "邊框:",
"domum_ornamentum.light.frame.name.format": "鑲邊%s",
"domum_ornamentum.light.frame.type.center_light": "中心",
"domum_ornamentum.light.frame.type.crossed_light": "十字",
"domum_ornamentum.light.frame.type.fancy_light": "精緻",
"domum_ornamentum.light.frame.type.format": " - 樣式:%s",
"domum_ornamentum.light.frame.type.four_light": "四邊",
"domum_ornamentum.light.frame.type.framed_light": "鑲邊",
"domum_ornamentum.light.frame.type.horizontal_light": "水平",
"domum_ornamentum.light.frame.type.vertical_light": "垂直",
"domum_ornamentum.light_brick.name.format": "亮色%s磚塊",
"domum_ornamentum.light_brick_stair.name.format": "亮色%s磚樓梯",
"domum_ornamentum.origin.tooltip": "由建築師切割機製作",
"domum_ornamentum.panel.block.format": "材料:%s",
"domum_ornamentum.panel.name.format": "%s面板",
"domum_ornamentum.panel.type.format": "樣式:%s",
"domum_ornamentum.panel.type.name.boss": "凸起",
"domum_ornamentum.panel.type.name.coffer": "內凹",
"domum_ornamentum.panel.type.name.full": "實心",
"domum_ornamentum.panel.type.name.horizontal.bars": "水平欄杆",
"domum_ornamentum.panel.type.name.horizontally.squiggly.striped": "水平波浪條紋",
"domum_ornamentum.panel.type.name.horizontally.striped": "水平條紋",
"domum_ornamentum.panel.type.name.moulding": "線板",
"domum_ornamentum.panel.type.name.port.manteau": "斗篷造型",
"domum_ornamentum.panel.type.name.porthole": "舷窗",
"domum_ornamentum.panel.type.name.roundel": "圓飾",
"domum_ornamentum.panel.type.name.slot": "狹縫",
"domum_ornamentum.panel.type.name.vertical.bars": "垂直欄杆",
"domum_ornamentum.panel.type.name.vertically.squiggly.striped": "垂直波浪條紋",
"domum_ornamentum.panel.type.name.vertically.striped": "垂直條紋",
"domum_ornamentum.panel.type.name.waffle": "格狀",
"domum_ornamentum.paperwall.center.format": " - 中心:%s",
"domum_ornamentum.paperwall.frame.format": " - 邊框:%s",
"domum_ornamentum.paperwall.header": "材料:",
"domum_ornamentum.paperwall.name.format": "%s鑲邊薄牆",
"domum_ornamentum.pillar.column.format": "主要材料:%s",
"domum_ornamentum.pillar.header": "樣式:",
"domum_ornamentum.post.block.format": "材料:%s",
"domum_ornamentum.post.name.format": "%s立柱",
"domum_ornamentum.post.type.format": "樣式:%s",
"domum_ornamentum.post.type.name.double": "雙柱",
"domum_ornamentum.post.type.name.heavy": "厚底",
"domum_ornamentum.post.type.name.pinched": "收腰",
"domum_ornamentum.post.type.name.plain": "單柱",
"domum_ornamentum.post.type.name.quad": "四柱",
"domum_ornamentum.post.type.name.turned": "中段加粗",
"domum_ornamentum.shingle.main.format": "主要材料:%s",
"domum_ornamentum.shingle.name.format.block.domum_ornamentum.shingle": "%s屋瓦",
"domum_ornamentum.shingle.name.format.block.domum_ornamentum.shingle_flat": "%s平屋瓦",
"domum_ornamentum.shingle.name.format.block.domum_ornamentum.shingle_flat_lower": "%s低平屋瓦",
"domum_ornamentum.shingle.support.format": "支撐:%s",
"domum_ornamentum.shingle_slab.cover.format": "覆蓋物:%s",
"domum_ornamentum.shingle_slab.main.format": "主要材料:%s",
"domum_ornamentum.shingle_slab.name.format": "%s屋瓦半磚",
"domum_ornamentum.shingle_slab.support.format": "支撐:%s",
"domum_ornamentum.slab.name.format": "%s半磚",
"domum_ornamentum.squarepillar.name.format": "方形%s柱",
"domum_ornamentum.stair.name.format": "%s樓梯",
"domum_ornamentum.timber.center.block.format": " - 材料:%s",
"domum_ornamentum.timber.center.header": "中心:",
"domum_ornamentum.timber.frame.block.format": " - 材料:%s",
"domum_ornamentum.timber.frame.header": "邊框:",
"domum_ornamentum.timber.frame.name.format": "鑲邊%s",
"domum_ornamentum.timber.frame.type.double_crossed": "雙十字",
"domum_ornamentum.timber.frame.type.down_gated": "下門型",
"domum_ornamentum.timber.frame.type.format": " - 樣式:%s",
"domum_ornamentum.timber.frame.type.framed": "鑲邊",
"domum_ornamentum.timber.frame.type.horizontal_plain": "水平紋",
"domum_ornamentum.timber.frame.type.one_crossed_lr": "左上右下斜線",
"domum_ornamentum.timber.frame.type.one_crossed_rl": "右上左下斜線",
"domum_ornamentum.timber.frame.type.plain": "垂直紋",
"domum_ornamentum.timber.frame.type.side_framed": "側邊鑲邊",
"domum_ornamentum.timber.frame.type.side_framed_horizontal": "側邊鑲邊(水平)",
"domum_ornamentum.timber.frame.type.up_gated": "上門型",
"domum_ornamentum.trapdoor.block.format": "材料:%s",
"domum_ornamentum.trapdoor.name.format": "%s活板門",
"domum_ornamentum.trapdoor.type.format": "樣式:%s",
"domum_ornamentum.trapdoor.type.name.boss": "凸起",
"domum_ornamentum.trapdoor.type.name.coffer": "內凹",
"domum_ornamentum.trapdoor.type.name.full": "實心",
"domum_ornamentum.trapdoor.type.name.horizontal.bars": "水平欄杆",
"domum_ornamentum.trapdoor.type.name.horizontally.squiggly.striped": "水平波浪條紋",
"domum_ornamentum.trapdoor.type.name.horizontally.striped": "水平條紋",
"domum_ornamentum.trapdoor.type.name.moulding": "線板",
"domum_ornamentum.trapdoor.type.name.port.manteau": "斗篷造型",
"domum_ornamentum.trapdoor.type.name.porthole": "舷窗",
"domum_ornamentum.trapdoor.type.name.roundel": "圓飾",
"domum_ornamentum.trapdoor.type.name.slot": "狹縫",
"domum_ornamentum.trapdoor.type.name.vertical.bars": "垂直欄杆",
"domum_ornamentum.trapdoor.type.name.vertically.squiggly.striped": "垂直波浪條紋",
"domum_ornamentum.trapdoor.type.name.vertically.striped": "垂直條紋",
"domum_ornamentum.trapdoor.type.name.waffle": "格狀",
"domum_ornamentum.variant": "樣式:",
"domum_ornamentum.wall.name.format": "%s牆",
"itemGroup.domum_ornamentum.doors": "DO門",
"itemGroup.domum_ornamentum.extra-blocks": "DO裝飾方塊",
"itemGroup.domum_ornamentum.fences": "DO柵欄",
"itemGroup.domum_ornamentum.floating-carpets": "DO浮空地毯",
"itemGroup.domum_ornamentum.general": "家居裝飾DO",
"itemGroup.domum_ornamentum.paperwalls": "DO鑲邊薄牆",
"itemGroup.domum_ornamentum.posts": "DO立柱",
"itemGroup.domum_ornamentum.shingle_slabs": "DO屋瓦半磚",
"itemGroup.domum_ornamentum.shingles": "DO屋瓦",
"itemGroup.domum_ornamentum.slabs": "DO半磚",
"itemGroup.domum_ornamentum.stairs": "DO樓梯",
"itemGroup.domum_ornamentum.timber_frames": "DO鑲邊方塊",
"itemGroup.domum_ornamentum.walls": "DO牆"
}

View file

@ -1 +1 @@
{"ae2:p2p_attunement":{"order":170}}
{"ae2:p2p_attunement":{"order":168}}

View file

@ -1 +1 @@
{"diggerhelmet:helmet_repair":{"order":165}}
{"diggerhelmet:helmet_repair":{"order":163}}

View file

@ -1 +1 @@
{"domum_ornamentum:architects_cutter":{"order":169}}
{"domum_ornamentum:architects_cutter":{"order":167}}

View file

@ -1 +1 @@
{"exposure:photograph_printing":{"order":164}}
{"exposure:photograph_printing":{"order":161}}

View file

@ -1 +1 @@
{"exposure:photograph_stacking":{"order":173}}
{"exposure:photograph_stacking":{"order":162}}

View file

@ -1 +1 @@
{"framedblocks:framing_saw":{"order":168}}
{"framedblocks:framing_saw":{"order":166}}

View file

@ -1 +1 @@
{"greate:automatic_packing":{"order":162}}
{"greate:automatic_packing":{"order":175}}

View file

@ -1 +1 @@
{"greate:automatic_shaped":{"order":160}}
{"greate:automatic_shaped":{"order":173}}

View file

@ -1 +1 @@
{"greate:automatic_shapeless":{"order":161}}
{"greate:automatic_shapeless":{"order":174}}

View file

@ -1 +1 @@
{"greate:block_cutting":{"order":167}}
{"greate:block_cutting":{"order":165}}

View file

@ -1 +1 @@
{"minecraft:smithing":{"order":163}}
{"minecraft:smithing":{"order":160}}

View file

@ -1 +1 @@
{"minecraft:stonecutting":{"order":166}}
{"minecraft:stonecutting":{"order":164}}

View file

@ -1 +1 @@
{"tacz:attachment_query":{"order":174}}
{"tacz:attachment_query":{"order":169}}

View file

@ -1 +1 @@
{"taczammoquery:ammo_query":{"order":175}}
{"taczammoquery:ammo_query":{"order":170}}

View file

@ -0,0 +1,29 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"entity.endermanoverhaul.nether_wastes_enderman": "洞穴末影人",
"entity.endermanoverhaul.dark_oak_enderman": "灰燼末影人",
"entity.endermanoverhaul.mushroom_fields_enderman": "蘑菇末影人",
"entity.endermanoverhaul.swamp_enderman": "覆苔末影人",
"entity.endermanoverhaul.scarab": "甲蟲",
"entity.endermanoverhaul.soulsand_valley_enderman": "光花侵染末影人",
"entity.endermanoverhaul.windswept_hills_enderman": "月海末影人",
"entity.endermanoverhaul.end_enderman": "男中音合唱末影人",
"entity.endermanoverhaul.end_islands_enderman": "女高音合唱末影人",
"entity.endermanoverhaul.spirit": "彗星",
"item.endermanoverhaul.nether_wastes_enderman_spawn_egg": "洞穴末影人生怪蛋",
"item.endermanoverhaul.dark_oak_enderman_spawn_egg": "灰燼末影人生怪蛋",
"item.endermanoverhaul.mushroom_fields_enderman_spawn_egg": "蘑菇末影人生怪蛋",
"item.endermanoverhaul.swamp_enderman_spawn_egg": "覆苔末影人生怪蛋",
"item.endermanoverhaul.scarab_spawn_egg": "甲蟲生怪蛋",
"item.endermanoverhaul.soulsand_valley_enderman_spawn_egg": "光花侵染末影人生怪蛋",
"item.endermanoverhaul.windswept_hills_enderman_spawn_egg": "月海末影人生怪蛋",
"item.endermanoverhaul.end_enderman_spawn_egg": "男中音合唱末影人生怪蛋",
"item.endermanoverhaul.end_islands_enderman_spawn_egg": "女高音合唱末影人生怪蛋",
"item.endermanoverhaul.spirit_spawn_egg": "彗星生怪蛋",
"subtitles.endermanoverhaul.entity.cave_enderman.ambient": "洞穴末影人:低鳴",
"subtitles.endermanoverhaul.entity.cave_enderman.hurt": "洞穴末影人:受傷",
"subtitles.endermanoverhaul.entity.dark_oak_enderman.ambient": "灰燼末影人:低鳴",
"subtitles.endermanoverhaul.entity.dark_oak_enderman.darkness": "灰燼末影人:暗影降臨",
"subtitles.endermanoverhaul.entity.dark_oak_enderman.stare": "灰燼末影人:嘶吼",
"tag.item.endermanoverhaul.ender_pearls": "終界珍珠"
}

View file

@ -0,0 +1,241 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"entity.firmaciv.rowboat.acacia": "相思木划艇",
"entity.firmaciv.rowboat.ash": "梣木划艇",
"entity.firmaciv.rowboat.aspen": "白楊木划艇",
"entity.firmaciv.rowboat.birch": "樺木划艇",
"entity.firmaciv.rowboat.blackwood": "黑木划艇",
"entity.firmaciv.rowboat.chestnut": "栗木划艇",
"entity.firmaciv.rowboat.douglas_fir": "花旗松木划艇",
"entity.firmaciv.rowboat.hickory": "山胡桃木划艇",
"entity.firmaciv.rowboat.kapok": "木棉木划艇",
"entity.firmaciv.rowboat.mangrove": "紅樹木划艇",
"entity.firmaciv.rowboat.maple": "楓木划艇",
"entity.firmaciv.rowboat.oak": "橡木划艇",
"entity.firmaciv.rowboat.palm": "棕櫚木划艇",
"entity.firmaciv.rowboat.pine": "松木划艇",
"entity.firmaciv.rowboat.rosewood": "玫瑰木划艇",
"entity.firmaciv.rowboat.sequoia": "紅杉木划艇",
"entity.firmaciv.rowboat.spruce": "杉木划艇",
"entity.firmaciv.rowboat.sycamore": "懸鈴木划艇",
"entity.firmaciv.rowboat.white_cedar": "白雪松木划艇",
"entity.firmaciv.rowboat.willow": "柳木划艇",
"entity.firmaciv.sloop.acacia": "相思木單桅縱帆船",
"entity.firmaciv.sloop.ash": "梣木單桅縱帆船",
"entity.firmaciv.sloop.aspen": "白楊木單桅縱帆船",
"entity.firmaciv.sloop.birch": "樺木單桅縱帆船",
"entity.firmaciv.sloop.blackwood": "黑木單桅縱帆船",
"entity.firmaciv.sloop.chestnut": "栗木單桅縱帆船",
"entity.firmaciv.sloop.douglas_fir": "花旗松木單桅縱帆船",
"entity.firmaciv.sloop.hickory": "山胡桃木單桅縱帆船",
"entity.firmaciv.sloop.kapok": "木棉木單桅縱帆船",
"entity.firmaciv.sloop.mangrove": "紅樹木單桅縱帆船",
"entity.firmaciv.sloop.maple": "楓木單桅縱帆船",
"entity.firmaciv.sloop.oak": "橡木單桅縱帆船",
"entity.firmaciv.sloop.palm": "棕櫚木單桅縱帆船",
"entity.firmaciv.sloop.pine": "松木單桅縱帆船",
"entity.firmaciv.sloop.rosewood": "玫瑰木單桅縱帆船",
"entity.firmaciv.sloop.sequoia": "紅杉木單桅縱帆船",
"entity.firmaciv.sloop.spruce": "杉木單桅縱帆船",
"entity.firmaciv.sloop.sycamore": "懸鈴木單桅縱帆船",
"entity.firmaciv.sloop.white_cedar": "白雪松木單桅縱帆船",
"entity.firmaciv.sloop.willow": "柳木單桅縱帆船",
"entity.firmaciv.sloop_construction.acacia": "相思木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.ash": "梣木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.aspen": "白楊木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.birch": "樺木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.blackwood": "黑木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.chestnut": "栗木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.douglas_fir": "花旗松木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.hickory": "山胡桃木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.kapok": "木棉木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.mangrove": "紅樹木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.maple": "楓木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.oak": "橡木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.palm": "棕櫚木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.pine": "松木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.rosewood": "玫瑰木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.sequoia": "紅杉木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.spruce": "杉木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.sycamore": "懸鈴木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.white_cedar": "白雪松木單桅縱帆船(施工中)",
"entity.firmaciv.sloop_construction.willow": "柳木單桅縱帆船(施工中)",
"entity.firmaciv.dugout_canoe.acacia": "相思木獨木舟",
"entity.firmaciv.dugout_canoe.ash": "梣木獨木舟",
"entity.firmaciv.dugout_canoe.aspen": "白楊木獨木舟",
"entity.firmaciv.dugout_canoe.birch": "樺木獨木舟",
"entity.firmaciv.dugout_canoe.blackwood": "黑木獨木舟",
"entity.firmaciv.dugout_canoe.chestnut": "栗木獨木舟",
"entity.firmaciv.dugout_canoe.douglas_fir": "花旗松木獨木舟",
"entity.firmaciv.dugout_canoe.hickory": "山胡桃木獨木舟",
"entity.firmaciv.dugout_canoe.kapok": "木棉木獨木舟",
"entity.firmaciv.dugout_canoe.mangrove": "紅樹木獨木舟",
"entity.firmaciv.dugout_canoe.maple": "楓木獨木舟",
"entity.firmaciv.dugout_canoe.oak": "橡木獨木舟",
"entity.firmaciv.dugout_canoe.palm": "棕櫚木獨木舟",
"entity.firmaciv.dugout_canoe.pine": "松木獨木舟",
"entity.firmaciv.dugout_canoe.rosewood": "玫瑰木獨木舟",
"entity.firmaciv.dugout_canoe.sequoia": "紅杉木獨木舟",
"entity.firmaciv.dugout_canoe.spruce": "杉木獨木舟",
"entity.firmaciv.dugout_canoe.sycamore": "懸鈴木獨木舟",
"entity.firmaciv.dugout_canoe.white_cedar": "白雪松木獨木舟",
"entity.firmaciv.dugout_canoe.willow": "柳木獨木舟",
"block.firmaciv.thatch_roofing_stairs": "茅草屋頂樓梯",
"block.firmaciv.thatch_roofing_slab": "茅草屋頂半磚",
"block.firmaciv.thatch_roofing": "茅草屋頂",
"entity.firmaciv.kayak": "皮划艇",
"entity.firmaciv.cannon": "加農砲",
"entity.firmaciv.compartment_tfc_chest": "船艙箱",
"entity.firmaciv.compartment_tfc_barrel": "船艙木桶",
"entity.firmaciv.compartment_large_vessel": "大型容器艙",
"config.jade.plugin_firmaciv.barrel": "船艙木桶",
"config.jade.plugin_firmaciv.tfc_chest": "TFC 船艙箱",
"itemGroup.firmaciv": "群巒傳說:航海文明",
"creativetab.firmaciv_tab": "群巒傳說:航海文明",
"creativetab.watercraft_tab": "水上載具",
"creativetab.navigation_tab": "航海工具",
"tfc.recipe.barrel.firmaciv.barrel.large_waterproof_hide_olive": "大型防水皮革",
"tfc.recipe.barrel.firmaciv.barrel.large_waterproof_hide_tallow": "大型防水皮革",
"copy_latitude": "複製緯度到剪貼簿",
"copy_longitude": "複製經度到剪貼簿",
"copy_latlon": "複製經緯度到剪貼簿",
"copy_altitude": "複製海拔高度到剪貼簿",
"latitude": "緯度",
"longitude": "經度",
"altitude": "海拔高度",
"degrees": "度",
"sea_level": "海平面",
"north": "北",
"south": "南",
"east": "東",
"west": "西",
"above": "上方",
"below": "下方",
"meters": "公尺",
"press_button": "按下",
"eject_passengers": "彈出乘客",
"restless_passenger": "這位乘客顯得坐立不安。",
"firmaciv.advancements.kayak_paddle.title": "雙重麻煩",
"firmaciv.advancements.kayak_paddle.description": "製作一支皮划艇槳",
"firmaciv.advancements.canoe.title": "火力全開",
"firmaciv.advancements.canoe.description": "嘗試點燃獨木舟船體",
"firmaciv.advancements.oar.title": "划動吧,我的槳",
"firmaciv.advancements.oar.description": "製作一支船槳",
"firmaciv.advancements.kayak.title": "今晚,我送你回家",
"firmaciv.advancements.kayak.description": "製作一艘皮划艇",
"firmaciv.advancements.nav_clock.title": "分秒必爭",
"firmaciv.advancements.nav_clock.description": "製作一個領航員時計",
"firmaciv.advancements.sextant.title": "星光指引",
"firmaciv.advancements.sextant.description": "製作一個六分儀",
"firmaciv.advancements.barometer.title": "衝浪還是滑草?",
"firmaciv.advancements.barometer.description": "製作一個晴雨表",
"firmaciv.advancements.oarlock.title": "蒙特雷克切口",
"firmaciv.advancements.oarlock.description": "鍛造一支船槳",
"firmaciv.jei.transfer.error.barrel_sealed": "木桶目前已密封",
"block.firmaciv.watercraft_frame_angled": "斜面船匠腳手架",
"block.firmaciv.watercraft_frame_flat": "平面船匠腳手架",
"item.firmaciv.unfinished_barometer": "未完成的晴雨表",
"item.firmaciv.unfinished_nav_clock": "未完成的領航員時計",
"item.firmaciv.unfinished_sextant": "未完成的六分儀",
"item.firmaciv.cannon_barrel": "砲管",
"item.firmaciv.small_triangular_sail": "小型三角帆",
"item.firmaciv.medium_triangular_sail": "中型三角帆",
"item.firmaciv.large_triangular_sail": "大型三角帆",
"item.firmaciv.cannon": "加農砲",
"item.firmaciv.sloop_icon_only": "僅顯示圖示",
"item.firmaciv.canoe_icon_only": "僅顯示圖示",
"item.firmaciv.canoe_with_paddle_icon_only": "僅顯示圖示",
"item.firmaciv.kayak_with_paddle_icon_only": "僅顯示圖示",
"item.firmaciv.rowboat_icon_only": "僅顯示圖示",
"item.firmaciv.copper_bolt": "銅製螺栓",
"item.firmaciv.kayak": "皮划艇",
"item.firmaciv.large_waterproof_hide": "大型防水皮革",
"item.firmaciv.nav_toolkit": "領航員工具箱",
"item.firmaciv.barometer": "晴雨表",
"item.firmaciv.sextant": "六分儀",
"item.firmaciv.nav_clock": "領航員時計",
"item.firmaciv.firmaciv_compass": "指南針(校正至正北)",
"item.firmaciv.kayak_paddle": "皮划艇槳",
"item.firmaciv.canoe_paddle": "獨木舟槳",
"block.firmaciv.wood.acacia_roofing": "相思木屋頂",
"block.firmaciv.wood.ash_roofing": "梣木屋頂",
"block.firmaciv.wood.aspen_roofing": "白楊木屋頂",
"block.firmaciv.wood.birch_roofing": "樺木屋頂",
"block.firmaciv.wood.blackwood_roofing": "黑木屋頂",
"block.firmaciv.wood.chestnut_roofing": "栗木屋頂",
"block.firmaciv.wood.douglas_fir_roofing": "花旗松木屋頂",
"block.firmaciv.wood.hickory_roofing": "山胡桃木屋頂",
"block.firmaciv.wood.kapok_roofing": "木棉木屋頂",
"block.firmaciv.wood.mangrove_roofing": "紅樹木屋頂",
"block.firmaciv.wood.maple_roofing": "楓木屋頂",
"block.firmaciv.wood.oak_roofing": "橡木屋頂",
"block.firmaciv.wood.palm_roofing": "棕櫚木屋頂",
"block.firmaciv.wood.pine_roofing": "松木屋頂",
"block.firmaciv.wood.rosewood_roofing": "玫瑰木屋頂",
"block.firmaciv.wood.sequoia_roofing": "紅杉木屋頂",
"block.firmaciv.wood.spruce_roofing": "杉木屋頂",
"block.firmaciv.wood.sycamore_roofing": "懸鈴木屋頂",
"block.firmaciv.wood.white_cedar_roofing": "白雪松木屋頂",
"block.firmaciv.wood.willow_roofing": "柳木屋頂",
"block.firmaciv.wood.watercraft_frame.flat.acacia": "相思木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.acacia": "相思木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.acacia": "相思木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.ash": "梣木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.ash": "梣木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.ash": "梣木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.aspen": "白楊木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.aspen": "白楊木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.aspen": "白楊木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.birch": "樺木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.birch": "樺木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.birch": "樺木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.blackwood": "黑木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.blackwood": "黑木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.blackwood": "黑木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.chestnut": "栗木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.chestnut": "栗木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.chestnut": "栗木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.douglas_fir": "花旗松木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.douglas_fir": "花旗松木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.douglas_fir": "花旗松木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.hickory": "山胡桃木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.hickory": "山胡桃木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.hickory": "山胡桃木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.kapok": "木棉木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.kapok": "木棉木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.kapok": "木棉木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.mangrove": "紅樹木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.mangrove": "紅樹木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.mangrove": "紅樹木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.maple": "楓木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.maple": "楓木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.maple": "楓木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.oak": "橡木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.oak": "橡木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.oak": "橡木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.palm": "棕櫚木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.palm": "棕櫚木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.palm": "棕櫚木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.pine": "松木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.pine": "松木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.pine": "松木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.rosewood": "玫瑰木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.rosewood": "玫瑰木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.rosewood": "玫瑰木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.sequoia": "紅杉木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.sequoia": "紅杉木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.sequoia": "紅杉木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.spruce": "杉木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.spruce": "杉木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.spruce": "杉木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.sycamore": "懸鈴木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.sycamore": "懸鈴木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.sycamore": "懸鈴木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.white_cedar": "白雪松木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.white_cedar": "白雪松木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.white_cedar": "白雪松木獨木舟組件",
"block.firmaciv.wood.watercraft_frame.flat.willow": "柳木平面船匠腳手架",
"block.firmaciv.wood.watercraft_frame.angled.willow": "柳木斜面船匠腳手架",
"block.firmaciv.wood.canoe_component_block.willow": "柳木獨木舟組件",
"item.firmaciv.rope_coil": "黃麻繩"
}

View file

@ -0,0 +1,63 @@
{
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
"block.firmacivplus.wood.baobab_roofing": "猴麵包樹木屋頂",
"block.firmacivplus.wood.canoe_component_block.crimson": "緋紅蕈木獨木舟組件",
"block.firmacivplus.wood.canoe_component_block.cypress": "柏木獨木舟組件",
"block.firmacivplus.wood.canoe_component_block.fig": "無花果木獨木舟組件",
"block.firmacivplus.wood.canoe_component_block.tualang": "大甘巴豆木獨木舟組件",
"block.firmacivplus.wood.crimson_roofing": "緋紅蕈木屋頂",
"block.firmacivplus.wood.cypress_roofing": "柏木屋頂",
"block.firmacivplus.wood.eucalyptus_roofing": "桉木屋頂",
"block.firmacivplus.wood.fig_roofing": "無花果木屋頂",
"block.firmacivplus.wood.hevea_roofing": "橡膠木屋頂",
"block.firmacivplus.wood.ipe_roofing": "重蟻木屋頂",
"block.firmacivplus.wood.ironwood_roofing": "鐵木屋頂",
"block.firmacivplus.wood.mahogany_roofing": "桃花心木屋頂",
"block.firmacivplus.wood.teak_roofing": "柚木屋頂",
"block.firmacivplus.wood.tualang_roofing": "大甘巴豆木屋頂",
"block.firmacivplus.wood.warped_roofing": "扭曲蕈木屋頂",
"block.firmacivplus.wood.watercraft_frame.angled.baobab": "猴麵包樹木斜面船匠腳手架",
"block.firmacivplus.wood.watercraft_frame.angled.eucalyptus": "桉木斜面船匠腳手架",
"block.firmacivplus.wood.watercraft_frame.angled.hevea": "橡膠木斜面船匠腳手架",
"block.firmacivplus.wood.watercraft_frame.angled.ipe": "重蟻木斜面船匠腳手架",
"block.firmacivplus.wood.watercraft_frame.angled.ironwood": "鐵木斜面船匠腳手架",
"block.firmacivplus.wood.watercraft_frame.angled.mahogany": "桃花心木斜面船匠腳手架",
"block.firmacivplus.wood.watercraft_frame.angled.teak": "柚木斜面船匠腳手架",
"block.firmacivplus.wood.watercraft_frame.angled.warped": "扭曲蕈木斜面船匠腳手架",
"block.firmacivplus.wood.watercraft_frame.flat.baobab": "猴麵包樹木平面船匠腳手架",
"block.firmacivplus.wood.watercraft_frame.flat.eucalyptus": "桉木平面船匠腳手架",
"block.firmacivplus.wood.watercraft_frame.flat.hevea": "橡膠木平面船匠腳手架",
"block.firmacivplus.wood.watercraft_frame.flat.ipe": "重蟻木平面船匠腳手架",
"block.firmacivplus.wood.watercraft_frame.flat.ironwood": "鐵木平面船匠腳手架",
"block.firmacivplus.wood.watercraft_frame.flat.mahogany": "桃花心木平面船匠腳手架",
"block.firmacivplus.wood.watercraft_frame.flat.teak": "柚木平面船匠腳手架",
"block.firmacivplus.wood.watercraft_frame.flat.warped": "扭曲蕈木平面船匠腳手架",
"entity.firmacivplus.dugout_canoe.crimson": "緋紅蕈木獨木舟",
"entity.firmacivplus.dugout_canoe.cypress": "柏木獨木舟",
"entity.firmacivplus.dugout_canoe.fig": "無花果木獨木舟",
"entity.firmacivplus.dugout_canoe.tualang": "大甘巴豆木獨木舟",
"entity.firmacivplus.rowboat.baobab": "猴麵包樹木划艇",
"entity.firmacivplus.rowboat.eucalyptus": "桉木划艇",
"entity.firmacivplus.rowboat.hevea": "橡膠木划艇",
"entity.firmacivplus.rowboat.ipe": "重蟻木划艇",
"entity.firmacivplus.rowboat.ironwood": "鐵木划艇",
"entity.firmacivplus.rowboat.mahogany": "桃花心木划艇",
"entity.firmacivplus.rowboat.teak": "柚木划艇",
"entity.firmacivplus.rowboat.warped": "扭曲蕈木划艇",
"entity.firmacivplus.sloop.baobab": "猴麵包樹木單桅縱帆船",
"entity.firmacivplus.sloop.eucalyptus": "桉木單桅縱帆船",
"entity.firmacivplus.sloop.hevea": "橡膠木單桅縱帆船",
"entity.firmacivplus.sloop.ipe": "重蟻木單桅縱帆船",
"entity.firmacivplus.sloop.ironwood": "鐵木單桅縱帆船",
"entity.firmacivplus.sloop.mahogany": "桃花心木單桅縱帆船",
"entity.firmacivplus.sloop.teak": "柚木單桅縱帆船",
"entity.firmacivplus.sloop.warped": "扭曲蕈木單桅縱帆船",
"entity.firmacivplus.sloop_construction.baobab": "猴麵包樹木單桅縱帆船",
"entity.firmacivplus.sloop_construction.eucalyptus": "桉木單桅縱帆船",
"entity.firmacivplus.sloop_construction.hevea": "橡膠木單桅縱帆船",
"entity.firmacivplus.sloop_construction.ipe": "重蟻木單桅縱帆船",
"entity.firmacivplus.sloop_construction.ironwood": "鐵木單桅縱帆船",
"entity.firmacivplus.sloop_construction.mahogany": "桃花心木單桅縱帆船",
"entity.firmacivplus.sloop_construction.teak": "柚木單桅縱帆船",
"entity.firmacivplus.sloop_construction.warped": "扭曲蕈木單桅縱帆船"
}

Some files were not shown because too many files have changed in this diff Show more