diff --git a/.gitignore b/.gitignore index ced8fa48b..8964861df 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ CustomSkinLoader/* screenshots/* shaderpacks/* chiselsandbits/* +.vscode/ # Extensions **/*.log diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd2cc923..f98f15447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.4.4] - Unreleased +## [Unreleased] ### Изменения - Исправлены текстуры ванильных кусков руды. - Исправлены рецепты декрафта через продувку в воде из create у грязной пыль. @@ -11,7 +11,20 @@ - Добавлено больше рецептов через водную продувку из create gt руды. - Добавлено больше рецептов через бросание в воду AE2. - Исправлен баг, когда отлично выкованный статус на оголовии не перекладывался на сам инструмент. +- Исправление рецептов терминалов AE2. +- Добавлены 2 новые жилы, Oilsands и Spodumene, подробнее в таблице Excel. +- Обновлены 5 жил, подробнее в таблице Excel, там можно посмотреть изменения. +- Добавлена жидкостная жила с fresh водой. +- Интеграция ComputerCraft. - Возвращен рецепт костной муки в CrushingWheels. +- Надеюсь исправлены квесты, которые не принимали инструмент как следует. +- Добавлено множестно новых рецептов для CrushingWheels и Milling из Create. +- Отключены рецепты пылей некоторых металлов, теперь их нужно смешивать в Mixer. +- Изменен рецепт досок из креозота. +- Изменен рецепт у лент из мода Exposure. +- Добавлены в TFC металлы Tin Alloy и Red Alloy, теперь их можно смешать и отлить в форму. +- Интеграция FirmaLife насколько это возможно (Удалены рецепты теплицы из нержавейки + скрыты некоторые блоки/жидкости) + заменены рецепты использующие нержавейку (что?). +- Некоторое обновление квестов. ## [0.4.3] - 06.01.2024 ### Изменения diff --git a/config/embeddium++.toml b/config/embeddium++.toml index e10f92917..076612d14 100644 --- a/config/embeddium++.toml +++ b/config/embeddium++.toml @@ -1,80 +1,131 @@ -[EmbeddiumPlus] +[embeddiumplus] - [EmbeddiumPlus.DynamicLights] - OnlyUpdateOnPositionChange = true - DynamicEntityLighting = true - #Allowed Values: OFF, SLOW, FAST, FASTEST, REALTIME - QualityMode = "REALTIME" - DynamicTileEntityLighting = true - - #You can configure FPS overlay at the corner - [EmbeddiumPlus.fps_overlay] + [embeddiumplus.general] + #Configure FPS Display mode + #Complete mode gives you min FPS count and average count #Allowed Values: OFF, SIMPLE, ADVANCED - DisplayMode = "OFF" - OverlayMargin = 12 - - #Configure max BlockEntity distance - [EmbeddiumPlus.block_entity_distance] - #Max horizontal render distance - #Value is squared, default was 64^2 (or 64x64) - maxHorizontalDistance = 4096 - #Max vertical render distance - #Value is raw - maxVerticalDistance = 32 - - [EmbeddiumPlus.Misc] - RenderFog = true - HideJEI = false - CloudHeight = 128 - #Allowed Values: OFF, FAST, FANCY - ChunkFadeInQuality = "FANCY" + fpsDisplay = "OFF" + #Shows GPU and memory usage onto FPS display + #Allowed Values: OFF, ON, GPU, RAM + fpsDisplaySystem = "OFF" + #Set Fullscreen mode + #Borderless let you change between screens more faster and move your mouse across monitors #Allowed Values: WINDOWED, BORDERLESS, FULLSCREEN - BorderlessFullscreen = "FULLSCREEN" - ExtendedServerViewDistance = true + fullscreen = "WINDOWED" + #Configure FPS Display gravity + #Places counter on specified corner of your screen + #Allowed Values: LEFT, CENTER, RIGHT + fpsDisplayGravity = "LEFT" + #Toggle FPS Display shadow + #In case sometimes you can't see the text + fpsDisplayShadow = false + #Configure FPS Display margin + #Give some space between corner and text + #Range: 0 ~ 48 + fpsDisplayMargin = 12 - #Configure max Entity distance - [EmbeddiumPlus.entity_distance_limit] - #Max horizontal render distance - #Value is squared, default was 64^2 (or 64x64) - maxHorizontalDistance = 4096 - #Turn on this feature - Enable = true - #List of entities to not be ignored when are out of configured radius. - #Accepts ResourceLocation and Mod IDs - #Example: "minecraft:bat" for specific entity or "alexmobs:*" for all mod specific entities - entityWhitelist = [] - #Max vertical render distance - #Value is raw - maxVerticalDistance = 32 + [embeddiumplus.performance] + #Toggles JREI item rendering until searching + #Increases performance a little bit and cleans your screen when you don't want to use it + hideJREI = false + #Toggles FastChest feature + #Without flywheel installed or using any backend, it increases FPS significatly on chest rooms + fastChests = false + #Toggles FastBeds feature + fastBeds = true + #Toggles Minecraft Fonts shadows + #Depending of the case may increase performance + #Gives a flat style text + fontShadows = false - #Configure TrueDarkness feature - #Section deprecated and removed soon (in favor of rework) - [EmbeddiumPlus.true_darkness] - #Sets darkness mode - #Depending of the option darkness can be less or more aggressive - #Allowed Values: PITCH_BLACK, REALLY_DARK, DARK, DIM - DarknessMode = "REALLY_DARK" - #Turn on this feature - Enable = true + [embeddiumplus.performance.distanceCulling] - [EmbeddiumPlus.true_darkness.Advanced] - IgnoreMoonPhase = false - BlockLightingOnly = false + [embeddiumplus.performance.distanceCulling.entities] + #Toggles distance culling for entities + #Maybe you use another mod for that :( + enable = true + #Configure horizontal max distance before cull entities + #Value is squared, default was 64^2 (or 64x64) + #Range: > 0 + cullingDistanceX = 4096 + #List of all entities to be ignored by distance culling + #Uses ResourceLocation to identify it + #Example 1: "minecraft:bat" - Ignores bats only + #Example 2: "alexsmobs:*" - ignores all entities for alexmobs mod + whitelist = [] + #Configure vertical max distance before cull entities + #Value is raw + #Range: 0 ~ 512 + cullingDistanceY = 32 + + [embeddiumplus.performance.distanceCulling.tileEntities] + #Toggles distance culling for Block Entities + #Maybe you use another mod for that :( + enable = true + #Configure horizontal max distance before cull Block entities + #Value is squared, default was 64^2 (or 64x64) + #Range: > 0 + cullingDistanceX = 4096 + #Configure vertical max distance before cull Block entities + #Value is raw + #Range: 0 ~ 512 + cullingDistanceY = 32 + + [embeddiumplus.dynlights] + #Toggle if Block Entities should have dynamic lights + onTileEntities = true + #Configure how fast light whould be updated + #Allowed Values: OFF, SLOW, NORMAL, FAST, SUPERFAST, FASTESTS, REALTIME + updateSpeed = "REALTIME" + #Toggle if Entities should have dynamic lights + onEntities = true + updateOnlyOnPositionChange = true + + [embeddiumplus.quality] + #Chunks fade in speed + #This option doesn't affect performance, just changes speed + #Allowed Values: OFF, FAST, SLOW + chunkFadeSpeed = "SLOW" + #Raise clouds + #Modify clouds height perfect for a adaptative world experience + #Range: 0 ~ 320 + cloudsHeight = 128 + #Toggle fog feature + #Fog was a vanilla feature, toggling off may increases performance + fog = true + + [embeddiumplus.quality.darkness] + #Configure Darkness Mode + #Each config changes what is considered 'true darkness' + #Allowed Values: TOTAL_DARKNESS, PITCH_BLACK, DARK, DIM, OFF + mode = "PITCH_BLACK" + #Configure fog brightness on nether when darkness is enabled #Range: 0.0 ~ 1.0 - MaximumMoonBrightness = 0.25 + endFogBright = 0.5 + #Toggles if moon phases affects darkness in the overworld + affectedByMoonPhase = true + #Configure max moon brightness level with darkness #Range: 0.0 ~ 1.0 - MinimumMoonBrightness = 0.0 - - #Configure what dimension should use TrueDarkness - [EmbeddiumPlus.true_darkness.DimensionSettings] - DefaultSetting = false - #Range: 0.0 ~ 1.0 - DarkNetherFogBrightness = 0.5 - DarkWhenNoSkylight = false - Nether = false - Overworld = true - #Range: 0.0 ~ 1.0 - DarkEndFogBrightness = 0.0 - "Dark End?" = false + fullMoonBright = 0.25 + #Configure fog brightness on nether when darkness is enabled + #Range: 0.0 ~ 1.0 + netherFogBright = 0.5 + #Toggle Darkness on Nether dimension + enableOnNether = false + #Toggle darkness when dimension has no SkyLight + enableOnNoSkyLight = false + #Configure min moon brightness level with darkness + #Range: 0.0 ~ 1.0 + newMoonBright = 0.0 + #Toggle Darkness on End dimension + enableOnEnd = false + #Toggle Darkness default mode for modded dimensions + #This option will be replaced with a whitelist in a near future + valueByDefault = false + #Disables all bright sources of darkness like moon or fog + #Only affects darkness effect + enableBlockLightOnly = false + #Toggle Darkness on Overworld dimension + enableOnOverworld = true diff --git a/config/embeddium++mixin.toml b/config/embeddium++mixin.toml new file mode 100644 index 000000000..2bc8d7e08 --- /dev/null +++ b/config/embeddium++mixin.toml @@ -0,0 +1,9 @@ + +[mixin] + + [mixin.languageScreen] + fastreload = true + + [mixin.borderless] + f11 = true + diff --git a/config/emi.css b/config/emi.css new file mode 100644 index 000000000..c9c121dd5 --- /dev/null +++ b/config/emi.css @@ -0,0 +1,462 @@ +/** EMI Config */ + +#general { + /** + * Whether EMI is enabled and visible. + */ + enabled: true; + + /** + * Whether cheating in items is enabled. + */ + cheat-mode: true; + + /** + * How much EMI should use tooltips and popups to show controls and information. + */ + help-level: normal; + + /** + * Where EMI should pull stacks from to populate the index. + */ + index-source: creative; + + /** + * Whether normal search queries should include the tooltip. + */ + search-tooltip-by-default: true; + + /** + * Whether normal search queries should include the mod name. + */ + search-mod-name-by-default: false; + + /** + * Whether normal search queries should include the stack's tags. + */ + search-tags-by-default: false; +} + +#ui { + /** + * Which action should be performed when clicking the recipe book. + */ + recipe-book-action: toggle-craftables; + + /** + * Where to display status effects in the inventory. + */ + effect-location: top; + + /** + * Whether to display a gray overlay when hovering over a stack. + */ + show-hover-overlay: true; + + /** + * Whether to add mod name to tooltips + */ + append-mod-id: true; + + /** + * Whether to add mod name to item tooltips, in case another mod provides behavior + */ + append-item-mod-id: true; + + /** + * Prevents recipes being quick crafted from shifting around under the cursor. + */ + miscraft-prevention: true; + + /** + * The unit to display fluids as. + */ + fluid-unit: millibuckets; + + /** + * Whether to use the batched render system. Batching is faster, but may have + * incompatibilities with shaders or other mods. + */ + use-batched-renderer: true; + + /** + * Whether to have the search bar in the center of the screen, instead of to the + * side. + */ + center-search-bar: true; + + /** + * Which sidebar type to switch to when searching. + */ + search-sidebar-focus: index; + + /** + * Which sidebar type to focus when the search is empty. + */ + empty-search-sidebar-focus: none; + + /** + * The amount of vertical margin to give in the recipe screen. + */ + vertical-margin: 20; + + /** + * The minimum width of the recipe screen in pixels. Controls how many tabs there + * can be, and where the page switching buttons go. The default is 176, the width + * of most screens. + */ + minimum-recipe-screen-width: 176; + + /** + * Where to show workstations in the recipe screen + */ + workstation-location: bottom; + + /** + * Display cost per batch when hovering a recipe output + */ + show-cost-per-batch: true; + + /** + * Whether recipes should have a button to set as default. + */ + recipe-default-button: true; + + /** + * Whether recipes should have a button to show the recipe tree. + */ + recipe-tree-button: true; + + /** + * Whether recipes should have a button to fill the ingredients in a handler. + */ + recipe-fill-button: true; + + /** + * Whether recipes should have a button to take a screenshot of the recipe. + */ + recipe-screenshot-button: false; + + /** + * The GUI scale at which recipe screenshots are saved. Use 0 to use the current + * GUI scale. + */ + recipe-screenshot-scale: 0; + + /** + * The pages in the left sidebar + */ + left-sidebar-pages: favorites; + + /** + * The subpanels in the left sidebar + */ + left-sidebar-subpanels: none; + + /** + * How many columns and rows of ingredients to limit the left sidebar to + */ + left-sidebar-size: 12, 100; + + /** + * How much space to maintain between the left sidebar and obstructions, in pixels + */ + left-sidebar-margins: 2, 2, 2, 2; + + /** + * Where to position the left sidebar + */ + left-sidebar-align: left, top; + + /** + * Whether to render the header buttons and page count for the left sidebar + */ + left-sidebar-header: visible; + + /** + * Which theme to use for the left sidebar + */ + left-sidebar-theme: transparent; + + /** + * The pages in the right sidebar + */ + right-sidebar-pages: index, craftables; + + /** + * The subpanels in the right sidebar + */ + right-sidebar-subpanels: none; + + /** + * How many columns and rows of ingredients to limit the right sidebar to + */ + right-sidebar-size: 12, 100; + + /** + * How much space to maintain between the right sidebar and obstructions, in pixels + */ + right-sidebar-margins: 2, 2, 2, 2; + + /** + * Where to position the right sidebar + */ + right-sidebar-align: right, top; + + /** + * Whether to render the header buttons and page count for the right sidebar + */ + right-sidebar-header: visible; + + /** + * Which theme to use for the right sidebar + */ + right-sidebar-theme: transparent; + + /** + * The pages in the top sidebar + */ + top-sidebar-pages: none; + + /** + * The subpanels in the top sidebar + */ + top-sidebar-subpanels: none; + + /** + * How many columns and rows of ingredients to limit the top sidebar to + */ + top-sidebar-size: 9, 9; + + /** + * How much space to maintain between the top sidebar and obstructions, in pixels + */ + top-sidebar-margins: 2, 2, 2, 2; + + /** + * Where to position the top sidebar + */ + top-sidebar-align: center, center; + + /** + * Whether to render the header buttons and page count for the top sidebar + */ + top-sidebar-header: visible; + + /** + * Which theme to use for the top sidebar + */ + top-sidebar-theme: transparent; + + /** + * The pages in the bottom sidebar + */ + bottom-sidebar-pages: none; + + /** + * The subpanels in the bottom sidebar + */ + bottom-sidebar-subpanels: none; + + /** + * How many columns and rows of ingredients to limit the bottom sidebar to + */ + bottom-sidebar-size: 9, 9; + + /** + * How much space to maintain between the bottom sidebar and obstructions, in + * pixels + */ + bottom-sidebar-margins: 2, 2, 2, 2; + + /** + * Where to position the bottom sidebar + */ + bottom-sidebar-align: center, center; + + /** + * Whether to render the header buttons and page count for the bottom sidebar + */ + bottom-sidebar-header: visible; + + /** + * Which theme to use for the bottom sidebar + */ + bottom-sidebar-theme: transparent; +} + +#binds { + /** + * Toggle the visibility of EMI. + */ + toggle-visibility: "ctrl key.keyboard.o"; + + /** + * Focuse the search bar. + */ + focus-search: "ctrl key.keyboard.f"; + + /** + * Clears the search bar. + */ + clear-search: "key.keyboard.unknown"; + + /** + * Display the recipes for creating a stack. + */ + view-recipes: "key.keyboard.r"; + view-recipes: "key.mouse.left"; + + /** + * Display the recipes that can be created using a stack. + */ + view-uses: "key.keyboard.u"; + view-uses: "key.mouse.right"; + + /** + * Favorite the item to display on the side of the screen opposite of recipies for + * quick access. + */ + favorite: "key.keyboard.a"; + + /** + * Set the default recipe for a given stack in the output of a recipe to that + * recipe. + */ + default-stack: "ctrl key.mouse.left"; + + /** + * Display the recipe tree for a given stack. + */ + view-stack-tree: "key.keyboard.unknown"; + + /** + * Display the recipe tree. + */ + view-tree: "key.keyboard.unknown"; + + /** + * Return to the previous page in EMI. + */ + back: "key.keyboard.backspace"; + + /** + * Return to the next page in EMI after going back. + */ + forward: "key.keyboard.unknown"; + + /** + * When on a stack with an associated recipe: + * Move ingredients for a single result. + */ + craft-one: "key.mouse.left"; + + /** + * When on a stack with an associated recipe: + * Move ingredients for as many results as possible. + */ + craft-all: "shift key.mouse.left"; + + /** + * When on a stack with an associated recipe: + * Move ingredients for a single result and put in inventory if possible. + */ + craft-one-to-inventory: "key.keyboard.unknown"; + + /** + * When on a stack with an associated recipe: + * Move ingredients for as many results as possible and put in inventory if + * possible. + */ + craft-all-to-inventory: "key.keyboard.unknown"; + + /** + * When on a stack with an associated recipe: + * Move ingredients for a single result and put in cursor if possible. + */ + craft-one-to-cursor: "ctrl key.mouse.left"; + + /** + * Display the recipe that will be used to craft on a stack with no recipe context. + */ + show-craft: "key.keyboard.left.shift"; + + /** + * Cheat in one of an item into the inventory. + */ + cheat-one-to-inventory: "ctrl key.mouse.right"; + + /** + * Cheat in a stack of an item into the inventory. + */ + cheat-stack-to-inventory: "ctrl key.mouse.left"; + + /** + * Cheat in one of an item into the cursor. + */ + cheat-one-to-cursor: "ctrl key.mouse.middle"; + + /** + * Cheat in a stack of an item into the cursor. + */ + cheat-stack-to-cursor: "key.keyboard.unknown"; + + /** + * Delete the stack in the cursor when hovering the index + */ + delete-cursor-stack: "key.mouse.left"; + + /** + * Copies the hovered recipe's ID to the clipboard + */ + copy-recipe-id: "key.keyboard.keypad.5"; + + /** + * In edit mode, hide the hovered stack + */ + hide-stack: "ctrl key.mouse.left"; + + /** + * In edit mode, hide stacks with the hovered stack's id + */ + hide-stack-by-id: "ctrl shift key.mouse.left"; +} + +#dev { + /** + * Whether development functions should be enabled. Not recommended for general + * play. + */ + dev-mode: false; + + /** + * Whether editing the index is enabled + */ + edit-mode: false; + + /** + * Whether to log untranslated tags as warnings. + */ + log-untranslated-tags: false; + + /** + * Whether to log ingredients that don't have a representative tag as warnings. + */ + log-non-tag-ingredients: false; + + /** + * Whether hovering the output of a recipe should show the recipe's EMI ID. + */ + show-recipe-ids: true; + + /** + * Whether stacks in the index should display a highlight if they have a recipe + * default. + */ + highlight-defaulted: false; + + /** + * Whether to display exclusion areas + */ + highlight-exclusion-areas: false; +} diff --git a/config/fancymenu/customization/main_menu.txt b/config/fancymenu/customization/main_menu.txt index fee8362b3..4241064e6 100644 --- a/config/fancymenu/customization/main_menu.txt +++ b/config/fancymenu/customization/main_menu.txt @@ -41,12 +41,6 @@ customization { height = 20 } -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button% - loopbackgroundanimations = true - restartbackgroundanimations = true -} - customization { identifier = %id=button_compatibility_id:mc_titlescreen_accessibility_button% action = hidebutton @@ -81,12 +75,6 @@ customization { y = -5 } -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_options_button% - loopbackgroundanimations = true - restartbackgroundanimations = true -} - customization { identifier = %id=button_compatibility_id:mc_titlescreen_quit_button% orientation = mid-centered @@ -95,12 +83,6 @@ customization { y = 18 } -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_quit_button% - loopbackgroundanimations = true - restartbackgroundanimations = true -} - customization { identifier = %id=button_compatibility_id:mc_titlescreen_language_button% action = hidebutton @@ -122,13 +104,6 @@ customization { y = -51 } - -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% - loopbackgroundanimations = true - restartbackgroundanimations = true -} - customization { identifier = %id=button_compatibility_id:forge_titlescreen_mods_button% orientation = mid-centered @@ -137,12 +112,6 @@ customization { y = -5 } -customization { - identifier = %id=button_compatibility_id:forge_titlescreen_mods_button% - loopbackgroundanimations = true - restartbackgroundanimations = true -} - customization { identifier = %id=button_compatibility_id:mc_titlescreen_realms_button% action = hidebutton @@ -226,15 +195,15 @@ customization { customization { orientation = mid-centered + loopbackgroundanimations = true restartbackgroundanimations = true buttonaction = joinserver;tfg2.terrafirmagreg.su%btnaction_splitter_fm% - label = Offical Server - loopbackgroundanimations = true x = 47 width = 98 action = addbutton actionid = 6514e312-8243-47af-a516-89743d8ca1af1699692677651 y = -28 + label = Offical Server height = 20 } @@ -288,7 +257,7 @@ customization { backgroundhovered = kubejs/assets/tfg/textures/gui/github_logo_hovered.png label = loopbackgroundanimations = true - x = 100 + x = 99 width = 20 action = addbutton actionid = 91b4ae84-eed0-47a3-8fe9-6957c02d2c621699691709167 @@ -304,7 +273,7 @@ customization { backgroundhovered = kubejs/assets/tfg/textures/gui/modrinth_logo_hovered.png label = loopbackgroundanimations = true - x = 72 + x = 73 width = 20 action = addbutton actionid = 6514e312-8243-47af-a516-89743d8ca1af1699692677651 @@ -332,5 +301,3 @@ customization { height = 56 } - - diff --git a/config/fancymenu/customization/pause_menu.txt b/config/fancymenu/customization/pause_menu.txt index d289a1061..d8051e3ef 100644 --- a/config/fancymenu/customization/pause_menu.txt +++ b/config/fancymenu/customization/pause_menu.txt @@ -15,50 +15,32 @@ customization { customization { identifier = %id=button_compatibility_id:mc_pausescreen_advancements_button% - action = hidebutton -} - -customization { - identifier = %id=button_compatibility_id:mc_pausescreen_options_button% - orientation = mid-centered - x = -102 + orientation = element + orientation_element = vanillabtn:button_compatibility_id:mc_pausescreen_options_button + x = 0 action = movebutton - y = -10 + y = -25 } customization { - identifier = %id=button_compatibility_id:mc_pausescreen_disconnect_button% - orientation = mid-centered - x = -101 - action = movebutton - y = 39 + identifier = %id=button_compatibility_id:mc_pausescreen_advancements_button% + action = setbuttonlabel + value = {"placeholder":"local","values":{"key":"ftbquests.quests"}} } customization { - identifier = %id=button_compatibility_id:mc_pausescreen_disconnect_button% - loopbackgroundanimations = true - restartbackgroundanimations = true - action = setbuttontexture + identifier = %id=button_compatibility_id:mc_pausescreen_advancements_button% + action = sethoverlabel + label = {"placeholder":"local","values":{"key":"ftbquests.quests"}} } customization { identifier = %id=button_compatibility_id:mc_pausescreen_stats_button% - orientation = mid-centered - x = 4 + orientation = element + orientation_element = vanillabtn:button_compatibility_id:mc_pausescreen_lan_button + x = 0 action = movebutton - y = -10 -} - -customization { - identifier = %id=button_compatibility_id:mc_pausescreen_stats_button% - loopbackgroundanimations = true - restartbackgroundanimations = true - action = setbuttontexture -} - -customization { - identifier = %id=button_compatibility_id:mc_pausescreen_lan_button% - action = hidebutton + y = -24 } customization { @@ -68,17 +50,11 @@ customization { customization { identifier = %id=button_compatibility_id:mc_pausescreen_return_to_game_button% - orientation = mid-centered - x = -102 + orientation = element + orientation_element = vanillabtn:398348 + x = 0 action = movebutton - y = -34 -} - -customization { - identifier = %id=button_compatibility_id:mc_pausescreen_return_to_game_button% - loopbackgroundanimations = true - restartbackgroundanimations = true - action = setbuttontexture + y = -72 } customization { @@ -86,72 +62,8 @@ customization { action = hidebutton } -customization { - identifier = %id=398348% - action = hidebutton -} - -customization { - identifier = %id=398348% - orientation = mid-centered - x = -217 - action = movebutton - y = 13 -} - -customization { - identifier = %id=398348% - width = 98 - action = resizebutton - height = 20 -} - customization { identifier = %id=button_compatibility_id:mc_pausescreen_report_bugs_button% action = hidebutton } -customization { - orientation = mid-centered - [loading_requirement:fancymenu_loading_requirement_is_singpleplayer][requirement_mode:if][req_id:4f25fe92-c3a1-49fa-80ad-9bb26244ad751700456727801] = - restartbackgroundanimations = true - buttonaction = opengui;net.minecraft.client.gui.screens.ShareToLanScreen%btnaction_splitter_fm% - label = {"placeholder":"local","values":{"key":"lanServer.start"}} - loopbackgroundanimations = true - x = 4 - width = 98 - action = addbutton - actionid = 210ee97d-9318-4a22-93cb-7c2a224ba4331700456388839 - y = 14 - height = 20 -} - -customization { - orientation = mid-centered - restartbackgroundanimations = true - buttonaction = opengui;net.minecraftforge.client.gui.ModListScreen%btnaction_splitter_fm% - [loading_requirement:fancymenu_loading_requirement_is_singpleplayer][requirement_mode:if][req_id:b95d87c4-e395-446c-9e89-a80d876578ac1700457303801] = - label = {"placeholder":"local","values":{"key":"fml.menu.mods"}} - loopbackgroundanimations = true - x = -102 - width = 98 - action = addbutton - actionid = 1476f957-76fe-46a8-8b9b-4c99fbee39a31700457166228 - y = 14 - height = 20 -} - -customization { - orientation = mid-centered - restartbackgroundanimations = true - buttonaction = opengui;net.minecraftforge.client.gui.ModListScreen%btnaction_splitter_fm% - label = {"placeholder":"local","values":{"key":"fml.menu.mods"}} - loopbackgroundanimations = true - x = -102 - width = 204 - action = addbutton - actionid = 8e13488b-82eb-470a-b8dd-750b6815a9211700457311802 - y = 14 - [loading_requirement:fancymenu_loading_requirement_is_multiplayer][requirement_mode:if][req_id:bf6191b0-f0b7-4986-9e8a-ae5fa1509e6d1700457329225] = - height = 20 -} diff --git a/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt b/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt new file mode 100644 index 000000000..6b6c4d840 --- /dev/null +++ b/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt @@ -0,0 +1,1784 @@ +{ + autofocus_id: "01E88C8523658529" + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "ev__extreme_voltage" + group: "" + icon: "gtceu:ev_electric_motor" + id: "7FB9F636D95820A3" + order_index: 5 + quest_links: [ + { + id: "2E99A771FCA40E15" + linked_quest: "7FA0ACB7F161F378" + shape: "gear" + size: 1.2d + x: 4.5d + y: 5.625d + } + { + id: "01E88C8523658529" + linked_quest: "40408FFD02134148" + size: 0.75d + x: 4.5d + y: 6.75d + } + { + id: "567AFEA6A07F1886" + linked_quest: "390E59F05132FCB8" + size: 0.75d + x: 1.125d + y: 7.875d + } + { + id: "33EE8F2888E09B86" + linked_quest: "528CE69DA4358B2E" + size: 0.75d + x: 4.5d + y: 10.125d + } + { + id: "156278F7405DCE44" + linked_quest: "017019EB38F7A18C" + size: 0.75d + x: 5.625d + y: 10.125d + } + ] + quests: [ + { + dependencies: ["16B735F9C391D260"] + description: [ + "It's time to be blunt - Steam as a power option really isn't worth it at this point anymore. " + "" + "The &3Large Steam Turbine&r acts as a multiblock Steam Turbine for &6HV&r power. It's quite an expensive multiblock to build just for a measly 1024 EU/t, but it also boasts the powerful ability to scale to &9higher Power Production and higher Efficiency&r." + "{@pagebreak}" + "The Turbine outputs &dDistilled Water&r if given an &3Output Hatch&r, which you could loop back to your &3Large Boilers&r. We don't entirely endorse this, as your Boilers will end up exploding if the system fails." + "" + "Each Large Turbine will require a &aTurbine Rotor&r and a &3Rotor Holder&r. You can find out more about the Turbine mechanics in the &lnext&r Quest." + "{@pagebreak}" + "&9Note:&r This Quest &eonly&r requires the Controller, but you'll still need all the multiblock parts to construct the Turbine." + "" + "Turbines &cvoid&r energy if they're unable to output. If you plan on using this with &6HV&r power, use a Rotor close to a 100% Power stat." + ] + icon: "gtceu:steam_large_turbine" + id: "189F84D6C76CDC8B" + shape: "rsquare" + size: 0.66d + subtitle: "If you're still running off Steam... boy, do we have a solution for you!" + tasks: [{ + id: "793B9FC5F9ACCCC7" + item: "gtceu:steam_large_turbine" + type: "item" + }] + title: "Large Steam Turbine" + x: 3.375d + y: 4.5d + } + { + dependencies: [ + "0F539EC8D2361791" + "189F84D6C76CDC8B" + "4E9DED9569AA17F5" + ] + description: [ + "The Large Turbines are the most complex Multiblock Generators that you'll find in GTCEu in the present day." + "" + "Let's delve into Turbines!" + "" + "&6This quest unlocks a new tutorial on Turbine Mechanics in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + icon: { + Count: 1b + id: "gtceu:turbine_rotor" + tag: { + GT.PartStats: { + Material: "neutronium" + } + } + } + id: "188A8C3DD38C2762" + min_required_dependencies: 1 + shape: "rsquare" + size: 0.66d + subtitle: "My mechanics are... complex" + tasks: [{ + id: "2CE74616CF080BF9" + type: "checkmark" + }] + title: "Large Turbine Mechanics" + x: 2.25d + y: 4.5d + } + { + dependencies: ["35E7E45987D9B1F6"] + description: [ + "Starting from here, &3Energy&r and &3Dynamo Hatches&r can be upgraded to a &d4A&r variant." + "" + "This is extremely useful for Multiblock Generators." + ] + icon: "gtceu:ev_energy_input_hatch" + id: "7820DF52516344F4" + shape: "rsquare" + size: 0.66d + subtitle: "Perfectly regular progression" + tasks: [{ + id: "1696F760B75B3544" + item: "gtceu:ev_energy_input_hatch" + type: "item" + }] + title: "Upgrading your EBF III" + x: 2.25d + y: 2.25d + } + { + dependencies: ["35E7E45987D9B1F6"] + description: [ + "The &3Large Gas Turbine&r may not leave a huge impression in &5EV&r, but it has the ability to scale to &9better production&r than the base 4096 EU/t, and boasts &9greater efficiency&r." + "" + "Each Large Turbine will require a &aTurbine Rotor&r and a &3Rotor Holder&r. More on the Turbine mechanics in the &lnext&r Quest." + "{@pagebreak}" + "&9Note:&r This Quest &eonly&r requires the Controller, but you still need all the multiblock parts to construct the Turbine." + "" + "Turbines &cvoid&r energy if they're unable to output. If you plan on using this with HV power, use a Rotor with close to 100% Power stat." + ] + icon: "gtceu:gas_large_turbine" + id: "0F539EC8D2361791" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "7243C47692B04E81" + item: "gtceu:gas_large_turbine" + type: "item" + }] + title: "Large Gas Turbine" + x: 2.25d + y: 3.375d + } + { + dependencies: [ + "30A6EDDF25A5E5F8" + "7A55CC71442CC854" + ] + description: [ + "New Cutting Machine? &a✓&r" + "" + "New Lens? &a✓&r" + "" + "New Power Circuit? &a✓&r" + "" + "New EBF Metal required? &a✓&r" + "" + "New Coil for Energy Hatch? &a✓&r" + "" + "&9Note:&r If you haven't found a Jungle yet, you can &acentrifuge Stone Dust&r for &dMetal Mixture Dust&r. This doubles as a Brown Dye." + ] + icon: "gtceu:mpic_chip" + id: "35E7E45987D9B1F6" + size: 0.75d + tasks: [ + { + id: "2475364829C80B50" + item: "gtceu:mpic_chip" + type: "item" + } + { + id: "1225B9C57910A98A" + item: "gtceu:brown_glass_lens" + optional_task: true + type: "item" + } + ] + title: "Power Integrated Circuit" + x: 3.375d + y: 2.25d + } + { + dependencies: [ + "35E7E45987D9B1F6" + "14D277A164202FF8" + ] + description: [ + "The &3Large Combustion Engine&r is a multiblock able to burn &dCombustion Fuels&r for even more Power Generation!" + "" + "Its default production outputs 2048 EU/t, which is the same as 4 &3Turbo Combustion Generators&r." + "" + "Where it shines is the ability to &6boost&r it with &aOxygen&r. This will double the fuel consumption, but &9triple the power generation&r, for 6144 EU/t! This results in &6150% Fuel efficiency&r." + "" + "It also requires a small amount of &aLubricant&r - nothing too crazy." + "" + "The &3LCE&r is also void-free, unlike Large Turbines. Any energy that cannot be output will momentarily pause the multiblock." + "{@pagebreak}" + "&9Note:&r This Quest requires &eany&r task to be completed, but you should still need all the parts." + "" + "To harness the 6144 EU/t Power output, you will need a &34A EV Dynamo Hatch&r or an &3IV Dynamo Hatch&r." + ] + icon: "gtceu:large_combustion_engine" + id: "1AD309112ADD8D8D" + size: 0.75d + tasks: [ + { + id: "4B0E8EBCA3950AA0" + item: "gtceu:large_combustion_engine" + type: "item" + } + { + id: "38A33D0B4E9CD811" + item: "gtceu:ev_energy_output_hatch" + optional_task: true + type: "item" + } + ] + title: "Large Combustion" + x: 3.375d + y: 1.125d + } + { + dependencies: [ + "7A55CC71442CC854" + "478B0D55369C0F7F" + ] + description: [ + "At the cost of 4x the drilling Power, the &3Advanced Fluid Drilling Rig&r gains &616x the output&r in Fluid." + "" + "The depletion of veins is also halved. This means you will get a total of &632x&r as much Oil (or whatever fluid) from a bedrock fluid vein until depletion!" + "" + "Even when depleted, you can still use this and be firmly power positive." + "" + "One single &3Advanced Fluid Drilling Rig&r should be enough to supply Power for a base up to &dLuV&r... and possibly beyond!" + "{@pagebreak}" + "As a &9reminder&r, since this last appeared in &bMV&r:" + "" + "&9-&r &aLight Oil&r can be used for &dLPG&r and &dMethane&r to run in &3Large Gas Turbines&r." + "&9-&r &aOil&r can be used for &dDiesel&r and &dCetane-Boosted Diesel&r to run in &3Large Combustion Engines&r." + "&9-&r &aHeavy Oil&r can be used for &dNitrobenzene&r to run in &3Large Gas Turbines&r." + ] + icon: "gtceu:hv_fluid_drilling_rig" + id: "10987A49F647279E" + shape: "rsquare" + size: 0.66d + subtitle: "Extreme is an apt descriptor" + tasks: [{ + id: "3FE1F17DD37F0A56" + item: "gtceu:hv_fluid_drilling_rig" + type: "item" + }] + title: "Extreme Fluid Drilling" + x: 3.375d + y: 3.375d + } + { + dependencies: [ + "330BDB559A7BAB35" + "41D32C5178760F47" + ] + description: [ + "How do you get Platinum?" + "" + "&9-&r As a byproduct of &aNickel Ore&r processing, either with a &3Chemical Bath&r, or a &3HV Macerator&r" + "&9-&r From &aSheldonite veins&r in the End" + "&9-&r From &aPlatinum Group Sludge&r, a complicated chain granting all Platinum Group metals. Highly &cunrecommended until IV&r, but eventually required." + "" + "Platinum is needed in small amounts for &dSMD Diodes&r, and for a plethora of recipes starting in &5EV&r." + "{@pagebreak}" + "&l&3Lore:&r&o Mekanism's primary material was planned to be Platinum. However, GregoriusT didn't agree - the fact that such a rare material could be found all over the world wasn't quite to his tastes. The Mekanism devs thus opted to make the primary material Osmium." + ] + icon: "gtceu:platinum_ingot" + id: "3398FC108D9DCB46" + size: 0.75d + tasks: [ + { + id: "422782D7BAC8024B" + item: "gtceu:platinum_dust" + optional_task: true + type: "item" + } + { + id: "20DD24EB9315C33B" + item: "gtceu:platinum_ingot" + type: "item" + } + ] + title: "Platinum" + x: 4.5d + y: 3.75d + } + { + dependencies: [ + "0B25A282F677744B" + "7A55CC71442CC854" + ] + description: [ + "We admit it... this is a completely &doptional&r Multiblock. Many playtesters kept using their &6HV&r singleblock miners and didn't find any problems in throughput." + "" + "The &3Larger Miner&r will further boost your returns when collecting ores from veins." + "" + "Ores are mined as if they were &amacerated&r, but they yield &6three times&r as many &dCrushed ores&r." + "" + "You will need to have automated &aDrilling Fluid&r to run this." + "" + "You might also want to use a &3Quantum Tunnel&r from AE2 and &3GTEU P2P Tunnels&r to transfer the items and to power it up." + "{@pagebreak}" + "&l&3Lore:&r&o There were some interesting side effects from porting this over from Gregicality, as the multiblock originated from GregTech 5." + "" + "It's not perfect, as there isn't really any advantage on upgrading this miner to the advanced versions. We were thinking of rebalancing the energy costs and yield per tier." + ] + icon: "gtceu:ev_large_miner" + id: "16E7CAC7BC8BFD8E" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "4576F08E8AE8C110" + item: "gtceu:ev_large_miner" + type: "item" + }] + title: "Multiblock Miner" + x: 5.625d + y: 3.375d + } + { + dependencies: [ + "40408FFD02134148" + "7FA0ACB7F161F378" + "4AFD3073C731A1E4" + ] + description: ["You know the drill by now."] + icon: "gtceu:ev_assembler" + id: "7A55CC71442CC854" + size: 0.75d + subtitle: "Pushing into EV" + tasks: [{ + id: "2F60DE9B52FDEFFC" + item: "gtceu:ev_assembler" + type: "item" + }] + title: "EV Assembler" + x: 4.5d + y: 2.25d + } + { + dependencies: ["7A55CC71442CC854"] + description: [ + "The Best Battery-like item for &5EV&r!" + "" + "The &aLapotron Crystal&r requires quite a bit of nested crafting, so craft it in large batches or automate it with AE2 patterns." + ] + icon: "gtceu:lapotron_crystal" + id: "69E384F389B0D07B" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "3DF109921CA21ADB" + item: "gtceu:lapotron_crystal" + type: "item" + } + { + id: "486FD2A6FCEFDFEF" + item: "gtceu:ev_lapotronic_battery" + optional_task: true + type: "item" + } + ] + title: "Extreme Batteries" + x: 4.5d + y: 1.125d + } + { + dependencies: [ + "3398FC108D9DCB46" + "41D32C5178760F47" + "40408FFD02134148" + "4AFD3073C731A1E4" + "6B08799BCFD01D3D" + "7FA0ACB7F161F378" + ] + description: [ + "This quest will cover the Tungsten Chain. &aTungsten&r is obtained from either &eTungstate&r or &eScheelite&r, which are part of the same vein in the End." + "" + "Just like the &dRutile&r chain, you will only need to input one item type, and everything else will be looped perfectly!" + "{@pagebreak}" + "You will need:" + "" + "&9-&r One &3Chemical Bath&r, to make &dTungstic Acid&r." + "&9-&r One &3Electrolyzer&r, to electrolyze &oboth&r Bath outputs." + "&9-&r One &3Chemical Reactor&r, to loop &dHydrogen&r and &dChlorine&r back into &aHydrochloric Acid&r." + "" + "You will be granted either Calcium or Lithium as a byproduct - it's on the house!" + "{@pagebreak}" + "&l&3Lore:&r&o In GTCE, Tungstate or Scheelite took 40sec and 4 Hydrogen buckets at 1920 EU/t to electrolyze into 1 Tungsten Dust. Even if it was simpler, it was much more expensive!" + ] + hide_dependency_lines: true + icon: "gtceu:tungsten_dust" + id: "271CE5C2B78A1EDC" + size: 0.75d + subtitle: "All in one!" + tasks: [{ + id: "6BA811C086B5CF00" + item: "gtceu:tungsten_dust" + type: "item" + }] + title: "Tungsten Chain" + x: 6.75d + y: 3.375d + } + { + dependencies: ["271CE5C2B78A1EDC"] + description: ["The &3EV Mixer&r is required for more alloys, the most important being &dTungstensteel&r."] + hide_dependency_lines: false + hide_dependent_lines: true + icon: "gtceu:ev_mixer" + id: "478B0D55369C0F7F" + size: 0.75d + subtitle: "Beginning to notice a pattern?" + tasks: [{ + id: "0E0232ACC9B93FE4" + item: "gtceu:ev_mixer" + type: "item" + }] + title: "Extreme Mixing" + x: 5.625d + y: 2.25d + } + { + dependencies: ["478B0D55369C0F7F"] + description: [ + "&aTungstensteel&r is composed half of Steel... suffice to say, you'll need large quantities of both &aIron&r and &aTungsten&r!" + "" + "Right now, you will need it for &3Energy&r or &3Dynamo Hatches&r... one step closer to moving away from those pesky single block Generators." + "" + "Boosting the smelting recipe in the &3Electric Blast Furnace&r will require &eHelium&r. You can get an initial supply from &aextracting Monazite&r or &acentrifuging Endstone&r." + "" + "In the long term, you will want to get Helium via &aLiquid Air Distillation&r." + ] + icon: "gtceu:tungsten_steel_ingot" + id: "30A6EDDF25A5E5F8" + shape: "gear" + size: 1.3d + subtitle: "The main &1IV&r Material!" + tasks: [ + { + id: "4BEA3166CD486845" + item: "gtceu:tungsten_steel_dust" + optional_task: true + type: "item" + } + { + id: "6D93081E44DD9678" + item: "gtceu:tungsten_steel_ingot" + type: "item" + } + ] + title: "Tungstensteel" + x: 6.75d + y: 2.25d + } + { + dependencies: ["271CE5C2B78A1EDC"] + description: [ + "Tungsten in Swedish translates directly as \"Heavy Stone\", which is pretty funny. You may know of this element as Wolfram too, hence its formula being W." + "" + "&aTungsten&r will be the main &1IV&r Cable material, but will also show its face elsewhere!" + ] + icon: "gtceu:tungsten_ingot" + id: "0B25A282F677744B" + size: 0.75d + tasks: [{ + id: "5D897ADB4F7D9920" + item: "gtceu:tungsten_ingot" + type: "item" + }] + title: "Tungsten" + x: 6.75d + y: 4.5d + } + { + dependencies: ["30A6EDDF25A5E5F8"] + description: [ + "Even without channels, P2P Tunnels are still extremely important automation tools!" + "" + "&9Note:&r There are many fantastic resources online to explain how P2P Tunnels work. The short description is that they allow transfer of things from 1 input to endless output. You can link them using a Memory Card." + "" + "This Quest acts as a tutorial on how to use the P2P Tunnels to your own benefit." + ] + icon: "ae2:me_p2p_tunnel" + id: "39E7997F3080250A" + shape: "square" + size: 0.75d + subtitle: "Fear not, channels are gone" + tasks: [{ + id: "578F4D24289C544E" + item: "ae2:me_p2p_tunnel" + type: "item" + }] + title: "P2P Tunnels" + x: 7.875d + y: 3.375d + } + { + dependencies: ["069FD86133D7D582"] + description: [ + "If you want a big boost to your processing abilities, look no further than these powerful Multiblocks!" + "" + "Formerly known as &2Gregicality Multiblocks&r, the add-on has been fully integrated into GregTech CEu Modern!" + "" + "You'll need to make use of many new &9alloys&r to build the new Multiblocks. Yay, more content!" + "" + "&6This quest unlocks a new tutorial on the GCYM mechanics in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + icon: "gtceu:vibration_safe_casing" + id: "3B2D2C47BEBCFFA7" + shape: "gear" + size: 1.2d + subtitle: "We made it so far..." + tasks: [{ + id: "02739BCF3877B446" + type: "checkmark" + }] + title: "Gregicality Multiblocks" + x: 9.0d + y: 6.6d + } + { + dependencies: [ + "7A55CC71442CC854" + "478B0D55369C0F7F" + "6B08799BCFD01D3D" + "30A6EDDF25A5E5F8" + ] + description: [ + "&aTungstensteel Coils&r raise the Heat Capacity to a scorching &d4,500K&r." + "" + "This will be required in &1IV&r, but as always, you should still get this earlier for the &6Coil bonuses&r." + ] + icon: "gtceu:tungstensteel_coil_block" + id: "069FD86133D7D582" + size: 0.75d + subtitle: "Wow, that's hot :flushed:" + tasks: [{ + count: 16L + id: "16A26A909A8CE527" + item: "gtceu:tungstensteel_coil_block" + type: "item" + }] + title: "Tungstensteel Coils" + x: 9.0d + y: 2.25d + } + { + dependencies: [ + "2D01E80DE837F6A6" + "7FA0ACB7F161F378" + ] + description: [ + "The &3Diode&r (the block, not the component) accepts energy inputs from 5 sides, but only outputs through a single side." + "" + "Its main purpose is to &dlimit Amperage&r. It can be useful when regulating centralised Power generation, so you can distribute your power everywhere without having to math out what cable size is safe depending on consumers..." + "" + "They can also be used as an electric equivalent to Repeaters when the voltage loss from Cables (or GTEU P2P tunnels - more on that later!) gets too high." + "" + "You can use a &5Soft Hammer&r to change the Amperage limit of the output." + "" + "&eAny&r of the listed Diodes will complete this Quest." + ] + icon: "gtceu:ev_diode" + id: "4B8D66A65F102D7E" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "4BCA4F8ED0041BF6" + item: { + Count: 1b + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "gtceu:hv_diode" + } + { + Count: 1b + id: "gtceu:ev_diode" + } + { + Count: 1b + id: "gtceu:iv_diode" + } + ] + } + } + title: "Any of these diodes" + type: "item" + }] + title: "Diode" + x: 2.25d + y: 5.625d + } + { + dependencies: [ + "4AFD3073C731A1E4" + "7FA0ACB7F161F378" + ] + description: [ + "The &aLarge Titanium Boiler&r is yet another steam boiler. It's even more efficient than the previous ones, and produces more steam too. However, Steam &cbarely scales&r at this voltage." + "" + "This thing absolutely isn't worth it, and there are so many better options for power by this point, so you should avoid making this. The better options require &9EV energy hatches&r, which are later in the chapter." + "" + "&eNote&r: The LTB is so awful that we'll let you skip this quest (for completion progress) by clicking the Checkmark. You don't actually have to craft one." + "{@pagebreak}" + "&l&3Lore:&r&o In GT5u, players can construct another multiblock - the Large Heat Exchanger. It's also constructed with titanium, but produced Superheated Steam from hot IC2 coolant, or lava. This was a much better than regular steam, and was actually viable! This might make its way to CEu in the future." + ] + id: "249FA99AADAC3710" + shape: "rsquare" + size: 0.66d + subtitle: "We're gonna need more charcoal" + tasks: [{ + id: "7D2406F7A603AAAE" + item: "gtceu:titanium_large_boiler" + type: "item" + }] + title: "Worse Combustion" + x: 3.375d + y: 5.625d + } + { + dependencies: [ + "40408FFD02134148" + "7FA0ACB7F161F378" + ] + description: [ + "A lot of &dKanthal&r will be required for the &aEV Motors&r. This may feel painful when you're on the edge of &5EV&r, but it won't be a problem later - trust us." + "" + "&dNeodymium&r is the metal used for &aMagnetic Rods&r." + "" + "&aAluminium Cables&r require &dPVC&r to be insulated." + "" + "Lastly, you will need &4Radon&r for the &dQuantum Eyes&r in the &aEmitter&r recipe." + ] + icon: "gtceu:ev_electric_motor" + id: "26575D4FEB3D3F62" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "0D12376158C00640" + item: "gtceu:ev_electric_motor" + type: "item" + } + { + id: "322D14ACA96F5AB0" + item: "gtceu:ev_electric_piston" + type: "item" + } + { + id: "0B69C2C121FE94F4" + item: "gtceu:ev_electric_pump" + type: "item" + } + { + id: "32CCFFF3D3AA039F" + item: "gtceu:ev_conveyor_module" + type: "item" + } + { + id: "717A861CDCAE51E1" + item: "gtceu:ev_robot_arm" + type: "item" + } + { + id: "751105214D8D6343" + item: "gtceu:ev_emitter" + type: "item" + } + { + id: "152B7CB2E3FA07E9" + item: "gtceu:ev_sensor" + type: "item" + } + ] + title: "The \"Fun\" will never stop" + x: 3.375d + y: 6.75d + } + { + dependencies: ["7FA0ACB7F161F378"] + description: [ + "The &3ME Hatches&r directly connect to your &aAE System&r, allowing you to skip placing interfaces directly on buses and hatches." + "" + "&l&3Lore:&r&o This feature originally comes from GTNH!" + ] + id: "681F1423A36FD4FF" + shape: "rsquare" + size: 0.66d + subtitle: "No more interfaces on buses" + tasks: [{ + id: "69FC6941E6C83799" + item: "gtceu:me_input_bus" + type: "item" + }] + title: "ME Hatches" + x: 5.625d + y: 4.5d + } + { + dependencies: [ + "40408FFD02134148" + "4AFD3073C731A1E4" + "7FA0ACB7F161F378" + ] + description: [ + "You've probably noticed the &9\"chance per tier\"&r when hovering over the bonus outputs in &2JEI&r Each overclock above the required tier will add that % bonus to the chanced output!" + "" + "This means using an &3EV Macerator&r will yield &6more Byproducts&r!" + ] + id: "7B23AF5B6B62BC19" + size: 0.75d + tasks: [{ + id: "4EC5F44332F7533B" + item: "gtceu:ev_macerator" + type: "item" + }] + title: "Even more byproducts" + x: 5.625d + y: 6.75d + } + { + dependencies: [ + "73E8283634E5E33A" + "3398FC108D9DCB46" + "40408FFD02134148" + "4AFD3073C731A1E4" + "7FA0ACB7F161F378" + ] + description: [ + "Quite a journey to get here." + "" + "The &3EV Circuit Assembling&r \"unlocks\" the next tier of Circuits, &5Nano&r." + ] + id: "383B789B654C4094" + size: 0.75d + subtitle: "Consider yourself firmly in EV!" + tasks: [{ + id: "544E19AF6D2630DC" + item: "gtceu:ev_circuit_assembler" + type: "item" + }] + title: "EV Circuit Assembling" + x: 4.5d + y: 7.875d + } + { + dependencies: [ + "4AFD3073C731A1E4" + "7FA0ACB7F161F378" + ] + description: [ + "Note that in theory, the &3EV Chemical Reactor&r is skippable by using the &3Large Chemical Reactor&r instead, but we're evil enough to force you to make this." + "" + "Its cost really shouldn't be an issue to you, and it's still useful due to its compact size." + ] + id: "7D15EEE81B1A3100" + shape: "square" + size: 0.75d + tasks: [{ + id: "0AF5929611BCDF2C" + item: "gtceu:ev_chemical_reactor" + type: "item" + }] + title: "Extreme Chemical Reactions" + x: 5.625d + y: 5.625d + } + { + dependencies: ["7D15EEE81B1A3100"] + description: [ + "&aNano CPU Wafers&r are made by infusing regular &aCPU Wafers&r with &dGlowstone&r and &9Raw Carbon Fibers&r." + "" + "They will be needed in large quantities when making the &5Nano&r line of Circuits." + "" + "Higher-tier polymers will increase your yield of &9Raw Carbon Fibers&r. One &dEpoxy&r is enough for a full stack." + "" + "&9Tip:&r Don't like mining &dGlowstone&r? Check out Redstone ore processing." + ] + icon: "gtceu:nano_cpu_wafer" + id: "63A87C9303D54487" + size: 0.75d + tasks: [ + { + count: 16L + id: "1276318CB2F198F7" + item: "gtceu:carbon_fibers" + optional_task: true + type: "item" + } + { + id: "47E901701A935F9D" + item: "gtceu:nano_cpu_wafer" + optional_task: true + type: "item" + } + { + id: "5D6E97DA360FBA32" + item: "gtceu:nano_cpu_chip" + type: "item" + } + ] + title: "Nano CPUs" + x: 6.75d + y: 6.75d + } + { + dependencies: [ + "5E6BA54E8A5BEBDE" + "383B789B654C4094" + "63A87C9303D54487" + "4C3805F75C9EE3DD" + ] + description: [ + "Making the best &6HV&r Circuits will allow for easier &6HV&r Machines for your on-demand automation. Convenient!" + "" + "Starting from here, all circuit lines will be consistent with each other until the end of the game." + "" + "Each tier until &cZPM&r will show its own challenges when acquiring new and better Circuits." + ] + id: "196FC518F744B983" + size: 0.75d + tasks: [{ + id: "028DC1BC1D3E1381" + item: "gtceu:nano_processor" + type: "item" + }] + title: "Best HV Circuits!" + x: 6.75d + y: 7.875d + } + { + dependencies: ["117FBB18DEE6F08B"] + description: [ + "Now that you have &aEpoxy&r, you can make &aAdvanced Circuit Boards&r! The next Circuit tier is oh so close, so keep pushing." + "" + "&9&lTips:&r" + "" + "- Consider using &dElectrotine decomposition&r and &dOre Processing&r for &eElectrum&r." + "- Consider using the &3Chemical Bath&r with &dMercury&r for &eGold&r, from a wide variety of ores." + ] + id: "5E6BA54E8A5BEBDE" + size: 0.75d + subtitle: "Quite the gold cost..." + tasks: [{ + id: "27C6D1AB82DA805D" + item: "gtceu:epoxy_printed_circuit_board" + type: "item" + }] + title: "Advanced Circuit Boards" + x: 5.625d + y: 7.875d + } + { + dependencies: ["383B789B654C4094"] + description: [ + "The &6System-on-Chip&r (or &bSoC&r) is a specialty component that miniaturizes all the typical circuit components (like SMDs) onto a single chip." + "" + "These are very useful as they unlock the most efficient recipes for creating &6Refined&r, &6Micro&r, and &6Nano Circuits&r." + "" + "Each SoC-based circuit recipe requires a different minimum tier of &aAssembling Machine&r, with the Nano Circuits requiring you to hit &dLuV&r. &aSystem on Chip&r unlocks the best recipe for &dLV Circuits&r." + ] + id: "6781213726919716" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "29BA6B4E01C4AFB6" + item: "gtceu:soc" + type: "item" + }] + title: "System on Chip" + x: 7.875d + y: 7.875d + } + { + dependencies: [ + "196FC518F744B983" + "7F272A099E65F848" + ] + description: [ + "Nothing to say here." + "" + "Nice work, we suppose." + ] + id: "0017FFFAD7CD2EFE" + size: 0.75d + subtitle: "Harder, Better, Faster, Stronger" + tasks: [{ + id: "658F8D1F068928CE" + item: "gtceu:nano_processor_assembly" + type: "item" + }] + title: "More EV Circuits!" + x: 7.875d + y: 9.0d + } + { + dependencies: [ + "0017FFFAD7CD2EFE" + "2D5BECC0AC0E316B" + ] + description: ["Entering &1IV&r with these Circuits shouldn't be too painful."] + id: "5CC9B0E832545569" + size: 0.75d + tasks: [{ + id: "2E0E4FF63368E44C" + item: "gtceu:nano_processor_computer" + type: "item" + }] + title: "More IV Circuits" + x: 7.875d + y: 10.125d + } + { + dependencies: ["017019EB38F7A18C"] + description: [ + "A NOR gate takes two input signals, and outputs a high signal only if both input signals are low." + "" + "This doesn't matter for now though, and it's simply a more complex wafer." + "It is used for the &aData Orb&r (a crafting component for the &3Processing Array&r), and in &5Nano&r Circuit production." + ] + id: "2D5BECC0AC0E316B" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "6D561B2E5375B013" + item: "gtceu:nor_memory_chip" + type: "item" + }] + title: "NOR Gates" + x: 6.75d + y: 10.125d + } + { + dependencies: ["5CC9B0E832545569"] + description: ["Save two of these for the &3IV Circuit Assembler&r."] + id: "58BBD540D7D4FF01" + size: 0.75d + tasks: [{ + id: "40A35927E6D7848D" + item: "gtceu:nano_processor_mainframe" + type: "item" + }] + title: "First LuV Circuits!" + x: 7.875d + y: 11.25d + } + { + dependencies: [ + "06B4AAC7DD796182" + "069FD86133D7D582" + ] + description: ["Amperage goes up - we're now at a whopping &e6A&r per Superconductor."] + id: "4A96337843BAC13A" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "478E2D7B59664F86" + item: "gtceu:uranium_triplatinum_double_wire" + type: "item" + }] + title: "EV Superconductors" + x: 9.0d + y: 11.25d + } + { + dependencies: [ + "4024C831C77101CA" + "16B735F9C391D260" + ] + description: [ + "&aEnder Fluid Link Covers&r are &dGregTech&r's answer to &r&3Ender Tanks&r." + "" + "Each Cover sends their fluids through a frequency defined by an &68-digit hexadecimal number&r (0-9, then A-F for each digit). That gives you &64.29 billion&r channels to work with! Ender Fluid Link Covers work as long as their chunk is loaded - regardless of distance or dimension." + "" + "They don't come cheap, so consider setting up a way to farm &3Ender Pearls&r." + "{@pagebreak}" + "Setting the mode to Import will &c&opull&r fluids from the world location it is attached to, while Export will &o&9&opush&r fluids to the world. You must turn the I/O to Enabled for it to start working. Each channel has a buffer of &d64 buckets&r." + "" + "We recommend you set up a system to organise all those channels. We would also advise against using the default channel (FFFFFFFF) in all cases." + ] + id: "23A7E6D95549B1F8" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "5FBC61FAAD7AA1D8" + item: "gtceu:ender_fluid_link_cover" + type: "item" + }] + title: "Ender Fluid Linking" + x: 6.75d + y: 9.0d + } + { + dependencies: [ + "16E3465CF94E2BDD" + "4024C831C77101CA" + ] + description: [ + "The &aAdvanced Energy Detector&r is an RS-latch for Energy Control." + "" + "Slap it on a &3Battery Buffer&r, set a Minimum EU near 0, and a Maximum EU near the max capacity." + "" + "The Cover will output a &4Redstone&r signal until the high threshold is reached, and then it will wait until the low threshold is reached to output redstone again." + "" + "This is a must to automate inertia-based power generators such as Boilers, or more importantly &3Large Turbines&r." + ] + id: "7F2FE3AF6F0C1190" + shape: "rsquare" + size: 0.66d + subtitle: "Save on Redstone contraptions" + tasks: [{ + id: "305731DA47087165" + item: "gtceu:advanced_energy_detector_cover" + type: "item" + }] + title: "Advanced Energy Detector" + x: 5.625d + y: 9.0d + } + { + dependencies: [ + "73E8283634E5E33A" + "45F9AAE4ABE32033" + ] + description: [ + "You can now remotely expand your AE2 network if you're looking to move bases." + "" + "The &3Quantum Tunnel&r is no slouch to craft, so you'll need to work for it if you want it!" + ] + icon: "ae2:quantum_link" + id: "46C7E1D5E37B1ED2" + size: 0.75d + tasks: [ + { + count: 2L + id: "4C598D3CF4500DB0" + item: "ae2:quantum_link" + type: "item" + } + { + count: 16L + id: "5C8C12569B770B97" + item: "ae2:quantum_ring" + type: "item" + } + { + count: 2L + id: "625E95960F92A2F6" + item: "ae2:quantum_entangled_singularity" + type: "item" + } + ] + title: "Quantum Tunnel" + x: 3.375d + y: 10.125d + } + { + dependencies: [ + "41D32C5178760F47" + "42FB276AB16258D9" + ] + description: [ + "&aUranium&r has very few uses in &2GTCEu&r right now, as we're &4yet to&r implement our &3Nuclear Reactor&r (it's planned!)." + "" + "Make &dUranium Hexafluoride&r from &aUraninite&r. This will allow you to seperate the isotopes between U-238 and U-235." + "{@pagebreak}" + "&9Fluorine&r is fully recycled in the reaction, but you will need around maybe 40 buckets to bootstrap." + "" + "&9Hydrogen&r is consumed, so you will need quite a lot of it. Either electrolyze a lot of water using several &3LV Electrolyzers&r for the best energy efficiency, or recycle any unused &dhydrocarbons&r such as Methane." + "" + "&9Tip:&r You can make this setup compact by having one single &3Centrifuge&r and using a &6Fluid Regulator&r set to &dSupply Exact 1,000&r." + ] + icon: "gtceu:uranium_dust" + id: "06B4AAC7DD796182" + size: 0.75d + subtitle: "Let's hope this quest doesn't put you on a list" + tasks: [ + { + count: 3L + id: "1BE01DA0E8A143FB" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:dusts/uraninite" + } + } + optional_task: true + title: "Uraninite Dust" + type: "item" + } + { + amount: 1000L + fluid: "gtceu:uranium_hexafluoride" + id: "59D6B7142C0174BA" + optional_task: true + title: "Uranium Hexafluoride" + type: "fluid" + } + { + id: "39E343FCB7B1646D" + item: "gtceu:uranium_dust" + type: "item" + } + ] + title: "Uranium Refinement" + x: 4.5d + y: 11.25d + } + { + dependencies: [ + "06B4AAC7DD796182" + "528CE69DA4358B2E" + ] + description: [ + "Don't worry, this is nothing compared to running an EBF." + "" + "Hopefully for you, the &3LCR&r recipe in &2JEI&r for &aRadon&r should be self explanatory on how to set it up." + "" + "Input some &aUranium&r, loop back the &dPlutonium&r using a &3Electric Furnace&r, and let the magic happen." + "" + "&l&3Lore:&r&o This cursed yet charming \"chain\" is inherited from GregTech 5. Plutonium 239 existing as an ore is a sort of a placeholder to avoid having to obtain it through complicated means." + ] + icon: "gtceu:radon_bucket" + id: "73E8283634E5E33A" + shape: "rsquare" + size: 0.66d + subtitle: "200 seconds?! WHAT?!" + tasks: [ + { + count: 8L + id: "767C47FF351DAE3B" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:ingots/plutonium" + } + } + title: "Plutonium Ingot" + type: "item" + } + { + amount: 1000L + fluid: "gtceu:radon" + id: "1C084B65DE6E73E8" + type: "fluid" + } + ] + title: "Radon" + x: 4.5d + y: 9.0d + } + { + dependencies: [ + "390E59F05132FCB8" + "4CD9F6D1B4CC7D81" + "1F571B9E1555DA04" + "40018C0546454CD9" + ] + description: [ + "&aEpoxy&r is the foundation for all future Circuit Boards in the game!" + "" + "&9&lNote:&r This Quest is quite complicated, so tackle everything else before trying to make Epoxy. You'll need all the help you can get!" + "{@pagebreak}" + "There are several ways to obtain the ingredients for &aEpoxy&r." + "" + "We will ignore recipes related to Glycerol, as they're never worth it unless modpack devs tweak things around. &mHint hint, if you're making your own pack!&r" + "" + "Try and use &3Large Chemical Reactors&r to shortcut recipes." + "{@pagebreak}" + "&dChlorine&r is only partially recycled, so you'll need a constant supply. Feeding it manually will be sufficient at first." + "" + "Recipes involving &dSodium Hydroxide&r could be looped by electrolyzing the &9Salt Water&r co-product." + "" + "Doing this will probably require you to make some Quadruple Pipes, Pump Covers, Fluid Filters... or route everything using AE2." + "" + "In general, closed loop setups are nice to prevent overproduction or overconsumption, but go for whatever's more fun for you." + ] + id: "117FBB18DEE6F08B" + shape: "gear" + size: 1.2d + subtitle: "Prime circuit board material" + tasks: [{ + id: "35EAB019D81FD0A6" + item: "gtceu:epoxy_plate" + type: "item" + }] + title: "Epoxy" + x: 3.375d + y: 7.875d + } + { + dependencies: ["390E59F05132FCB8"] + description: [ + "You're going to want to use the &3LCR&r recipe for your first &aEpichlorohydrin&r." + "" + "This recipe requires &aPropene&r, which means that &dOil Processing&r and &dFuel Cracking&r are now necessary ventures. We're truly sorry if you've been dragging your heels!" + "" + "It's quite important that you make your first &3Distillation Tower&r before progressing to the right." + "" + "Last of all, if you haven't noticed, you can loop the &dSalt Water&r byproduct to bootstrap the &dSodium Hydroxide&r." + ] + id: "1F571B9E1555DA04" + shape: "rsquare" + size: 0.66d + tasks: [{ + amount: 1000L + fluid: "gtceu:epichlorohydrin" + id: "6F7D0A5B17A27928" + type: "fluid" + }] + title: "Epichlorohydrin" + x: 2.25d + y: 7.875d + } + { + dependencies: ["390E59F05132FCB8"] + description: [ + "Obtain &aPhenol&r from:" + "" + "&91 -&r &aWood Tar&r distillation." + "" + "&92 -&r Reacting &aBenzene&r with &dChlorine&r and &dSodium Hydroxide&r This should be performed in an &3LCR&r, and the Chlorine is perfectly looped." + "" + "&93 -&r Shortcutting the above recipe by ignoring the &dSodium Hydroxide&r. This is net negative on &dChlorine&r." + "" + "&94 -&r Reacting &aBenzene&r, &dPropene&r and &dOxygen&r using a small amount of &4Phosphoric Acid&r - normally a catalyst, but consumed here in small quantities. This is called the Cumene process." + "{@pagebreak}" + "If you're having trouble deciding between the options presented, here's the appeal of each route:" + "" + "&91 -&r Great if you're willing to set up a &3Pyrolyse Oven&r + &3Distillation Tower&r combo." + "" + "&92 -&r This one's our preference! You can use the &dSalt&r to make more &dSalt Water&r, then electrolyze to create a loop." + "" + "&93 -&r Very appealing if you have an infinite supply of &dChlorine&r. You could achieve this by setting up a &3Fluid Drilling Rig&r on a Salt Water vein." + "" + "&94 -&r ...&4Phosphoric Acid&r is a pain to produce. You'd be mad to consider this." + "{@pagebreak}" + "&l&3Lore:&r&o The Benzene + Oxygen recipe was added in GTCE with the intent of fixing missing chemical recipes, as the Large Chemical Reactor didn't exist. Now that CEu provides more realistic options, we may remove the recipe in future." + ] + id: "4CD9F6D1B4CC7D81" + shape: "rsquare" + size: 0.66d + tasks: [{ + amount: 1000L + fluid: "gtceu:phenol" + id: "6255085946669894" + type: "fluid" + }] + title: "Phenol" + x: 2.25d + y: 6.75d + } + { + dependencies: ["390E59F05132FCB8"] + description: [ + "While distilling &aWood Vinegar&r gives &aAcetone&r, the yield is low and might not meet your needs." + "" + "You might want to use the direct &3LCR&r recipe from &aAcetic Acid&r to obtain &aAcetone&r." + "" + "If you want to be fancy, you can also the good old &aAcetic Acid&r -> &dDissolved Calcium Acetate&r -> &aAcetone&r loop, which does not require a &3LCR&r, but still recycles the Calcium compound perfectly." + "{@pagebreak}" + "We've been talking about Acetic Acid, but we're yet to tell you how to obtain it. Wouldn't that be great?" + "" + "&aAcetic Acid&r can be synthesized in the &3Chemical Reactor&r. Our favorite recipe is from &dEthylene&r." + ] + id: "40018C0546454CD9" + shape: "rsquare" + size: 0.66d + tasks: [{ + amount: 1000L + fluid: "gtceu:acetone" + id: "1E3E5800E5C37353" + type: "fluid" + }] + title: "Acetone" + x: 2.25d + y: 9.0d + } + { + dependencies: ["390E59F05132FCB8"] + description: [ + "Silicone Rubber has its uses in Cable insulation, Conveyor recipes, and more." + "" + "You may want to shelve this quest for now, as tackling Silicone Rubber can be a pretty severe &dChlorine&r sink." + "{@pagebreak}" + "&9Note:&r Rubber will eventually be usurped by either &aSilicone Rubber&r or &aStyrene-Butadienne Rubber&r for &1IV&r Cables." + "" + "Both these rubbers will be required once you make it to &dLuV&r." + ] + icon: "gtceu:silicone_rubber_plate" + id: "1A4AD56965407DC5" + size: 0.75d + subtitle: "An alternate rubber" + tasks: [ + { + amount: 1296L + fluid: "gtceu:silicone_rubber" + id: "3C29253DA5DAF778" + optional_task: true + type: "fluid" + } + { + id: "3E2FBCED1C782E7C" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:ingots/silicone_rubber" + } + } + optional_task: true + title: "Silicone Rubber Ingot" + type: "item" + } + { + id: "3CF87D26761354C4" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:plates/silicone_rubber" + } + } + title: "Silicone Rubber Plate" + type: "item" + } + ] + title: "Silicone Rubber" + x: 1.125d + y: 6.75d + } + { + dependencies: ["390E59F05132FCB8"] + description: [ + "&7Styrene-Butadiene Rubber (SBR)&r is an enhanced type of Rubber." + "" + "It can be used in place of Rubber in most recipes, and is &6four times more efficient&r at &ainsulating Cables&r. It is also strictly required for certain higher-tier recipes." + "" + "This isn't exactly worth making until you get the &3Distillation Tower&r, but it eventually becomes easier with &dFuel Cracking&r." + "{@pagebreak}" + "&9Note:&r Rubber will eventually be usurped by either &aSilicone Rubber&r or &aStyrene-Butadienne Rubber&r for &1IV&r Cables." + "" + "Both these rubbers will be required once you make it to &dLuV&r." + ] + id: "77070668969E31BF" + size: 0.75d + subtitle: "Steel Ball Run" + tasks: [{ + id: "7D952AF37FC51956" + item: "gtceu:styrene_butadiene_rubber_plate" + type: "item" + }] + title: "Styrene-Butadiene Rubber" + x: 0.0d + y: 7.875d + } + { + dependencies: [ + "40018C0546454CD9" + "48141DBA683F6B5A" + ] + description: [ + "&aGasoline&r is an extremely powerful Combustion Fuel. It's over &63 times&r as energy dense as &dDiesel&r!" + "" + "&9Note:&r This Combustion Fuel exists solely as a &echallenge&r for you to overcome if you desire to take on it." + "" + "It's completely &doptional&r, so we'll let you figure out how to obtain it, without any further tips." + ] + id: "00E2BAEDB8199E4E" + shape: "rsquare" + size: 0.66d + tasks: [{ + amount: 1000L + fluid: "gtceu:gasoline" + id: "020DE8D27206C260" + type: "fluid" + }] + title: "Gasoline" + x: 1.125d + y: 9.0d + } + { + dependencies: ["00E2BAEDB8199E4E"] + description: [ + "&6Multiply the energy density by 2&r and you have &aHigh Octane Gasoline&r." + "" + "&9Note:&r Automating this requires a lot of &3Distillation Towers&r! A huge portion of your base would be dedicated to producing this constantly without anything bottlenecking." + "" + "If you have a base successfully running on &aHOG&r, feel free to brag and share some screenshots on our &8Discord&r." + ] + id: "046B4A0B2639B16A" + shape: "rsquare" + size: 0.66d + tasks: [{ + amount: 1000L + fluid: "gtceu:high_octane_gasoline" + id: "19A221C5CEFBFBFD" + type: "fluid" + }] + title: "High Octane Gasoline" + x: 0.0d + y: 9.0d + } + { + dependencies: [ + "4AFD3073C731A1E4" + "16A6AE5C770DB83A" + ] + description: [ + "The &3Distillation Tower&r is a multiblock that will help you extract the most out of fluids. In &3Distilleries&r, you had to pick only one product to output. DTs output &6all of it at once&r!" + "" + "&9Note the special placement rules:&r Energy, Items, and Fluid Inputs can only be placed on the bottom layer. Maintenance can be placed anywhere. Fluid Outputs can only be placed starting on the second vertical layer, and only allow one per layer as well." + "{@pagebreak}" + "The &3DT&r can form at any height from &c&c3&r to &c13&r blocks, allowing 2 to 12 Fluid Outputs. Fluid will always output on the layer corresponding to the recipe in &2JEI&r." + "" + "The &3DT&r has one more &9special&r rule. You can deliberately build it too short, and it will &cvoid&r whichever Fluid should have been output at the top layers that were removed. This can be useful in some very niche situations." + "" + "It is a good idea to use &3Super Tanks&r as the output for every layer." + "{@pagebreak}" + "&cNote:&r Using the &3Distillation Tower&r for Oil -> Fuel -> Diesel is &cnot&r worth it! You will spend more energy overclocking the Multiblock than what you would get back from the products. It would be better to wait until you can make the &3Processing Array&r (&1IV&r) for large scale Diesel production. " + "" + "However, the DT is &6very valuable&r when extracting Cracked Fuels and Pyrolyse products." + ] + id: "48141DBA683F6B5A" + shape: "gear" + size: 1.3d + subtitle: "Time for a real oil refinery!" + tasks: [{ + id: "53541406691632A9" + item: "gtceu:distillation_tower" + type: "item" + }] + title: "Distillation Tower" + x: 1.125d + y: 10.125d + } + { + dependencies: [ + "6D12CE80F92FC485" + "48141DBA683F6B5A" + ] + description: [ + "&aLiquid Air&r is a great way to get large amounts of &aNitrogen&r and &aOxygen&r at the cost of using more energy than &3LV Centrifuges&r." + "" + "However, this will also give you both &6Helium&r and &6Argon&r - which are great to boost smelting in the &3Electric Blast Furnace&r." + "" + "&cNote:&r You will need at least &3HV Input and Output Hatches&r to be able to run this recipe." + ] + icon: "gtceu:air_bucket" + id: "1030A9F4AAC685ED" + shape: "rsquare" + size: 0.66d + tasks: [ + { + amount: 1000000L + fluid: "gtceu:oxygen" + id: "1EE14254AE07512F" + type: "fluid" + } + { + amount: 1000000L + fluid: "gtceu:nitrogen" + id: "5B8A8FE5DEFE0671" + type: "fluid" + } + { + amount: 64000L + fluid: "gtceu:helium" + id: "3ED5E362F1E5D701" + type: "fluid" + } + { + amount: 32000L + fluid: "gtceu:argon" + id: "67F58B2FC8210270" + type: "fluid" + } + ] + title: "True Distillation: Air" + x: 2.25d + y: 11.25d + } + { + dependencies: ["6958029B5514D4EC"] + description: [ + "Some specific fluids are &dCryogenic&r, which are too cold for ordinary pipes. " + "" + "Thus... you need to pick the right pipe for the job." + "" + "Not many pipes support cold fluids, so you'll want to give &aStainless Steel&r or &aIridium&r a try. Later on you can use &aNaquadah&r or most of the fusion materials when you get there." + "" + "&cWARNING:&r&r Cryogenics in the wrong pipes will cause &cvoiding&r, &cpipe freezing&r, and high rates of &cdeath&r! Be careful." + "{@pagebreak}" + "&l&3Lore:&r&o This is the first time GregTech has cryogenic mechanics, a GTCEu-original feature!" + ] + icon: "gtceu:stainless_steel_large_fluid_pipe" + id: "6D12CE80F92FC485" + shape: "circle" + size: 0.66d + tasks: [{ + id: "5C8340E344B1EA59" + type: "checkmark" + }] + title: "This isn't Cryotheum!" + x: 3.375d + y: 11.25d + } + { + dependencies: ["48141DBA683F6B5A"] + description: [ + "Here are the four most relevant &dHydrocarbons&r you will be obtaining from distilling Steam-Cracked Fuels." + "" + "You will want to set this up &lbefore&r moving to &1IV&r." + "" + "&aSteam-Cracked Light Fuel&r as input is probably the most favorable, but you are free to experiment." + "" + "We know what you're thinking - something along the lines of \"&7&oThat Carbon output is just SO infuriating! It's ruining my automation!&r\"." + "" + "Enable Item Voiding (in the controller GUI) if you don't want to build an Output Bus." + ] + icon: "gtceu:oil_bucket" + id: "46367A76755866D9" + shape: "rsquare" + size: 0.66d + tasks: [ + { + amount: 40000L + fluid: "gtceu:benzene" + id: "6584A238101E369D" + type: "fluid" + } + { + amount: 10000L + fluid: "gtceu:butadiene" + id: "1698E9791C31C10E" + type: "fluid" + } + { + amount: 64000L + fluid: "gtceu:ethylene" + id: "4274E80169CCBDE5" + type: "fluid" + } + { + amount: 64000L + fluid: "gtceu:methane" + id: "3CB67401C15B84A7" + type: "fluid" + } + ] + title: "True Distillation: Fuel" + x: 2.25d + y: 10.125d + } + { + dependencies: ["48141DBA683F6B5A"] + description: [ + "This Quest requires the &3Pyrolyse Oven&r and is &doptional&r, yet convenient." + "" + "The first four fluids are the important products of &aWood Tar&r Distillation:" + "&9-&r Phenol: useful for Epoxy and PBI" + "&9-&r Benzene: an important hydrocarbon" + "&9-&r Toluene: useful for TNT" + "&9-&r Dimethylbenzene: useful for PBI" + "" + "Unlike Oil, putting &aWood Tar&r in the &3Distillation Tower&r for the byproducts, and using &dNitrobenzene&r for power is arguably worth it." + "{@pagebreak}" + "The bottom three are the important products from &aWood Vinegar&r Distillation:" + "&9-&r Acetic Acid: useful to make more Acetone" + "&9-&r Methanol: a moderately important hydrocarbon" + "&9-&r Acetone: useful for Epoxy and Gasoline" + "{@pagebreak}" + "It's also possible to use a \"full combo\" of 4 &3DTs&r - input &aCharcoal Byproducts&r into a first tower, splitting into &aWood Tar&r, &aWood Gas&r and &aWood Vinegar&r." + "" + "This isn't the most efficient cost-to-production ratio, but the option is there if you get bored." + ] + icon: "gtceu:seed_oil_bucket" + id: "5742702B8021B1F5" + shape: "rsquare" + size: 0.66d + tasks: [ + { + amount: 16000L + fluid: "gtceu:phenol" + id: "09C91BF9591202CC" + title: "Phenol" + type: "fluid" + } + { + amount: 64000L + fluid: "gtceu:benzene" + id: "2272D1322991506C" + title: "Benzene" + type: "fluid" + } + { + amount: 16000L + fluid: "gtceu:toluene" + id: "6B0F17B12A7E541A" + title: "Toluene" + type: "fluid" + } + { + amount: 32000L + fluid: "gtceu:dimethylbenzene" + id: "0D90630744975DF9" + title: "Dimethylbenzene" + type: "fluid" + } + { + amount: 16000L + fluid: "gtceu:acetic_acid" + id: "40A54366F789C104" + title: "Acetic Acid" + type: "fluid" + } + { + amount: 32000L + fluid: "gtceu:methanol" + id: "7064FF6DA67EFC0B" + title: "Methanol" + type: "fluid" + } + { + amount: 8000L + fluid: "gtceu:acetone" + id: "209CCB68CBB8E9CD" + title: "Acetone" + type: "fluid" + } + ] + title: "True Distillation: Organic" + x: 1.125d + y: 11.25d + } + { + dependencies: ["48141DBA683F6B5A"] + description: [ + "The &3Cracker&r is a multiblock built with the sole purpose of cracking fluids. It comes with all the recipes of &3Chemical Reactor&r Cracking, but it is &6lossless&r." + "" + "This is a great way to save a lot of Fuel in the long term!" + "" + "Higher Coil tiers provide a small energy discount - up to 70% with the best Coils available." + ] + id: "24866E83B280C9AB" + shape: "rsquare" + size: 0.66d + subtitle: "You Crack Me Up" + tasks: [{ + id: "4307AF60A80EE9FC" + item: "gtceu:cracker" + type: "item" + }] + title: "Multiblock Cracking" + x: 0.0d + y: 10.125d + } + { + dependencies: ["39E7997F3080250A"] + description: [ + "To turn a P2P Tunnel into an &aItem P2P Tunnel&r, right-click it in the world with a &dvanilla Chest&r." + "" + "Item P2P Tunnels are useful in a more abstract way so let's start with an example." + "{@pagebreak}" + "&eExample:&r Making a &9HV Machine Hull&r in the &3Assembler&r also requires an &3Extractor&r for the Fluid. That is two machines, hence two inventories." + "" + "You could passively fill the Assembler with Polyethylene, &lor&r you can also include it in your &dPattern&r, in the form of 2 Bars (Ingots)." + "" + "You may think the next step is just to dump the items in a Buffer and route the items with Pipes - however, this system will eventually &4jam&r due to the incompability with AE2 Interface blocking mode! Oh no!" + "{@pagebreak}" + "This can be fixed by placing the input of the &aItem P2P&r on your &3ME Interface&r, placing one output on the &3Extractor&r, and another output on the &3Assembler&r." + "" + "Then, use Filter covers where the outputs are connected. &dItem Tag Filters&r are better, since you can configure them to &9ingot&r. Have them on &ewhitelist&r for the &3Extractor&r, and on &eblacklist&r for the &3Assembler&r (no Assembler recipe ever requires Ingots - that's an intentional design decision in GregTech)." + "" + "Don't forget &dBlocking Mode&r on your Interface." + "" + "Look - another reason why it's good to store polymers (Polyethylene, PTFE, PBI) as Bars!" + ] + icon: "ae2:me_p2p_tunnel" + id: "7EF57E379F736FBB" + shape: "rsquare" + size: 0.66d + subtitle: "A primer on items and P2P" + tasks: [{ + id: "3CF9C3527F11EDA1" + type: "checkmark" + }] + title: "Item P2P Tunnels" + x: 7.875d + y: 4.5d + } + { + dependencies: ["3B2D2C47BEBCFFA7"] + description: [ + "The &aAlloy Blast Smelter&r is the only main &2GCYM&r machine available in &5EV&r. You can use it to produce any alloy that you'd normally use the Mixer for. " + "" + "Instead of producing &6Hot Ingots&r, the ABS produces &9Molten Fluids&r if the recipe is \"hot\" enough. These fluids require cooling with a &bVacuum Freezer&r. Otherwise, it produces regular liquids." + "" + "Don't let the long smelting times scare you off. This machine incorporates the &dMixer step&r directly into the smelting recipe, and actually saves you quite a bit of time over smelting the dust in an EBF!" + "" + "Nearly every &2GCYM&r material is produced in this machine, so if you have trouble finding a Mixer recipe, look for a Molten Fluid!" + "{@pagebreak}" + "&l&3Lore:&r&o This multiblock was inspired by GT++. It didn't use any heating coils, had no temperature requirements, and only produced regular liquids for all materials. It was pretty OP back in the day, but it eventually got restricted to only a single Energy Hatch to balance it out. For some reason, it also allowed you to melt any dust... into liquid...?" + ] + id: "5979B0E13A1EDC9C" + shape: "square" + size: 0.75d + subtitle: "Visions of GT++" + tasks: [{ + id: "1493AF342D999313" + item: "gtceu:alloy_blast_smelter" + type: "item" + }] + x: 7.875d + y: 6.75d + } + { + dependencies: ["3B2D2C47BEBCFFA7"] + description: [ + "You probably have some old machines lying around, right?" + "" + "You most likely know by now that Arc Furnaces can recycle machines, but by &5EV&r, they upgrade to &a9 slots&r!" + "" + "&eNote&r: This quest accepts either an &5EV&r or &9IV&r Arc Furnace. You don't have to make both." + ] + icon: "gtceu:iv_arc_furnace" + id: "6FEF59B8F571359D" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "35CAC76B502E12FF" + item: { + Count: 1b + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "gtceu:ev_arc_furnace" + } + { + Count: 1b + id: "gtceu:iv_arc_furnace" + } + ] + } + } + title: "Arc Furnace" + type: "item" + }] + title: "Getting Rid of Those Old Machines" + x: 7.875d + y: 5.625d + } + ] + subtitle: ["Improve your infrastructure and parallelise your setups"] + title: "&5EV&r - Extreme Voltage" +} diff --git a/config/ftbquests/quests/chapters/hv__high_voltage.snbt b/config/ftbquests/quests/chapters/hv__high_voltage.snbt new file mode 100644 index 000000000..911f7fcbd --- /dev/null +++ b/config/ftbquests/quests/chapters/hv__high_voltage.snbt @@ -0,0 +1,1326 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "hv__high_voltage" + group: "" + icon: "gtceu:hv_electric_motor" + id: "237BDB19A9495869" + order_index: 4 + quest_links: [ + { + id: "2583D0B64E51FAC8" + linked_quest: "5063FDFFBE3E4855" + size: 0.75d + x: 7.875d + y: -5.25d + } + { + id: "47BF469B9B0EB28A" + linked_quest: "4AFD3073C731A1E4" + size: 0.75d + x: 7.875d + y: -4.125d + } + { + id: "6C3B2B8F8B6646EA" + linked_quest: "6DDDE2268B691F74" + shape: "square" + size: 0.75d + x: 0.0d + y: -3.0d + } + { + id: "306AB6B6B81566DA" + linked_quest: "16A6AE5C770DB83A" + shape: "gear" + size: 1.2d + x: 2.25d + y: -1.875d + } + ] + quests: [ + { + dependencies: ["16A6AE5C770DB83A"] + description: [ + "When your power generation allows for it, &3HV machines&r are well worth using for on-demand processing. The quadrupled energy cost compared to their &7LV&r counterparts shouldn't bother you too much." + "" + "&9Note:&r Crafting Hulls in the &3Assembler&r is slightly more efficient. Prioritise this recipe!" + ] + icon: "gtceu:hv_machine_casing" + id: "2D01E80DE837F6A6" + shape: "square" + size: 0.75d + tasks: [{ + count: 6L + id: "09C7FB07CF7A1B49" + item: "gtceu:hv_machine_hull" + type: "item" + }] + title: "High Voltage Machines" + x: 1.125d + y: -1.875d + } + { + dependencies: ["0021051273D48936"] + description: ["&aEnergium Crystals&r store a significant amount of &9EU&r. They're also arguably cheaper."] + icon: "gtceu:energy_crystal" + id: "55552589C581EE9E" + size: 0.75d + subtitle: "Science-fiction batteries!" + tasks: [{ + id: "35D2AE2899F60BC3" + item: "gtceu:energy_crystal" + type: "item" + }] + title: "Super Batteries" + x: 3.375d + y: -3.0d + } + { + dependencies: [ + "26394C1290D70AB6" + "16A6AE5C770DB83A" + ] + description: [ + "The &3HV Autoclave&r - despite being optional - is a machine you'll definitively want to grab." + "" + "This unlocks unique Batteries that are &6far superior&r to their standard counterparts." + ] + icon: "gtceu:hv_autoclave" + id: "0021051273D48936" + shape: "rsquare" + size: 0.75d + tasks: [{ + id: "51F819B8083DC13A" + item: "gtceu:hv_autoclave" + type: "item" + }] + title: "HV Autoclave" + x: 2.25d + y: -3.0d + } + { + dependencies: ["16A6AE5C770DB83A"] + description: [ + "The &3HV Chemical Bath&r is used to &ddye Lenses&r using &aChemical Dye&r. This will let you engrave more types of Wafers!" + "" + "This is also required for &aEyes of Ender&r." + ] + icon: "gtceu:hv_chemical_bath" + id: "124B32A0583A636A" + size: 0.75d + subtitle: "Please don't bathe with electronics..." + tasks: [{ + id: "13B0B5168E4B06E3" + item: "gtceu:hv_chemical_bath" + type: "item" + }] + title: "High Voltage Bathing" + x: 4.5d + y: -1.875d + } + { + dependencies: ["26394C1290D70AB6"] + description: [ + "If you're &lstill&r running off the &3Large Bronze Boiler&r, you may want to upgrade to the &3Large Steel Boiler&r." + "" + "It's slightly more efficient than the &3LBB&r, and produces &d900 EU/t worth of Steam&r." + "" + "We'd recommend you try other power options at this point." + ] + icon: "gtceu:steel_large_boiler" + id: "1BB40CCF17D00719" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "3872B1D118426B33" + item: "gtceu:steel_large_boiler" + type: "item" + }] + title: "One Hundred Million Pressure Cookers" + x: 1.125d + y: -0.75d + } + { + dependencies: ["16A6AE5C770DB83A"] + description: [ + "You now have access to two &3new Maintenance Hatches&r. Both hatches &6do not require Maintenance&r when first placed in a Multiblock." + "" + "The &3Automatic Maintenance Hatch&r is pretty simple - it eliminates the need for Maintenance, &6forever&r." + "" + "The &3Configurable Maintenance Hatch&r is more interesting. You can configure it to cut off &a10% duration&r on recipes, at the cost of making Maintenance happen three times as fast. That is &d16 real hours&r of activity." + "" + "&9Reminder:&r You can put Tape in the maintenance Hatch to automatically fix problems." + "{@pagebreak}" + "&l&3Lore:&r&o The Automatic Maintenance Hatch texture and mechanic comes from TecTech, an addon mod originally made for GregTech: New Horizons. " + "" + "&oYou'll see more from TecTech if you stick with us with the late game." + ] + icon: "gtceu:configurable_maintenance_hatch" + id: "15645E46CC0E6764" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "4BE8DFB45A1BFC09" + item: "gtceu:configurable_maintenance_hatch" + type: "item" + } + { + id: "286992A0F0C20BEE" + item: "gtceu:auto_maintenance_hatch" + type: "item" + } + ] + title: "Advanced Maintenance" + x: 1.125d + y: -3.0d + } + { + dependencies: ["16A6AE5C770DB83A"] + description: [ + "Just like &bMV&r, you'll need to make higher-tier components." + "" + "The painful &dFlawless Gems&r have been replaced with slightly-more-painful &dEyes of Ender&r. Also notice that the &aMotors&r require &d2x Silver Cables&r." + "" + "&aHulls&r and &aMachines&r use &dGold Cables&r." + "{@pagebreak}" + "&9&lTips to make life less painful:&r" + "" + "- Consider using &dElectrotine decomposition&r and &dOre Processing&r for &eElectrum&r." + "- Consider using the &3Chemical Bath&r with &dMercury&r for &eGold&r from a wide variety of ores." + ] + icon: "gtceu:hv_electric_motor" + id: "029CF0D9E5097F87" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "5B6D9DD390CC3184" + item: "gtceu:hv_electric_motor" + type: "item" + } + { + id: "20D97B1AD73D38C9" + item: "gtceu:hv_electric_piston" + type: "item" + } + { + id: "2E2ED201C713950B" + item: "gtceu:hv_conveyor_module" + type: "item" + } + { + id: "574C6D74D2D869BD" + item: "gtceu:hv_electric_pump" + type: "item" + } + { + id: "44822263DC8E4BE4" + item: "gtceu:hv_robot_arm" + type: "item" + } + { + id: "10D85B677A95EA38" + item: "gtceu:hv_emitter" + type: "item" + } + { + id: "4173FF5B0A6FA1C3" + item: "gtceu:hv_sensor" + type: "item" + } + ] + title: "We call this \"fun\"" + x: 0.0d + y: -1.875d + } + { + dependencies: [ + "26394C1290D70AB6" + "16A6AE5C770DB83A" + ] + description: ["The &3HV Assembling Machine&r is the next step in progression, but also unlocks a handful of useful utilities - check around this quest for more."] + icon: "gtceu:hv_assembler" + id: "16B735F9C391D260" + size: 0.75d + tasks: [{ + id: "1B70E35262CA2CB8" + item: "gtceu:hv_assembler" + type: "item" + }] + title: "HV Assembling Machine" + x: 2.25d + y: -0.75d + } + { + dependencies: ["16B735F9C391D260"] + description: ["The &9Digital Interface Cover (DIC)&r is a visual Cover. It can show useful things like the status and progress of Machines, or the amount of fluids stored in a Super Tank."] + icon: "gtceu:digital_interface_cover" + id: "111877E2F16AD71C" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "505B2CDC455C36C5" + item: "gtceu:digital_interface_cover" + type: "item" + }] + title: "Digital Interface Cover" + x: 1.125d + y: 0.375d + } + { + dependencies: ["16B735F9C391D260"] + description: [ + "Time to say goodbye to your &4Primitive Water Pumps&r. They've done you proud." + "" + "Place this on the side of a machine to give it &616 buckets&o&r&r of Water every second!" + ] + icon: "gtceu:infinite_water_cover" + id: "78464574AF8A27AC" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "3CE1967A82B9ED45" + item: "gtceu:infinite_water_cover" + type: "item" + }] + title: "Infinite Water" + x: 2.25d + y: 0.375d + } + { + dependencies: ["124B32A0583A636A"] + description: [ + "The &aSimple System on Chip&r will be used for the best &dULV Circuit&r recipe." + "" + "We'd also recommend going out of your way to make all the other useful colored Lenses ahead of time. They are listed here in an &eoptional&r task." + ] + icon: "gtceu:cyan_glass_lens" + id: "6975F16F5B50F17F" + shape: "rsquare" + size: 0.66d + tasks: [ + { + count: 20L + id: "73A16ED7BA7D64E8" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:lenses" + } + } + optional_task: true + title: "Any #forge:lenses" + type: "item" + } + { + id: "1BBF0F8C4715A902" + item: "gtceu:simple_soc" + type: "item" + } + ] + title: "I see the world in colour" + x: 4.5d + y: 0.375d + } + { + dependencies: [ + "315169840E06110F" + "6975F16F5B50F17F" + ] + description: ["&8ULV&r Circuits are used in some AE2 recipes, such as the &aAnnihilation Core&r and &aFormation Core&r."] + icon: "gtceu:nand_chip" + id: "15EC934CE8F4DC86" + size: 0.75d + tasks: [{ + id: "6B595E3904B796C3" + item: "gtceu:nand_chip" + type: "item" + }] + title: "Best ULV Circuits!" + x: 4.5d + y: 1.5d + } + { + dependencies: [ + "6975F16F5B50F17F" + "16B735F9C391D260" + ] + description: [ + "&bDigital fluid storage&r is pretty cool. Each &b1k ME Fluid Storage Cell&r holds up to &d5 types&r of fluid, and can hold &6over 8,000 buckets&r of those 5 fluid types! That's more than a &3Super Tank 2&r!" + "" + "You may want to &4format&r Fluid Storage Cells to certain types to prevent the network from clogging. Make a &3Cell Workbench&r to do so." + ] + icon: "ae2:fluid_cell_housing" + id: "26E8E5C163340E5A" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "4717CD0721804BAC" + item: "ae2:fluid_cell_housing" + type: "item" + }] + title: "Digital Fluid Storage" + x: 3.375d + y: -0.75d + } + { + dependencies: [ + "3568BC9742092FC5" + "124B32A0583A636A" + "16B735F9C391D260" + ] + description: [ + "The &aLow Power Integrated Circuit&r requires an &3HV Cutting Machine&r inside your &3Cleanroom&r." + "" + "&3HV Energy Hatches&r will be nice additions so you can run your Multiblocks (mainly your Electric Blast Furnace and Large Chemical Reactor) directly off a &6HV&r line." + "" + "This time around, you won't need to upgrade your EBF with 2 Energy Hatches to progress to &5EV&r - phew!" + ] + icon: "gtceu:hv_energy_input_hatch" + id: "5DBBD9B1F5B01F4E" + size: 0.75d + subtitle: "Noticing a pattern here?" + tasks: [ + { + id: "19C5FBCD216DCE26" + item: "gtceu:lpic_chip" + optional_task: true + type: "item" + } + { + amount: 1000L + fluid: "gtceu:sodium_potassium" + id: "2DF33EF0321AB809" + optional_task: true + type: "fluid" + } + { + id: "22E204ADB8257706" + item: "gtceu:hv_energy_input_hatch" + type: "item" + } + ] + title: "Upgrade your EBF II" + x: 4.5d + y: -0.75d + } + { + dependencies: [ + "26394C1290D70AB6" + "16A6AE5C770DB83A" + ] + description: [ + "The &3HV Chemical Reactor&r unlocks a ton of new recipes. Ah, who doesn't love the ever-growing demand on more advanced Chemistry?" + "" + "&9Note:&r We've actually unlocked a ton of new content by reaching &6HV&r. However, not every processing line or item is crucial right now. It'd make the &6HV&r chapter far too dense if we included everything!" + "" + "You could still check out the &5EV&r Chapter if you want to push yourself." + ] + icon: "gtceu:hv_chemical_reactor" + id: "390E59F05132FCB8" + shape: "square" + size: 0.75d + tasks: [{ + id: "652CFAE1FA60F3E2" + item: "gtceu:hv_chemical_reactor" + type: "item" + }] + title: "High Voltage Chemistry" + x: 5.625d + y: -1.875d + } + { + dependencies: ["0EFEE489906256AA"] + description: [ + "Titanium requires a slightly more &binvolved&r process than the previous materials to process. To get started, you'll need &aRutile&r, which can be obtained by processing &aBauxite&r." + "" + "Once you've gotten enough &5Rutile&r, your journey to &6Titanium&r continues in the next quest. There's no need to rush things." + "{@pagebreak}" + "You may have already noticed that Bauxite is also an &6excellent source of Aluminium&r." + "" + "Visiting &dThe End&r allows you to access a richer Bauxite vein, as well as &9Ilmenite&r - an even better source of Rutile." + "" + "&9Tip:&r Ore processing for &aBauxite&r is ridiculously good! Including the &3Thermal Centrifuge&r step easily &6triples&r your &aRutile&r yield." + ] + icon: "gtceu:rutile_dust" + id: "59DFC4DA7D29C315" + shape: "rsquare" + size: 0.66d + subtitle: "...means it WASN'T Titanium!" + tasks: [ + { + count: 15L + id: "7046AD026C55153C" + item: "gtceu:bauxite_dust" + optional_task: true + type: "item" + } + { + id: "5593109F3592A432" + item: "gtceu:rutile_dust" + type: "item" + } + ] + title: "Almost Titanium" + x: 5.625d + y: -3.0d + } + { + dependencies: [ + "390E59F05132FCB8" + "59DFC4DA7D29C315" + "1C55AE6AD5BDE304" + ] + description: [ + "To get your grubby hands on some Titanium, &aRutile&r must first be reduced to &aTitanium Tetrachloride&r in an &3HV Chemical Reactor&r, then reduced again in an &3EBF&r with &dMagnesium&r to finally arrive at Titanium." + "" + "The &dCarbon&r, &dChlorine&r, &dOxygen&r, and &dMagnesium&r used in the process can be &6perfectly recovered&r from the byproduct &dCarbon Monoxide&r and &dMagnesium Chloride&r with no loss. If you set up a system to recover them, &athe only material&r that you'll need to provide for Titanium is &dRutile&r!" + "{@pagebreak}" + "&aTitanium Tetrachloride&r also acts as a catalyst in the production of plastics. A touch of &aTiCl₄&r in the polymerisation process can increase the polymer yield to &6133%&r&r. Naturally, this is completely optional." + ] + icon: "gtceu:titanium_tetrachloride_bucket" + id: "727075AAF9F91FAE" + size: 0.75d + tasks: [{ + amount: 1000L + fluid: "gtceu:titanium_tetrachloride" + id: "7C9AC37E86D3398F" + type: "fluid" + }] + title: "Almost Titanium²" + x: 5.625d + y: -4.125d + } + { + dependencies: ["6B08799BCFD01D3D"] + description: [ + "By this point, normal Cables have such insignificant loss that superconductors aren't a requirement." + "" + "You can use those as a flex!" + "" + "Superconductors are still required to craft &aField Generators&r." + ] + icon: "gtceu:mercury_barium_calcium_cuprate_double_wire" + id: "45F9AAE4ABE32033" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "2C582DDA7BC36951" + item: "gtceu:mercury_barium_calcium_cuprate_single_wire" + type: "item" + }] + title: "HV Superconductors" + x: 4.5d + y: -4.125d + } + { + dependencies: [ + "1C55AE6AD5BDE304" + "6958029B5514D4EC" + ] + description: [ + "&3Nichrome Heating Coils&r increase the temperature of your &3Blast Furnace&r to &d3,600K&r." + "" + "Despite not being required &oyet&r, it still is a good idea to upgrade your primary &3EBF&r for those sweet, sweet &6Coil bonuses&r." + "{@pagebreak}" + "&l&3Lore:&r&o In the original GregTech 5, there were only three types of coils. This was the last tier." + ] + icon: "gtceu:nichrome_coil_block" + id: "6B08799BCFD01D3D" + size: 0.75d + subtitle: "A long way to go before we beat the Sun" + tasks: [{ + count: 16L + id: "2DCD235EC79F582C" + item: "gtceu:nichrome_coil_block" + type: "item" + }] + title: "Nichrome Coils" + x: 4.5d + y: -5.25d + } + { + dependencies: [ + "6958029B5514D4EC" + "727075AAF9F91FAE" + ] + description: [ + "&aTitanium&r has the highest corrosion resistance and strength-to-density ratio of any metallic element, so it's only natural that we'll be using it as the main material in our &5EV&r machinery." + "" + "Confirm that your closed loop for &aRutile&r is up to standard, and prepare to run a dedicated &3EBF&r for hours." + "" + "A quick aside - now we're at &5EV&r, single block generators are about to fall out of style! You'll need to run several &3HV Generators&r to keep up - later, upgrades to Multiblock Generators will be required." + "" + "Whilst Multiblock generators are much more expensive, you'll find them to be much more energy efficient!" + ] + icon: "gtceu:titanium_ingot" + id: "7FA0ACB7F161F378" + shape: "gear" + size: 1.2d + tasks: [{ + id: "6D3E269567F419DE" + item: "gtceu:titanium_ingot" + type: "item" + }] + title: "Titanium" + x: 5.625d + y: -5.25d + } + { + dependencies: ["6958029B5514D4EC"] + description: [ + "&oThis is a guide on how to automatically route &lall&r&o your Hot Ingots to your Vacuum Freezer while keeping everything automated perfectly fine.&r" + "" + "You already know the drill from the Chemical Bath, so let's get right to the chase." + "{@pagebreak}" + "Install an &aItem Tag Filter&r Cover on the &3Input Bus&r of your &3Vacuum Freezer&r, open it and set to whitelist &e&lingots/hot&r. The slot is to &dtest&r items to make sure you configured the Filter properly in case you forgot. Drag ingots from JEI!" + "" + "From here, you now have the option to route either with &9Item Pipes&r or &9AE2&r." + "{@pagebreak}" + "&2With Item Pipes&r, connect the output of your &3EBF(s)&r to the input of your &3Vacuum Freezer&r and the output dump (Chest, Crate, or ME Interface)." + "You can also have a &dRestrictive Pipe&r in front of the output dump to ensure the Vacuum Freezer will be prioritized." + "" + "&2With AE2&r, place a &3ME Storage Bus&r on top of your Cover and set to very &dhigh priority&r. Any hot ingots entering your ME system will automatically be moved into the Vacuum Freezer." + "{@pagebreak}" + "&l&9Note:&r If you wish to know more tags for future automation setups, they will display if you press Shift when hovering over an item. For instance, an item tagged with &e&o#forge:plates/copper&r would be filtered as &e&lplates/copper&r." + "" + "&9Other Note:&r The Item Tag Filter partially supports &dregex&r. Hover over the info icon for more information." + ] + icon: "gtceu:item_tag_filter" + id: "717099CE2CB9A0ED" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "497959F0CC572A68" + item: "gtceu:item_tag_filter" + type: "item" + }] + title: "300IQ" + x: 3.375d + y: -5.25d + } + { + dependencies: ["4AFD3073C731A1E4"] + description: [ + "The &3Vacuum Freezer&r is a multiblock used to cool down &eHot Ingots&r. All ingots made in the EBF with a temperature above &d1750K&r will need it." + "" + "Most of the time, your &3Electric Blast Furnace&r will be the bottleneck, so you don't need to worry about overclocking your freezer." + "" + "Since &eHot Ingots&r &churt you&r when held, item routing will be very useful." + ] + icon: "gtceu:vacuum_freezer" + id: "6958029B5514D4EC" + size: 0.75d + subtitle: "Did you know vacuums actually make things hotter?" + tasks: [{ + id: "784C1A8A77AD314E" + item: "gtceu:vacuum_freezer" + type: "item" + }] + title: "Ice Cold" + x: 6.75d + y: -5.25d + } + { + dependencies: [ + "1C55AE6AD5BDE304" + "6958029B5514D4EC" + ] + description: ["&a4A&r of &bMV&r energy transmission may be appealing, but you probably don't need these at this point. The option is always there if you need it."] + icon: "gtceu:magnesium_diboride_double_wire" + id: "72F0DFAF5CC6D0FE" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "4CCBDA5AC16CBB48" + item: "gtceu:magnesium_diboride_single_wire" + type: "item" + }] + title: "MV Superconductors" + x: 6.75d + y: -4.125d + } + { + dependencies: [ + "41D32C5178760F47" + "4AFD3073C731A1E4" + ] + description: [ + "The next &3Circuit Assembler&r. This tier of Circuit Assembler is only required for one type of Circuit - your first ever &aMainframe&r." + "" + "You can put this off until &5EV&r." + ] + icon: "gtceu:hv_circuit_assembler" + id: "6B1595678ECB7AC8" + size: 0.75d + tasks: [{ + id: "337D8EF42A7BD3A2" + item: "gtceu:hv_circuit_assembler" + type: "item" + }] + title: "HV Circuit Assembler" + x: 7.875d + y: -3.0d + } + { + dependencies: [ + "124B32A0583A636A" + "16E3465CF94E2BDD" + "4024C831C77101CA" + ] + description: [ + "Regardless of whether you're playing on Peaceful or not, you will have to defeat the &4Ender Dragon&r to return to the Overworld safely." + "" + "Prepare yourself with a bow, a few arrows, a blade, and some beds (speedrunner strats!)." + "" + "This quest will print the &alocation of the nearest Stronghold&r in chat." + "{@pagebreak}" + "&9The End&r has even more new veins and materials to harvest, such as &ePlatinum&r and &7Naquadah&r! Similar to Nether ores, End ores are &6worth two Overworld ores&r." + "" + "&aEyes of Ender&r are additionally used in crafting certain components, or for creating &5Quantum Eyes&r." + ] + icon: "minecraft:end_portal_frame" + id: "41D32C5178760F47" + size: 0.75d + tasks: [{ + count: 12L + id: "30A89DD2A22EE314" + item: "minecraft:ender_eye" + type: "item" + }] + title: "The End" + x: 7.875d + y: -1.875d + } + { + dependencies: [ + "4AFD3073C731A1E4" + "6B1595678ECB7AC8" + ] + description: [ + "The first &1IV&r circuit. Congratulations on making it this far!" + "" + "This will be used when you get to &5EV&r." + "" + "&l&3Lore:&r&o The original texture for the Mainframes was taken from an image of an IBM zEnterprise mainframe." + ] + icon: "gtceu:micro_processor_mainframe" + id: "14D277A164202FF8" + size: 0.75d + tasks: [{ + id: "71E3128BA0CAC113" + item: "gtceu:micro_processor_mainframe" + type: "item" + }] + title: "Mainframes - first IV Circuits!" + x: 9.0d + y: -4.125d + } + { + dependencies: [ + "10FB27DD3C7BEC2F" + "0DE5C3FBC9A6A690" + ] + description: [ + "The &3Cleanroom&r is a hollow multiblock free of contaminants. Going forward, most new âuit-related recipes&r, as well as some unique blocks like &3Fusion Casings&r, will need to be run in machines inside a Cleanroom." + "" + "Creating it will put your &aPolyethylene&r automation to the test for all the &dPlascrete&r and/or &dCleanroom Glass&r you will make." + "" + "We'll start you off with a 5x5x5 Cleanroom, but you should upgrade its size when you start feeling cramped." + "" + "&6This quest unlocks a new tutorial on the Cleanroom in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + "{@pagebreak}" + "&l&3Lore:&r&o The Cleanroom comes from GregTech 5, but as is often the case, the GT5 implementation is much more punishing. The recipes would run without regard to cleanliness, but had a % chance of completion equal to the cleanliness of the Cleanroom. This caused a lot of accidental voiding." + "" + "&oFurthermore, if the Cleanroom had a maintenance issue, the cleanliness would cap out at 90%, which means 10% of items would be voided." + "" + "&oThe GTCEu Cleanroom will &6never void&f recipe outputs." + ] + icon: "gtceu:cleanroom" + id: "3568BC9742092FC5" + shape: "gear" + size: 1.5d + subtitle: "They put me in a room... a clean room" + tasks: [ + { + id: "563BFE52E8A51D9F" + item: "gtceu:cleanroom" + type: "item" + } + { + count: 8L + id: "6D0AC939EC8971BC" + item: "gtceu:filter_casing" + type: "item" + } + { + count: 40L + id: "18AECBFB42064D4E" + item: "gtceu:plascrete" + type: "item" + } + { + count: 10L + id: "4DA87A845076183A" + item: "gtceu:cleanroom_glass" + type: "item" + } + ] + title: "The Cleanroom" + x: 6.75d + y: -3.0d + } + { + dependencies: ["41D32C5178760F47"] + description: [ + "This prospector boasts a &6higher range&r than its &7LV&r counterpart." + "" + "Sneak right-clicking with the Prospector in your hand will change its mode to &6Fluid Prospection&r. This will instead display the base &dyield&r of Fluid veins, along with how full they are." + "" + "&9Reminder:&r The yield of a &3Fluid Drilling Rig&r is directly proportional to the \"fullness\" of the vein. When low enough, the output will default to a yield that can be defined in the CEu config." + "{@pagebreak}" + "&9Tip:&r When the fullness drops below 30% (alright, rough estimate), you should consider moving to another vein for the sake of power-to-yield efficiency. Aiming for the &3Advanced Fluid Drilling Rig&r in &5EV&r may interest you, as not only does it significantly boost the output, but it also reduces the rate at which it drains the vein!" + "" + "&cCaution:&r Due to a bug, the Prospector display may be offset by one chunk, so avoid placing your Rig in the corners of a fluid vein. or you may end up pumping the wrong fluid!" + ] + icon: "gtceu:prospector.hv" + id: "2124BF15006733D5" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "1ED12D379EEE0CBA" + item: "gtceu:prospector.hv" + type: "item" + }] + title: "HV Prospector" + x: 9.0d + y: -1.875d + } + { + dependencies: ["0EFEE489906256AA"] + description: [ + "Fluorine is the rarest gas to obtain from electrolysis in this game." + "" + "You can obtain it from &aLepidolite&r, &aBastnatite&r, and &aMica&r, but the best source is from &aTopaz&r." + ] + icon: "gtceu:fluorine_bucket" + id: "42FB276AB16258D9" + shape: "rsquare" + size: 0.66d + tasks: [{ + amount: 16000L + fluid: "gtceu:fluorine" + id: "27DBF159ADE55257" + type: "fluid" + }] + title: "Fluorine" + x: 5.625d + y: -0.75d + } + { + dependencies: [ + "390E59F05132FCB8" + "42FB276AB16258D9" + ] + description: [ + "&aPolytetrafluoroethylene (PTFE)&r is a &7Carbon&r-&bFluorine&r polymer. Similarly to PVC, PTFE can be used to increase the yield of Plastic Circuit Boards and other crafts. Presently, it is used to make the walls of &3Large Chemical Reactors&r." + "" + "&3Chlorine&r is required in the process, which is fully recycled if you electrolyze the &aHydrochloric Acid&r waste." + "" + "&bFluorine&r will also be used in the &aUranium&r and &7Naquadah&r refinement processes." + "" + "&9Tip:&r From this point onwards, you should be solidifying Polymers as &dBar&r (Ingot) form, as they can easily be shaped to whichever form you will need using the &3Extruder&r." + ] + icon: "gtceu:polytetrafluoroethylene_plate" + id: "7CC79617A4965F25" + size: 0.75d + subtitle: "A.K.A - Teflon" + tasks: [ + { + amount: 1000L + fluid: "gtceu:hydrofluoric_acid" + id: "39D0D1DEEFAD2830" + optional_task: true + type: "fluid" + } + { + amount: 1000L + fluid: "gtceu:chloroform" + id: "28B5614D97C82AB8" + optional_task: true + type: "fluid" + } + { + id: "62C0D8E62DC90BD5" + item: "gtceu:polytetrafluoroethylene_plate" + type: "item" + } + ] + title: "Polytetrafluoroethylene" + x: 5.625d + y: 0.375d + } + { + dependencies: ["04F6E968CEEC3D49"] + description: [ + "Making &aNitrobenzene&r will boost the energy efficiency of &aBenzene&r roughly &6fourfold&r. You love to see it." + "" + "The catch here is that it takes &dDistilled Water&r, and consumes a bit of &dSulfur&r with every step." + ] + icon: { + Count: 1b + id: "gtceu:fluid_cell" + tag: { + Fluid: { + Amount: 8000 + FluidName: "gtceu:nitrobenzene" + } + } + } + id: "56E7A3A0CC690C8A" + shape: "rsquare" + size: 0.66d + tasks: [{ + amount: 40000L + fluid: "gtceu:nitrobenzene" + id: "0BC043068EE4C69A" + type: "fluid" + }] + title: "Benzene Nitro" + x: 9.0d + y: 1.5d + } + { + dependencies: ["7CC79617A4965F25"] + description: [ + "The &3Large Chemical Reactor (LCR)&r is a multiblock &3Chemical Reactor&r with more input/output slots. Its Teflon casings allow it to process extra recipes." + "" + "The &3LCR&r can perform some exclusive reactions which allow you to combine multiple normal &3Chemical Reactor&r steps into a &6single step&r. Examples below:" + "" + "&9-&r &aNitrogen Dioxide&r (for Nitric Acid and Dinitrogen Tetroxide)" + "&9-&r &aSulfuric Acid&r" + "&9-&r &aPhenol&r" + "&9-&r &aEpichlorohydrin&r (you need it for Epoxy!)" + "&9-&r &aEpoxy&r" + "{@pagebreak}" + "There are also &3LCR&r exclusive recipes. For example, &dRadon&r can only be made in the LCR right now." + "" + "All &dOverclocks&r in the &3LCR&r are &6100% efficient&r (known as Perfect overclocks); each overclock will &5quadruple the speed&r, as opposed to doubling it." + "" + "The &3LCR&r has yet another &6advantage&r. You can use &32 Energy Hatches&r to allow it to run recipes of the &5next tier&r, similar to the &3Electric Blast Furnace&r." + "{@pagebreak}" + "&9Tip:&r Given the amount of LCRs you may end up using, why not try utilising &dwallsharing&r to its full potential?" + "" + "You could share one 2A (standard) &3Energy Hatch&r between 2 LCRs." + "" + "You might want to share &3Input/Output Hatches&r, but make sure each LCR is running the correct recipe." + "" + "Keep in mind Maintenance hatches are not sharable." + ] + icon: "gtceu:large_chemical_reactor" + id: "528CE69DA4358B2E" + shape: "gear" + size: 1.3d + tasks: [ + { + id: "4738F666E22B212B" + item: "gtceu:large_chemical_reactor" + type: "item" + } + { + count: 10L + id: "437860B6D7534842" + item: "gtceu:inert_machine_casing" + type: "item" + } + { + id: "6D5FA685D7F4485B" + item: "gtceu:ptfe_pipe_casing" + type: "item" + } + ] + title: "Large Chemical Reactor" + x: 5.625d + y: 1.5d + } + { + dependencies: [ + "316FF60D6FFE97CE" + "6A304E453D74C57C" + ] + description: [ + "&cTNT&r (Trinitrotoluene) can't be prepared with the usual Gunpowder and Sand anymore. Instead, you'll have to produce &aGelled Toluene&r and react it with Sulfuric Acid to make TNT." + "" + "Using the &3HV Chemical Reactor&r recipe will double the yield of &aGelled Toluene&r at the cost of requiring additional inputs." + "{@pagebreak}" + "We don't have any easy tips to give you for &aToluene&r. It's going to be tricky no matter which route you take." + "" + "That being said, don't miss out on the direct &aHeavy Fuel&r to &aToluene&r recipe in the single block &3Distillery&r." + "" + "&aToluene&r can also optionally be used in &5EV&r to make &dGasoline&r." + "" + "&cTNT&r is used in the &3Implosion Compressor&r to make Gems. It also blows stuff up." + ] + icon: "minecraft:tnt" + id: "2B7B214EDE0B45A2" + size: 0.75d + tasks: [ + { + amount: 1000L + fluid: "gtceu:toluene" + id: "1B1BAB5824FA20A9" + optional_task: true + type: "fluid" + } + { + id: "1CB85F57BA45252D" + item: "gtceu:gelled_toluene" + type: "item" + } + { + id: "04BF6A36E965C348" + item: "minecraft:tnt" + type: "item" + } + ] + title: "TNT" + x: 7.875d + y: 0.375d + } + { + dependencies: ["390E59F05132FCB8"] + description: [ + "If you've killed a Blaze before, you may have noticed it dropped &eSulfur Dust&r instead of a &cBlaze Rod&r." + "" + "In order to get &6Blaze Powder&r, you must instead combine &7Carbon Dust&r and &eSulfur Dust&r in a &3HV Chemical Reactor&r." + ] + icon: "minecraft:blaze_powder" + id: "16E3465CF94E2BDD" + size: 0.75d + tasks: [{ + count: 12L + id: "00CC416ACB6CA99F" + item: "minecraft:blaze_powder" + type: "item" + }] + title: "Blaze Powder" + x: 6.75d + y: -1.875d + } + { + dependencies: [ + "1137D2BA7E03D685" + "2B7B214EDE0B45A2" + ] + description: [ + "If you've killed an Enderman before, you may have noticed it dropped &aEnderpearl Dust&r instead of an Ender Pearl. In order to get &aEnder Pearls&r, you must make them from Enderpearl Dust in the &3Implosion Compressor&r." + "" + "&9Pro tip for non-Peaceful players&r: Trapping Endermen in Boats makes them much easier to kill! Use a &dButchery Knife&r when slaying Endermen for the Looting 3 bonus." + "" + "In the long term, &aEnderpearl Dust&r should be made in an &3HV Mixer&r." + ] + icon: "minecraft:ender_pearl" + id: "4024C831C77101CA" + size: 0.75d + tasks: [ + { + id: "3DC62CA60F006A06" + item: "gtceu:ender_pearl_dust" + optional_task: true + type: "item" + } + { + id: "20403A639228B809" + item: "minecraft:ender_pearl" + type: "item" + } + ] + title: "Ender Pearls" + x: 7.875d + y: -0.75d + } + { + dependencies: ["3568BC9742092FC5"] + description: [ + "Doping is the process of intentionally introducing impurities into semiconductors to alter their properties." + "" + "&7Silicon&r can be doped with small amounts of &ePhosphorus&r to make a better &eSilicon Boule&r." + "" + "Phosphorus-doped Silicon Boules typically yield &68 times&r more wafers than their non-doped counterparts. However, they are not strictly needed until &5EV&r, where they'll be used in more complex wafers." + "" + "&9Note&r: All processing of Phosphorus Boules and Wafers will require a &dCleanroom&r." + ] + icon: "gtceu:phosphorus_boule" + id: "017019EB38F7A18C" + size: 0.75d + subtitle: "That's dope, bro!" + tasks: [ + { + id: "28C8A90D0F999573" + item: "gtceu:phosphorus_boule" + type: "item" + } + { + id: "2CD60F6FFD4C1DFF" + item: "gtceu:hv_laser_engraver" + type: "item" + } + ] + title: "Phosphorus Boules" + x: 9.0d + y: -3.0d + } + { + dependencies: ["26394C1290D70AB6"] + description: [ + "The &3Implosion Compressor&r turns the Dust form of Gems into their Gem form." + "" + "It's required to get &aEnder Pearls&r." + "" + "&cTNT&r can be used for the Implosion." + ] + icon: "gtceu:implosion_compressor" + id: "1137D2BA7E03D685" + size: 0.75d + tasks: [{ + id: "52E617BBF3718471" + item: "gtceu:implosion_compressor" + type: "item" + }] + title: "Implosion Compressor" + x: 9.0d + y: -0.75d + } + { + dependencies: [ + "4343746E706264E6" + "528CE69DA4358B2E" + ] + description: [ + "Nitric Acid's fumes are extremely toxic! It's also a very potent oxidizer." + "" + "&aNitric Acid&r is used in:" + "" + "&9-&r Cetane-Boosted Diesel, a better Diesel fuel that you'll get to soon." + "&9-&r Nitrobenzene, a better Gas fuel that we're not far off making." + "&9-&r The optional gem slurry chains." + "&9-&r The Platinum Group Sludge chain in &1IV&r." + "&9-&r Polybenzimidazole (try saying that ten times fast!) in &1IV&r." + "{@pagebreak}" + "There are two main ways to make &aNitric Acid&r - &othe &agood&f way and the &4bad&f ways!&r" + "" + "Therefore, we'll point you towards the best method:" + "" + "Get a &3Large Chemical Reactor&r and use it to make &aNitrogen Dioxide&r. From there, react it in a regular &3Chemical Reactor&r with more &dOxygen&r and &dWater&r and you got yourself some &aNitric Acid&r!" + "" + "This requires a lot of &dOxygen&r. Refer to its own Quest in &7LV&r for the most efficient ways to obtain in large amount. Notice that this is Hydrogen free!" + ] + icon: "gtceu:nitric_acid_bucket" + id: "5BACED5AE350EAB1" + size: 0.75d + subtitle: "This won't eat your skin" + tasks: [{ + amount: 1000L + fluid: "gtceu:nitric_acid" + id: "30DA5B5D735254AD" + type: "fluid" + }] + title: "Nitric Acid" + x: 6.75d + y: 1.5d + } + { + dependencies: ["5BACED5AE350EAB1"] + description: [ + "&aCetane-Boosted Diesel&r is &650% more energy dense&r than regular &aDiesel&r, and only requires 1 part &dTetranitromethane (TNM)&r for every 50 parts &aDiesel&r. What a steal, right?" + "" + "The catch comes in the complexity of making &dTNM&r. In order to concoct it, you must react &aNitric Acid&r with either &dEthenone&r or &aMethyl Acetate&r, both of which have quite an involved process themselves!" + ] + icon: { + Count: 1b + id: "gtceu:fluid_cell" + tag: { + Fluid: { + Amount: 8000 + FluidName: "gtceu:cetane_boosted_diesel" + } + } + } + id: "04F6E968CEEC3D49" + shape: "rsquare" + size: 0.66d + subtitle: "This is to go further beyond" + tasks: [{ + amount: 50000L + fluid: "gtceu:cetane_boosted_diesel" + id: "150FF5579CA17796" + type: "fluid" + }] + title: "Cetane-boosted Diesel" + x: 7.875d + y: 1.5d + } + { + dependencies: ["16B735F9C391D260"] + description: [ + "The &eSMD&r (surface-mount device) &aComponents&r are CEu-exclusive components that are required for the next tier of circuits (&5Nano&r). They can also be used in place of their non-SMD counterparts in most Circuit recipes." + "" + "Of course they're more complicated to make, this is GregTech! What did you expect?" + "" + "Invest in automation for these - you won't stop needing them." + ] + icon: "gtceu:smd_transistor" + id: "4C3805F75C9EE3DD" + size: 0.75d + subtitle: "Alternate components!" + tasks: [ + { + id: "75D9301389ECDAC7" + item: "gtceu:smd_transistor" + type: "item" + } + { + id: "5AC39933BF3FB8C3" + item: "gtceu:smd_resistor" + type: "item" + } + { + id: "6421A825AB3FC7CE" + item: "gtceu:smd_capacitor" + type: "item" + } + ] + title: "SMD Components" + x: 3.375d + y: 0.375d + } + { + dependencies: ["4C3805F75C9EE3DD"] + description: [ + "&aPlatinum&r (needed for SMD Diodes) has its own dedicated Quest in the &5EV&r tab." + "" + "&l&3Lore:&r&o The SMD Inductors make an appearance in GTCEu for the first time. It's more consistent and convenient to have all Circuit components receive an SMD counterpart." + ] + icon: "gtceu:smd_capacitor" + id: "7F272A099E65F848" + size: 0.75d + tasks: [ + { + id: "75955EC3248DEA7A" + item: "gtceu:smd_diode" + type: "item" + } + { + id: "46FD3F3FEFBF7ECD" + item: "gtceu:smd_inductor" + type: "item" + } + ] + title: "More SMD Components" + x: 3.375d + y: 1.5d + } + { + dependencies: [ + "26394C1290D70AB6" + "16A6AE5C770DB83A" + ] + description: [ + "The &3HV Macerator&r finally unlocks more of the slots shown in JEI. With this, the first &9three&r slots are now available. This allows you to receive the &6unique ore Byproduct&r from macerating &dThermal &dCentrifuged Ore&r." + "" + "Macerating Ores costs &a32 EU/t&r with &5two overclocks&r, which makes this machine able to fit in &7LV&r lines - very, very convenient." + "" + "Despite the signicant improvements this machine provides, it still isn't completely worth it to set up advanced processing for every single ore. Energy and time are still things to consider, so only process the ores that produce &6Byproducts&r you care for." + "{@pagebreak}" + "&l&3Lore:&r&o In GregTech 5u, the &6HV&r&o Macerator only gave two slots. Urgh... we weren't planning on using that Stone Dust, anyway..." + ] + id: "6B7762F672BAE76F" + size: 0.75d + subtitle: "Shredding your Ores with byproducts" + tasks: [{ + id: "76DAF1C1B90EFE87" + item: "gtceu:hv_macerator" + type: "item" + }] + title: "Universal Macerator" + x: -1.125d + y: -1.875d + } + { + dependencies: [ + "6EB68C28BEE24DEF" + "390E59F05132FCB8" + ] + description: [ + "&aAmmonia&r is &doptional&r in &6HV&r." + "" + "You may use it in the production of:" + "&9-&r Nitric Acid, although we don't recommend this." + "&9-&r Rocket Fuel, required for Nether Stars in &1IV&r." + "&9-&r Polybenzimidazole (now THAT'S a tongue twister!) in &1IV&r." + "" + "The \"least painful\" recipe should be the one in the &3HV Chemical Reactor&r. Make sure your &aHydrogen&r production (mostly from &aWater electrolysis&r) is enough to support the demand." + "" + "You could also obtain &aAmmonia&r as a waste product from &dPlatinum Group Sludge&r processing." + ] + icon: "gtceu:ammonia_bucket" + id: "4343746E706264E6" + shape: "rsquare" + size: 0.66d + tasks: [{ + amount: 1000L + fluid: "gtceu:ammonia" + id: "5D4330FDC189D42D" + type: "fluid" + }] + title: "Ammonia" + x: 6.75d + y: -0.75d + } + { + dependencies: ["6958029B5514D4EC"] + description: [ + "With your new &bVacuum Freezer&r, you can now \"&ofreeze&r\" air into &aLiquid Air&r, granting access to &6Creative Flight&r! Do be sure to have a look at processing some additional &aLiquid Air&r - the products of its distillation are very appealing." + "" + "&dXP Drain&r whilst flying has been &cdisabled&r in this pack." + ] + icon: "better_angel_ring:angel_ring" + id: "4B4F53FB33DE1C62" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "6E9FE61644EE53AB" + item: "better_angel_ring:angel_ring" + type: "item" + }] + title: "I believe I can fly" + x: 9.0d + y: -5.25d + } + { + dependencies: ["4024C831C77101CA"] + description: [ + "If you're looking for a change of scene, the &5Void Dimension&r is a perfectly empty area for you to build your factory." + "" + "It wouldn't be unwise to procure some manner of &aflight&r before venturing here - maybe look around and see if this pack has &6any options&r." + ] + icon: "javd:portal_block" + id: "1011551290D3D7EA" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "19CC2402A14AE77C" + item: "javd:portal_block" + type: "item" + }] + title: "Void Dimension Portal" + x: 9.0d + y: 0.375d + } + ] + subtitle: ["Scale up your power and begin advanced chemistry"] + title: "&6HV&r - High Voltage" +} diff --git a/config/ftbquests/quests/chapters/iv__insane_voltage.snbt b/config/ftbquests/quests/chapters/iv__insane_voltage.snbt new file mode 100644 index 000000000..0f97ef37c --- /dev/null +++ b/config/ftbquests/quests/chapters/iv__insane_voltage.snbt @@ -0,0 +1,1087 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "iv__insane_voltage" + group: "" + icon: "gtceu:iv_electric_motor" + id: "32EF20533F323E02" + order_index: 6 + quest_links: [{ + id: "050247AED8C803F9" + linked_quest: "30A6EDDF25A5E5F8" + shape: "gear" + size: 1.2d + x: 0.375d + y: 4.875d + }] + quests: [ + { + dependencies: [ + "300348B1238BCB9A" + "7A1E3C3A2D699C5B" + ] + description: ["This Superconductor will be required for progression during &dLuV&r."] + icon: "gtceu:samarium_iron_arsenic_oxide_double_wire" + id: "52D952ADBEB67454" + size: 0.75d + tasks: [{ + icon: "gtceu:samarium_iron_arsenic_oxide_single_wire" + id: "3789CEDA4AEEBD91" + item: "gtceu:samarium_iron_arsenic_oxide_single_wire" + type: "item" + }] + title: "IV Superconductors" + x: -0.75d + y: 1.5d + } + { + dependencies: ["7FA0ACB7F161F378"] + description: [ + "If you already made and centrifuged &aRare Earth&r, that's great! If you haven't, you can obtain it as a &9Byproduct&r from various ores, or from centrifuging &dMonazite&r." + "" + "To extract the &aRare Earths&r&r, you should use a &3Centrifuge&r &4as high a tier as possible&r, due to the increased chance of bonus outputs." + "{@pagebreak}" + "The elements you can obtain are:" + "" + "&9-&r &aLanthanum&r is used in &3Fusion&r&r - you will eventually want a lot of it!" + "&9-&r &aYttrium&r is used in &dYttrium-Barium-Cuprate-Oxide&r (YBCO), a wire material for &3UV&r." + "&9-&r &aCerium&r is not particularly useful." + "&9-&r &aSamarium&r is used for &dIV Superconductors&r and &dMagnetic Rods&r for &dLuV&r+ Motors." + "&9-&r &aNeodymium&r normally makes the strongest magnets, but gameplay balance... y'know." + "&9-&r &aCadmium&r is not particularly useful." + "{@pagebreak}" + "&l&3Lore:&r&o Rare Earth Elements (REE) contain a lot more metals than these, but we're struggling as is to give them use." + ] + id: "300348B1238BCB9A" + size: 0.75d + tasks: [{ + count: 64L + id: "0BC7D23CA52A619D" + item: "gtceu:rare_earth_dust" + type: "item" + }] + title: "Rare Earth" + x: -1.875d + y: 1.5d + } + { + dependencies: [ + "1776FA1F3255731E" + "5CA86A333670A55C" + "069FD86133D7D582" + ] + description: [ + "&aHSS-G Coils&r bring up the Heat Capacity to &d5,400K&r." + "" + "The ever-tempting &6Coil bonuses&r&r should be high incentive to make those early, as they become mandatory only during &dLuV&r." + "" + "At this point, you may go back to using only one &3Electric Blast Furnace&r for your entire base, powering with the highest available Voltage you have." + "" + "&6Hot Metals&r will start taking longer to cool down, as the &3Vacuum Freezer&r doesn't get perfect overclocks. For that, you probably want a dual (or quad) &3Vacuum Freezer&r." + ] + icon: "gtceu:hssg_coil_block" + id: "7A1E3C3A2D699C5B" + size: 0.75d + subtitle: "Approaching solar temperatures" + tasks: [{ + icon: { Count: 16b, id: "gtceu:hssg_coil_block" } + id: "544762609C1B9613" + type: "item" + }] + title: "HSS-G Coils" + x: 0.375d + y: 1.5d + } + { + dependencies: ["069FD86133D7D582"] + description: [ + "&7High-Speed Steels&r (HSS) are more resistant Steel Alloys typically used in Rails." + "" + "If you previously made &dUltimet&r for whatever reason, you've already acquired &aMolybdenum&r. Otherwise, it can be found in a Nether vein." + "" + "We hope you have a lot of &9Tungstensteel&r, because you're still gonna need more! It's used for the creation of &aHSS&r alloys - in this case, &aHSS-G&r." + ] + hide_dependency_lines: true + id: "1776FA1F3255731E" + size: 0.75d + tasks: [{ + id: "7F7D77145AC8197E" + item: "gtceu:hssg_ingot" + type: "item" + }] + title: "HSS-G" + x: 1.5d + y: 1.5d + } + { + dependencies: ["7A1E3C3A2D699C5B"] + description: [ + "Technically, HSS-E doesn't contain Manganese, but some other HSS alloys do have Manganese, so... close enough?" + "" + "&aHSS-E&r has some niche uses in progression." + "" + "This alloy has great durability and damage property for tools. It has the best Power multiplier (until Neutronium!) as a &dRotor&r for &3Large Turbines&r, though it's slightly less efficient than &aHSS-S&r." + ] + id: "1783D89CE81C8E2E" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "096C0C576B0F3358" + item: "gtceu:hsse_ingot" + type: "item" + }] + title: "HSS-E" + x: 0.375d + y: 2.625d + } + { + dependencies: [ + "1776FA1F3255731E" + "0425179329ED1B72" + "58BBD540D7D4FF01" + ] + description: [ + "When running the &3Extreme Combustion Engine&r, you're gonna want to boost it! &mWhy bother otherwise?&r" + "" + "Get yourself a &34A IV Dynamo Hatch&r as the output, and one &3Vacuum Freezer&r for &aLiquid Oxygen&r." + "" + "You should now be wielding the equivalent of 1 &dLuV&r Amp, all whilst burning fuel at &6200% efficiency&r!" + "" + "Don't forget to keep it supplied with a small amount of &aLubricant&r." + "" + "The &3ECE&r is also void-free, unlike Large Turbines. Any energy that cannot be output will momentarily pause the multiblock." + "{@pagebreak}" + "&l&3Lore:&r&o The ECE comes from GT:NH. However... its implementation wasn't so rosy at first. The stats on the tooltip looked similar to this one - so far, so good." + "" + "The bad part came when crunching the numbers. Players ended up realizing they needed to run around 16 whole &6HV&r Vacuum Freezers to keep up with the Liquid Oxygen demand..." + "" + "The one and only fuel it would accept is High Octane Gasoline, which was stated to be burned at 300% efficiency when boosted, but the UI was lying. The efficiency remained at 100%." + "" + "The GT:NH team eventually decided to rework the ECE among other power options... phew!" + ] + id: "466AC4DD902115EF" + shape: "rsquare" + size: 0.66d + subtitle: "The ultimate Combustion generator!" + tasks: [{ + id: "7F0E2A5AD0E2FC25" + item: "gtceu:extreme_combustion_engine" + type: "item" + }] + title: "Extreme Combustion Engine" + x: 1.5d + y: 2.625d + } + { + dependencies: [ + "7820DF52516344F4" + "4CD9F6D1B4CC7D81" + "5BACED5AE350EAB1" + "4343746E706264E6" + "528CE69DA4358B2E" + ] + description: [ + "You should have all the tools available to produce &aPolybenzimidazole&r on your own!" + "" + "&aPBI&r only becomes mandatory to progress from &dLuV&r to &cZPM&r, but tackling it earlier will unlock the &6Advanced SMDs&r." + ] + icon: "gtceu:polybenzimidazole_plate" + id: "7CFC112B8F460549" + size: 0.75d + subtitle: "GTCEu's toughest polymer!" + tasks: [ + { + amount: 1000L + fluid: "gtceu:polybenzimidazole" + id: "5971118ED25AC71A" + optional_task: true + type: "fluid" + } + { + id: "7C5D37940A0C8409" + item: "gtceu:polybenzimidazole_ingot" + optional_task: true + type: "item" + } + { + id: "65165EC105F048AD" + item: "gtceu:polybenzimidazole_plate" + type: "item" + } + ] + title: "Polybenzimidazole" + x: -0.75d + y: 3.75d + } + { + dependencies: [ + "7A1E3C3A2D699C5B" + "7CFC112B8F460549" + ] + description: [ + "Better &aSMDs&r to make far more complex Circuits at a much cheaper price." + "" + "These'll require Alloys that you have not made yet, most of which will be common in &dLuV&r and onwards." + "" + "&aAdvanced SMDs&r are required for the &dCrystal&r Circuit line." + ] + icon: "gtceu:advanced_smd_transistor" + id: "195E5BFDE4C5A0DE" + size: 0.75d + tasks: [ + { + id: "25B01725B3E33952" + item: "gtceu:advanced_smd_transistor" + type: "item" + } + { + id: "5BA971DE64CA560F" + item: "gtceu:advanced_smd_resistor" + type: "item" + } + { + id: "1ED6BE67774595EA" + item: "gtceu:advanced_smd_capacitor" + type: "item" + } + { + id: "027CA58B4F5D5F99" + item: "gtceu:advanced_smd_diode" + type: "item" + } + { + id: "3D7DE6355D703AFB" + item: "gtceu:advanced_smd_inductor" + type: "item" + } + ] + title: "Advanced SMDs" + x: -0.75d + y: 2.625d + } + { + dependencies: [ + "7CC79617A4965F25" + "30A6EDDF25A5E5F8" + ] + description: [ + "Tungstensteel under your belt? Nanoprocessor Mainframes on demand? Let's make some machinery." + "" + "The &3IV Assembler&r is required to unlock &3IV Energy and Dynamo Hatches&r, as well as &3HSS-G Coils&r." + "" + "Upgrading this to its &2GCYM&r variant isn't a bad idea." + "{@pagebreak}" + "&l&3Lore:&r&o Did you know that GTCE's content stopped at &5EV&r&o, and all content up to &3UV&f was provided by Shadows of Greg, a third party mod?" + ] + icon: "gtceu:iv_assembler" + id: "5CA86A333670A55C" + size: 0.75d + tasks: [{ + id: "2BD1CC61E5122DC7" + item: "gtceu:iv_assembler" + type: "item" + }] + title: "IV Assembler" + x: 0.375d + y: 3.75d + } + { + dependencies: [ + "30A6EDDF25A5E5F8" + "14D277A164202FF8" + ] + description: [ + "The &aLarge Tungstensteel Boiler&r is the final Steam Boiler. It's even more efficient than the previous ones, and produces more steam." + "" + "This thing is &la colossal noob trap&r, and you should &4ABSOLUTELY&r use something else. &cDon't&r make this, it's not good, not even as a meme! Steam &4doesn't&r scale beyond this point, and this boiler will likely be &3removed&r in the future." + "" + "&eNote&r: This quest can be skipped (for completion progress) by clicking the Checkmark. You do not have to actually craft one." + "" + "&l&3Lore:&r&o No one makes these in GT5u either... y'know, almost makes you feel sorry for the poor boiler." + ] + icon: "gtceu:tungstensteel_large_boiler" + id: "328CFD483C26EA44" + shape: "rsquare" + size: 0.66d + subtitle: "Good luck fueling this, lmao" + tasks: [ + { + id: "4C89839747EDFFF5" + item: "gtceu:tungstensteel_large_boiler" + type: "item" + } + { + id: "4F863C04757556B2" + type: "checkmark" + } + ] + title: "Worst Combustion" + x: -0.75d + y: 4.875d + } + { + dependencies: ["528CE69DA4358B2E"] + description: [ + "&aLaminated Glass&r is the shiny new tier of Glass for &1IV&r and onwards. It is made in the &3Forming Press&r using a new Polymer: &dPolyvinyl Butyral&r." + "" + "None of the steps should be particularly difficult if you already have the &3Distillation Tower&r for Cracked Fuels, and you have also automated Epoxy." + "" + "If you don't already have both set up, you know what to do!" + "" + "&9Note:&r &dPolyvinyl Acetate&r (required for the Glass) can also be used for &aGlue&r!" + ] + id: "12B4423F055BFBF5" + size: 0.75d + tasks: [{ + id: "2358A62B80B56238" + item: "gtceu:laminated_glass" + type: "item" + }] + title: "Laminated Glass" + x: 2.625d + y: 4.875d + } + { + dependencies: [ + "7A1E3C3A2D699C5B" + "216E5A3574AC08BF" + ] + description: [ + "HSS-S is another &mcompletely fictional&r &7High Speed Steel&r, alloyed with Iridium and Osmium." + "" + "&aHSS-S&r will be necessary to craft &dLuV Motors&r." + "" + "This alloy has a great mining speed, which translates into extremely good &6efficiency&r when used as a &dRotor&r in &3Large Turbines&r." + ] + id: "3A7491323AC5C70C" + size: 0.75d + subtitle: "We made this one up" + tasks: [{ + id: "578E3442D589DAE8" + item: "gtceu:hsss_ingot" + type: "item" + }] + title: "HSS-S" + x: 2.625d + y: 1.5d + } + { + dependencies: ["7D15EEE81B1A3100"] + description: [ + "Getting &aIndium&r requires a lot of &dSulfuric Acid&r, and two different ores: Galena and Sphalerite." + "" + "&dSulfuric Acid&r can be produced in large scale in the &3Large Chemical Reactor&r, or obtained as a waste from the &9Platinum Group Sludge&r process." + "" + "In &dLuV&r, the mandatory &9Naquadah chain&r will grant &aIndium&r too, which means this setup will have a limited life." + "{@pagebreak}" + "&l&3Lore:&r&o This is another small chain inherited from GregTech 5. However, this used to yield one tiny Dust instead, which was... interesting." + ] + icon: "gtceu:indium_dust" + id: "0F192D1F44B9B599" + size: 0.75d + subtitle: "Superconductor Supreme" + tasks: [{ + id: "1BC2B3ED9FD76DA2" + item: "gtceu:indium_dust" + type: "item" + }] + title: "Indium" + x: 2.625d + y: 2.625d + } + { + dependencies: [ + "7820DF52516344F4" + "0F192D1F44B9B599" + "5CA86A333670A55C" + "528CE69DA4358B2E" + ] + description: [ + "The &aHPIC&r unlocks &3IV Energy Hatches&r and &3Dynamos&r... You know the drill!" + "" + "Making an &3IV Chemical Reactor&r is &doptional&r. You can craft this with a &3Large Chemical Reactor&r if you wish." + "" + "If you wish to automate your LCR with patterns, circle back to the P2P Tunnel Quest for more information." + ] + id: "0425179329ED1B72" + size: 0.75d + tasks: [{ + id: "3550E45267942DE8" + item: "gtceu:hpic_chip" + type: "item" + }] + title: "High Power Integrated Circuit" + x: 2.625d + y: 3.75d + } + { + dependencies: ["30A6EDDF25A5E5F8"] + description: [ + "&1IV&r Components - fortunately for you - aren't a massive step up in terms of complexity." + "" + "However, the amount of &dTungsten&r required in crafting these is huge." + "" + "&aEmitters&r and &aSensors&r are in their own league, as they require &dNether Stars&r and &dIridium&r, both of which have their own dedicated Quests." + ] + icon: "gtceu:iv_electric_motor" + id: "01AB252C72B565FE" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "382B9759383E1AC3" + item: "gtceu:iv_electric_motor" + type: "item" + } + { + id: "0C74DFC662ECC366" + item: "gtceu:iv_electric_pump" + type: "item" + } + { + id: "519AC26F40AFFB88" + item: "gtceu:iv_conveyor_module" + type: "item" + } + { + id: "36CA1AAFADE476FF" + item: "gtceu:iv_electric_piston" + type: "item" + } + { + id: "27DB5DDEF05DDC0D" + item: "gtceu:iv_robot_arm" + type: "item" + } + { + id: "165F27AC399EC0FD" + item: "gtceu:iv_emitter" + type: "item" + } + { + id: "6AD8B7D88D9E10F5" + item: "gtceu:iv_sensor" + type: "item" + } + ] + title: "There is no limit to \"Fun\"" + x: 0.375d + y: 6.0d + } + { + dependencies: [ + "7CC79617A4965F25" + "30A6EDDF25A5E5F8" + "14D277A164202FF8" + ] + description: [ + "Better Ore Processing for &6chanced Byproducts&r, only at the cost of this &3Macerator&r! A must have." + "" + "And now, it's finally time for mass ore processing automation." + "" + "The next Quest will kick things off!" + ] + id: "05003665368F5A57" + size: 0.75d + tasks: [{ + id: "4043CFB3C4E0DB90" + item: "gtceu:iv_macerator" + type: "item" + }] + title: "Shredding your Ores with further more Byproducts" + x: 1.5d + y: 4.875d + } + { + dependencies: ["05003665368F5A57"] + description: [ + "Welcome to the age of automation!" + "" + "Ore Processing is now at your fingertips." + "" + "&6This quest unlocks a definitive tutorial on Ore Processing in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + icon: "gtceu:almandine_refined_ore" + id: "724FB950CC472BB4" + shape: "circle" + size: 0.66d + tasks: [{ + id: "496C00BA0D8F5445" + type: "checkmark" + }] + title: "Setting up Ore Processing" + x: 1.5d + y: 6.0d + } + { + dependencies: [ + "73E8283634E5E33A" + "12B4423F055BFBF5" + "327C3E02CD751453" + "0425179329ED1B72" + "069FD86133D7D582" + "6B128610C7D2825D" + ] + description: [ + "Making &dLuV&r Components will require more work. You'll need to look at making the &3Assembly Line&r in order to progress." + "" + "This Multiblock has a &evariable size&r&r. Each &3ULV Input Bus&r accepts a different stack of items." + "" + "You will want to build this with a size of &d10&r to get started, or of a size of &d14&r to accept all possible recipes in base GTCEu." + "" + "Recipes require &aFluids&r, so it is a good idea to keep the &3Input Hatches&r permanently filled with &dSoldering Alloy&r, &dLubricant&r and &dStyrene-Butadienne Rubber&r." + "" + "&6This quest unlocks two new tutorials on the Assembly Line and Research in the &lTips and Tricks&r&6 tab - check them out to learn more!&r" + ] + id: "77B7B1EDD19831E0" + shape: "gear" + size: 1.3d + subtitle: "AKA the \"Assline\"" + tasks: [{ + id: "1BD34023E42B4E50" + item: "gtceu:assembly_line" + type: "item" + }] + title: "Assembly Line" + x: 3.75d + y: 4.875d + } + { + dependencies: [ + "5E6BA54E8A5BEBDE" + "14D277A164202FF8" + "6B128610C7D2825D" + ] + description: [ + "The &3Processing Array&r is a powerful &6automation tool&r. It combines several single block machines into one single multiblock." + "" + "Start off by placing up to &d16&r Machines into the &3Machine Access Interface&r." + "" + "The &3PA&r will now &asimulate&r all the machines you put inside, as if they were running at the same time." + "" + "This means recipes can now be performed up to &d16&r at a time - this is true &4parallelisation&r!" + "" + "&6This quest unlocks a new tutorial on parallel techniques in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + "{@pagebreak}" + "&l&3Lore:&r&o In GregTech 5, the Data Orb was used in the Matter Replicator to store the \"data\" of the material you wanted to replicate. There is no replication here - the Orb is now a mere crafting component." + "" + "&oAdditionally, GregTech 5's PA and other Multiblocks acted as a Cleanroom. There's no such thing here!" + ] + id: "2DAC91AF2EBB68E2" + size: 0.75d + subtitle: "The PA does so little but so much" + tasks: [{ + id: "515EDFE316170EEA" + item: "gtceu:iv_processing_array" + type: "item" + }] + title: "Processing Array" + x: 6.0d + y: 4.875d + } + { + dependencies: [ + "0988B5FB795FF7DA" + "383B789B654C4094" + "69E384F389B0D07B" + ] + description: [ + "&o&7\"250,000,000 EU in a Battery? That's 25 minutes of Power when drained constantly.\"" + "" + "The &aLapotronic Energy Orb&r should be the beginning of the end of your energy storage struggles." + "" + "This form of Energy Storage is perfect if your Power Generation is inconsistent, or if you need to buffer large amounts due to the nature of &3Large Turbines&r." + "" + "Such a boost in power does not come cheap. The &dEngraved Lapotron Crystal Chips&r are worth &a8 Lapotron Crystals&r." + ] + icon: "gtceu:lapotronic_energy_orb" + id: "5B07279B08BF8DDE" + size: 0.75d + subtitle: "It's amazing!" + tasks: [ + { + id: "3B8E3903EA888A6F" + item: "gtceu:lapotronic_energy_orb" + type: "item" + } + { + id: "529358AADE55D801" + item: "gtceu:iv_lapotronic_battery" + optional_task: true + type: "item" + } + ] + title: "Insane Batteries" + x: 7.125d + y: 4.875d + } + { + dependencies: ["145F71A817C5996E"] + description: ["The &aZPM Mainframe&r is used to make the &3LuV Circuit Assembler&r (of course), but also allows you to step into &3Fusion&r."] + id: "327C3E02CD751453" + size: 0.75d + tasks: [{ + id: "59901F46ED2C46DF" + item: "gtceu:quantum_processor_mainframe" + type: "item" + }] + title: "First ZPM Circuits!" + x: 8.25d + y: 4.875d + } + { + dependencies: [ + "1B520580219AFAE9" + "216E5A3574AC08BF" + ] + description: [ + "&aNether Stars&r are used for high tier &dSensors&r, &dEmitters&r and &dField Generators&r." + "" + "You can also use them for &dBeacons&r if you desire the permanent potion effects. Finally, a vanilla multiblock!" + "" + "On the topic of the &aNether Air&r which is required in the recipe: take a look at &9Liquid Nether Air&r distillation at your own leisure. It's quite rewarding." + ] + icon: "minecraft:nether_star" + id: "6B128610C7D2825D" + size: 0.75d + subtitle: "Jump Up, Superstar" + tasks: [ + { + id: "71D5FE3076C1F56C" + item: "gtceu:nether_star_dust" + optional_task: true + type: "item" + } + { + id: "08814DD921835365" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:gems/nether_star" + } + } + title: "Nether Star" + type: "item" + } + ] + title: "Nether Stars" + x: 4.875d + y: 3.75d + } + { + dependencies: [ + "64CACABB48635904" + "5BACED5AE350EAB1" + ] + description: [ + "The &aPlatinum Group Metals&r are six rare metals with useful catalytic properties. They are &3Ruthenium&r, &dRhodium&r, &7Palladium&r, &9Osmium&r, &bIridium&r, and &ePlatinum&r." + "" + "You will need to &4automate&r this entire process, as every single one of these metals will be used extensively in the late game." + "{@pagebreak}" + "To begin, treat various PGM-bearing &aPurified Crushed Ores&r with &dNitric Acid&r to produce &aPlatinum Group Sludge&r." + "" + "Then, centrifuge it with &dAqua Regia&r to produce the various PGM salts." + "" + "&dChlorine&r can be perfectly recycled from the &eRaw Platinum Powder&r." + "" + "&dNitric Acid&r is &osort of&r recycled from &7Raw Palladium Powder&r through &dAmmonia&r, though we'd recommend keeping the excess Ammonia for other uses (Rocket Fuel and PBI)." + "" + "The other PGM salts have their own special mini-chain associated to them - more on this in the next quests." + "{@pagebreak}" + "&9Note:&r &ePlatinum&r and &7Palladium&r can also be obtained from The End or through normal Ore Processing." + "" + "&l&3Lore:&r&o Heard of the infamous \"Platline\" from either Gregicality or GregTech: New Horizons? The extremely daunting chain was added in GT:NH through Bartworks. The concept is amazing, but we had to tune it down significantly to make entering late game in GTCEu much smoother." + ] + icon: "gtceu:platinum_group_sludge_dust" + id: "635D14B8E9F996FD" + size: 0.75d + tasks: [{ + id: "4303DF66EBD3032C" + item: "gtceu:platinum_group_sludge_dust" + type: "item" + }] + title: "Platinum Group Processing" + x: 3.75d + y: 1.5d + } + { + dependencies: [ + "635D14B8E9F996FD" + "7820DF52516344F4" + "528CE69DA4358B2E" + ] + description: [ + "This part of the chain starts by obtaining some &aRarest Metal Mixture&r." + "" + "You'll need at least an &1IV&r &3Large Chemical Reactor&r, but the average power draw isn't too bad." + "" + "&dChlorine&r is fully looped, and &dHydrogen&r is slightly negative (&ounless you put Acidic Osmium Solution in the Distillation Tower and electrolyze the water back... on second thoughts, don't do that&r)." + "" + "&aIridium&r is required to progress through &1IV&r, so get your PGS line automated ASAP!" + ] + icon: "gtceu:iridium_ingot" + id: "216E5A3574AC08BF" + size: 0.75d + tasks: [ + { + id: "236EFFBCE5885D61" + item: "gtceu:rarest_metal_mixture_dust" + type: "item" + } + { + id: "1AAE4205D9FA580D" + item: "gtceu:iridium_dust" + type: "item" + } + { + id: "75849AB6B11652E9" + item: "gtceu:osmium_dust" + type: "item" + } + ] + title: "Iridium and Osmium" + x: 3.75d + y: 2.625d + } + { + dependencies: [ + "635D14B8E9F996FD" + "528CE69DA4358B2E" + "069FD86133D7D582" + "5DBBD9B1F5B01F4E" + ] + description: [ + "This part of the chain starts with &aInert Metal Mixture&r." + "" + "&dSulfuric Acid&r can be perfectly recycled. You will produce excess &dOxygen&r and &dHydrogen&r that can be stored." + "" + "&aRuthenium&r and &aRhodium&r are gatekeepers to &dLuV&r. If you automate them now, you won't need to do it later!" + ] + icon: "gtceu:ruthenium_ingot" + id: "214783B2BB6730C5" + size: 0.75d + tasks: [ + { + id: "08FEDEE28C37331F" + item: "gtceu:ruthenium_dust" + type: "item" + } + { + id: "014BD952B8944694" + item: "gtceu:rhodium_dust" + type: "item" + } + { + id: "38D0B4A76E4436F8" + item: "gtceu:inert_metal_mixture_dust" + type: "item" + } + ] + title: "Ruthenium and Rhodium" + x: 3.75d + y: 0.375d + } + { + dependencies: ["214783B2BB6730C5"] + description: [ + "Progressing into &dLuV&r will require more than &aRhodium Plated Palladium&r and &9LuV Circuits&r alone. You'll also need the &3Assembly Line&r." + "" + "The &4resource costs&r for components will also start to increase &4significantly&r as you work towards &eFusion&r." + "" + "If you haven't got automation for nearly everything, now (in &1IV&r) is a good time to do it." + "" + "Make use of &3Processing Arrays&r or all the special &2GCYM Multiblocks&r." + "" + "If your power generation is relying on &3Large Turbines&r, you can pick up the &3LuV Rotor Holder&r." + ] + id: "4F6E351C5F676618" + shape: "gear" + size: 1.3d + subtitle: "The main &dLuV&r material" + tasks: [{ + icon: "gtceu:rhodium_plated_palladium_ingot" + id: "0A57BEFB8BD9958A" + item: "gtceu:rhodium_plated_palladium_ingot" + type: "item" + }] + title: "Rhodium-Plated Palladium" + x: 4.875d + y: 0.375d + } + { + dependencies: ["216E5A3574AC08BF"] + description: [ + "This Large Miner is nearly identical to the regular one, except it has a wider range and uses more drilling fluid." + "" + "It's an optional upgrade - one you might not even need!" + ] + id: "07906458E1A15683" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "7E67EFBB59C847D7" + item: "gtceu:iv_large_miner" + type: "item" + }] + title: "Multiblock Miner II" + x: 6.0d + y: 0.375d + } + { + dependencies: ["216E5A3574AC08BF"] + description: [ + "The &3Power Substation&r is a multiblock power storage system. Fill it with &a2-18 layers&r of assorted &9Capacitor Blocks&r to increase its storage. Each layer must be full of capacitors, and you can use Empty Capacitors to fill unused spaces." + "" + "&9Capacitors&r also hold significantly more energy than the batteries used to make them. In the &3Power Substation&r, &9Capacitors&r can be mixed, so they do not all have to be the same tier." + "" + "At &1IV&r, you can make &5EV&r and/or &1IV&r Capacitors." + "{@pagebreak}" + "Energy can be inputted with regular Energy Hatches, and output with regular Dynamo Hatches." + "" + "You can also use &9Substation Hatches&r to transmit many more amps. These hatches only work in Substations, and do not work in regular multiblocks." + ] + id: "04E9D2F484702965" + size: 0.75d + subtitle: "Centralised power, at last" + tasks: [{ + id: "7A5A2DC7C8C3406E" + item: "gtceu:power_substation" + type: "item" + }] + title: "Power Substation" + x: 4.875d + y: 1.5d + } + { + dependencies: [ + "73E8283634E5E33A" + "0F192D1F44B9B599" + "63A87C9303D54487" + ] + description: [ + "We know... this isn't actually gated behind &dIndium&r. However, you gotta trust us - this is the better recipe, so we don't want you wasting your time." + "" + "&aQubit CPUs&r are used in the production of &1Quantum&r Processors." + ] + id: "225F57C95C6D7650" + size: 0.75d + subtitle: "This actually has no relation to Quantum" + tasks: [{ + id: "4C2C6546F0928AD7" + item: "gtceu:qbit_cpu_chip" + type: "item" + }] + title: "Qubit CPUs" + x: 4.875d + y: 2.625d + } + { + dependencies: [ + "73E8283634E5E33A" + "216E5A3574AC08BF" + "069FD86133D7D582" + "6B128610C7D2825D" + ] + description: [ + "Woah! It's been tough to get here. You'll appreciate not having to make a new polymer for Circuits Boards." + "" + "The &3IV Circuit Assembler&r unlocks the &1Quantum&r Circuit line." + "" + "This also unlocks the &6best recipe&r for &dMV Circuits&r." + ] + id: "2BB16260A76718B8" + size: 0.75d + tasks: [{ + id: "230762F7951EB866" + item: "gtceu:iv_circuit_assembler" + type: "item" + }] + title: "IV Circuit Assembling" + x: 6.0d + y: 2.625d + } + { + dependencies: ["0338C9219DC2F819"] + description: [ + "The next Board for the &1Quantum&r Circuit line." + "" + "&9Tips:&r For efficient and fast board production, you should use two &3Large Chemical Reactors&r, both supplied with &6HV&r power or higher (make them both share the same &3Energy Hatch&r):" + "" + "&9-&r One &3LCR&r should be dedicated to &aIron III Chloride&r. The &dHydrogen&r is loopable, so reproduce &dHydrochloric Acid&r locally - that way, you'd only need to passively input &aIron Dusts&r and &aChlorine&r." + "" + "&9-&r One &3LCR&r should be making both the &acoated Boards&r and the &aempty Circuit Boards&r to make future &ecrafting requests&r with AE2 extremely easy. Keeping an Input Hatch full of Sulfuric Acid shouldn't be a problem, either." + ] + id: "0988B5FB795FF7DA" + size: 0.75d + tasks: [{ + id: "4EB5F93570DAE79B" + item: "gtceu:fiber_reinforced_printed_circuit_board" + type: "item" + }] + title: "Extreme Circuit Boards" + x: 7.125d + y: 2.625d + } + { + dependencies: [ + "0988B5FB795FF7DA" + "225F57C95C6D7650" + "2BB16260A76718B8" + ] + description: [ + "The first Circuit of the &1Quantum&r line." + "" + "If you wish, you could go even further and aim for &dAdvanced SMDs&r to make these Circuits cheaper. " + "" + "Doing so will require &9PBI&r... and Alloys that require &aHSS-G Coils&r in your EBF." + ] + id: "49C1D61741AA288E" + size: 0.75d + tasks: [{ + id: "4E109F0F515B210F" + item: "gtceu:quantum_processor" + type: "item" + }] + title: "Best EV Circuits!" + x: 8.25d + y: 2.625d + } + { + dependencies: ["4343746E706264E6"] + description: [ + "Rocket Fuel mostly exists for compatibility with other mods. You'll love it if you're making your own pack." + "" + "As an actual fuel for GTCEu generators? Terrible!" + "" + "In this modpack, &aRocket Fuel&r is required to obtain &dNether Stars&r." + "" + "Automating it may be a big hit to your resources, but you can safely batch craft using an overclocked &3Large Chemical Reactor&r." + ] + id: "1B520580219AFAE9" + shape: "rsquare" + size: 0.66d + tasks: [{ + amount: 6000L + fluid: "gtceu:rocket_fuel" + id: "040946A4E48F28E8" + type: "fluid" + }] + title: "Rocket Fuel" + x: 6.0d + y: 3.75d + } + { + dependencies: ["117FBB18DEE6F08B"] + description: [ + "The next board material." + "" + "It's as easy as using some &aEpoxy&r in the &3Chemical Bath&r." + ] + id: "0338C9219DC2F819" + size: 0.75d + tasks: [{ + id: "7092FDCCDDC53679" + item: "gtceu:reinforced_epoxy_resin_plate" + type: "item" + }] + title: "Fiber-Reinforced Epoxy" + x: 7.125d + y: 3.75d + } + { + dependencies: ["698B5F65F2DE4439"] + description: ["Good news for any mainframe haters out there - &dLuV&r Circuits that aren't mainframes!"] + id: "145F71A817C5996E" + size: 0.75d + tasks: [{ + id: "0205E6C037A453A8" + item: "gtceu:quantum_processor_computer" + type: "item" + }] + title: "More LuV Circuits" + x: 8.25d + y: 4.125d + } + { + dependencies: ["49C1D61741AA288E"] + description: [ + "Better &1IV&r Circuits. " + "" + "Your march through &1IV&r continues. Stay strong, soldier." + ] + id: "698B5F65F2DE4439" + size: 0.75d + tasks: [{ + id: "3B46E4592A6AC60E" + item: "gtceu:quantum_processor_assembly" + type: "item" + }] + title: "Even more IV Circuits" + x: 8.25d + y: 3.375d + } + { + dependencies: [ + "216E5A3574AC08BF" + "0425179329ED1B72" + ] + description: [ + "This Quest will be completed with &eeither&r an &3IV Energy Hatch&r&r... or an &3IV Dynamo Hatch&r for your Multiblock Generators." + "" + "Don't forget that &d4 Amp&r variants exist! However they require &aNiobium-Titanium Cables&r, which need &9Polyphenylene Sulfide&r." + "" + "Look down in the &dLuV&r Chapter for that (don't worry... it's easy to obtain)." + ] + icon: "gtceu:iv_energy_input_hatch" + id: "48DEABA155605D23" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "2EC4E901B2CD35FA" + item: { + Count: 1b + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "gtceu:iv_energy_input_hatch" + } + { + Count: 1b + id: "gtceu:iv_energy_output_hatch" + } + ] + } + } + title: "IV Dynamo/Energy Hatch" + type: "item" + }] + title: "Upgrading your EBF for the millionth time" + x: 3.75d + y: 3.75d + } + { + dependencies: ["12B4423F055BFBF5"] + description: [ + "The &3IV Cutting Machine&r is required to unlock &3IV Energy and Dynamo Hatches&r." + "" + "Upgrading this to its &2GCYM&r variant isn't a bad idea." + ] + icon: "gtceu:iv_cutter" + id: "7CC40BDAA803D044" + size: 0.75d + tasks: [{ + id: "5365FC750B24814B" + item: "gtceu:iv_cutter" + type: "item" + }] + title: "IV Cutting Machine" + x: 1.5d + y: 3.75d + } + ] + subtitle: ["Automate everything and learn how to assemble"] + title: "&1IV&r - Insane Voltage" +} diff --git a/config/ftbquests/quests/chapters/luv__ludicrous_voltage.snbt b/config/ftbquests/quests/chapters/luv__ludicrous_voltage.snbt new file mode 100644 index 000000000..65d7e5109 --- /dev/null +++ b/config/ftbquests/quests/chapters/luv__ludicrous_voltage.snbt @@ -0,0 +1,955 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "luv__ludicrous_voltage" + group: "" + icon: "gtceu:luv_electric_motor" + id: "262A03F6F4EC713C" + order_index: 7 + quest_links: [ + { + id: "7F8B55C8510200AF" + linked_quest: "188A8C3DD38C2762" + shape: "rsquare" + size: 0.66d + x: 6.75d + y: 0.0d + } + { + id: "217218CFDDD8EAC4" + linked_quest: "195E5BFDE4C5A0DE" + size: 0.75d + x: 6.75d + y: 3.375d + } + { + id: "0BD725095A2264FF" + linked_quest: "7CFC112B8F460549" + size: 0.75d + x: 5.625d + y: 3.375d + } + { + id: "67271280B90D765D" + linked_quest: "300348B1238BCB9A" + size: 0.75d + x: 1.125d + y: 3.375d + } + { + id: "7E79CDC95173C788" + linked_quest: "1A4AD56965407DC5" + size: 0.75d + x: 0.375d + y: 5.25d + } + { + id: "2FD482405B15F06A" + linked_quest: "77070668969E31BF" + size: 0.75d + x: 1.125d + y: 5.625d + } + { + id: "6205AC829E90CE53" + linked_quest: "4F6E351C5F676618" + size: 0.75d + x: 2.25d + y: 4.5d + } + { + id: "4E999806429BF983" + linked_quest: "77B7B1EDD19831E0" + shape: "gear" + size: 1.2d + x: 4.5d + y: 4.5d + } + ] + quests: [ + { + dependencies: [ + "78277DBC07D3C45C" + "2DAC91AF2EBB68E2" + "1783D89CE81C8E2E" + ] + description: ["The &aAdvanced Processing Array&r is an upgrade to the regular version. It can now handle a maximum of &a64&r machines, instead of 16."] + id: "4194EC9F1C6632E4" + shape: "rsquare" + size: 0.66d + subtitle: "Your blue cube is now green!" + tasks: [{ + id: "356EC5387BA79103" + item: "gtceu:luv_processing_array" + type: "item" + }] + title: "Advanced Processing Array" + x: 1.125d + y: 0.0d + } + { + dependencies: [ + "77B7B1EDD19831E0" + "78277DBC07D3C45C" + ] + description: [ + "The &aUHPIC&r unlocks &3ZPM Energy Hatches&r and &3Dynamos&r, as well as the Active Transformer. " + "" + "You may know the drill, but do you know the screwdriver?" + ] + hide_dependency_lines: true + icon: "gtceu:uhpic_chip" + id: "52D00CD3E8D1E293" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "375256F3884D78A5" + item: "gtceu:uhpic_wafer" + type: "item" + } + { + id: "131EF40752C3F5B4" + item: "gtceu:uhpic_chip" + type: "item" + } + ] + title: "Ultra High Power Integrated Circuit" + x: 2.25d + y: 0.0d + } + { + dependencies: ["00C14E3B8009DF7F"] + description: [ + "&3Dielectric PCB Coolant&r is used for highly advanced late and end-game machinery." + "" + "You only need a little bit in &dLuV&r, but you'll want to automate it when you get to &cZPM&r." + ] + id: "35549F0404C87BCA" + shape: "rsquare" + size: 0.66d + subtitle: "Absolutely beneficial for the environment" + tasks: [{ + amount: 1000L + fluid: "gtceu:pcb_coolant" + id: "32BCECCE276F913D" + type: "fluid" + }] + title: "Dielectric PCB Coolant" + x: 2.25d + y: 1.125d + } + { + dependencies: [ + "52D00CD3E8D1E293" + "35549F0404C87BCA" + "5ED7707B0ECF2207" + ] + description: [ + "The &3Active Transformer&r is a multiblock used to transform energy on a much larger scale. For example, you can convert &6HV&r to &7LV&r power directly by using the apropriate energy hatches." + "" + "It also has a second function, detailed in the above quest." + "{@pagebreak}" + "&l&3Lore:&r&o This is yet another feature from TecTech, which also required these cables to be painted. They too look fantastic if you paint them, but it is again optional." + ] + id: "1AD003487B4EC2EF" + shape: "rsquare" + size: 0.66d + subtitle: "More than a large transformer" + tasks: [{ + id: "39CDBE6B4B973868" + item: "gtceu:active_transformer" + type: "item" + }] + title: "Active Transformer" + x: 3.375d + y: 0.0d + } + { + dependencies: [ + "77B7B1EDD19831E0" + "5ED7707B0ECF2207" + "52D952ADBEB67454" + ] + description: [ + "&4&l[ NOT YET IMPLEMENTED ]&r" + "" + "The &3Data Bank&r is a multiblock capable of storing huge amounts of data. You can fill it with &aData Access Hatches&r, and fill those with &aData Storage Items&r." + "" + "After that, you'll need power, and then a way to connect it to your Assembly Line! This is done through &3Optical Fiber Cables&r, which can be used to link &3Optical Data Hatches together&r." + "{@pagebreak}" + "An &9Optical Transmission Hatch&r is used to send data (like an output), and an &9Optical Reception Hatch&r to recieve the data (like an input). " + "" + "Optical cables have some restrictions however. They can only connect &eone input to one output&r. The Data Bank is a solution to this, since you can place many hatches on them to route in different directions." + "" + "You can use this behavior to &echain&r Data Banks as well. Connecting one Data Bank to another, and then one of them to an Assembly Line will provide the data of both banks!" + "{@pagebreak}" + "&eNote: &rThis multiblock will be required later on in progression, but is very useful to set up early." + "" + "&l&3Lore:&r&o This multiblock also originates from TecTech, but it required optical cables to be painted as well. You don't have to do that here, but it looks really nice if you do!" + ] + id: "42760D3A86EFDCA3" + size: 0.75d + subtitle: "Time for a server room" + tasks: [{ + id: "56D3B40470528839" + type: "checkmark" + }] + title: "Mass Data Storage" + x: 4.5d + y: 0.0d + } + { + dependencies: ["1AD003487B4EC2EF"] + description: [ + "The &3Active Transformer&r has a second use - &6Laser Power&r. Lasers are like superconductors, but behave slightly differently. They share the energy input across all connected active transformers, allowing widespread power distribution. You can use &3Active Transformers&r to convert regular EU to and from Lasers." + "" + "Like optical cables, they can only be connected to &eone input and output&r. But, these ones also only can move in &estraight lines&r. To turn them, an &3Active Transformer&r with a Laser Source Hatch (output) and Target Hatch (input) is needed." + "{@pagebreak}" + "&l&3Lore:&r&o This is yet again another TecTech feature, but there's a bit more to it this time. TecTech's lasers were tiered by voltage and carried thousands of amps instead." + ] + id: "07159FCD9744DD98" + shape: "rsquare" + size: 0.66d + subtitle: "Time for some lasers!" + tasks: [{ + id: "3BA3AA8746044DC1" + item: "gtceu:normal_laser_pipe" + type: "item" + }] + title: "Laser Power Transmission" + x: 3.375d + y: -1.125d + } + { + dependencies: ["78277DBC07D3C45C"] + description: [ + "Doping &9Silicon&r with &9Naquadah&r will give a better &aSilicon Boule&r." + "" + "Use it for higher yield on &dWafers&r." + "" + "This will also unlock the &6best recipe&r for &6HV&r Circuits in the &3LuV Circuit Assembler&r, which you will most likely want to mass produce for &dLapotronic Energy Orbs&r." + ] + id: "3F31E99D0284A60A" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "2F8C92A86CAF338F" + item: "gtceu:naquadah_boule" + type: "item" + }] + title: "Naquadah-doped Silicon Boule" + x: 0.0d + y: 1.125d + } + { + dependencies: ["7A1E3C3A2D699C5B"] + description: [ + "&aNaquadah&r is a late-game material with a variety of uses. It is required for building a Fusion Reactor, and progressing to &cZPM&r, to name a few." + "" + "For some reason, its fluid is &agreen&r - don't ask us why." + "" + "&l&3Lore:&r&o Naquadah is a material originally from Stargate." + ] + hide_dependency_lines: true + id: "78277DBC07D3C45C" + shape: "rsquare" + size: 0.66d + subtitle: "Don't you mean Stargatium?" + tasks: [{ + id: "36833D5050F81992" + item: "gtceu:naquadah_ingot" + type: "item" + }] + title: "Naquadah" + x: 1.125d + y: 1.125d + } + { + dependencies: [ + "78277DBC07D3C45C" + "7A1E3C3A2D699C5B" + ] + description: [ + "&aNaquadah Coils&r crank up the Heat Capacity to &d7,200K&r." + "" + "These coils are required for progressing to the second half of &dLuV&r and beyond." + ] + id: "2FCBA0D780DBDA9E" + size: 0.75d + subtitle: "Hotter than the surface temperature of the Sun!" + tasks: [{ + count: 16L + id: "28332FC9FCA83E41" + item: "gtceu:naquadah_coil_block" + type: "item" + }] + title: "Naquadah Coils" + x: 3.375d + y: 1.125d + } + { + dependencies: [ + "0F192D1F44B9B599" + "2FCBA0D780DBDA9E" + ] + description: [ + "&aLuV Superconductors&r are necessary if you're eyeing a &9Fusion Reactor&r. " + "" + "Don't ignore our warning here - you're gonna need &ea lot&r&r of them." + ] + id: "5ED7707B0ECF2207" + size: 0.75d + subtitle: "Be glad these don't use pumps" + tasks: [{ + id: "10FB849CE994B1A5" + item: "gtceu:indium_tin_barium_titanium_cuprate_single_wire" + type: "item" + }] + title: "LuV Superconductors" + x: 4.5d + y: 1.125d + } + { + dependencies: ["546CC03435E763CF"] + description: [ + "&cWarning&r: &9Plasmas&r are &cextremely hot&r, with temperatures exceeding &d30k Kelvin&r! " + "" + "However, this &6&ldoesn't&r mean that a special type of pipe is required to transport plasma. Plasmas are treated slightly differently, and bend the rules a bit." + "" + "Fluid pipes that can handle plasmas, such as &aTungsten&r, &aNaquadah&r, or &aDuranium&r can hold any plasma &6regardless of temperature&r. This means they &lwon't&r melt under the heat of the plasma!" + "" + "WARNING:&r Plasmas in incompatible pipes will cause &cvoiding&r, &cpipe burning&r, and &ldisproportionately high&r rates of &cdeath&r. Be careful!" + "" + "&l&3Lore:&r&o This mechanic originates from GT6, just like the acids!" + ] + icon: "gtceu:argon_plasma_bucket" + id: "173C1FA72301B5E7" + shape: "rsquare" + size: 0.66d + subtitle: "The stars are calling..." + tasks: [{ + id: "062ECB2F9C9D741D" + type: "checkmark" + }] + title: "Fluid of the Stars" + x: 5.625d + y: 1.125d + } + { + dependencies: ["173C1FA72301B5E7"] + description: [ + "Use this turbine to extract very large amounts of power from plasma!" + "" + "&aHelium Plasma&r is the best fuel for its cost." + "" + "If you're the type to question how realistic Plasma Turbines are... look up Magnetohydrodynamic Generators if you want something that bends fact into fiction." + ] + id: "4E9DED9569AA17F5" + size: 0.75d + subtitle: "Plasma? Turbine?! How?" + tasks: [{ + id: "13230F892A8F6FA1" + item: "gtceu:plasma_large_turbine" + type: "item" + }] + title: "Large Plasma Turbine" + x: 6.75d + y: 1.125d + } + { + dependencies: ["378F0AFCF95354B2"] + description: ["This is the main material for &cZPM&r. Prepare to make lots... after you make &9Fusion&r and &9Crystal Circuits&r. Tackle those before you try making this."] + id: "24F0454B9A090C44" + size: 0.75d + subtitle: "Stargate's Strongest" + tasks: [{ + id: "16895659E44B65B5" + item: "gtceu:naquadah_alloy_ingot" + type: "item" + }] + title: "Naquadah Alloy" + x: 0.0d + y: 2.25d + } + { + dependencies: [ + "78277DBC07D3C45C" + "48DEABA155605D23" + ] + description: [ + "Refining &9Naquadah&r into further products will be your next automation challenge. The primary resources are &aEnriched Naquadah&r, &aNaquadria&r, and &aTrinium&r. " + "" + "This processing line also produces many useful byproducts, which you can discover using JEI." + "{@pagebreak}" + "&aEnriched Naquadah&r currently does not have many uses, but will be used for power generation in the future." + "" + "&aNaquadria&r is a later game material, used for &3UV&r components." + "" + "&aTrinium&r is the most useful resource for you right now. It is used to build the Fusion Reactor, and sees heavy use in all &cZPM&r machines." + "{@pagebreak}" + "&eNote&r: This processing chain contains a more complex loop than what you may have dealt with previously." + "" + "Outputs in later steps can be sent back into previous processes, with the caveat that they lose a small amount of fluid with each loop." + "" + "This can be challenging to automate. Good luck!" + "{@pagebreak}" + "&l&3Lore:&r&o Many GregTech iterations have Naquadah processing. " + "" + "The first was likely Impact, with its own original Naquadah fuel process. " + "" + "Gregicality Legacy was hot on its heels with processes for making the Naquadah material (and variants) as well as Fuel. " + "" + "After that, GTNH added their own Naquadah processes for the material and fuel. " + "" + "Lastly, GTCEu added the process you're about to set up!" + ] + icon: "gtceu:naquadah_dust" + id: "378F0AFCF95354B2" + size: 0.75d + subtitle: "Do not touch the acid" + tasks: [{ + amount: 1000L + fluid: "gtceu:fluoroantimonic_acid" + id: "0495EEA395A1B5EC" + type: "fluid" + }] + title: "Naquadah Chain" + x: 1.125d + y: 2.25d + } + { + dependencies: [ + "378F0AFCF95354B2" + "2FCBA0D780DBDA9E" + "00C14E3B8009DF7F" + ] + description: [ + "&aTrinium&r is a very important material for progression. You'll need it to make a &9Fusion Reactor&r, and throughout all &cZPM&r." + "" + "It also requires an &dLuV&r EBF to smelt! Dedicate a setup solely for cooking this." + ] + icon: "gtceu:trinium_ingot" + id: "0DC999F79A685194" + shape: "gear" + size: 1.2d + subtitle: "Another Stargate material!" + tasks: [ + { + id: "48F555D3FC7EA449" + item: "gtceu:trinium_sulfide_dust" + optional_task: true + type: "item" + } + { + id: "0F64CAA30D89B10B" + item: "gtceu:trinium_ingot" + type: "item" + } + ] + title: "Trinium" + x: 3.375d + y: 2.25d + } + { + dependencies: ["4F6E351C5F676618"] + description: [ + "&aPlutonium-241&r is yet another requirement for the &9Fusion Reactor&r. It's very easy to make: just centrifuge some &9Pu-239&r to separate some out!" + "" + "In the future, this material will require a &dNuclear Reactor&r to produce, but that's not in GTCEu yet." + "{@pagebreak}" + "&l&3Lore:&r&o In GT Impact, making Pu-241 was a challenge. Your first Pu-241 had to be produced as a byproduct of its very expensive Naquadah fuel process, and it could only be made independently with something post-fusion!" + ] + id: "2BBD3BC7D1B955C2" + shape: "rsquare" + size: 0.66d + subtitle: "Spicy Plutonium Isotope" + tasks: [{ + id: "757053C4979D8B08" + item: "gtceu:plutonium_241_dust" + type: "item" + }] + title: "Plutonium-241" + x: 4.5d + y: 2.25d + } + { + dependencies: [ + "0DC999F79A685194" + "5ED7707B0ECF2207" + "52D952ADBEB67454" + "7CFC112B8F460549" + "327C3E02CD751453" + ] + description: [ + "Build the structure displayed with Fusion Glass in &aJEI&r." + "" + "To save on Fusion Casings, fit Input + Output Hatches wherever you can (as displayed in the structure)." + "" + "This time, we'll try something new: let's explain the Lore at the same time as the mechanics." + "" + "Enjoy the ride!" + "{@pagebreak}" + "&l&3Lore:&r&o GregTech 5's &3Fusion Reactor&r stores EU you feed it in its internal buffer. The maximum storable amount is determined by the amount of &3Energy Hatches&r." + "" + "Recipes can only start if the &9EU to start&r is stored internally, which will be &cconsumed&r. With this stored energy, the reactor can keep running recipes until it goes idle. At this point it will need to be topped up on EU to start again." + "{@pagebreak}" + "Shadow of Greg's &3Fusion Reactor&r (which is now GTCEu's Fusion Reactor) comes with an added mechanic called &4Heat&r." + "" + "When the reactor is running, the &9EU to start&r is converted to &4Heat&r. That Heat is preserved until the Reactor goes idle, at which point it will slowly go down." + "" + "Next time a recipe is found, it will use all possible Heat and deduct it from the &9EU to start&r, allowing you to save Energy for short pauses." + "" + "The &3Fusion Reactor I&r can only run recipes up to a required EU of 160 MEU to start. It will also overclock up to &dLuV&r at best, even if you upgrade to ZPM Hatches, so don't stress over attempting this." + ] + id: "546CC03435E763CF" + shape: "gear" + size: 1.3d + subtitle: "Stellar power" + tasks: [{ + id: "48A4D39ED0E11EBC" + item: "gtceu:luv_fusion_reactor" + type: "item" + }] + title: "Fusion Reactor I" + x: 5.625d + y: 2.25d + } + { + dependencies: ["546CC03435E763CF"] + description: [ + "&aEuropium&r is the first major Fusion Material. You'll be using this quite a lot going forwards." + "" + "&eNote&r: The temperature of liquid Europium is very hot, but isn't a plasma. Plan your piping accordingly!" + "{@pagebreak}" + "&l&3Lore:&r&o In Gregicality Legacy, Europium was replaced with Rutherfordium as the first fusion material, because Europium is actually found in Rare Earth and is not fused in real life." + ] + id: "7A74F692F14F0FF8" + shape: "gear" + size: 1.1d + subtitle: "Fusing Europium... how?!" + tasks: [{ + id: "220305C9DA0F512B" + item: "gtceu:europium_ingot" + type: "item" + }] + title: "Europium" + x: 6.75d + y: 2.25d + } + { + dependencies: ["7A74F692F14F0FF8"] + description: [ + "&aCrystal CPUs&r are used to produce &9Crystal Circuits&r - who would have thought?" + "" + "Producing these is quite a bit different from the previous circuit components. Instead of standard silicon wafers, these rely on &9Emerald&r or &9Olivine&r." + "" + "Getting your first Crystal Chips will be difficult, so you may wish to invest in a high-tier autoclave. After you get your first Chip, you can duplicate them with &9Europium&r. Don't worry about those other recipes yet, they're for later on in &cZPM&r." + "{@pagebreak}" + "&eNote&r: An &9Advanced Item Detector&r cover will be useful for automating these. They work just like the Advanced Energy Detector." + "" + "&l&3Lore:&r&o In GT5u modpacks, making your first Crystal Chips required the autoclave to be in Low Gravity, which meant doing this process on a Galacticraft Space Station, or on the moon!" + ] + icon: "gtceu:crystal_cpu" + id: "764091A111FB4DA6" + size: 0.75d + subtitle: "These don't even make any sense!" + tasks: [ + { + id: "3B9666A5C3CBDCD6" + item: "gtceu:engraved_crystal_chip" + type: "item" + } + { + id: "6AFCBD40BD589726" + item: "gtceu:crystal_cpu" + type: "item" + } + ] + title: "Crystal CPU" + x: 7.875d + y: 2.25d + } + { + dependencies: [ + "77B7B1EDD19831E0" + "4F6E351C5F676618" + ] + description: [ + "This Quest will be completed with &eeither&r an &3LuV Energy Hatch&r&r... or an &3LuV Dynamo Hatch&r for your Multiblock Generators." + "" + "Starting at &dLuV&r, you'll start upgrading more multiblocks, which means more energy hatches! Both the &9EBF&r and the &9Assembly Line&r will need power upgrades." + "" + "Don't forget that &d4 Amp&r variants exist!" + ] + hide_dependency_lines: true + icon: "gtceu:luv_energy_input_hatch" + id: "00C14E3B8009DF7F" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "6733F9F527CA9B29" + item: "gtceu:luv_energy_input_hatch" + type: "item" + } + { + id: "6CE9FCCC37446BFD" + item: "gtceu:luv_energy_output_hatch" + type: "item" + } + ] + title: "Upgrading your Assembly Line" + x: 2.25d + y: 2.25d + } + { + dependencies: [ + "77B7B1EDD19831E0" + "46C7E1D5E37B1ED2" + ] + description: ["The &aWireless Connector&r is an upgrade to the &9Quantum Link Tunnel&r, giving &9Wireless Terminals&r access to your AE system with unlimited range, and from any dimension."] + id: "7E2076D45F83D9C3" + shape: "rsquare" + size: 0.66d + subtitle: "To infinity, and beyond!" + tasks: [{ + id: "3AC7E29D373750F8" + item: "expatternprovider:wireless_connect" + type: "item" + }] + title: "Infinite Wireless Range" + x: 3.375d + y: 4.5d + } + { + dependencies: ["77B7B1EDD19831E0"] + description: [ + "If recipe sizes are starting to worry you, don't worry - &2AE2&r now allows you to place an unlimited amount of items into a processing pattern." + "" + "Thanks to this innovation, you can automate all the &3Assembly Line&r recipes." + ] + icon: "expatternprovider:ex_interface" + id: "79192BA29BE69170" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "3DFCDF1B24506A8A" + title: "Wahey!" + type: "checkmark" + }] + title: "PackagedWho?" + x: 3.375d + y: 5.625d + } + { + dependencies: ["77B7B1EDD19831E0"] + description: [ + "At the cost of 16x the drilling Power, the &3Advanced Fluid Drilling Rig II&r will be gaining &664x the output&r in Fluid." + "The depletion of veins is also slashed to an eighth of what it was before. This means you will get a total of &6128x&r as much Oil (or whatever fluid) as the regular rig from a bedrock fluid vein until depletion!" + "" + "Even when depleted, you can safely use this and be very much power positive." + "" + "One single &3Advanced Fluid Drilling Rig II&r should be enough to last you until the end of the game, for whatever fluid you drill." + ] + id: "4AEAC79007790BD8" + shape: "rsquare" + size: 0.66d + subtitle: "This thing is completely ludicrous!" + tasks: [{ + id: "5904009DC40731D6" + item: "gtceu:ev_fluid_drilling_rig" + type: "item" + }] + title: "Ludicrous Fluid Drilling" + x: 5.625d + y: 4.5d + } + { + dependencies: ["77B7B1EDD19831E0"] + description: [ + "This Large Miner is nearly identical to the regular one, except it has a wider range and uses more drilling fluid." + "" + "It's an optional sidegrade - one you might not even want." + "" + "&l&3Lore:&r&o There may be a rebalance for these in the future. See the Multiblock Miner quest for details." + ] + hide: true + id: "1BE779AF4487E3EB" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "414C3982BED7EA0D" + item: "gtceu:luv_large_miner" + type: "item" + }] + title: "Ludicrous Ore Drilling" + x: 5.625d + y: 5.625d + } + { + dependencies: [ + "7A74F692F14F0FF8" + "195E5BFDE4C5A0DE" + "5B07279B08BF8DDE" + ] + description: [ + "The &aLuV Lapotronic Orb&r is even better than the &1IV&r one! Of course, it comes at a price..." + "{@pagebreak}" + "&l&3Lore:&r&o In older versions of GT, such as GTNH in the past or in GCYL, these orbs were ludicrously expensive! They required 8 orbs of the previous tier! Thankfully, those days are long past." + ] + icon: "gtceu:lapotronic_energy_orb_cluster" + id: "0D7C978F9CDF771B" + size: 0.75d + subtitle: "Even more power!" + tasks: [ + { + id: "6D1376BF3CEA87A7" + item: "gtceu:lapotronic_energy_orb_cluster" + type: "item" + } + { + id: "66D5D76676D27388" + item: "gtceu:luv_lapotronic_battery" + optional_task: true + type: "item" + } + ] + title: "Ludicrous Batteries" + x: 6.75d + y: 4.5d + } + { + dependencies: ["42CD789B8C40E424"] + description: ["Cheaper &dLuV&r circuits! These'll take some of the edge out of those brutal Robot Arm recipes."] + id: "47087361D6DE7DCF" + size: 0.75d + tasks: [{ + id: "3CF7F369F390A3E5" + item: "gtceu:crystal_processor_assembly" + type: "item" + }] + title: "Even more LuV Circuits" + x: 7.875d + y: 4.5d + } + { + dependencies: ["47087361D6DE7DCF"] + description: [ + "&cZPM&r Circuits that aren't mainframes!" + "" + "Don't lie - &bCrystal Supercomputers&r sound really cool, right?" + ] + id: "7AE681E2AB31EA0D" + size: 0.75d + tasks: [{ + id: "0E274B445A95250A" + item: "gtceu:crystal_processor_computer" + type: "item" + }] + title: "More ZPM Circuits" + x: 7.875d + y: 5.625d + } + { + dependencies: [ + "77B7B1EDD19831E0" + "7CFC112B8F460549" + ] + description: ["The &aLuV Electric Prospector&r is a major upgrade from the &eHV&r one. It'll make finding Fluid and Ore veins very easy."] + id: "7033A24F37F9B9B9" + shape: "rsquare" + size: 0.66d + subtitle: "If you're yet to strike gold, you will now" + tasks: [{ + id: "718BA09242A22550" + item: "gtceu:prospector.luv" + type: "item" + }] + title: "LuV Prospector" + x: 4.5d + y: 3.375d + } + { + dependencies: [ + "195E5BFDE4C5A0DE" + "6C241455C5434C2E" + "764091A111FB4DA6" + ] + description: [ + "The first circuit of the &9Crystal&r line." + "" + "&l&3Lore:&r&o The concept of a Crystal Circuit has existed since very early versions of GregTech. We're still not entirely sure if they exist in real life." + ] + id: "42CD789B8C40E424" + size: 0.75d + tasks: [{ + id: "6357389871CE70C2" + item: "gtceu:crystal_processor" + type: "item" + }] + title: "Best IV Circuits!" + x: 7.875d + y: 3.375d + } + { + dependencies: ["0338C9219DC2F819"] + description: [ + "If you say the name 3 times in front of a mirror, you summon a CEu dev." + "" + "&aMulti-Layer Fiber-Reinforced Printed Circuit Boards&r are the next step in your circuit journey. They're not particularly interesting compared to the previous boards: just two of the previous stuck together." + "{@pagebreak}" + "&l&3Lore:&r&o In Gregicality Legacy, these circuit boards were much more complicated. They required Kapton, a dual polymer material. It was a challenge to say the least. In the future, the GTCEu team might make these boards somewhat more involved to produce." + ] + id: "6C241455C5434C2E" + size: 0.75d + tasks: [{ + id: "5B8C1C15E5413CEC" + item: "gtceu:multilayer_fiber_reinforced_printed_circuit_board" + type: "item" + }] + title: "Multi-Layer Fiber-Reinforced Printed Circuit Boards" + x: 9.0d + y: 3.375d + } + { + dependencies: [ + "35D4F93EFB6EACB6" + "300348B1238BCB9A" + "1A4AD56965407DC5" + "12FEE0A47E4658D5" + "4F6E351C5F676618" + "77070668969E31BF" + "3A7491323AC5C70C" + ] + description: [ + "&dLuV&r Components are significantly more difficult to produce than their predecessors. They require an &9Assembly Line&r, many different forms of materials, and lots of fluids too!" + "" + "You will notice that &9Samarium&r is required for &aLuV+ Motors&r. Samarium by itself isn't very difficult to obtain, but smelting it is slightly more involved. It requires &9Liquid Helium&r in the Freezer. If you made &9IV Superconductors&r, you've likely seen this already." + "{@pagebreak}" + "&l&3Lore:&r&o In the original GregTech 5, these components were unobtainable!" + ] + icon: "gtceu:luv_electric_motor" + id: "11D3B21A177B0E14" + shape: "rsquare" + size: 0.66d + subtitle: "Fun levels - critical" + tasks: [ + { + id: "0BA1015B5C7A0BD5" + item: "gtceu:luv_electric_motor" + type: "item" + } + { + id: "70CFEBF19D3187E4" + item: "gtceu:luv_electric_piston" + type: "item" + } + { + id: "03F3F0C59537103D" + item: "gtceu:luv_electric_pump" + type: "item" + } + { + id: "682AD49DA21B55C7" + item: "gtceu:luv_conveyor_module" + type: "item" + } + { + id: "6A9298CBB8CF2A60" + item: "gtceu:luv_robot_arm" + type: "item" + } + { + id: "31BB271A1E939852" + item: "gtceu:luv_emitter" + type: "item" + } + { + id: "57609974EC62C885" + item: "gtceu:luv_sensor" + type: "item" + } + ] + title: "Pure Joy" + x: 1.125d + y: 4.5d + } + { + dependencies: ["0425179329ED1B72"] + description: ["A requirement for &dLuV&r+ cables."] + id: "12FEE0A47E4658D5" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "4CAD2BE5558D7501" + item: "gtceu:polyphenylene_sulfide_foil" + type: "item" + }] + title: "Polyphenylene Sulfide" + x: 0.0d + y: 4.5d + } + { + dependencies: ["4F6E351C5F676618"] + description: [ + "The chances you are having TPS issues playing this modpack are slim - this Quest is more suited for late game bases with GregTech and AE2." + "" + "If you run the command &9/forge tps&r, you will be given the current &4TPS&r and the &4tick time&r in milliseconds." + "" + "If the tick time exceeds 50ms, the server is under too much load, and won't be able to keep up with a steady 20 TPS." + "" + "Any machine will add up to the tick time, but don't be too scared of adding machines. Most of the lag usually comes from things that are unoptimized." + "{@pagebreak}" + "Things to &cavoid&r in general:" + "" + "&9-&r Entities are pretty bad. Ground items or mob entities should be kept as low as possible at any given time. Thankfully, this shouldn't be an issue in this modpack." + "" + "&9-&r Building everything packed together in a small space. Note that this does &onot&r affect TPS, but you will suffer FPS drops instead." + "" + "&9-&r Huge walls of drawers, as iterating through every single one of them for insertion and extraction can be pretty taxing." + "{@pagebreak}" + "Things to&c avoid&r with AE2:" + "" + "&9-&r ME Import and Export Buses on large networks. Use ME Interfaces instead." + "" + "&9-&r Crafting Cards to passively do large requests." + "" + "&9-&r Recursive insertion and/or extraction through sub-networks. If you use sub-networks, make them do very specific things rather than interacting with another AE2 network." + "{@pagebreak}" + "Things to &cavoid&r with GregTech (GTCEu has received a lot of improvements over GTCE, but it is possible to destroy your TPS, as with any mod):" + "" + "&9-&r Many EU Producers connected to many EU Consumers in the same line. Instead, use a Diode or Battery Buffer to separate your line of generators to your line of machines." + "" + "&9-&r Large amounts of Fluid Pipes. They are &onot&r laggy individually, but they can add up if you have thousands of them." + "" + "&9-&r Big Item Pipe networks. Small networks are better, to reduce the number of iterations over inventories." + ] + icon: "minecraft:mud" + id: "63F9531F391040B2" + shape: "circle" + size: 0.66d + title: "Combatting Lag" + x: 2.25d + y: 3.375d + } + { + dependencies: ["5CA86A333670A55C"] + description: ["&aMagnetic Samarium&r requires an &3IV Polarizer&r."] + id: "35D4F93EFB6EACB6" + shape: "rsquare" + size: 0.66d + subtitle: "Feeling attracted yet?" + tasks: [{ + id: "1CAACC2FAABE68A1" + item: "gtceu:iv_polarizer" + type: "item" + }] + title: "IV Magnetism" + x: 0.375d + y: 3.75d + } + ] + subtitle: ["Investigate the scientific and fuse elements"] + title: "&dLuV&r - Ludicrous Voltage" +} diff --git a/config/ftbquests/quests/chapters/lv__low_voltage.snbt b/config/ftbquests/quests/chapters/lv__low_voltage.snbt new file mode 100644 index 000000000..337868ced --- /dev/null +++ b/config/ftbquests/quests/chapters/lv__low_voltage.snbt @@ -0,0 +1,1760 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "lv__low_voltage" + group: "" + icon: "gtceu:lv_electric_motor" + id: "7D50771C3FE033D7" + order_index: 2 + quest_links: [{ + id: "376725077649D2CC" + linked_quest: "5A8F0124E07D5025" + shape: "gear" + size: 1.2d + x: 2.25d + y: 0.0d + }] + quests: [ + { + dependencies: ["2F7617C0C4B330DE"] + description: [ + "The &aFluid Regulator&r is sort of the equivalent to a &9Robot Arm&r for Fluids." + "" + "It can transfer fluids, but has two useful modes:" + "" + "&9-&r &dSupply Exact&r will transfer the amount of specified Fluid per tick if available. No more, no less." + "&9-&r &dKeep Exact&r will make sure the exact amount of Fluid in the attached machine is being kept." + ] + id: "47D4545452F05E37" + shape: "rsquare" + size: 0.66d + subtitle: "A cover!" + tasks: [{ + id: "5E8D784C83A4F672" + item: "gtceu:lv_fluid_regulator" + type: "item" + }] + x: -1.125d + y: 1.125d + } + { + dependencies: ["38993B4697B0E16C"] + description: [ + "When placed on a machine, Robot Arms are a more configurable version of a Conveyor Module. They allow you to transfer items in specific batches, at specific rates, or keep a certain amount of items stocked." + "" + "Practical uses for the Robot Arm will be explained in future Quests as a tutorial." + "" + "&9Note:&r The functionalities provided by the Robot Arm work &lonly&r if it is &lrequired&r to perform the operation." + "{@pagebreak}" + "&l&3Lore:&r&o GregTech 5 had blocks such as the Buffer, Filter and Type Filter to allow fine control over items. In GTCE it's all been replaced by the almighty Robot Arm and various Filter Covers. Much more compact!" + ] + id: "3DE7A2B91CFF48F6" + shape: "rsquare" + size: 0.66d + subtitle: "You're going to hate making these" + tasks: [{ + id: "7D7A9CBE1E368E53" + item: "gtceu:lv_robot_arm" + type: "item" + }] + x: 0.0d + y: 0.0d + } + { + dependencies: ["5A8F0124E07D5025"] + description: [ + "Less common as a component, but used in a number of critical machines." + "" + "When placed on a machine, conveyor modules will transfer items. You can configure them to import or export." + "" + "They can also accept various &9Item Filters&r." + ] + id: "288CE4AA4C5AA8BF" + shape: "rsquare" + size: 0.66d + subtitle: "A crafting component, but also a cover!" + tasks: [{ + id: "064169E7E2772387" + item: "gtceu:lv_conveyor_module" + type: "item" + }] + x: 1.125d + y: 1.125d + } + { + dependencies: ["5A8F0124E07D5025"] + description: [ + "When placed on a machine, pumps will transfer fluid. You can configure them to import or export." + "" + "It can accept a &9Fluid Filter&r." + ] + id: "2F7617C0C4B330DE" + shape: "rsquare" + size: 0.66d + subtitle: "A crafting component, but also a cover!" + tasks: [{ + id: "7A37B370D2D40E6A" + item: "gtceu:lv_electric_pump" + type: "item" + }] + x: -1.125d + y: 0.0d + } + { + dependencies: ["5A8F0124E07D5025"] + description: [ + "A specialized motor needed to make certain machines." + "" + "One of the more intricate crafting components, as it's made using a motor." + ] + id: "38993B4697B0E16C" + shape: "rsquare" + size: 0.66d + subtitle: "A crafting component - did you expect anything fancier?" + tasks: [{ + id: "70FEF63FB9A58B02" + item: "gtceu:lv_electric_piston" + type: "item" + }] + x: 1.125d + y: 0.0d + } + { + dependencies: [ + "4B979482EF026BFF" + "5A8F0124E07D5025" + ] + description: [ + "The &3Steam Turbine&r is the only Generator you can realistically use in &7LV&r. &2Later, you'll unlock more interesting Power options&r, such as natural gases or petrols." + "" + "When provided Steam, the turbine will output EU at a ratio of &d2 Steam = 1 EU&r." + "" + "&6This quest unlocks two new tutorials on Electricity and Cables in the &lTips and Tricks&r&6 tab - check them out to learn more!&r" + "{@pagebreak}" + "If you're using a single &3Steam Turbine&r, you only need &a1x Tin Cables&r. On the other hand, if you upgrade to &32 Steam Turbines&r, you should use &a2x Tin Cables&r - else they may end up &cburning&r." + "" + "This is because of the &9Amperage&r mechanic... but that will be explained later so you can enjoy playing. Don't worry!" + ] + id: "6E186F9C57155BFA" + size: 0.75d + subtitle: "You must construct more turbines" + tasks: [{ + id: "155BC745245BCBAF" + item: "gtceu:lv_steam_turbine" + type: "item" + }] + title: "Electricity Generation" + x: 3.375d + y: 0.0d + } + { + dependencies: ["6431381FBE07D6EF"] + description: [ + "This questline serves as a quick guide to &9GregTech Amperage&r. As for &dVoltage&r mechanics, we'll go over those once you reach &bMV&r." + "" + "&6&lTL;DR:&r For safety, match the Amperage limit of your Cables with the max amount of Amps provided by your Energy Producers." + "" + "&6This quest unlocks a new tutorial on Amperage in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + id: "7B0FF43022F6C2EC" + shape: "rsquare" + size: 0.66d + subtitle: "Amps and You: a how-to" + tasks: [{ + count: 4L + id: "1C81FD3C54CC2274" + item: "gtceu:tin_quadruple_cable" + type: "item" + }] + title: "But what are Amps?" + x: 6.75d + y: 1.125d + } + { + dependencies: [ + "1E9BE8D3F8A602DC" + "45B71324028F6E68" + ] + description: [ + "Well... can you show us an &bMV&r Circuit as well?" + "" + "&aAluminium&r is the main ingredient for &bMV&r machinery. Check aaaall the way to the other side for the &2Sapphire Quest&r if you haven't acquired any &aAluminium Dust&r yet." + "" + "Once you setup an &3MV Electrolyzer&r, you can get &aAluminium&r through many other ores. All of this quest's rewards bear &aAluminium&r, so keep an eye out for them when mining." + "" + "The process of smelting Aluminium can be cut down by about a third with &9Nitrogen&r, which is obtained by centrifuging &9Air&r from a &3Gas Collector&r." + "" + "&6You will still need MV Circuits in order to make MV machines!&r" + ] + id: "7567E885B7166603" + shape: "gear" + size: 1.5d + subtitle: "We're basically in MV now, right?" + tasks: [{ + id: "161B5813936E5E42" + item: "gtceu:aluminium_ingot" + type: "item" + }] + x: 9.393452380952382d + y: 3.360459183673477d + } + { + dependencies: ["4B979482EF026BFF"] + description: [ + "Make some Battery Alloy, used for Battery Hulls." + "" + "Antimony is found in the &cNether&r, so don't forget to check its Ore Tab." + "" + "&9Note:&r This quest does &lnot&r contain functional Batteries - head downwards for that." + ] + icon: "gtceu:battery_alloy_ingot" + id: "6D9D54FAB21EC086" + shape: "rsquare" + size: 0.66d + subtitle: "Batteries are great!" + tasks: [ + { + count: 2L + id: "02A2F0C2179EB4E3" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:ingots/battery_alloy" + } + } + title: "Any #forge:ingots/battery_alloy" + type: "item" + } + { + id: "7B4585B39907E2EA" + item: "gtceu:lv_battery_hull" + type: "item" + } + ] + title: "Battery Preparations!" + x: 4.875d + y: 2.31d + } + { + dependencies: ["1C767009F505A813"] + description: [ + "In theory, Crates are flat upgrades to Chests. A single block space that stores more items - what more could you ask for?" + "" + "Unfortunately, there's a small downside - Crates do not support item movement shortcuts well. We plan on fixing this in the long-term." + "" + "Where they shine however is the fact that they &6accept Covers&r, making them perfect candidates for buffers in automation." + ] + id: "7CCC1BDDE0C67F16" + shape: "rsquare" + size: 0.66d + subtitle: "Earlygame buffering" + tasks: [{ + id: "6FE87ED832BF40D1" + item: "gtceu:steel_crate" + type: "item" + }] + title: "GregTech Storage" + x: 0.0d + y: 2.25d + } + { + dependencies: [ + "288CE4AA4C5AA8BF" + "3DE7A2B91CFF48F6" + "2F7617C0C4B330DE" + ] + description: [ + "Covers are placed by right-clicking with Cover in hand on a face of a machine, and removed with a &5Crowbar&r (or by mining the machine, but that's way slower)." + "" + "Pretty much any GregTech Tile-Entity will accept Covers, even if they wouldn't provide any functionality." + "" + "Opening a Cover is done by sneak-right-clicking it with an &5empty hand&r. You can also right-click with a &5Screwdriver&r, or sneak-right-click on another face using the grid." + "{@pagebreak}" + "For Covers that transfer Items/Fluids, you will have a button to enable/disable other forms of transfer through the cover:" + "" + "&9- &rDisabled: only the cover will be allowed to transfer on this machine side." + "" + "&9-&r Allow Filtered (only relevant with a filter!): other transfer will be enabled only if it matches the filter" + "" + "&9-&r Allow Unfiltered: any other transfer is allowed on this machine side." + "" + "Placing a cover of a lower voltage tier on a machine is &9safe&r." + ] + icon: "gtceu:crafting_table_cover" + id: "1C767009F505A813" + shape: "rsquare" + size: 0.66d + subtitle: "Extra utility without taking up blockspace!" + tasks: [{ + id: "7C7A8A26D3FF0E96" + title: "I'm an expert on Covers now, don't you worry." + type: "checkmark" + }] + title: "Cover Behaviour" + x: 0.0d + y: 1.125d + } + { + dependencies: ["32EA7E81885C8E87"] + description: [ + "All machines typically have one &7Front Face&r, and one &9Output Face&r." + "" + "The &7Front Face&r should be obvious.\\nThe &9Output Face&r is the face with a dot or hole on it. By default, this is at the back of the machine as you place it." + "" + "Machines can &aauto-output&r through their output face. To enable auto-output, click the appropriate button in the GUI. Fluid and item auto-outputs are toggled separately. Further control over auto-outputs can be achieved with &dFilters&r and &dCovers&r, which are explained in the quest to the upper left of this one." + "{@pagebreak}" + "Right-clicking a machine with a &5Wrench&r changes the output side, and shift-right-clicking changes the front side. Keep in mind that the front side &ccannot&r also be the output side! " + "" + "By default, items and fluids cannot be inserted through the output side, but this can be toggled with a &5Screwdriver&r. Either right-click the output face directly, or shift-right-click on the grid corresponding to the side of the output." + "" + "There are unique machines that do not process recipes, such as the &3Pump&r, &3Miner&r, &3Fisher&r, &3Item Collector&r, etc. These machines will output on their &7Front Face&r (which is still marked as a dot)." + ] + icon: "minecraft:hopper" + id: "64E1E87B8AF72968" + shape: "rsquare" + size: 0.66d + subtitle: "Let's learn." + tasks: [{ + id: "6A4DFF7493955B8D" + title: "Hmm, how interesting!" + type: "checkmark" + }] + title: "Machine Auto-Output Behaviour" + x: 1.125d + y: 2.25d + } + { + dependencies: [ + "4B979482EF026BFF" + "5A8F0124E07D5025" + ] + description: [ + "You could make any other &7LV&r Machine, but it would be easiest to start with the most useful one. We know, we know... you wanna make some of the crazier stuff first, but trust us, this is the best starting point." + "" + "The Wiremill lets you make &6two Wires from one Ingot&r. That should be three times cheaper than what you were doing up until now!" + "" + "To the right of this Quest, you'll find some important machines which will grant you cheaper intermediates." + "{@pagebreak}" + "&9Note:&r Recipes inside &3LV Machines&r go up to a maximum usage of &a32 EU/t (LV)&r. Anything higher than that and you will need a &bMV&r (or better) Machine. Needless to say, we aren't quite there yet." + "" + "You will need a &dProgrammed Circuit&r for certain recipes. We're sure you don't want to spend a precious Circuit to craft one, so &6read the dedicated quest for important details&r." + "" + "With this machine safely crafted - welcome to the age of all things electric!" + ] + id: "32EA7E81885C8E87" + size: 0.75d + subtitle: "No more painful wires!" + tasks: [{ + id: "2B5BF6F3ED693B9E" + item: "gtceu:lv_wiremill" + type: "item" + }] + title: "Basic Wiremill" + x: 2.25d + y: 1.125d + } + { + dependencies: ["32EA7E81885C8E87"] + description: [ + "Arguably the second best &7LV&r machine to craft, but we're down if you want to argue otherwise." + "" + "This unlocks the ability to convert one &6Ingot into one Plate&r, which is a better ratio than the Forge Hammer." + ] + id: "10ECB471A77F5136" + size: 0.75d + subtitle: "The Bender bends!" + tasks: [{ + id: "3AC3A8728EE60E4C" + item: "gtceu:lv_bender" + type: "item" + }] + title: "Basic Bender" + x: 4.5d + y: 1.125d + } + { + dependencies: ["32EA7E81885C8E87"] + description: [ + "The Lathe is an important machine to help shape metals. Thanks to it, you can turn &6one Ingot into two Rods&r, and &6one Bolt into one screw&r. That's twice the efficiency on those recipes as opposed to crafting by hand." + "{@pagebreak}" + "&l&3Lore:&r&o The GregTech 5 Lathe produces one Rod and 2 small piles of Dust per Ingot. We also have a setting for this in GTCEu, but it's turned off by default." + "" + "&oThe GT6 Lathe acts like GT5's, but Bolts lathe into one Screw and 1/72 of a pile of Dust. Disgusting!" + ] + id: "07E7678095258EDB" + size: 0.75d + subtitle: "The Lathe lathes!" + tasks: [{ + id: "6781D0241D0564A5" + item: "gtceu:lv_lathe" + type: "item" + }] + title: "Basic Lathe" + x: 3.375d + y: 1.125d + } + { + dependencies: ["32EA7E81885C8E87"] + description: ["One of the cheapest - if not the cheapest - &7LV&r machine. Use this to make &6Redstone-free Magnetic Rods&r for your Motors. Whenever you start to batch your Motors, this machine will save you stacks and stacks of Redstone."] + id: "29379C91D6E00436" + size: 0.75d + subtitle: "The Polarizer polarizes!" + tasks: [{ + id: "5EC42A72DEC6F9FC" + item: "gtceu:lv_polarizer" + type: "item" + }] + title: "Basic Polariser" + x: 5.625d + y: 1.125d + } + { + dependencies: ["6431381FBE07D6EF"] + description: [ + "&oThe &3Large Boiler&r is an &6optional&r big-boy variant of the Small Boilers. It runs off solid or liquid fuel." + "" + "If you want Steam-based power production, this will be your first port-of-call. Other power options are listed in the &bMV&r chapter." + "" + "&cImportant:&r This Boiler &lCAN&r also &cexplode&r similarly to the regular Boilers! Usually, the explosion can be rather devastating... but it's configured to not damage blocks or entities in this modpack." + "{@pagebreak}" + "&cWater supply is &lcrucial&r&r. Dedicate a &3Primitive Pump&r with a &7LV&r Output Hatch in the &lsame chunk&r as the Boiler. Any biome will still be enough to supply enough water." + "" + "Once fully heated up, the &3LBB&r produces 800 Steam per tick, which is &d400EU/t&r after conversion, or 12.5 Basic Steam Turbines. Such (relatively!) immense power comes at the cost of &la lot&r of burnable fuel." + "{@pagebreak}" + "&5&lWith this in consideration&r, the GUI lets you &9throttle&r the Boiler down to 25% power for 200 Steam per tick. That's &d100EU/t&r, or slightly above 3 Basic Steam Turbines." + "" + "&9Note:&r An in-depth tutorial about Multiblocks is given after you get the &3Electric Blast Furnace&r. We recommend you aim for that first." + ] + id: "33263404ED38C6D2" + shape: "square" + size: 0.75d + subtitle: "Boom, boom, boom, boom" + tasks: [{ + id: "560D4D0D6BECE006" + item: "gtceu:bronze_large_boiler" + type: "item" + }] + x: 6.75d + y: 2.25d + } + { + dependencies: ["1E9BE8D3F8A602DC"] + description: [ + "&6Superconductors&r are special Wires available for each Voltage tier. They don't come with a Cable counterpart, but that isn't necessary, as they have absolutely &6zero cable loss&r." + "" + "They also won't damage you when you touch them. This makes them the best choice for wiring, if not a little expensive in comparison to the other wires." + "" + "If you weren't already enamoured, the 1x variant also covers 2 Amps. Isn't that nice?" + "" + "Now is a good time to replace your crappy &aTin Cables&r. Recycle them in the &3Packager&r to recover both the Tin and Rubber used to craft them." + "{@pagebreak}" + "&l&3Lore:&r&o No version of GregTech has had actual Superconductors for &7LV&f up until Gregicality and GTCEu, though some modpacks had lossless cables." + ] + id: "46AD7A6F3B6775F5" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "4477AB06651827D6" + item: "gtceu:manganese_phosphide_single_wire" + type: "item" + }] + title: "LV Superconductor" + x: 7.875d + y: 2.25d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: [ + "The &3Thermal Centrifuge&r is the most energy hungry out of the Ore Processing machines. It takes &aCrushed Ore&r or &aPurified Ore&r to give a different &6Byproduct&r from the &3Ore Washer&r, but at the same rate." + "{@pagebreak}" + "&l&3Lore:&r&o The GT5 Thermal Centrifuge required 48 EU/t to run. Yes, this may be above 32 EU/t, but GT5 had &dspecial mechanics&f where certain machines such as this one could accept more than 1 Amp." + "" + "&oIn GTCE, the Thermal Centrifuge was changed to only work at &bMV&f with 60EU/t recipes. Let's be completely honest with you... what a &4complete waste of time&f! Never worth it. Thankfully, we've buffed the machine to be much more relevant." + ] + id: "772F7CD63D31966A" + size: 0.75d + tasks: [{ + id: "10AB20A316EA688F" + item: "gtceu:lv_thermal_centrifuge" + type: "item" + }] + title: "Basic Thermal Centrifuge" + x: -0.375d + y: 3.375d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: [ + "The Sifter sifts &dGem type&r &aPurified Ores&r to find &aExquisite&r and &aFlawless&r Gems, which can be cut into normal Gems. It also finds &aPurified Dusts&r of that gem. Overall, this gives a &6higher yield&r than other means." + "" + "A small amount of &dFlawless Emerald&r will be required in &bMV&r, and running ores in &3Sifting Machine&r is how you obtain them." + "" + "Each higher tier of &3Sifter&r increases the chance of all Gem types to be found, at the cost of more energy. " + "" + "&9Note:&r If you crushed Gem Ores (such as Diamond), it is critical you use this machine to recover the actual gems in non dust form. However, this is a rather slow process, so you may want to smelt this type of ore directly into the Gem." + ] + id: "7A64425597F58015" + size: 0.75d + tasks: [{ + id: "2D87ADACFE1EF8E5" + item: "gtceu:lv_sifter" + type: "item" + }] + x: 0.75d + y: 5.625d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: [ + "&lOutside of Ore Processing:&r" + "" + "You can make &6Paper out of Wood&r so that you no longer rely on &aSugar Canes&9*&r. You're probably sick of them by now, especially if you've played Nomifactory." + "" + "There are some other less important recipes, such as applying colours to various items and blocks, or bleaching them." + "" + "&9*&r &aSugar&r is still useful as a requirement for &cTNT&r production in &6HV&r, so don't dismantle your setups." + "{@pagebreak}" + "&lFor Ore Processing:&r" + "" + "Some &aCrushed Ores&r have alternate routes when washed into &aPurified Ore&r, involving bathing in either &aMercury&r or &aSodium Persulfate&r. This step isn't really important, unless you really want that special &6Byproduct&r. This can be a nice alternate source of Gold (hint, hint!)." + ] + id: "330BDB559A7BAB35" + size: 0.75d + subtitle: "The Chemical Bath bathes..." + tasks: [{ + id: "526A5FF9B5DBB129" + item: "gtceu:lv_chemical_bath" + type: "item" + }] + title: "Basic Chemical Bath" + x: 1.125d + y: 3.375d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: [ + "This machine combines washing for simple automation, but also advanced and precise washing for byproducts." + "" + "Washing a &aCrushed Ore&r will grant a &aPurified Ore&r which can be refined further, some useless stone, and more importantly, the first &6Byproduct&r!" + "" + "Any Ore will give at &9minimum 2/3rd of a Dust&r of this Byproduct through washing. Prioritize this step the most." + "" + "Using Distilled Water over Water cuts recipe duration in half, but it's also more difficult to produce." + ] + id: "58BA62A3A8A32C24" + size: 0.75d + tasks: [{ + id: "1C03C5F3E5196342" + item: "gtceu:lv_ore_washer" + type: "item" + }] + title: "Basic Ore Washing Plant" + x: 1.5d + y: 5.25d + } + { + dependencies: [ + "32EA7E81885C8E87" + "10ECB471A77F5136" + ] + description: [ + "By clicking the &6Circuit Configuration Slot&r in machines, you can create a &bghost Programmed Circuit&r. " + "" + "This is a fake circuit that allows you to select a given configuration for recipes! There's no need to spend your circuits crafting &bProgrammed Circuits&r anymore." + "" + "&dElectric Machines&r and &dItem Input Buses&r will have a Ghost Circuit Slot." + "{@pagebreak}" + "&l&3Lore:&r&o This feature is originally from GTNH." + ] + icon: { + Count: 1b + id: "gtceu:programmed_circuit" + tag: { + Configuration: 0 + } + } + id: "59F0060B55307311" + shape: "rsquare" + size: 0.66d + subtitle: "Don't want to spend your circuits to select recipes?" + tasks: [{ + id: "7C04F3247B0C0BCB" + type: "checkmark" + }] + title: "Programmed Circuits" + x: 3.375d + y: 2.25d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "Make this machine when you feel like it's time you invested into Batteries." + "" + "It'll also be required if you want to make Storage Disks from &bApplied Energistics 2&r." + ] + id: "37307A46E70011D3" + size: 0.75d + subtitle: "This machine does nothing exciting" + tasks: [{ + id: "5521E4E26119E152" + item: "gtceu:lv_canner" + type: "item" + }] + title: "Basic Canner" + x: 3.375d + y: 3.375d + } + { + dependencies: [ + "37307A46E70011D3" + "6D9D54FAB21EC086" + ] + description: [ + "&aBatteries&r can be put into the energy slot at the bottom middle of machine GUIs, or in a &3Battery Buffer&r." + "" + "When inside your inventory, they can be sneak-right-clicked to allow the batteries to &dcharge&r your EU items." + "" + "&7LV&r, &bMV&r, and &6HV&r Batteries come in three forms, allowing you to pick the one you find the best depending on materials you have. &dLithium&r has the best capacity, followed by &dCadmium&r, then &dSodium&r." + "" + "Our recommendation? Find a Salt vein, and either &aelectrolyze Salt&r for &dSodium&r, or &awash crushed Lepidolite&r for &dLithium&r." + "" + "Get &eany&r &aBattery&r to complete this quest." + ] + id: "3E6DC423FE4A99F7" + size: 0.75d + subtitle: "Batteries for storing energy!" + tasks: [{ + icon: "gtceu:lv_sodium_battery" + id: "47D0D12A26963702" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:batteries/lv" + } + } + title: "Any LV Battery" + type: "item" + }] + title: "Batteries!" + x: 4.875d + y: 3.375d + } + { + dependencies: ["3E6DC423FE4A99F7"] + description: [ + "By itself, the Battery Buffer does nothing. However, if you place batteries inside its internal storage, it will act as a power buffer." + "" + "The &3Battery Buffer&r handles &9two Amps in&r, and &9one Amp out&r, &dper Battery&r. The output side has the dot, and all other sides are used as inputs." + "" + "&6It'll also charge &lboth&r EU and RF Tools inside it&r." + "" + "This is a must have if you don't have unlimited power at hand. Get &eany&r &7LV&r Battery Buffer to finish the quest. However, the 16 slots variant is likely overkill at this stage." + "{@pagebreak}" + "&9Note:&r Don't loop your lossy Cables back to your Battery Buffer! If you think about it, you'll just end up voiding energy." + "" + "&l&3Lore:&r&o To be frank with you, the GTCE Battery Buffer was... mediocre. It's been reworked in GTCEu to provide a mix between GT5 and GTCE's functionality. Energy now splits evenly across all batteries!" + ] + icon: "gtceu:lv_battery_buffer_4x" + id: "6431381FBE07D6EF" + size: 0.75d + tasks: [ + { + id: "23FCFCA69488AA2B" + item: "gtceu:lv_battery_buffer_4x" + type: "item" + } + { + id: "2D59C65816F60CEF" + item: "gtceu:lv_battery_buffer_8x" + type: "item" + } + { + id: "679E89402D7ECE10" + item: "gtceu:lv_battery_buffer_16x" + type: "item" + } + ] + title: "Battery Buffer" + x: 6.75d + y: 3.375d + } + { + dependencies: [ + "1646BF9194100E57" + "6431381FBE07D6EF" + ] + description: [ + "This Quest explains the core mechanic of the &3Electric Blast Furnace&r, whilst the quest below will explore the mechanics of the Multiblock Parts that you'll also need. Be sure to refer to them." + "" + "Anyway, the &3EBF&r is your &efirst electric multiblock&r! Congrats. It's used to process materials at high temperatures." + "" + "You'll become familiar with the EBF to make &aAluminium&r and progress to &d&bMV Age&r. It can also make &7Steel&r faster than a PBF." + "{@pagebreak}" + "It's important to keep in mind that the EBF is a beefy boy. The minimum power cost to run a recipe is &9120 EU/t&r! That's slightly under 4 &7LV&r Generators. This is why it was locked behind the Battery Quest. You may wish to consider building a separate power line, with separate Generators and Battery Buffer to run this." + ] + id: "1E9BE8D3F8A602DC" + shape: "gear" + size: 1.2d + subtitle: "A big milestone!" + tasks: [{ + id: "10F6305A7E5D186D" + item: "gtceu:electric_blast_furnace" + type: "item" + }] + x: 7.875d + y: 3.375d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: [ + "The Autoclave is typically the last step of Gem Processing. It is used turn a select few &aGem Dusts&r back into regular Gems." + "" + "It's veeeery slow - thus, it is generally not advised to crush gem ores at all, as the recovery process is too expensive." + "" + "&9Note:&r In this modpack, the Autoclave is required to make &5Fluix Crystals&r if you're to progress in Applied Energistics. Sorry." + ] + id: "22A1A629AF754066" + size: 0.75d + tasks: [{ + id: "30C94122AD446D9B" + item: "gtceu:lv_autoclave" + type: "item" + }] + title: "Basic Autoclave" + x: -1.125d + y: 4.125d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: ["A rarely used machine. It uses magnetism to separate some Magnetic ores and gain additional &6Byproducts&r you would not obtain otherwise."] + id: "24B4D9608718EE27" + size: 0.75d + tasks: [{ + id: "3162F3E3D12E00FB" + item: "gtceu:lv_electromagnetic_separator" + type: "item" + }] + title: "Basic Electromagnetic Separator" + x: 0.375d + y: 3.375d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "This quest is a light look over the &dfull scale of regular Ore Processing&r. Why \"regular\"? Some ores require special treatment, but that's a topic for much later. Oh no, we're already getting carried away!" + "" + "Each quest surrounding this one gives a different machine that has some involvement in Ore Processing." + "" + "&cNote:&r Don't get too preoccupied with Ore Processing! It's very slow at this point, and somewhat power hungry. Around 90% of ores are not important enough to warrant going out of your way to obtain their byproducts. That's a legitimate stat, by the way." + ] + icon: "gtceu:sulfur_crushed_ore" + id: "701BCADAE5CF6CA5" + shape: "circle" + size: 0.66d + subtitle: "You can't escape Greg..." + tasks: [{ + id: "3A7506F2C9145157" + title: "I agree to lose my sanity" + type: "checkmark" + }] + title: "What is this Mess?: Part Two" + x: 0.0d + y: 4.5d + } + { + dependencies: ["32EA7E81885C8E87"] + description: [ + "&7LV&r will require you to craft a lot of different machines! Here's a friendly tip if you're struggling to set goals: pick an item in a later quest and go backwards from there." + "" + "With that in mind... why don't we start with a &5Fusion Controller&r? Never mind, slightly too ambitious - let's check a closer goal instead. Ah, yes, the &3Electric Blast Furnace&r - the main \"end goal\" of &7LV&r - should be a good target." + "" + "The EBF is &aexpensive&r, which is why you should initially focus on machines to make components and materials cheaper. Our quests will try to will guide you in the right direction." + "" + "Other important goals are crafting the &3LV Assembler&r and making your first &aMV Circuits&r." + ] + icon: "gtceu:basic_electronic_circuit" + id: "648BCF486E16CCB2" + shape: "circle" + size: 0.66d + subtitle: "Too many options, too little time!" + tasks: [{ + id: "07CE2766ECA4B0D8" + title: "I... might have some sense of direction now" + type: "checkmark" + }] + title: "LV Age Progression" + x: 2.25d + y: 4.5d + } + { + dependencies: ["3D98819A799D2E64"] + description: [ + "Build this machine next to your &3Chemical Reactor&r to automatically solidify Rubber into &aRubber Sheets&r." + "" + "You can make your Chemical Reactor auto-output if you &dwrench&r the side of your &3Chemical Reactor&r and enable Fluid &9auto-output&r." + "" + "There will be more Fluids to solidify, so you may re-purpose your &3Fluid Solidifier&r when not crafting Rubber - or make a second one!" + ] + id: "581CDF545E1EA1FD" + size: 0.75d + subtitle: "The Fluid Solidifier solidifies..." + tasks: [{ + id: "20B1CA4DB2750E84" + item: "gtceu:lv_fluid_solidifier" + type: "item" + }] + title: "Basic Fluid Solidifier" + x: 4.5d + y: 4.5d + } + { + dependencies: ["3E6DC423FE4A99F7"] + description: [ + "The Prospector is an amazing tool that'll help you find veins in no time." + "" + "Its GUI is interactive. Right-clicking will scan for ores, displaying them on a dynamic map." + "" + "&l&3Lore:&r&o Back in OUR day, the portable Prospector was locked to &dLuV&f. Kids these days have it easy." + ] + id: "2E36E5755B2F551C" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "1AC97E61EF4958C8" + item: "gtceu:prospector.lv" + type: "item" + }] + title: "This is Hacking" + x: 5.625d + y: 4.5d + } + { + dependencies: ["5B2696206205CB2E"] + description: [ + "Prepare &a128 Cupronickel&r, &a32 Bronze&r and &a16 Tin Alloy&r to craft the Heating Coils required for your first Electric Blast Furnace." + "" + "This is still less than half (!) of the cost of the whole EBF in raw materials. You will also need about a stack each of Invar and Steel, so get mining." + "" + "The Cupronickel Coils will allow the EBF to perform recipes up to &d1,800K&r (ignoring Voltage bonuses). That's pretty hot if you ask us." + "" + "&6This quest unlocks a new tutorial on Coils in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + icon: { + Count: 1b + id: "gtceu:cupronickel_coil_block" + tag: { + active: 1b + } + } + id: "1646BF9194100E57" + size: 0.75d + subtitle: "Baby's first heating coil" + tasks: [{ + count: 16L + id: "4F19FBED1E1766AC" + item: "gtceu:cupronickel_coil_block" + type: "item" + }] + title: "Cupronickel Coils" + x: 6.75d + y: 4.5d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: [ + "&5You:&r &oThat's it, I'm uninstalling! This pack is stupid! We're barely in &7LV&r&o, but you're asking me to make you a &6HV&r&o machine!?&r" + "" + "Yes! This is indeed not completable yet, which is also why this quest appears in the &6HV&r Chapter." + "{@pagebreak}" + "Remember how disappointing it was that you couldn't get byproducts with your Macerator? Well... that disappointment won't be going away until you reach &6HV&r." + "" + "&6The Macerator will unlock its second and third slot at HV&r. Trust us - this will be great for Ore Processing. In fact, one byproduct is absolutely locked behind this (after the Thermal Centrifuge step)." + "" + "&cNote:&r Unlike GTCE, the &bMV&r Macerator in GTCEu &cdoesn't&r have a second slot." + "" + "&5Writer:&r &oCome back to me when you are stronger, young Cricket.&r" + ] + id: "1DA54DA70E12F499" + size: 0.75d + subtitle: "What? Why?!" + tasks: [{ + id: "5580AE2868E0E451" + item: "gtceu:hv_macerator" + type: "item" + }] + title: "Universal Macerator" + x: -1.125d + y: 3.375d + } + { + dependencies: ["3A8D7FC6F316C38C"] + description: [ + "The Gas Collector collects Air that can then be centrifuged into &aOxygen&r and &aNitrogen&r." + "" + "&l&3Lore:&r&o GregTech 5 players remember when they had to use a Compressor with IC2 cells to get Compressed Air... here, cell chemistry is no more." + ] + id: "15928F50AE80A5CF" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "5710E0C2A7441809" + item: "gtceu:lv_gas_collector" + type: "item" + }] + title: "Basic Gas Collector" + x: 1.125d + y: 6.75d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: [ + "The &3Packager&r compresses &aTiny Dusts&r and &aSmall Dusts&r into &afull Dusts&r, which can be compressed further into Ingots." + "" + "It can also work in reverse, change between sizes of Wires, and much more..." + "" + "Unpacking Cables back into Wires and Rubber will be &every useful&r once you rewire your Energy Network." + "{@pagebreak}" + "&oYeah, we know...&r the 3x3 compacting recipes don't seem useful, because you can just use a Crafting Table. We urge you to consider the utility of this machine when used for &9automation&r purposes." + "" + "For an &9automated&r Dust setup, route &aTiny Dusts&r into a buffer inventory (a chest will do) placed next to your &3Packager&r." + "" + "Next place a &3Robot Arm&r and configure it to \"&dImport&r\", and \"&dSupply Exact 9&r\". Finally, let the Machine auto-output on another side." + "" + "&l&3Lore:&r&o In GTCE, the reverse operation required a separate machine - the Unpackager." + ] + id: "3F123950216DF93B" + size: 0.75d + tasks: [{ + id: "33AEA84A406741FF" + item: "gtceu:lv_packer" + type: "item" + }] + title: "Basic Packer" + x: -1.125d + y: 4.875d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "The &3Chemical Reactor&r will be required for &la lot&r of recipes." + "" + "Let's give it a spin - why don't we use your freshly made Chemical Reactor to unlock a new, &6better recipe for Rubber&r? Rubber is &dunusable&r as a Fluid, so you will need to make another machine to process it further." + "{@pagebreak}" + "You can't make Rubber using the Chemical Reactor alone, so here are some &aother machines&r you might want to aim for: " + "" + "A &3Solidifier&r is useful to solidify your Rubber directly into &aRubber Sheets&r. You'll want these moving forward." + "" + "You could then make use of an &3Assembler&r to use your molten Rubber for &aCables&r. This isn't important for Tin Cables, but better cables will &eneed&r to be made in the Assembler." + "" + "&eNote:&r Submit a fluid by having it stored in &lany&r tank in your inventory. A Drum is the perfect candidate." + ] + icon: "gtceu:lv_chemical_reactor" + id: "3D98819A799D2E64" + size: 0.75d + subtitle: "Chemistry for dummies" + tasks: [ + { + id: "108424445D0F748A" + item: "gtceu:lv_chemical_reactor" + type: "item" + } + { + amount: 1296L + fluid: "gtceu:rubber" + id: "75DD10F659BA5406" + type: "fluid" + } + ] + title: "Basic Chemical Reactor" + x: 3.375d + y: 5.625d + } + { + dependencies: ["3D98819A799D2E64"] + description: [ + "Cells are an alternative form of Fluid storage. All Cell types with the same type and amount of Fluid inside them &6stack&r. They can be automatically filled with a &3Canning Machine&r." + "" + "Cells hold &done bucket&r of Fluid." + "{@pagebreak}" + "Universal Cells hold up to &done bucket&r, but also can store &9fractions&r of Buckets. They're particularly ideal if you want to store leftover Fluid without crafting a whole Drum. " + "" + "Cells made from higher tier materials can hold even more fluid, but &9Drums&r and &9Super Tanks&r will hold more by then." + "" + "Like Drums, Cells can be placed into a crafting grid to clear their contents." + ] + icon: "gtceu:fluid_cell" + id: "292938760AB9A12B" + shape: "rsquare" + size: 0.66d + subtitle: "GTCE killed cell chemistry... GTCE killed Cells!" + tasks: [ + { + id: "48507FA04651418B" + item: "gtceu:fluid_cell" + type: "item" + } + { + id: "012C90A73EC79E11" + item: "gtceu:universal_fluid_cell" + type: "item" + } + ] + title: "Dead Cells" + x: 4.5d + y: 5.625d + } + { + dependencies: [ + "581CDF545E1EA1FD" + "5B2696206205CB2E" + ] + description: [ + "Use both of your new machines to turn a material into a Fluid, and solidify it back to a Rotor! This combination makes Rotors far easier to craft - &6four Ingots per Rotor&r, as well." + "" + "You can also do the same for &6Gears&r and &6Small Gears&r, which will then be superseded when you make a &3MV Extruder&r." + "" + "&9Note:&r Some metals require higher voltages than &7LV&r for Fluid Extraction, so make sure to keep an eye on the recipe tier in JEI." + ] + icon: "gtceu:rotor_casting_mold" + id: "115C4226F6473F0C" + shape: "rsquare" + size: 0.66d + subtitle: "Time to end the misery of hand crafting rotors!" + tasks: [ + { + id: "4A68C6BC78CB07E2" + item: "gtceu:rotor_casting_mold" + type: "item" + } + { + count: 8L + id: "7EF3EDA1698AFB7F" + item: "gtceu:tin_rotor" + type: "item" + } + ] + title: "Combo!" + x: 5.625d + y: 5.625d + } + { + dependencies: ["199361B5FEC959EA"] + description: [ + "&aSoldering Alloy&r is used solely as a &9Fluid&r, and in most cases is &dinterchangeable&r in circuit recipes as a cheaper alternative to Tin&r." + "" + "The choice is yours. Save more materials? Make Soldering Alloy. Spend less time crafting materials? Tin is the way to go." + ] + icon: "gtceu:soldering_alloy_ingot" + id: "713C8D6A20BF3A0E" + shape: "rsquare" + size: 0.66d + subtitle: "I got soul but I'm not a solder" + tasks: [{ + id: "67F9F84D66E32728" + item: "gtceu:soldering_alloy_dust" + type: "item" + }] + title: "Soldering Alloy" + x: 7.875d + y: 5.625d + } + { + dependencies: [ + "32B08E6F414A00C0" + "4B979482EF026BFF" + ] + description: [ + "With &7LV&r power, the only way of getting &aAluminium Dust&r is by electrolyzing &9Sapphire&r or &2Green Sapphire&r. Aluminium is the main &bMV&r material, similar to how Steel is crucial in &7LV&r, and Bronze is important in the &6Steam Age&r." + "" + "It would be wise to obtain enough Sapphire to electrolyze into a full stack of &aAluminium Dust&r - it &lwill&r be useful very soon. Plus, bonus Oxygen is always nice." + ] + id: "2F1CCFEBAB71B1F3" + size: 0.75d + tasks: [{ + count: 6L + id: "3B6DC3146DB686BF" + item: "gtceu:sapphire_dust" + type: "item" + }] + title: "Sapphire" + x: -2.25d + y: 5.625d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: [ + "&lOutside of Ore Processing:&r" + "" + "Similar to the Centrifuge, this machine does a lot of things - we can't hope to list them all! Fortunately, it's one of the cheapest &7LV&r machines, so grab it as soon as it becomes necessary." + "{@pagebreak}" + "&lFor Ore Processing:&r" + "" + "Okay, we lied. It's not &oexactly&r used for Ore Processing, it's actually used in the &adecomposition of Dusts&r. However, most of the useful electrolysis recipes are locked at &bMV&r. You can peep at the &emolecular formula&r in a dust's tooltip to see what you can get from electrolysis." + "{@pagebreak}" + "&cTake caution!&r Due to how ores work, directly smelting dusts into Ingots can give higher metal yields than electrolysis. However, it means you lose the other products in the dust. You will have to decide whether you want to prioritise direct value, or byproduct count." + ] + id: "32B08E6F414A00C0" + size: 0.75d + tasks: [{ + id: "536874A8C35E1C86" + item: "gtceu:lv_electrolyzer" + type: "item" + }] + title: "Basic Electrolyzer" + x: -1.125d + y: 5.625d + } + { + dependencies: [ + "5263F866638D875C" + "2F1CCFEBAB71B1F3" + ] + description: [ + "For now, you should use &9Water&r for its recipes instead of trying to acquire Lubricant." + "" + "The &3Cutting Machine&r additionally unlocks converting &6Rods into four Bolts&r." + "" + "This machine is the only way to obtain &dGem Plates&r, which are needed to craft Filters, and by extension, the &3Gas Collector&r." + ] + id: "3A8D7FC6F316C38C" + shape: "rsquare" + size: 0.66d + subtitle: "The Cutter... cuts..." + tasks: [{ + id: "662DB818821C4EAE" + item: "gtceu:lv_cutter" + type: "item" + }] + title: "Basic Cutter" + x: -1.125d + y: 6.75d + } + { + dependencies: ["701BCADAE5CF6CA5"] + description: [ + "&lOutside of Ore Processing:&r" + "" + "Oh boy, what can't this machine do? Decomposition recipes to separate dust types, separating air, do your taxes, and many others..." + "" + "The list is too long! Let's just say &cyou need the Centrifuge&r." + "{@pagebreak}" + "&lFor Ore Processing:&r" + "" + "This takes &aImpure Dust&r or &aPurified Dust&r and turns them into clean Dust, plus an added tiny Dust &6Byproduct&r. This is outside of the optimal chain for Byproducts, but this is also the cheapest Ore Processing machine of the presented array to run and to setup on a small scale." + "{@pagebreak}" + "&l&3Lore:&r&o In base GTCE, this was objectively the strongest Ore Processing machine as it was fairly easy to use, and gave three tiny dusts, just like the Ore Washer or the Thermal Centrifuge. We tuned it down in favor of diversity." + ] + id: "5263F866638D875C" + size: 0.75d + tasks: [{ + id: "20EDB55B8D5CDAD6" + item: "gtceu:lv_centrifuge" + type: "item" + }] + title: "Basic Centrifuge" + x: 0.0d + y: 6.75d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "It's recommended that you &6put this machine off&r until you actually require it for for progression - explore elsewhere if you're fresh into &7LV&r." + "" + "Some alloys previously made by hand can also be made in the mixer, except at &ahigher yield&r." + ] + id: "257DB4B39B2A928E" + size: 0.75d + subtitle: "The Mixer mixes..." + tasks: [{ + id: "4A0B4A206ED30212" + item: "gtceu:lv_mixer" + type: "item" + }] + title: "Basic Mixer" + x: 2.25d + y: 7.875d + } + { + dependencies: [ + "63CD0236B337EAAD" + "37307A46E70011D3" + "3D98819A799D2E64" + ] + description: [ + "Unfortunately, this is only an &lEmpty&r Spray Can, which you have to fill with Chemical Dye before using." + "" + "&aSpray Cans&r do not provide any functionality involving machines, but can be quite &bvisually appealing and useful&r!" + "" + "Any (or almost any) GregTech tile entity (machine, pipe, cable...) can be &6painted&r to one of the 16 colors of your choosing. This is great for screenshots, or to separate different setups for convenience in a Multiplayer base. They also help with distinguishing between pipelines and cables." + "" + "Holding the &aSpray Can&r in the offhand will automatically paint any block you place." + ] + id: "5AD9884E7BFB2510" + shape: "rsquare" + size: 0.66d + subtitle: "Time for server tag wars" + tasks: [{ + id: "28CFFA0F7A33E02F" + item: "gtceu:empty_spray_can" + type: "item" + }] + title: "Spray Can" + x: 3.375d + y: 6.75d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "While this is an extremely &9important&r machine for progression, this will &9&lnot help you immediately&r as it is &cexpensive.&r Most of the recipes you will want to pursue require &cfluids&r. Set up a little bit more infrastructure before rushing this." + "" + "With that out of the way, the &3Assembler&r is crucial to gameplay. Consider it as important as a Crafting Table, except... well, it's a machine, duh." + "" + "We as \"modpack developers\" also love to use this to include all sorts of custom recipes - and speaking of custom recipes, the Assembler now unlocks &dApplied Energistics 2&r!" + "{@pagebreak}" + "Once you have enough infrastructure you will be able to make use of better recipes for:" + "" + "&9-&r &6Vacuum Tubes&r, giving over double the previous yield" + "" + "&9-&r &6Resistors&r, granting 4 resistors per craft!" + "" + "&9-&r &6Circuit Boards&r, greatly reducing copper used" + "" + "Wahoo!" + "" + "&l&3Lore:&r&o Back in the days of GregTech 2, the Assembling Machine only had two slots, and was only really used for alternate Circuit and Hull recipes." + ] + id: "63CD0236B337EAAD" + shape: "gear" + size: 1.2d + tasks: [{ + id: "6B5537B80EB05B30" + item: "gtceu:lv_assembler" + type: "item" + }] + x: 4.5d + y: 6.75d + } + { + dependencies: [ + "63CD0236B337EAAD" + "5B2696206205CB2E" + ] + description: [ + "&3Voiding Covers&r can be attached to GregTech Machines, Crates or Drums. They will void stuff you don't want. How fancy!" + "" + "For machines, it will only void items in the Output slots. The Input slots are ignored." + "" + "You can attach a &aFilter&r for more precise voiding." + "{@pagebreak}" + "An advanced version also exists, which requires a &dMV Circuit&r. It enables voiding above a set threshold - great for for overflow control." + "" + "&9Note:&r They default to being switched off, to prevent accidental voiding. Right-click them with a &5Soft Mallet&r to activate them." + "" + "Obtaining &eany&r Voiding Cover will complete this Quest." + ] + icon: "gtceu:item_voiding_cover" + id: "249B9E104CAF5FE6" + shape: "rsquare" + size: 0.66d + subtitle: "The best mechanic - making an item or fluid disappear!" + tasks: [ + { + id: "69BC88293080C522" + item: "gtceu:item_voiding_cover" + type: "item" + } + { + id: "4787AD5F61E1914E" + item: "gtceu:fluid_voiding_cover" + type: "item" + } + ] + title: "Voiding Covers" + x: 5.625d + y: 6.75d + } + { + dependencies: [ + "63CD0236B337EAAD" + "581CDF545E1EA1FD" + ] + description: [ + "Hm... didn't we make this joke already?" + "" + "The reason we didn't present &7LV&r versions of &6Steam&r machines is because they are &4NOT&r required. You might not want to invest into an upgrade that does next to nothing. Except for &othis one&r specifically, because it's a big improvement over the &6Steam Age&r." + "" + "The &3Basic Extractor&r gains Fluid capabilities, which enables &aFluid Extraction&r. Use it to melt Rubber that you previously solidified, to &dmelt Soldering Alloy&r for your circuits, and to &dmelt Red Alloy&r for the &6best Vacuum Tube recipe&r in the &3Assembler&r!" + "{@pagebreak}" + "&l&3Lore:&r&o Did you notice this machine doubles as both an Extractor and a Fluid Extractor? The two of them were separate machines in previous versions of GregTech." + ] + id: "5B2696206205CB2E" + size: 0.75d + subtitle: "The Steam Extractor extracts..." + tasks: [{ + id: "5CD363C839475426" + item: "gtceu:lv_extractor" + type: "item" + }] + x: 6.75d + y: 6.75d + } + { + dependencies: [ + "0DBC148D92A9F69F" + "5B2696206205CB2E" + ] + description: [ + "From now on, all Circuits should be made in a &3Circuit Assembler&r. Use it now to enjoy &6far cheaper LV and MV circuits&r." + "" + "Each time you upgrade to a new tier of &3Circuit Assembler&r, you will be able to craft more &dadvanced themes&r of circuit. These will use &ccomplex&r and &msometimes&r unfamiliar ingredients, but will be more efficient to craft overall." + "" + "&l&3Lore:&r&o The Circuit Assembler has made appearances in and out of GregTech versions. GT5 did not have it, and it was reimplemented in GT5 Unofficial. GTCE decided not to port it, and the tug-of-war continues with its inclusion in GTCEu." + ] + id: "199361B5FEC959EA" + size: 0.75d + subtitle: "Hopefully, your first MV Circuit expense" + tasks: [{ + id: "6287E8A7C254ECA7" + item: "gtceu:lv_circuit_assembler" + type: "item" + }] + x: 7.875d + y: 6.75d + } + { + dependencies: ["1A77CA35F054F988"] + description: [ + "The &3Arc Furnace&r uses a lil' bit of &9Oxygen&r to smelt items in a different fashion than Furnaces." + "" + "You can use it to make easier &aWrought Iron&r, double your &aGlass&r, and gain access to &aAnnealed Copper&r." + "" + "It can also recycle various components and machines back to their original material." + "{@pagebreak}" + "&l&3Lore:&r&o Previous versions had both the Arc Furnace and the &bPlasma Arc Furnace&f. In that case, why not use one machine for both? Well, that's exactly what we thought - but we ultimately decided to remove one of the two &bplasma&f recipes. And then the other &bplasma&f recipe. " + "" + "&oIn short, the &bPlasma Arc Furnace&f is &4gone&f. RIP." + ] + id: "63256ED95F17B242" + size: 0.75d + tasks: [{ + id: "2374C06C5E1EFC24" + item: "gtceu:lv_arc_furnace" + type: "item" + }] + x: -2.25d + y: 7.875d + } + { + dependencies: [ + "5263F866638D875C" + "32B08E6F414A00C0" + ] + description: [ + "You could waste &o&eprecious years of your life&r in JEI looking for the most optimal Oxygen recipe, given the many ways to obtain it. Various minerals will produce it when electrolyzed." + "" + "If only the quest book had more information!" + "{@pagebreak}" + "Surprise! The best source according to us (!) is &acentrifuging Air&r after making a &dGas Collector&r, which you might not be able to make just yet. This recipe also gives &aNitrogen&r, which is handy as it can speed up certain &3Electric Blast Furnace&r recipes&r." + "" + "The second best source according to us (!) is &aelectrolyzing Silicon Dioxide&r. Silicon Dioxide is obtained from various sources, such as Glass Dust, Granite Dust and Black Granite Dust." + "{@pagebreak}" + "The third best source according to us (!) is &aelectrolyzing Water&r. In reality, electrolysis of water is more suitable for &aHydrogen production&r due to the higher energy cost." + "" + "The fourth best source according to us (!) is &ato not void&r it, EVER! Any Oxygen obtained from any source is worth something and should be stored in Tanks." + "" + "&eNote:&r Submit a fluid by having it stored in &lany&r tank in your inventory. A bucket will also work." + ] + icon: "gtceu:oxygen_bucket" + id: "1A77CA35F054F988" + rewards: [{ + id: "147345CEB55ECB69" + item: { + Count: 1b + id: "gtceu:fluid_cell" + tag: { + Fluid: { + Amount: 1000 + FluidName: "gtceu:oxygen" + } + } + } + type: "item" + }] + shape: "rsquare" + size: 0.66d + subtitle: "Achtually, it's Dioxygen..." + tasks: [{ + amount: 1000L + fluid: "gtceu:oxygen" + id: "70F00C67C9698A78" + type: "fluid" + }] + title: "Breath of Fresh Oxygen" + x: -1.125d + y: 7.875d + } + { + dependencies: ["5263F866638D875C"] + description: [ + "You can now &3centrifuge&r &aResin&r, which will still give Raw Rubber - but this time alongside &aGlue&r (and the less useful Plantball)." + "" + "Give yourself a headstart and get on producing Glue. You can use it to make &6cheaper Resistors&r, as well as &6cheaper Circuit Boards&r in the &3Assembling Machine&r (and it is especially useful &oin the near future&r)." + "" + "&eNote:&r Submit a fluid by having it stored in &lany&r tank in your inventory. A bucket will also work." + ] + icon: "gtceu:glue_bucket" + id: "0EAC071414AEC07E" + rewards: [{ + id: "0BDDB03645B6D2A1" + item: { + Count: 1b + id: "gtceu:fluid_cell" + tag: { + Fluid: { + Amount: 1000 + FluidName: "gtceu:glue" + } + } + } + type: "item" + }] + size: 0.75d + subtitle: "Extractor? I hardly knew 'er!" + tasks: [{ + amount: 1000L + fluid: "gtceu:glue" + id: "3DD156ECA99FFA11" + type: "fluid" + }] + title: "Glued" + x: 0.0d + y: 7.875d + } + { + dependencies: [ + "5263F866638D875C" + "257DB4B39B2A928E" + ] + description: [ + "Many materials going forward cannot be smelted directly from any Ores! They are instead obtained as byproducts from processing of other ores. Gallium and Arsenic are &4among&r these materials." + "" + "For &dGallium&r, you may, ranged from worst to best (compromising difficulty and yields):" + "" + "&9- &3Electrolyze &aSphalerite&r for a low chance of small dust. Note that you lose out on direct smelting value." + "" + "&9-&r Put &aCrushed Bauxite&r in the &3Chemical Bath&r. Note that this requires &9Sodium Persulfate&r." + "" + "&9-&r Obtain it as a Byproduct of &aSphalerite&r Ore Processing in the &3Thermal Centrifuge&r or &3Centrifuge&r." + "" + "For &dArsenic&r, you will have to mine and &3centrifuge&r &aRealgar&r." + ] + id: "4073577B7EF9B593" + size: 0.75d + subtitle: "I hate byproducts, they're awesome" + tasks: [{ + id: "0FDC60275B1959C3" + item: "gtceu:gallium_arsenide_dust" + type: "item" + }] + title: "Gallium Arsenide" + x: 1.125d + y: 7.875d + } + { + dependencies: [ + "63CD0236B337EAAD" + "0EAC071414AEC07E" + ] + description: [ + "This Circuit Board is used to create &dMV Circuits&r!" + "" + "&9Note:&r You have <wo&r options when making the Phenolic Printed Circuit Board. If you use &aSodium Persulfate&r or &aIron III Chloride&r, making boards takes &6only a quarter of the Silver&r as opposed to the crafting recipe." + "" + "&lHowever&r, given how painful it may be for you to obtain these chemicals &oright now&r, you can simply use more Silver by mining most of a Galena Vein..." + "" + "The quest for &aSodium Persulfate&r is in the &bMV&r chapter, if you're down for some light reading." + "{@pagebreak}" + "&l&3Lore:&r&o Back in GTCEu 1.12.2, these circuit boards were called \"&2Good Circuit Boards&f\". Not exactly a fitting name, as they're &4rather evil&f to craft." + ] + id: "3647B1B964A15E4E" + size: 0.75d + tasks: [{ + id: "2DE7B75F25A4AB9E" + item: "gtceu:phenolic_printed_circuit_board" + type: "item" + }] + x: 3.375d + y: 7.875d + } + { + dependencies: [ + "63CD0236B337EAAD" + "4073577B7EF9B593" + ] + description: [ + "Don't let JEI fool you... there's only one possible recipe right now for this Primitive Diode." + "" + "Diodes have a infamously &4nasty recipe&r, but they will become cheaper and more convenient once you can obtain &ePolyethylene&r." + "" + "This is required for &dMV Circuits&r." + ] + id: "7BE7DE4C0109D788" + size: 0.75d + subtitle: "Don't be swayed by JEI!" + tasks: [{ + id: "0FE8CA1C2D212378" + item: "gtceu:diode" + type: "item" + }] + x: 5.625d + y: 7.875d + } + { + dependencies: [ + "3647B1B964A15E4E" + "7BE7DE4C0109D788" + "4B979482EF026BFF" + ] + description: [ + "Well... gotten any Aluminium Ingots yet?" + "" + "Each Electric Age has Circuits corresponding to its tier. The Good Electronic Circuit is the &dfirst MV Circuit&r you can make out of the three tiers of &bMV&r Circuitry." + "" + "Always be on the lookout for a cheaper way to make your circuits - new sets of recipes become available each time you make a new tier of &2Circuit Assembler&r. Conveniently, this tier of Circuit unlocks one now! Its recipes are far, far cheaper than hand-crafting Circuits." + "" + "&6Having this and Aluminium will grant access to MV Machines.&r" + ] + id: "0DBC148D92A9F69F" + shape: "gear" + size: 1.2d + subtitle: "Does that mean we're at MV yet?" + tasks: [{ + id: "70313E1917121E14" + item: "gtceu:good_electronic_circuit" + type: "item" + }] + title: "First MV Circuit!" + x: 7.875d + y: 7.875d + } + { + dependencies: ["2F1CCFEBAB71B1F3"] + description: [ + "As mentioned in the previous quest, electrolyse the &1Sapphire Dust&r to get your &bAluminium Dust&r." + "" + "Now all you need is an EBF! If you haven't started to work towards one, move to the right on this quest page and you'll end up there." + ] + hide_dependent_lines: true + id: "45B71324028F6E68" + size: 0.75d + tasks: [{ + id: "144F4F8EF61BEEA5" + item: "gtceu:aluminium_dust" + type: "item" + }] + title: "Aluminium Dust" + x: -3.375d + y: 6.75d + } + { + dependencies: ["1E9BE8D3F8A602DC"] + description: [ + "Multiblocks bear a large variety of interesting mechanics that might seem daunting, but don't worry - we've written a guide to help you learn." + "" + "&6This quest unlocks a bunch of tutorials on Multiblocks in the &lTips and Tricks&r&6 tab - check them out to learn more!&r" + ] + hide_text_until_complete: false + icon: "gtceu:heatproof_machine_casing" + id: "2FC7B1E867E4194E" + size: 0.75d + tasks: [{ + id: "2AA5580CDD655FBC" + type: "checkmark" + }] + title: "Multiblock Techniques" + x: 7.875d + y: 4.5d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "&oThis quest's subject is optional, but may still be of interest to you. We've put it here in the name of completeness.&r" + "" + "The &3Rock Breaker&r generates different types of igneous Rocks. In order to operate, &9Water&r and &cLava&r (doesn't need to be source blocks) must both be adjacent to it. Those rocks might be pulverized and electrolyzed into certain materials." + "" + "Certain rocks, such as &b&cRed Granite&r, need up to &5EV&r power to generate." + "" + "&eAny&r Rock Breaker will complete this Quest." + "{@pagebreak}" + "&l&3Lore:&r&o Obsidian requiring Redstone to generate is in reference to an ancient Minecraft bug, &7MC-4239&f. Placing Redstone where the Cobblestone would go in a cobble generator would make it generate Obsidian instead. This bug was resolved in snapshot 14w25b for Minecraft 1.8, over 9 years ago at the time of writing!" + ] + hide_dependency_lines: true + icon: "gtceu:lv_rock_crusher" + id: "1F2359106FC95603" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "0A2A4C60994B0FE8" + item: "gtceu:lv_rock_crusher" + type: "item" + } + { + id: "335EA991E1B8C91F" + item: "gtceu:mv_rock_crusher" + type: "item" + } + { + id: "1AB3C8D744EABAA3" + item: "gtceu:hv_rock_crusher" + type: "item" + } + { + id: "558BDEA1E084DD84" + item: "gtceu:ev_rock_crusher" + type: "item" + } + { + id: "56F4B7D4AA38798A" + item: "gtceu:iv_rock_crusher" + type: "item" + } + { + id: "22C42CA726A1F45F" + item: "gtceu:luv_rock_crusher" + type: "item" + } + { + id: "17E26A869F5E9019" + item: "gtceu:zpm_rock_crusher" + type: "item" + } + { + id: "495C9E1656091F34" + item: "gtceu:uv_rock_crusher" + type: "item" + } + ] + title: "Cobble is Life" + x: 4.5d + y: 0.0d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "&oThis quest's subject is optional, but may still be of interest to you. We've put it here in the name of completeness.&r" + "" + "The &3Turbo Charger&r charges &6RF and EU&r items such as &9Drills&r extremely quickly." + "It accepts up to 4 Amps for every item it charges, making it &6twice as fast&r as the &3Battery Buffer&r. It cannot discharge, though." + "" + "&eAny&r Charger will complete this Quest." + ] + hide_dependency_lines: true + icon: "gtceu:lv_charger_4x" + id: "2DB259568F347C0E" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "66D61D09EE54B27B" + item: "gtceu:ulv_charger_4x" + type: "item" + } + { + id: "61A83D76ED64541B" + item: "gtceu:lv_charger_4x" + type: "item" + } + { + id: "53F46FB26DAD3CB0" + item: "gtceu:mv_charger_4x" + type: "item" + } + { + id: "62572E97F72BD831" + item: "gtceu:hv_charger_4x" + type: "item" + } + { + id: "3FB57522BADB33B4" + item: "gtceu:ev_charger_4x" + type: "item" + } + { + id: "3A1B648C445D3C5A" + item: "gtceu:iv_charger_4x" + type: "item" + } + { + id: "719832D62AE242FE" + item: "gtceu:luv_charger_4x" + type: "item" + } + { + id: "1FC410D2E3DEB33B" + item: "gtceu:zpm_charger_4x" + type: "item" + } + { + id: "6474F0A518A20386" + item: "gtceu:uv_charger_4x" + type: "item" + } + { + id: "096A77845F50C0DE" + item: "gtceu:uhv_charger_4x" + type: "item" + } + ] + title: "Turbo Charger" + x: 5.625d + y: 0.0d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "&oThis quest's subject is optional, but may still be of interest to you. We've put it here in the name of completeness.&r" + "" + "The &3Fisher&r catches fish from Water. It requires a 5x5 area of Water directly below to operate. It uses the same loot table as normal Fishing, so it can catch things like &dEnchanted Books&r. Each operation consumes 1 String and EU equivalent to its tier (32 for &7LV&r, etc.) That's about it." + "" + "&eFish Oil&r can be extracted from Fish, which can be used for &6Bio Diesel&r." + "" + "Get &eany&r tier Fisher to complete this quest. (They only go up to &5EV&r. If you forsee needing enough Fish to justify an &1IV&r or higher Fisher, make a feature request on our GitHub or Discord.)" + ] + hide_dependency_lines: true + icon: "gtceu:lv_fisher" + id: "3B26CA44EA955B07" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "5FE21AF40C603AD0" + item: "gtceu:lv_fisher" + type: "item" + } + { + id: "73279793E571A6E0" + item: "gtceu:mv_fisher" + type: "item" + } + { + id: "385ED95E8F39CB6D" + item: "gtceu:hv_fisher" + type: "item" + } + { + id: "0C30563A771CF7F6" + item: "gtceu:ev_fisher" + type: "item" + } + ] + title: "Fishing 50" + x: 6.75d + y: 0.0d + } + ] + subtitle: ["Tame electricity and make your first machines"] + title: "&7LV&r - Low Voltage" +} diff --git a/config/ftbquests/quests/chapters/lv_age.snbt b/config/ftbquests/quests/chapters/lv_age.snbt deleted file mode 100644 index c401c10b0..000000000 --- a/config/ftbquests/quests/chapters/lv_age.snbt +++ /dev/null @@ -1,22 +0,0 @@ -{ - default_hide_dependency_lines: false - default_quest_shape: "" - filename: "lv_age" - group: "" - icon: "minecraft:bedrock" - id: "73F3EFA4BB543915" - order_index: 2 - quest_links: [ ] - quests: [{ - id: "71F3AD23B0C6BF7F" - tasks: [{ - id: "56777DCA0437D9AD" - item: "minecraft:crimson_nylium" - title: "Work In Progress" - type: "item" - }] - x: 0.0d - y: 0.0d - }] - title: "LV Age" -} diff --git a/config/ftbquests/quests/chapters/multiblock_dilemma.snbt b/config/ftbquests/quests/chapters/multiblock_dilemma.snbt new file mode 100644 index 000000000..2bcb9d5ea --- /dev/null +++ b/config/ftbquests/quests/chapters/multiblock_dilemma.snbt @@ -0,0 +1,253 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "multiblock_dilemma" + group: "" + icon: "gtceu:electric_blast_furnace" + id: "41FEC6178ABF1998" + order_index: 10 + quest_links: [ + { + id: "787AC5F1A89ABE41" + linked_quest: "1E9BE8D3F8A602DC" + x: 4.5d + y: 0.0d + } + { + id: "5A1F54545034FC9F" + linked_quest: "3568BC9742092FC5" + x: 6.0d + y: 0.0d + } + { + id: "29EFA88DBC897F46" + linked_quest: "05ADBAE5B6F38956" + x: 7.5d + y: 0.0d + } + { + id: "1C71CBF1424099CE" + linked_quest: "10987A49F647279E" + shape: "rsquare" + x: 9.0d + y: 0.0d + } + { + id: "421BA5ADC26DFB19" + linked_quest: "4AEAC79007790BD8" + shape: "rsquare" + x: 10.5d + y: 0.0d + } + { + id: "27D3C414C3E19143" + linked_quest: "1BE779AF4487E3EB" + shape: "rsquare" + x: 10.5d + y: 1.5d + } + { + id: "7E75AAD105D31F26" + linked_quest: "07906458E1A15683" + shape: "rsquare" + x: 9.0d + y: 1.5d + } + { + id: "321893F87228A360" + linked_quest: "16E7CAC7BC8BFD8E" + shape: "rsquare" + x: 7.5d + y: 1.5d + } + { + id: "7888064372044AD3" + linked_quest: "6DDDE2268B691F74" + shape: "rsquare" + x: 6.0d + y: 1.5d + } + { + id: "5D2C26C1501A2CE1" + linked_quest: "2655B72C9FF3B372" + shape: "rsquare" + x: 4.5d + y: 1.5d + } + { + id: "2637BCFD9681EABF" + linked_quest: "53DC6E32C41C94C3" + x: 3.0d + y: 1.5d + } + { + id: "3003AF60FECF2899" + linked_quest: "33263404ED38C6D2" + shape: "rsquare" + x: 0.0d + y: 1.5d + } + { + id: "7D7392009AC28773" + linked_quest: "1BB40CCF17D00719" + shape: "rsquare" + x: 0.0d + y: 3.0d + } + { + id: "1666AE4895ABBED3" + linked_quest: "6C25D11A26306168" + shape: "rsquare" + x: 1.5d + y: 3.0d + } + { + id: "3656412C2AFCA8BF" + linked_quest: "7FF95F1216D104B2" + shape: "rsquare" + x: 3.0d + y: 3.0d + } + { + id: "026F45422E5639EB" + linked_quest: "48141DBA683F6B5A" + x: 4.5d + y: 3.0d + } + { + id: "6F23E13DC672A3F5" + linked_quest: "24866E83B280C9AB" + shape: "rsquare" + x: 6.0d + y: 3.0d + } + { + id: "0096F2E970A04203" + linked_quest: "6958029B5514D4EC" + x: 7.5d + y: 3.0d + } + { + id: "0205B65B6C2405A2" + linked_quest: "528CE69DA4358B2E" + x: 9.0d + y: 3.0d + } + { + id: "2206AD45E6B2389C" + linked_quest: "77B7B1EDD19831E0" + x: 10.5d + y: 3.0d + } + { + icon: { + Count: 1b + id: "gtceu:turbine_rotor" + tag: { + GT.PartStats: { + Material: "neutronium" + } + } + } + id: "454772220042D94B" + linked_quest: "188A8C3DD38C2762" + shape: "rsquare" + x: 10.5d + y: 4.5d + } + { + id: "7B3367C356023F61" + linked_quest: "4E9DED9569AA17F5" + x: 9.0d + y: 4.5d + } + { + id: "246855660369CA56" + linked_quest: "0F539EC8D2361791" + shape: "rsquare" + x: 7.5d + y: 4.5d + } + { + id: "278D7192878C56AC" + linked_quest: "189F84D6C76CDC8B" + shape: "rsquare" + x: 6.0d + y: 4.5d + } + { + id: "18F88B89C6DD238E" + linked_quest: "1137D2BA7E03D685" + x: 4.5d + y: 4.5d + } + { + id: "052E542D4D30CC93" + linked_quest: "466AC4DD902115EF" + shape: "rsquare" + x: 3.0d + y: 4.5d + } + { + id: "6DA657FC3F725B0C" + linked_quest: "1AD309112ADD8D8D" + shape: "rsquare" + x: 1.5d + y: 4.5d + } + { + id: "26A69E20AEC61DF1" + linked_quest: "249FA99AADAC3710" + shape: "rsquare" + x: 0.0d + y: 4.5d + } + { + id: "7D67FF93BFAF6A4A" + linked_quest: "328CFD483C26EA44" + shape: "rsquare" + x: 0.0d + y: 6.0d + } + { + id: "20FEF24F801577EF" + linked_quest: "2DAC91AF2EBB68E2" + x: 4.5d + y: 6.0d + } + { + id: "5926D9421E5D2E5D" + linked_quest: "4194EC9F1C6632E4" + shape: "rsquare" + x: 6.0d + y: 6.0d + } + { + id: "1D2DEC9BC14B9F64" + linked_quest: "546CC03435E763CF" + x: 7.5d + y: 6.0d + } + { + id: "0BAD33188878F715" + linked_quest: "24366846FDA52CE3" + x: 9.0d + y: 6.0d + } + { + id: "2B1E630DF1ED5624" + linked_quest: "023FF9633765A0EB" + x: 10.5d + y: 6.0d + } + { + id: "7DF7C035D303B90A" + linked_quest: "1D623D93EEDD3C67" + x: 1.5d + y: 6.0d + } + ] + quests: [ ] + subtitle: ["A handy reference of all the multiblocks"] + title: "Multiblock Dilemma" +} diff --git a/config/ftbquests/quests/chapters/mv__medium_voltage.snbt b/config/ftbquests/quests/chapters/mv__medium_voltage.snbt new file mode 100644 index 000000000..1ebf74b26 --- /dev/null +++ b/config/ftbquests/quests/chapters/mv__medium_voltage.snbt @@ -0,0 +1,2040 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "rsquare" + filename: "mv__medium_voltage" + group: "" + icon: "gtceu:mv_electric_motor" + id: "43E779CEEB25D55B" + order_index: 3 + quest_links: [{ + id: "6FCAD016C795DE93" + linked_quest: "7567E885B7166603" + shape: "gear" + size: 1.2d + x: 0.0d + y: 0.375d + }] + quests: [ + { + dependencies: [ + "0DBC148D92A9F69F" + "7567E885B7166603" + ] + description: [ + "The &3Pyrolyse Oven&r is an electric equivalent to the &3Coke Oven&r. It can produce &9Coal Coke&r and &9Charcoal&r with a &9Creosote&r byproduct just as before, but also has additional &6Organic Byproducts&r, the most beneficial of these being &aWood Tar&r." + "" + "Another product is &aBiomass&r, which is more pertinent for your progression as of this moment." + "{@pagebreak}" + "The byproducts can be Distilled for an array of organic resources, with &odifferent&r byproducts giving &odifferent&r ratios of &odifferent&r chemicals." + "" + "You will need to take a peek at the &9Distillation&r Quest to get to grips with the power of distillation..." + "{@pagebreak}" + "There are recipes that can accept &bNitrogen&r to double the speed. This isn't quite worth pursuing right now, but Nitrogen will eventually be free and infinite." + "" + "You should be more than fine with a single &3LV Energy Hatch&r, and Superconductors to supply a steady &d64 EU/t&r. Additionally, &3Cupronickel Coils&r are perfect when you're getting used to the Pyrolyse Oven, but you may want to upgrade to &bKanthal&r eventually." + "" + "{@pagebreak}" + "&9&lNote:&r&l The Plant path is one path you can take towards &9&lEthylene&r&l, which is a necessary chemical in progressing to &6HV&r&l. The other path involves Oil.&r" + "" + "The Pyrolyse Oven remains &doptional&r. However, it is very rewarding to construct one either for Power, or for the various Byproducts, and we highly recommend you give it a look." + "" + "&l&3Lore:&r&o In GT5u, the structure for the Pyrolyse Oven was infamously a giant box with only 9 coils inside. Players usually spent several minutes debugging what is wrong due to a lack of a JEI preview." + ] + icon: "gtceu:pyrolyse_oven" + id: "53DC6E32C41C94C3" + optional: true + shape: "square" + size: 0.75d + subtitle: "Thermal Decomposition" + tasks: [{ + id: "0FD2962C232149F8" + item: "gtceu:pyrolyse_oven" + type: "item" + }] + title: "Pyrolyse Oven" + x: 0.0d + y: -0.75d + } + { + dependencies: [ + "53DC6E32C41C94C3" + "1A29EFBCEA017F99" + ] + description: [ + "Welcome to the &2natural&r Ethylene route! This method uses &9plant matter&r to produce Ethanol." + "" + "Before we get ahead of ourselves, &aSugar Cane&r works fine in a &3Brewery&r for a decent yield of Biomass." + "" + "Othe&rrwise, you could try the \"&o&dPlantball into Bio Chaff&r\" route, and then turn it into Biomass, either in the &3Brewery&r or the &3Pyrolyse Oven&r - the latter being more efficient." + "" + "&9Note:&r Only one Bio Chaff can be obtained from maceration until you make the &3HV Macerator&r." + "{@pagebreak}" + "&l&3Lore:&r&o You may recognise Plantballs from IndustrialCraft2! In IC2 Experimental, there was this rather... obscure way to turn Biomass into Biogas for power, which sadly required too much investment to be really worth it." + ] + icon: "gtceu:plant_ball" + id: "6EB68C28BEE24DEF" + size: 0.66d + subtitle: "Plants aren't industrial enough!" + tasks: [{ + amount: 1000L + fluid: "gtceu:biomass" + id: "538F04658EF11F2B" + type: "fluid" + }] + title: "Biomass" + x: 0.0d + y: -1.875d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "The Brewery can be used to make &aLubricant&r from &aRedstone&r and &aCreosote&r/&aOil&r. Lubricant has some niche uses, namely being used in the &3Cutter&r to significantly reduce the duration of its recipes." + "" + "The Brewery is a very very slow machine, but it requires almost no power. Building &2many Breweries&r will help you obtain enough Biomass on your quest for plastic." + "" + "&9Note:&r The Brewery \"unlocks\" the Biomass path towards &9Ethylene&r. The same can be done in the &3Pyrolyse Oven&r. The other path involves Oil.&r" + "{@pagebreak}" + "&l&3Lore:&r&o You could make your own Brewery if you want to build up a company and start selling Booze... in GregTech 6.&r" + ] + icon: "gtceu:mv_brewery" + id: "1A29EFBCEA017F99" + size: 0.66d + subtitle: "*hic*... *hic*" + tasks: [ + { + id: "095C98D86D021B2E" + item: "gtceu:lv_brewery" + type: "item" + } + { + amount: 1000L + fluid: "gtceu:lubricant" + id: "1C0C8D71AF8C41C2" + optional_task: true + type: "fluid" + } + ] + title: "Local Brewery selling Booze" + x: 1.125d + y: -1.875d + } + { + dependencies: [ + "3E2E161F8CE35138" + "5D9D01EF219A31C5" + "316FF60D6FFE97CE" + ] + description: [ + "Our warmest congratulations on making it here." + "" + "The way you should obtain &aEthylene&r was described in the previous Quest, depending on the route you chose." + "" + "&aEthylene&r will shortly be used in polymer production. It's also useful in a few other reactions." + ] + icon: "gtceu:ethylene_bucket" + id: "6BB98D128822730E" + min_required_dependencies: 2 + shape: "square" + size: 0.75d + subtitle: "One of many hydrocarbons" + tasks: [{ + amount: 1000L + fluid: "gtceu:ethylene" + id: "3A731EA79DC53FF3" + type: "fluid" + }] + title: "Ethylene" + x: 1.125d + y: -3.0d + } + { + dependencies: [ + "6EB68C28BEE24DEF" + "6A304E453D74C57C" + ] + description: [ + "Put your previously made &aBiomass&r into a &3MV Distillery&r to make &aEthanol&r." + "" + "You will need this for &dEthylene&r by reacting it with &aSulfuric Acid&r in a &3MV Chemical Reactor&r... unless you chose to go down the Oil path." + "" + "Once you have a hefty starting stock of Ethanol, consider making and distilling &9Fermented Biomass&r in a &3Distillation Tower&r (when you get there!) for extra chemicals." + "" + "&cDo not try&r to use Ethanol as a Power source... it's quite possibly its worst use. If it's organic &9Power&r that you want, we suggest taking a look at &dBenzene&r instead!" + ] + id: "5D9D01EF219A31C5" + size: 0.66d + subtitle: "Yo, wait - that's alcohol!" + tasks: [{ + amount: 1000L + fluid: "gtceu:ethanol" + id: "32A6A0A1AD2420B5" + type: "fluid" + }] + title: "Ethanol" + x: 0.0d + y: -3.0d + } + { + dependencies: ["6A304E453D74C57C"] + description: [ + "Distillating &aOil&r will give you Fuel that you will need to desulfurize." + "" + "&aHydrogen Sulfide&r is perfectly &drecycled&r in an &3Electrolyzer&r." + "" + "To automate this process, simply place your &3Chemical Reactor&r and your &3Electrolyzer&r next to each other. Be sure to use your &5Screwdriver&r to &4enable input from the output side&r." + "" + "&aNaphtha&r is a good &9Product&r source. Keep following the quests to the right for more details." + ] + icon: "gtceu:naphtha_bucket" + id: "6238B2A7ED1BE5A1" + size: 0.66d + tasks: [ + { + amount: 1000L + fluid: "gtceu:sulfuric_naphtha" + id: "52B84DA79A608865" + type: "fluid" + } + { + amount: 1000L + fluid: "gtceu:naphtha" + id: "688B65D39AB8C533" + type: "fluid" + } + ] + title: "Naphtha" + x: -1.125d + y: -4.125d + } + { + dependencies: ["6238B2A7ED1BE5A1"] + description: [ + "Don't panic! We'll mostly be doing this to get hydrocarbons." + "" + "There are many ways to acquire &dEthylene&r from Oil processing. It's easy to get lost in all the options and recipes!" + "" + "The best way is to steam-crack &aNaphtha&r in a &3Chemical Reactor&r. Be sure to make the &aSeverely Steam-Cracked&r version for a higher yield of Ethylene." + "{@pagebreak}" + "Once in &6HV&r, you'll have the option to do this recipe in the &3Cracking Unit&r at 100% efficiency. Unfortunately, the recipes you are doing with the Chemical Reactor have a loss of &450%&r." + "" + "&9Note:&r All of this looks and feels terribly inefficient - we hope that's strong motivation to tier up! The &3Distillation Tower&r will be a huge upgrade for petrochem, but you're not quite there... yet. Right now, you'll have to use a &3Distillery&r to get &dEthylene&r." + ] + icon: "gtceu:severely_steam_cracked_naphtha_bucket" + id: "3E2E161F8CE35138" + size: 0.66d + subtitle: "Fuel and oil cracking can get complicated..." + tasks: [{ + amount: 1000L + fluid: "gtceu:severely_steam_cracked_naphtha" + id: "7CC9EB9D859AC860" + type: "fluid" + }] + title: "Fuel Cracking" + x: 0.0d + y: -4.125d + } + { + dependencies: [ + "0DBC148D92A9F69F" + "7567E885B7166603" + "6E186F9C57155BFA" + ] + description: [ + "Higher-tier Generators will increase their fuel consumption proportionally to their Generation rate, keeping the duration of fuels and the specific amount of energy from fuels the same. The &3Advanced Steam Turbine&r will use &d5,120 mB Steam&r per second, equivalent to &d256 mB/t&r." + "" + "Get &eany&r of the generators to complete this quest, but you may prefer starting off with the &3Advanced Steam Turbine&r." + "{@pagebreak}" + "There are a few new power options available for &bMV&r. Selecting the Generators and pressing &4U&r will let you see which fuels count as &aCombustion&r or &aGas&r." + "" + "Quests in the top left corner of this Chapter are for the valuable Power options." + "" + "If you stick to &9Steam&r for your Power generation, you'll probably need a &3Large Boiler&r." + ] + icon: "gtceu:mv_steam_turbine" + id: "583D0CC4FAA4FC98" + shape: "square" + size: 0.75d + tasks: [{ + id: "1F170291094582D6" + item: { + Count: 1b + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "gtceu:mv_steam_turbine" + } + { + Count: 1b + id: "gtceu:mv_gas_turbine" + } + { + Count: 1b + id: "gtceu:mv_combustion" + } + ] + } + } + title: "MV Generators" + type: "item" + }] + title: "Electricity Generation in MV" + x: 2.25d + y: -1.875d + } + { + dependencies: ["2AD44111B9B39C90"] + description: [ + "Any Steel you encounter in day-to-day life is most likely &7Stainless Steel&r. It is extremely resilient against corrosion.&r" + "" + "Stainless Steel is the material for &6HV&r components, like Aluminium for &bMV&r and Steel for &7LV&r. It is also used in high quantities for the &3Distillation Tower&r." + "" + "It requires &cChrome&r, obtained mainly from &cRuby&r, and &2Manganese&r, obtained from &2Pyrolusite&r and others in its vein." + "{@pagebreak}" + "Smelting Stainless Steel requires &dHV Power&r, which you likely do not have at this point. Scaling Power Production is crucial." + "" + "If you &9haven't already&r, it would be a good idea to get a second EBF going. They can share blocks, so that means your second EBF only requires &a10 Cupronickel Coils&r instead of 16." + "" + "Have one EBF run off &bMV&r for Aluminium and any other recipes requiring &bMV&r Power, and one running off &6HV&r with &32 MV Energy Hatches&r." + ] + icon: "gtceu:stainless_steel_ingot" + id: "16A6AE5C770DB83A" + shape: "gear" + size: 1.3d + subtitle: "HV is in your grasp" + tasks: [{ + id: "3192FF80FBDC7A28" + item: "gtceu:stainless_steel_ingot" + type: "item" + }] + title: "Stainless Steel" + x: 3.375d + y: 0.375d + } + { + dependencies: [ + "7567E885B7166603" + "0DBC148D92A9F69F" + ] + description: [ + "&3Transformers&r allow you to step up and down safely between Voltage tiers. They convert the power they receive into an equivalent amount of power 1 voltage tier above or below the input voltage." + "" + "Apart from running machines on different voltage tiers, Transformers come in handy for transporting power across longer distances, as cable loss has less of an effect at higher voltages. Just like real life!" + "{@pagebreak}" + "Transformers have 5 low voltage sides, and 1 high voltage side." + "" + "The &9normal&r Transformer can only do 1A <-> 4A conversion, but &9Adjustable&r Transformers can be changed between 1A <-> 4A, 2A <-> 8A, 4A <-> 16A, and 16A <-> 64A conversions. " + "" + "Use a &aSoft Hammer&r to change between transforming up and down, and a &aScrewdriver&r on Adjustable Transformers to change the amperage." + "" + "Higher tier Transformers will require &9Coils&r." + ] + hide_dependency_lines: true + icon: "gtceu:mv_transformer_1a" + id: "6C20A9A64C1BE0BF" + size: 0.75d + tasks: [{ + id: "6C36867EB98E772D" + item: "gtceu:lv_transformer_1a" + type: "item" + }] + title: "Transformers" + x: 2.25d + y: 1.5d + } + { + dependencies: [ + "7567E885B7166603" + "0DBC148D92A9F69F" + ] + description: [ + "If you're wanting to dive into &bMV&r, start here." + "" + "The dusts created in an &3MV Mixer&r have great utility." + ] + icon: "gtceu:mv_mixer" + id: "4A92AFD2532EED26" + shape: "square" + size: 0.75d + subtitle: "Mixing more complex alloys" + tasks: [{ + id: "31B514C75B302F25" + item: "gtceu:mv_mixer" + type: "item" + }] + title: "Advanced Mixer" + x: 1.125d + y: 1.5d + } + { + dependencies: ["7567E885B7166603"] + description: [ + "Here's a list of the components you will need in &bMV&r. To alleviate the pain, be sure to autocraft or &dbulk-craft&r these parts, especially &aMotors&r." + "" + "Familiar with the &aEmitter&r? This tier's Emitter requires a &dFlawless Emerald&r in its recipe, which'll be only attainable with the &3Sifting Machine&r for now." + "" + "Conveyors, Pumps and Robot Arms are objective upgrades to &7LV&r versions if you use them as covers." + "" + "&6This quest unlocks a new tutorial on Overclocking in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + icon: "gtceu:mv_electric_motor" + id: "1BE0349B8F3890D3" + size: 0.66d + subtitle: "Hated crafting these in the previous tier?" + tasks: [ + { + id: "76A30E86C0FDF039" + item: "gtceu:mv_electric_motor" + type: "item" + } + { + id: "569F6A8DF342E3F2" + item: "gtceu:mv_electric_piston" + type: "item" + } + { + id: "22AA9FC8B94E4DC2" + item: "gtceu:mv_electric_pump" + type: "item" + } + { + id: "63123E0DCB8D851C" + item: "gtceu:mv_conveyor_module" + type: "item" + } + { + id: "3DEEAA7FE50CC0E2" + item: "gtceu:mv_robot_arm" + type: "item" + } + { + id: "57955AE7B270A891" + item: "gtceu:mv_emitter" + type: "item" + } + ] + title: "MV Components" + x: 0.0d + y: 1.5d + } + { + dependencies: [ + "7567E885B7166603" + "0DBC148D92A9F69F" + ] + description: ["The Advanced Electrolyzer allows you to decompose &6far more&r Dusts. This will make getting materials such as &aAluminium&r&o a lot easier!"] + icon: "gtceu:mv_electrolyzer" + id: "0EFEE489906256AA" + shape: "square" + size: 0.75d + subtitle: "We made it to MV, and, well..." + tasks: [{ + id: "151788F66BAD5F97" + item: "gtceu:mv_electrolyzer" + type: "item" + }] + title: "Advanced Electrolyser" + x: -1.125d + y: 1.5d + } + { + dependencies: ["0EFEE489906256AA"] + description: [ + "All four output Dusts obtained from Clay electrolysis are immensely useful." + "" + "We'll ask you to give us a total of &a416 Clay Dust&r for this quest. You may also want to look into other sources of similar materials, such as &aSodalite&r. Check JEI for some ideas." + "" + "You should use the Sodium and/or Lithium to make some &6MV Batteries&r." + "" + "Grr, all this useless &dWater&r you're getting keeps clogging the machine! Maybe you should deal with it by using a &3Voiding Cover&r." + ] + icon: "minecraft:clay_ball" + id: "2273DD7E5CD49017" + size: 0.66d + subtitle: "Clay is an extremely &mbalanced&r useful material for electrolysis" + tasks: [ + { + count: 64L + id: "0BE33D992F7761EA" + item: "gtceu:sodium_dust" + type: "item" + } + { + count: 32L + id: "3C7B4B2F850620FB" + item: "gtceu:lithium_dust" + type: "item" + } + { + count: 64L + id: "531FE43ADBEE689B" + item: "gtceu:aluminium_dust" + type: "item" + } + { + count: 64L + id: "0048C85BB03C4811" + item: "gtceu:silicon_dust" + type: "item" + } + ] + title: "A Balanced Quest" + x: -2.25d + y: 1.5d + } + { + dependencies: ["0DBC148D92A9F69F"] + description: [ + "This kind soul&r will mine ores for you when placed above a vein." + "" + "Vertical range is unlimited below the miner. Horizontal range is displayed in the tooltip." + "" + "The &bMV&r variant may not have the range to mine a full vein, but the &6HV&r variant does, so you may wish hold off for now. Get &eeither&r to complete this Quest." + "{@pagebreak}" + "You will need &9Power&r. &aCharged Batteries&r may work but they may also run out which is a bit inconvenient." + "" + "Our top suggestion is to use a filled &3Drum&r of some kind of fuel (if you are using Steam, no dice!) and a &3Generator&r. " + "" + "Place the Drum above your Generator and right-click it with a &5Screwdriver&r to auto-output into the Generator." + "{@pagebreak}" + "&cNote:&r Do not forget to &dchunkload&r all 9 chunks of the ore vein with FTB Utilities (open the map in the top left corner, claim the chunks with left-click, and enable force loading with shift-left-click)." + "" + "&9Tip:&r You can either use an &3ME Chest&r or a &32x2 Drawer&r as the output inventory to make transporting the ores back home a simple task. The &3ME Chest&r can be powered with EU directly." + ] + icon: "gtceu:mv_miner" + id: "5C94CF50090D7DA0" + shape: "square" + size: 0.75d + tasks: [{ + id: "431D533510584687" + item: { + Count: 1b + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "gtceu:lv_miner" + } + { + Count: 1b + id: "gtceu:mv_miner" + } + { + Count: 1b + id: "gtceu:hv_miner" + } + ] + } + } + title: "Any of the listed Miners" + type: "item" + }] + title: "Digital Miner" + x: -3.375d + y: 1.5d + } + { + dependencies: ["4A92AFD2532EED26"] + description: [ + "Vanadiumsteel is required in small quantities in progression. It's &6nearly four times as durable&r as Steel if used in GregTech tools. The Vanadium comes from &aVanadium Magnetite&r, which you may have encountered in Magnetite veins." + "" + "Other Steel alloys include Blue Steel, Red Steel, and Black Steel!" + "" + "Take some Blue Steel free of charge - it's twice as durable as Steel." + ] + icon: "gtceu:vanadium_steel_ingot" + id: "682C26579EDDCA76" + shape: "square" + size: 0.75d + tasks: [{ + count: 4L + id: "2E6C71CB2E5EEAC7" + item: "gtceu:vanadium_steel_ingot" + type: "item" + }] + title: "Steel Alloys" + x: 1.125d + y: 2.625d + } + { + dependencies: [ + "5401AB5E399E7BEA" + "16A6AE5C770DB83A" + ] + description: [ + "&3Molecular Assemblers&r can be used to automate Crafting Table recipes, which means you can automate just about anything now." + "" + "To maximise the number of recipes a single Molecular Assembler can do, make a 3D matrix of Molecular Assemblers and ME Interfaces - where each component is surrounded on 6 sides by the other." + "" + "Using higher-tier materials in crafting will yield more Molecular Assemblers." + "{@pagebreak}" + "&cWarning:&r Try to avoid using GT tools in AE2 autocrafting! It causes AE2 to freak out... you may or may not destroy the TPS, or even worse, end up having thousands of tools being crafted as soon as one of them breaks." + "" + "If you're stubborn enough to &oreally&r want to use GT tools in AE2 autocrafting, prioritise encoding recipes that use tools with high durability, but &4do not&r setup autocrafting for the tools themselves. Instead, use the alternate &3Assembling Machine&r recipes." + ] + icon: "ae2:molecular_assembler" + id: "0A1165C6D1F62C2B" + size: 0.66d + subtitle: "Autocrafting at last!" + tasks: [{ + id: "37ED5227CCC0FE20" + item: "ae2:molecular_assembler" + type: "item" + }] + title: "Autocrafting" + x: 3.375d + y: 1.5d + } + { + dependencies: ["315169840E06110F"] + description: [ + "Making &aAE2 Presses&r will unlock all the &9Processors&r from AE2. This opens up &9ME Drives&r, &9ME Interfaces,&r &9ME Crafting CPUs&r... that's almost the rest of AE2 at your fingertips!" + "" + "AE2 &9Printed Circuits&r are now made in the &3Forming Press&r." + ] + icon: "ae2:silicon_press" + id: "5401AB5E399E7BEA" + size: 0.66d + subtitle: "Who likes meteor hunting, anyway?" + tasks: [ + { + id: "1141B6EFBC930999" + item: "ae2:calculation_processor_press" + type: "item" + } + { + id: "232235435C17AF43" + item: "ae2:engineering_processor_press" + type: "item" + } + { + id: "7BEAD830AE385683" + item: "ae2:logic_processor_press" + type: "item" + } + { + id: "54ACD8E01EABC134" + item: "ae2:silicon_press" + type: "item" + } + ] + title: "Pressing Matters" + x: 3.375d + y: 2.64d + } + { + dependencies: ["682C26579EDDCA76"] + description: [ + "The &3MV Cutter&r is required to cut &7Silicon Boules&r to prepare them for &aLaser Engraving&r." + "" + "We recommend you supply this machine with a steady stream of &dLubricant&r to cut down on the processing time." + "" + "Lubricant can be &3brewed&r from &eOil&r and &aTalc&r, &2Soapstone&r or &cRedstone&r." + ] + icon: "gtceu:mv_cutter" + id: "5CBBBFD1FBBE95CE" + shape: "square" + size: 0.75d + subtitle: "Upgrades, people, upgrades!" + tasks: [{ + id: "2AFB7F9BD4D82974" + item: "gtceu:mv_cutter" + type: "item" + }] + title: "Advanced Cutter" + x: 2.25d + y: 2.625d + } + { + dependencies: [ + "5CBBBFD1FBBE95CE" + "71412502C81F21C1" + ] + description: [ + "The &3Laser Engraver&r engraves patterns into &9Silicon Wafers&r based on the type of &9Lens&r it is given. After the wafers are engraved, they must be passed through a &3Cutting Machine&r to turn them into components ready to be put into Circuits." + "" + "Higher tier Engravers can etch more complex wafers for more efficient Circuits." + ] + icon: "gtceu:mv_laser_engraver" + id: "315169840E06110F" + shape: "square" + size: 0.75d + tasks: [{ + id: "75E27D981733ED44" + item: "gtceu:mv_laser_engraver" + type: "item" + }] + title: "Laser Engraving" + x: 4.5d + y: 2.625d + } + { + dependencies: [ + "75F38905DEA60F15" + "16A1EF8B80A96633" + ] + description: [ + "A &7LV&r Battery Buffer and two &7LV&r Energy Hatches likely won't cut it anymore. Let's remedy that!" + "" + "Upgrade your Electric Blast Furnace with a &3MV Energy Hatch&r. Now, you can run it with &bMV&r Generators without having to mess around with &3Transformers&r." + ] + icon: "gtceu:mv_energy_input_hatch" + id: "2AD44111B9B39C90" + shape: "square" + size: 0.75d + subtitle: "LV is so old-school!" + tasks: [{ + id: "1C69557EB4F9E50F" + item: "gtceu:mv_energy_input_hatch" + type: "item" + }] + title: "Upgrade your EBF!" + x: 3.375d + y: -0.75d + } + { + dependencies: [ + "7567E885B7166603" + "0DBC148D92A9F69F" + ] + description: [ + "The &3Assembler&r is a staple for every Tier; an important goal to unlock more recipes and progress further into the Age. Many in the community see crafting a voltage tier's Assembler as a sign of &oproperly&r reaching said voltage." + "" + "That being said, welcome to &bMV&r!" + "" + "The &bMV &3Assembler&r unlocks &eTransistors&r, &eCapacitors&r and &eInductors&r, used for the next tiers of Circuits." + ] + icon: "gtceu:mv_assembler" + id: "75F38905DEA60F15" + shape: "square" + size: 0.75d + tasks: [{ + id: "2396FECF2A11AA8E" + item: "gtceu:mv_assembler" + type: "item" + }] + title: "Advanced Assembler" + x: 1.125d + y: -0.75d + } + { + dependencies: [ + "7567E885B7166603" + "0DBC148D92A9F69F" + ] + description: [ + "GregTech doesn't provide ways to farm plants or trees, so we made a custom multiblock for the modpack!" + "" + "The multiblock &3Greenhouse&r will be your source of &aWood&r and other plants if you wish." + "" + "The &aWood&r production should be enough to run &32 Pyrolyse Ovens&r at their lowest Power." + "" + "You can also use this for automated &aResin&r. The yields are kept low to incentivize other rubber sources later in the game." + "{@pagebreak}" + "&9Note: &rWith &d40 EU/t&r recipes, it needs either 1 &bMV&r energy hatch or 2 &7LV&r energy hatches. Multiblocks will &cnot&r use 2A of one tier to reach the next one for recipe voltage minimums. " + "" + "In other words, the controller needs to say at least \"&bMV&r\" in the GUI to run recipes which say \"&bMV&r\" in JEI, even if they can draw enough EU/t with a lower tier hatch configuration." + "" + "&9Note:&r The structure requires a lot of &9Wrought Iron&r. Make sure you have an &3Arc Furnace&r for that." + "{@pagebreak}" + "&l&3Lore:&r&o We originally implemented a Chemical Reactor recipe for wood in the modpack to solve the tree problem. Our implementation turned out to be completely busted, so we decided that a rebalance was due. Hopefully, the Greenhouse is a happy middle ground." + ] + icon: "minecraft:oak_sapling" + id: "2655B72C9FF3B372" + shape: "square" + size: 0.75d + subtitle: "The power of KubeJS" + tasks: [{ + id: "35CFA225ADAD5D06" + item: "gtceu:greenhouse" + type: "item" + }] + title: "Greenhouse" + x: 0.0d + y: 2.625d + } + { + dependencies: [ + "1646BF9194100E57" + "2AD44111B9B39C90" + ] + description: [ + "&3Kanthal Heating Coils&r are the next major step in progression. They increase the temperature of your &3Blast Furnace&r to &d2,700K&r, allowing you to process new materials. They may also &eaccelerate&r less hot recipes - check the quest to the top-left for details." + "" + "You will need a staggering &a128 Ingots&r for a full set of Coils, which will easily take over an hour. We advise that you move on to other projects while your &3EBF&r is hard at work - that or build another one!" + "" + "An &3MV Chemical Bath&r is required to cool &cHot Ingots&r down. They're &chot&r when held, as the name implies. &oMaybe you should save your hands and automate this...&r" + "" + "With the construction of a &3Kanthal EBF&r, you're now able to make &dSilicon Ingots&r!" + ] + icon: "gtceu:kanthal_coil_block" + id: "1C55AE6AD5BDE304" + shape: "square" + size: 0.75d + subtitle: "Is it getting hot in here?" + tasks: [{ + count: 16L + id: "0737586F9DFFC0FE" + item: "gtceu:kanthal_coil_block" + type: "item" + }] + title: "Kanthal Coils" + x: 4.5d + y: -0.75d + } + { + dependencies: ["1C55AE6AD5BDE304"] + description: [ + "This is a guide on how to automatically route &lall&r&o your Hot Ingots to your Chemical Bath, while keeping everything automated in tip-top shape." + "" + "The cheap way would be to use filters, and manually add Hot Ingots one by one... which is so boring! Let's try the fun option." + "" + "Install an &aItem Tag Filter&r Cover on the side of your &3Chemical Bath&r, open it and set it to whitelist \"&e&lingots/hot&r\"." + "" + "From here, you can route with &9any logistics system&r of your choice." + "{@pagebreak}" + "Connect the output of your &3EBF(s)&r to the input of your &3Chemical Bath&r and the output dump (Chest or Crate)." + "You can also have a &dRestrictive Pipe&r in front of the output dump to ensure the Chemical Bath will be prioritized." + "" + "&l&9Note:&r If you wish to know more tags for more automation setups, they will display if you press Shift when hovering over an item. For instance, an item tagged with &e&o#forge:plates/copper&r would be filtered as &e&lplates/copper&r." + "" + "&9Other Note:&r The Item Tag Filter partially supports &dregex&r. Hover over the info icon for more information." + ] + icon: "gtceu:item_tag_filter" + id: "13A976D0D612BC84" + size: 0.66d + tasks: [{ + id: "76A20EE57CB39857" + item: "gtceu:item_tag_filter" + type: "item" + }] + title: "250IQ" + x: 3.375d + y: -1.875d + } + { + dependencies: [ + "10FB27DD3C7BEC2F" + "75F38905DEA60F15" + "1C55AE6AD5BDE304" + ] + description: ["A circuit component that you can now produce thanks to the &3MV Assembler&r and your shiny new &3Kanthal EBF&r."] + icon: "gtceu:transistor" + id: "375684F9CBEF9132" + shape: "square" + size: 0.75d + tasks: [{ + id: "240735279EBC0193" + item: "gtceu:transistor" + type: "item" + }] + title: "Moore's Law" + x: 6.75d + y: -0.75d + } + { + dependencies: [ + "60D7F6C1EE918B66" + "375684F9CBEF9132" + "1E7BF65DB32B8B3E" + ] + description: [ + "Alright... technically, obtaining &6HV&r Circuits and Stainless Steel lets you progress to &6HV&r - but let's not rush things." + "" + "The first thing you should make with these is a &3MV Circuit Assembler&r to unlock the new tier of Circuits right away; cheaper recipes is the &dreal payoff&r here." + ] + icon: "gtceu:advanced_integrated_circuit" + id: "26394C1290D70AB6" + shape: "square" + size: 0.75d + subtitle: "...but hold on before getting too giddy" + tasks: [{ + id: "75EB5730046212D0" + item: "gtceu:advanced_integrated_circuit" + type: "item" + }] + title: "First HV Circuits!" + x: 6.75d + y: 0.375d + } + { + dependencies: ["315169840E06110F"] + description: ["&aRandom Access Memory&r is required for more advanced Electronic Components."] + icon: "gtceu:ram_chip" + id: "1E7BF65DB32B8B3E" + shape: "square" + size: 0.75d + subtitle: "Random Access Memories" + tasks: [ + { + id: "40E0E6FD45AEC7B1" + item: "gtceu:emerald_lens" + type: "item" + } + { + id: "2EACE2CF99B4B3D3" + item: "gtceu:ram_wafer" + type: "item" + } + { + count: 32L + id: "28AC6209CFD8345C" + item: "gtceu:ram_chip" + type: "item" + } + ] + title: "Download more RAM" + x: 5.625d + y: 1.5d + } + { + dependencies: ["6F6D2829FC42F21C"] + description: [ + "The Integrated Logic Circuit is an alternate &7LV &aCircuit&r, which is easier to mass-produce, and can be upgraded to &bMV&r (and then &6HV&r)." + "" + "&9Note:&r This is not a strict upgrade to the cost of Circuits - you would need to get to the next Tier for that, just slightly further down in &bMV&r. It is still an important upgrade, and is required to get to &6HV circuits&r." + "{@pagebreak}" + "&l&3Lore:&r&o The circuit progression in GTCEu is mostly based on GT5u's progression. It has been rebalanced to not be as painful. &lSpecifically&r this circuit tier, which was a trap!" + ] + icon: "gtceu:basic_integrated_circuit" + id: "5C17BF90DA2AAEEE" + shape: "square" + size: 0.75d + subtitle: "You have unlocked a new tier of Circuits!" + tasks: [{ + id: "2301CD2A841F17D9" + item: "gtceu:basic_integrated_circuit" + type: "item" + }] + title: "More LV Circuits" + x: 6.75d + y: 2.625d + } + { + dependencies: ["5C17BF90DA2AAEEE"] + description: ["The &bMV&r Circuit for the Integrated Tier."] + icon: "gtceu:good_integrated_circuit" + id: "60D7F6C1EE918B66" + shape: "square" + size: 0.75d + tasks: [{ + id: "0622E51767B0AB58" + item: "gtceu:good_integrated_circuit" + type: "item" + }] + title: "More MV Circuits" + x: 6.75d + y: 1.5d + } + { + dependencies: [ + "4073577B7EF9B593" + "1E9BE8D3F8A602DC" + ] + description: [ + "&9Silicon Boules&r are made in the &3EBF&r with half a stack of &aSilicon Dust&r and a pinch of &aGallium Arsenide&r. Their primary purpose is engraving &6Circuit Wafers&r." + "" + "After making the Boule, process it in the &3Cutter&r to get 16 Silicon Wafers ready for engraving." + "" + "The recommended &aSilicon&r source at this point would be... hm, either &dGlass Dust&r or &dSodalite&r." + "" + "&cWarning:&r Each Silicon Boule takes &47.5 minutes&r to make at 120 EU/t, or 1,080,000 EU! If the EBF loses power midway, the recipe will start to &close progress&r." + "" + "With that being said, Silicon Boules take an absolute age to craft, so consider parallelizing the recipe in multiple &3EBF&rs and stockpiling them." + ] + icon: "gtceu:silicon_boule" + id: "71412502C81F21C1" + shape: "square" + size: 0.75d + subtitle: "These wafers are fully fungible" + tasks: [ + { + id: "1A18D503A429CC17" + item: "gtceu:silicon_boule" + type: "item" + } + { + count: 16L + id: "6443C18E4B63EBDC" + item: "gtceu:silicon_wafer" + type: "item" + } + ] + title: "Silicon Lottery" + x: 4.5d + y: 3.75d + } + { + dependencies: ["26394C1290D70AB6"] + description: [ + "As is common for every tier, the &3Circuit Assembler&r is an essential part of progression, always opening up a new Tier of circuits." + "" + "At this point you should be placing an &3Extractor&r next to your Circuit Assembler. Send off dozens of stacks of &aSoldering Alloy&r Ingots, and you won't have to worry about refilling again." + ] + icon: "gtceu:mv_circuit_assembler" + id: "0DE5C3FBC9A6A690" + shape: "square" + size: 0.75d + subtitle: "Yippee, yahoo" + tasks: [{ + id: "7ED7103DAF7E4413" + item: "gtceu:mv_circuit_assembler" + type: "item" + }] + title: "Advanced Circuit Assembler" + x: 7.875d + y: 0.375d + } + { + dependencies: ["26394C1290D70AB6"] + description: [ + "At its lowest power (Cupronickel coils and &7LV&r Voltage), the &dMulti Smelter&r smelts 32 items in just 12 seconds - equivalent to &926.7 Furnaces&r, or 3.3 Steam Ovens!" + "" + "If that wasn't already enough to convince you, standard &aoverclocks&r can be applied with sufficient voltage." + "" + "And even better - higher tier &3Coils&r increase the amount of items it can smelt in &dparallel&r!" + ] + icon: "gtceu:multi_smelter" + id: "6DDDE2268B691F74" + shape: "square" + size: 0.75d + subtitle: "Possibly the most powerful furnace you've seen" + tasks: [{ + id: "0A42FE4B72071451" + item: "gtceu:multi_smelter" + type: "item" + }] + title: "Ultimate Smelter" + x: 5.625d + y: 0.375d + } + { + dependencies: [ + "4600221BF0A30C3A" + "6E9E15DA847DD0A1" + "0DE5C3FBC9A6A690" + ] + description: [ + "&6The best LV Circuits&r! You can start to churn these guys out, as you'll be making them for the rest of the game." + "" + "Try to keep a stockpile of these crafted at all times - making these on-demand can take a while." + "" + "Reaching &5EV&r will unlock methods to make them even cheaper." + ] + icon: "gtceu:microchip_processor" + id: "5E76D4C24026157D" + shape: "square" + size: 0.75d + tasks: [{ + id: "4E076080D7B23372" + item: "gtceu:microchip_processor" + type: "item" + }] + title: "Best LV Circuits" + x: 7.875d + y: -0.75d + } + { + dependencies: [ + "4600221BF0A30C3A" + "0DE5C3FBC9A6A690" + "6E9E15DA847DD0A1" + ] + description: [ + "&6The best MV Circuits&r! You will be making these for the remainder of the game." + "" + "Eventually (in &1IV&r), they will become even cheaper." + ] + icon: "gtceu:micro_processor" + id: "38DE506FF5B32031" + shape: "square" + size: 0.75d + tasks: [{ + id: "120B63C2E40D359A" + item: "gtceu:micro_processor" + type: "item" + }] + title: "Best MV Circuits" + x: 7.875d + y: 1.5d + } + { + dependencies: [ + "1FCF2C103E25972B" + "5063FDFFBE3E4855" + "3568BC9742092FC5" + ] + description: [ + "Your first &5EV&r Circuit gets a unique texture." + "" + "It'll be needed in &6HV&r." + ] + icon: "gtceu:micro_processor_computer" + id: "4AFD3073C731A1E4" + shape: "square" + size: 0.75d + tasks: [{ + id: "34EA9B71F8BF607F" + item: "gtceu:micro_processor_computer" + type: "item" + }] + title: "First EV Circuits!" + x: 7.875d + y: 3.75d + } + { + dependencies: [ + "38DE506FF5B32031" + "3DFFA8F91452C62A" + ] + description: [ + "Better &6HV&r Circuits - much &dcheaper&r and easier to make than before." + "" + "&6You should now be ready to move on the HV Chapter&r, unless you're yet to scale up your Power Production." + ] + icon: "gtceu:micro_processor_assembly" + id: "5063FDFFBE3E4855" + shape: "square" + size: 0.75d + tasks: [{ + id: "2FE33281A44C34F6" + item: "gtceu:micro_processor_assembly" + type: "item" + }] + title: "More HV Circuits" + x: 7.875d + y: 2.625d + } + { + dependencies: [ + "375684F9CBEF9132" + "10FB27DD3C7BEC2F" + ] + description: ["A circuit component that you can now produce thanks to the &3MV Assembler&r!"] + icon: "gtceu:capacitor" + id: "6E9E15DA847DD0A1" + shape: "square" + size: 0.75d + subtitle: "No cap, bussin frfr" + tasks: [{ + id: "60D8154F5C9C0EAC" + item: "gtceu:capacitor" + type: "item" + }] + title: "Capacitors" + x: 7.875d + y: -1.875d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "&aBlue Alloy&r is an excellent Cable material for &6HV&r power." + "" + "Nothing is preventing you from using it for &bMV&r power too! Make sure that you don't overvolt your machines, though." + "" + "Superconductors for both &bMV&r and &6HV&r are unlocked... later." + "" + "&aElectrotine&r is obtained from the &cNether&r, so don't craft it in the Mixer!" + "" + "Furthermore, &aElectrotine&r can be separated for &dElectrum&r and &dRedstone&r." + ] + icon: "gtceu:blue_alloy_ingot" + id: "1FCF2C103E25972B" + size: 0.66d + tasks: [{ + id: "15C7369398FAB8DB" + item: "gtceu:blue_alloy_ingot" + type: "item" + }] + title: "Blue Alloy" + x: 6.75d + y: 3.75d + } + { + dependencies: ["6E9E15DA847DD0A1"] + description: [ + "A Circuit Component that you can now make thanks to the &3MV Assembler&r." + "" + "If you want the cheapest recipe, &aNickel-Zinc Ferrite&r is the way to go." + ] + icon: "gtceu:inductor" + id: "3DFFA8F91452C62A" + shape: "square" + size: 0.75d + tasks: [{ + id: "6690451CCAB62CA1" + item: "gtceu:inductor" + type: "item" + }] + title: "Inductors" + x: 9.0d + y: 0.375d + } + { + dependencies: ["6BB98D128822730E"] + description: [ + "If you want to be less fancy, just call it plastic." + "" + "For the polymerization process, add &aOxygen&r, which gives better returns than Air, then solidify like you would with Rubber." + "" + "&aPolyethylene (PE)&r is the key to unlocking &6many new things&r. It's commonly used as &dSheets&r, or in &dFluid&r form." + "" + "&l&3Lore:&r&o The OreDict and fluid name for Polyethylene in 1.12.2 GTCEu was &bplastic&f, for cross-mod compatibility." + ] + icon: "gtceu:polyethylene_plate" + id: "10FB27DD3C7BEC2F" + shape: "gear" + size: 1.2d + subtitle: "Baby's first polymer!" + tasks: [{ + id: "15E5F008339B8964" + item: "gtceu:polyethylene_plate" + type: "item" + }] + title: "Polyethylene" + x: 6.75d + y: -3.0d + } + { + dependencies: ["10FB27DD3C7BEC2F"] + description: [ + "&aPatterns&r are used for AE2 autocrafting. Using &aPolyvinyl Chloride&r increases the yield by &64 times&r, and higher-tier plastics have even greater yields." + "" + "&3Molecular Assemblers&r aren't available for a little while more, but you can still automate machines with &9ME Interfaces&r." + ] + icon: "ae2:blank_pattern" + id: "1C036BCB2C488CFF" + size: 0.66d + subtitle: "Autocrafting at last!" + tasks: [{ + id: "032C24CBA8687E72" + item: "ae2:blank_pattern" + type: "item" + }] + title: "Patterns" + x: 5.625d + y: -4.125d + } + { + dependencies: ["10FB27DD3C7BEC2F"] + description: [ + "No, but seriously." + "" + "This is the &cu&6l&et&ai&bm&9a&5t&4e&r portable Fluid storage solution. &64,000 buckets of storage&r - in one single block!" + "" + "Like Drums, Super Tanks &6keep their fluids when broken&r, and can be cleared in the crafting grid." + "" + "If you hunger for &9even more&r storage, take a look at higher tier Super Tanks or AE2 Fluid Storage Cells." + ] + icon: "gtceu:lv_super_tank" + id: "6C53B01A05FFF1DC" + size: 0.66d + subtitle: "Super Tanks are OP!" + tasks: [{ + id: "47EA273D728C158F" + item: "gtceu:lv_super_tank" + type: "item" + }] + title: "Super Tank" + x: 5.625d + y: -1.875d + } + { + dependencies: ["10FB27DD3C7BEC2F"] + description: [ + "&aPolyvinyl Chloride (PVC)&r is the 3rd-most produced plastic in real life. Here in CEu, it can be substituted for Polyethylene in the production of &aPlastic Circuit Boards&r and other items to increase the yield. It is required from &5EV&r onwards to wrap Cables." + "" + "PVC item pipes also have the &6highest throughput&r available for a while, but most of your setups right now won't need such speed. Still, it's good to keep this knowledge in your pocket." + "" + "&9Pro tip:&r The fluid form of PVC is never used in base GTCEu, so feel free to solidify all of it into sheets." + ] + icon: "gtceu:polyvinyl_chloride_plate" + id: "40408FFD02134148" + shape: "square" + size: 0.75d + subtitle: "You've already made one polymer, what's two?" + tasks: [{ + id: "72696AD2B77F805B" + item: "gtceu:polyvinyl_chloride_plate" + type: "item" + }] + title: "Polyvinyl Chloride" + x: 6.75d + y: -4.125d + } + { + dependencies: [ + "4353AB0E20601AEC" + "10FB27DD3C7BEC2F" + ] + description: [ + "At this point, you have all the tools available to start making Plastic Boards." + "" + "The recipe chains are starting to get pretty long, so we recommend processing large batches in two dedicated &3Chemical Reactors&r." + ] + icon: "gtceu:plastic_printed_circuit_board" + id: "4600221BF0A30C3A" + shape: "square" + size: 0.75d + tasks: [ + { + id: "68B5E2667EDAE895" + item: "gtceu:plastic_circuit_board" + type: "item" + } + { + id: "46496E3B65CFFFF3" + item: "gtceu:plastic_printed_circuit_board" + type: "item" + } + ] + title: "Plastic Boards" + x: 7.875d + y: -3.0d + } + { + dependencies: [ + "5263F866638D875C" + "257DB4B39B2A928E" + "3D98819A799D2E64" + ] + description: [ + "&aSodium Persulfate&r can be used in &9Ore Processing&r in the &3Chemical Bath&r to get various bonus outputs you would not normally obtain. It is completely optional, but pretty rewarding." + "" + "&lWait, stop! That's only a distraction&r - the real topic of this Quest is..." + "" + "&aSodium Persulfate&r and &aIron III Chloride&r are used to make cheaper &9Good Circuit Boards&r, as their inclusion cuts Silver usage by a factor of four." + "" + "They're also &drequired&r to make &9Plastic Circuit Boards&r." + "{@pagebreak}" + "Making &aSodium Persulfate&r will yield &aHydrochloric Acid&r as a coproduct, which you may re-use to make &aIron III Chloride&r. This should the best approach right now, but the decision is entirely yours." + "" + "With more automation later in the game, Iron III Chloride will be the cheaper and more straight forward path." + "" + "This Quest can be completed with &eeither&r Fluid." + ] + icon: "gtceu:iron_iii_chloride_bucket" + id: "4353AB0E20601AEC" + shape: "square" + size: 0.75d + subtitle: "Let's etch some Copper off Circuit Boards!" + tasks: [ + { + amount: 1000L + fluid: "gtceu:sodium_persulfate" + id: "4DB5BD79EF3A89CD" + type: "fluid" + } + { + amount: 1000L + fluid: "gtceu:iron_iii_chloride" + id: "1A3BFA0BCD0FE977" + type: "fluid" + } + ] + title: "Sodium Persulfate / Iron III Chloride" + x: 7.875d + y: -4.125d + } + { + dependencies: [ + "3D98819A799D2E64" + "1A77CA35F054F988" + ] + description: [ + "JEI might look a little overwhelming here, so we'll go through the best path for Sulfuric Acid here." + "" + "Making &eSulfuric Acid&r is a three step process. It is used in many important reactions, so you should automate its production ASAP." + "{@pagebreak}" + "To automate it, you will need &3three LV Chemical Reactors&r. We would recommend building a dedicated setup somewhere with &3a single LV Generator&r to power all three machines. You can then spaghetti your pipes to handle input and output &m...or simply use AE2&r." + "" + "&9-&r Step 1: React &aSulfur&r with &bOxygen&r to form &aSulfur Dioxide&r." + "&9-&r Step 2: React &aSulfur Dioxide&r with more &bOxygen&r to form &aSulfur Trioxide&r." + "&9-&r Step 3: React &aSulfur Trioxide&r with &bWater&r to form &eSulfuric Acid&r." + "{@pagebreak}" + "&l&3Lore:&r&o GregTech 5's Chemical Reactor only had one Fluid slot. To circumvent that, they would do &dcell chemistry&f. The way you would automate Sulfuric Acid was by having one cell travel from machine to machine and then loop back to its starting position. A somewhat fun and interesting automation challenge, but also a chore!" + ] + id: "316FF60D6FFE97CE" + shape: "square" + size: 0.75d + tasks: [{ + amount: 1000L + fluid: "gtceu:sulfuric_acid" + id: "3A6BB63D057CB4C1" + type: "fluid" + }] + title: "Sulfuric Acid" + x: 1.125d + y: -4.125d + } + { + dependencies: [ + "32B08E6F414A00C0" + "3D98819A799D2E64" + ] + description: [ + "Obtain &9Hydrochloric Acid&r by mixing &aHydrogen&r and &aChlorine&r." + "" + "This acid is also obtained as waste from a lot of reactions involving &aChlorine&r. Depending on your setups, you may never need to produce it directly." + "{@pagebreak}" + "&cNote:&r We have a $medicine command on our Discord:" + "" + "\"&b&oDo not attempt this in real life - it is not only illegal, but also stupidly dangerous&r\"." + "" + "This applies to toying with chemicals. Please don't do it." + "" + "Side note - we can guarantee you have a sample of this with you right now! It's in your stomach as a part of gastric acid." + ] + icon: "gtceu:hydrochloric_acid_bucket" + id: "64CACABB48635904" + size: 0.66d + tasks: [{ + amount: 1000L + fluid: "gtceu:hydrochloric_acid" + id: "0E914778748C954B" + type: "fluid" + }] + title: "Hydrochloric Acid" + x: 3.375d + y: -4.125d + } + { + dependencies: [ + "316FF60D6FFE97CE" + "64CACABB48635904" + ] + description: [ + "You may notice that some fluids say they are \"&aAcidic&r\", with &9Sulfuric Acid&r being one of them." + "" + "This means that many fluid pipes will not be able to transport them safely!" + "" + "At &bMV&r, the cheapest pipes for acid transportation are probably &aGold&r, with the more expensive &aVanadium Steel&r or &aChrome&r pipes taking second and third place." + "" + "&aStainless Steel&r or &aPolytetrafluoroethylene&r (try saying that fast) will be valid options once you are in &6HV&r." + "{@pagebreak}" + "You have three options for acid storage at around this point: &dGlass Vials&r, &dGold Drums&r, or &dSuper Tanks&r. Glass Vials are like &9Fluid Cells&r, and are made to store acids. Gold Drums are self-explanatory. Super Tanks will be unlocked after &9Polyethylene&r, and can store any fluid without restriction." + "" + "&cWARNING:&r Acids in the wrong pipes will cause &cvoiding&r, &cpipe burning&r, and high chance of &cdeath&r! Be careful!" + "" + "&l&3Lore:&r&o The acid transportation and storage mechanics originate from GregTech 6." + ] + icon: "minecraft:bamboo_sign" + id: "079442C113D54856" + shape: "circle" + size: 0.66d + tasks: [{ + id: "2D0DE3FB6E5E4146" + title: "I'm an acid professional, don't worry" + type: "checkmark" + }] + title: "It will Melt Your Flesh" + x: 2.25d + y: -4.125d + } + { + dependencies: [ + "63CD0236B337EAAD" + "6D9D54FAB21EC086" + ] + description: [ + "&bMV&r Batteries will be convenient to buffer Energy, just like &7LV&r." + "" + "The cost in &aSodium&r, &aLithium&r or &aCadmium&r jumps up to 8 dusts, so you may use whatever you have the most of." + "" + "The difference in capacity is not that huge after all." + "" + "Get &eeither&r Battery to complete the Quest." + ] + icon: "gtceu:hv_battery_hull" + id: "2202AA5DC6DB0A26" + shape: "square" + size: 0.75d + tasks: [{ + id: "5FEE671A75766B78" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:batteries/mv" + } + } + title: "Any MV Battery" + type: "item" + }] + title: "Better Batteries" + x: 4.5d + y: -1.875d + } + { + dependencies: [ + "7567E885B7166603" + "0DBC148D92A9F69F" + ] + description: [ + "We &lSINCERELY&r hope at &cno&r point you made the &7LV&r Extruder, because only the &bMV&r Extruder is actually useful. If you did, immediately &arecycle it&r through the Arc Furnace." + "" + "The Extruder shapes solid materials into (almost!) any form using &aIngots&r. This is a great way to reduce the amount of microcrafting, as well as keeping a high conversion ratio." + "" + "The Extruder can make &6Bolts&r, &6&6Small Gears&r, &6Gears&r, and &6&6Rings&r at the highest efficiency in a single step!" + "" + "You may also like to use it for &dPipes&r, &dLong Rods&r, and &dRotors&r." + ] + icon: "gtceu:mv_extruder" + id: "22B5AD670496C02D" + shape: "square" + size: 0.75d + subtitle: "The biggest upgrade you'll make" + tasks: [{ + id: "73E8504BA235C4BF" + item: "gtceu:mv_extruder" + type: "item" + }] + title: "Advanced Extruder" + x: 1.125d + y: 0.375d + } + { + dependencies: ["22B5AD670496C02D"] + description: [ + "Aluminium Cells are a big upgrade over the Steel Cells or Universal Fluid Cells." + "" + "They can hold any fraction of Fluid - up to &d32 buckets&r!" + ] + icon: "gtceu:aluminium_fluid_cell" + id: "53B0D08DB90EC369" + size: 0.66d + tasks: [{ + id: "105EA8621A99C1EC" + item: "gtceu:aluminium_fluid_cell" + type: "item" + }] + title: "Large Cells" + x: 2.25d + y: 0.375d + } + { + dependencies: [ + "7567E885B7166603" + "0DBC148D92A9F69F" + ] + description: [ + "It's quite the investment to own a &3Fluid Drilling Rig&r, but it is &oby far&r the most prominent &6source of Oil&r." + "" + "It pumps fluids from underneath Bedrock itself. Note that the fluids aren't actually there, instead being simulated." + "" + "Fluid veins are stored within regions of &48x8 chunks&r. Each vein has a different fluid, but they are mostly types of Oil." + "" + "You are not able to carry out prospecting for fluid veins &oyet&r - this will come at &6HV&r." + "{@pagebreak}" + "Each vein generates with a different base yield. This is typically between &d150L&r to &d300L per second&r." + "" + "When drained, fluid veins will slowly deplete. This will cause the fluid yield to decrease over time until it reaches its depletion yield. At that point, you should move the Rig to a different vein." + "" + "A &3Basic Fluid Drilling Rig&r will last for 100,000 operations (with 1 second per operation) until depletion. This is enough for &6well over 10,000&r buckets of Oil. Higher tier Rigs will massively increase the yield, while also decreasing the depletion rate." + "{@pagebreak}" + "&lWhat you can find in the &2Overworld&r&l:&r" + "" + "&9Oil:&r richer in &aLight Fuel&r, the most appreciated variant." + "&9Light Oil:&r richer in &aRefinery Gas&r, usable for power." + "&9Heavy Oil:&r richer in &aHeavy Fuel&r, which has uses that are more niche." + "&9Raw Oil:&r richer in &aNaphtha&r, the best source of the early-game oil products." + "&9Natural Gas:&r grants &aRefinery Gas&r with no distillation required." + "&l&9Salt Water:&r grants &aSodium&r and &aChlorine&r, useful later." + "{@pagebreak}" + "&lWhat you can find in the &cNether&r&l:&r" + "" + "&9Natural Gas:&r grants &aRefinery Gas&r but with higher yield than the Overworld vein." + "&9Lava:&r hopefully, you know what this is." + "" + "When starting out, you may have to tap randomly until you find something you like. Remember that whatever you pump could also be used to refuel your Fluid Rig." + ] + icon: "gtceu:mv_fluid_drilling_rig" + id: "05ADBAE5B6F38956" + shape: "square" + size: 0.75d + subtitle: "Fluid Drilling Rigs in CEu!" + tasks: [{ + id: "3FB527F5B10381D2" + item: "gtceu:mv_fluid_drilling_rig" + type: "item" + }] + title: "Fluid Drilling Rigs" + x: -1.125d + y: 0.375d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "Get any kind of &3Pump&r, place it above an Oil spout and... give it some power." + "" + "Do &cnot&r pump above an Ocean, as the pump will attempt to pull water, resulting in getting the pump stuck. Sorry!" + "{@pagebreak}" + "Each Oil deposit can have between &63,000&r and &69,200&r buckets of Oil, which is a LOT! Refining the Oil&r onsite into either &aLight Fuel&r or &aDiesel&r (or both) is perfectly viable. The next few Quests will explain each type's pros and cons." + "" + "Store any obtained Oil in &3Drums&r, but you would do yourself a favour to use a &3Super Tank&r as soon as you can make them." + "" + "&cWarning: &rDo not forget to &dchunkload&r with FTB Utilities (open the map in the top left corner, claim the chunks with left-click, and enable force loading with shift-left-click)." + "{@pagebreak}" + "&9&lNote:&r&l The Oil path is one path towards &9&lEthylene&r&l. The other paths involve getting natural with some Ethanol.&r" + "" + "For now, Oil is &doptional&r. It becomes mandatory much later when you get to &5EV&r." + "" + "Oil can also be refined in the form of &aLight Fuel&r, &aDiesel&r or even &aGasoline&r, which are excellent power options." + "" + "If you chose this path, you should use it for both Power and Ethylene." + "" + "Oil spouts are a &6great starting point&r - they will tide you over until you unlock Fluid Drilling Rigs." + "{@pagebreak}" + "&l&3Lore:&r&o Oil geysers were originally from Buildcraft. If you played a GregTech 5 modpack &cwithout&f Buildcraft, you needed to use the Fluid Rig and tap randomly to try and get lucky, or wait until &6HV&f, where prospecting for fluids was available." + ] + icon: "gtceu:oil_bucket" + id: "0774EC59CD3DD7A5" + size: 0.66d + subtitle: "Ever mined into an Oil deposit?" + tasks: [ + { + id: "21FF6E45F9AC5E76" + item: { + Count: 1b + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "gtceu:lv_pump" + } + { + Count: 1b + id: "gtceu:mv_pump" + } + { + Count: 1b + id: "gtceu:hv_pump" + } + { + Count: 1b + id: "gtceu:ev_pump" + } + ] + } + } + title: "Any Pump will do" + type: "item" + } + { + amount: 32000L + fluid: "gtceu:oil" + id: "1DAA9C9BBD9118E3" + type: "fluid" + } + ] + title: "US Simulator" + x: -1.125d + y: -0.75d + } + { + dependencies: ["648BCF486E16CCB2"] + description: [ + "The underground has pure Oilsands ore veins. You may &3centrifuge&r the Dust to get &aOil&r." + "" + "&9&lNote:&r&l The Oil path is one path towards &9&lEthylene&r&l. The other paths involve getting natural with some Ethanol.&r" + "" + "For now, Oil is &doptional&r. It becomes mandatory much later when you get to &5EV&r." + "" + "Oil can also be refined in the form of &aLight Fuel&r, &aDiesel&r or even &aGasoline&r, which are excellent power options." + "" + "If you chose this path, you should use it for both Power and Ethylene." + "" + "Oilsands are a &6great starting point&r - they'll tide you over until you unlock Fluid Drilling Rigs." + ] + icon: "gtceu:oilsands_ore" + id: "575B07D390D9D079" + size: 0.66d + tasks: [ + { + id: "1838F842C9D12880" + item: "gtceu:oilsands_dust" + optional_task: true + type: "item" + } + { + amount: 16000L + fluid: "gtceu:oil" + id: "0FBA08831B6ACC88" + type: "fluid" + } + ] + title: "America Simulator" + x: -2.25d + y: -0.75d + } + { + dependencies: [ + "53DC6E32C41C94C3" + "6EB68C28BEE24DEF" + "0774EC59CD3DD7A5" + "575B07D390D9D079" + "05ADBAE5B6F38956" + ] + description: [ + "Before we start, here's some important information if you're aiming to make Ethylene:" + "" + "Taking the &aOil&r route will require &oat least&r a &3LV Distillery&r." + "" + "With the &aBiomass&r route, you will &lneed&r a &3MV Distillery&r." + "" + "Get &eeither&r to complete this quest." + "{@pagebreak}" + "Got all that? &6Alright&r! Let's discuss a complex topic: &9Distillation&r. We'll try to help you understand how and why the &aJEI&r recipes are the way they are, so stick with us." + "" + "Nearly all the &3Distillery&r recipes are duplicates from the &3Distillation Tower&r, except that they only have one Fluid output, and void everything else." + "" + "In other words, you could argue the &3Distillery&r is an &dinferior&r &3Distillation Tower&r." + "{@pagebreak}" + "This doesn't mean that the &3Distillery&r is the worse of the two. It is unlocked earlier, and it is &dsmaller&r, &dcheaper&r, and &dmore energy efficient&r per recipe." + "" + "Hell, in many cases, you won't even mind losing the other Fluids." + "" + "&3Distilleries&r are an essential component for power generation, whether you pick &aDiesel&r or &aBenzene&r." + "" + "You'll probably want many of them at as low-tier as possible to avoid the energy losses from Overclocking." + ] + icon: "gtceu:mv_distillery" + id: "6A304E453D74C57C" + shape: "square" + size: 0.75d + tasks: [{ + id: "685043442271A0D0" + item: { + Count: 1b + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "gtceu:lv_distillery" + } + { + Count: 1b + id: "gtceu:mv_distillery" + } + ] + } + } + title: "Either an LV or MV Distillery" + type: "item" + }] + title: "Distillery" + x: -1.125d + y: -1.875d + } + { + dependencies: ["05ADBAE5B6F38956"] + description: [ + "&aRefinery Gas&r, &aLPG&r and &aMethane&r are &9Gas Fuels&r. LPG (Liquid Petroleum Gas) is a mix of hydrocarbons typically used in heating appliances." + "" + "Refinery Gas is obtained either through &dNatural Gas&r or &dLight Oil&r, the latter yielding more, yet requiring an extra step of distillation." + "" + "Use of a &3Centrifuge&r to separate into &aLPG&r and &aMethane&r should always be done, as it's practically free." + "{@pagebreak}" + "&a&aLPG&r and &aMethane&r are burned in a &3Gas Turbine&r. Among the other fuel options, they are the easier to set up which makes them excellent to get started. Their drawback is that they cannot be refined further, so upgrading the &3Fluid Drilling Rig&r may be a top priority if you stick to this fuel source." + "" + "&aMethane&r can also be obtained from a few &anatural sources&r. &eBetween us&r, they're memes, but you can explore them if you wish. Ultimately, your power source is your choice." + ] + icon: "gtceu:natural_gas_bucket" + id: "227D89550BB9BD55" + size: 0.66d + subtitle: "Whoever smelt it..." + tasks: [ + { + amount: 8000L + fluid: "gtceu:refinery_gas" + id: "38CB42385A6EC17A" + type: "fluid" + } + { + amount: 32000L + fluid: "gtceu:methane" + id: "4AB130A15CFC7A56" + type: "fluid" + } + { + amount: 32000L + fluid: "gtceu:lpg" + id: "79FEB48F1A4555C4" + type: "fluid" + } + ] + title: "The Church of Natural Farts" + x: -2.25d + y: 0.375d + } + { + dependencies: ["6A304E453D74C57C"] + description: [ + "&aBenzene&r is a &9Gas Fuel&r. To skip some frustration, let's check out the two best ways to obtain it." + "" + "The first option is typically &dWood based&r. Put Logs in the &3Pyrolyse Oven&r for &9Wood Tar&r. The Charcoal you obtain can then be processed in &3Extractors&r for even more &9Wood Tar&r, which you &3distill&r for &aBenzene&r." + "" + "Your second option is &dHeavy Oil based&r. Put Heavy Oil in a &3Distillery&r for &9Heavy Fuel&r, which you &aseverely steam-crack&r and &3distill&r again for &aBenzene&r." + "{@pagebreak}" + "For information on how to process Oil, check the Light Fuel and Naphtha Quests." + "" + "In general, it is better to prioritize placing down more machines (&dparallelisation&r) over overclocking the recipes. That way, you end up losing less energy processing the resources." + "" + "&aBenzene&r is burned in a &3Gas Turbine&r. This power source starts weaker than its &eDiesel&r cousin, but gets a big boost when refined to &6Nitrobenzene&r in &6HV&r. Ultimately, your power source is your choice." + ] + icon: "gtceu:benzene_bucket" + id: "00E1A728E6F6D6A0" + size: 0.66d + tasks: [{ + amount: 1000L + fluid: "gtceu:benzene" + id: "7A452201C64FBB89" + type: "fluid" + }] + title: "The Church of Benzene" + x: -2.25d + y: -1.875d + } + { + dependencies: ["6A304E453D74C57C"] + description: [ + "Distillating &aOil&r will give you Fuel that you will need to desulfurize." + "" + "&aHydrogen Sulfide&r is perfectly &drecycled&r in an &3Electrolyzer&r." + "" + "To automate this process, simply place your &3Chemical Reactor&r and your &3Electrolyzer&r next to each other. Be sure to use your &5Screwdriver&r to &4enable input from the output side&r." + "" + "&aLight Fuel&r is a good &9Power&r option, but there's something even greater... check the Quest to the left." + ] + icon: "gtceu:lightly_hydro_cracked_heavy_fuel_bucket" + id: "61972B16805FC9EE" + size: 0.66d + tasks: [ + { + amount: 1000L + fluid: "gtceu:sulfuric_light_fuel" + id: "236B5EB787DBCE64" + type: "fluid" + } + { + amount: 1000L + fluid: "gtceu:light_fuel" + id: "4ED6B22C7B662325" + type: "fluid" + } + ] + title: "Light Fuel" + x: -1.125d + y: -3.0d + } + { + dependencies: ["61972B16805FC9EE"] + description: [ + "&aDiesel&r is a &dOil-based &9Combustion Fuel&r." + "" + "To mix &aLight Fuel&r and &aHeavy Fuel&r, the right ratio for &3Distilleries&r is &63:2&r from &dOil&r or &dRaw Oil&r." + "" + "This would necessitate 3 Distilleries for Light Fuel, or 2 Distilleries for Heavy Fuel." + "{@pagebreak}" + "You can cut the amount of &dOil&r required &6drastically&r by using &dHeavy Oil&r for &aHeavy Fuel&r specifically. &dOilsands&r is a great option if you wish to go down this route!" + "" + "&o(For the math nerds, you go from 8.33 Oil -> 6 Diesel, to 5 Oil + 0.4 Heavy Oil -> 6 Diesel)&r" + "" + "&eNote:&r Do &cnot attempt&r to put Oil in the &3Distillation Tower&r You might think it's a good idea because it gives both Light Fuel and Heavy Fuel. However, this process requires a lot of overclocking to be worth your time, and you will lose more energy than what the byproducts are worth." + "{@pagebreak}" + "In general, it is better to prioritize placing down more machines (&dparallelisation&r) over overclocking the recipes. That way, you end up losing less energy processing the resources." + "" + "&aDiesel&r is burned in a &3Combustion Generator&r. It can be further refined to &6Cetane-Boosted Diesel&r in &6HV&r. Compared to the other power sources, it is generally more efficient, but a more demanding processing line. If you take the &eOil&r route for &aPolyethylene&r, this can work great with existing infrastructure. Ultimately, the power source you want to use is your choice." + ] + icon: "gtceu:diesel_bucket" + id: "45769156F4253C86" + size: 0.66d + subtitle: "Mother, how is diesel made?" + tasks: [{ + amount: 30000L + fluid: "gtceu:diesel" + id: "24373463B7296EE0" + type: "fluid" + }] + title: "The Church of Diesel" + x: -2.25d + y: -3.0d + } + { + dependencies: ["1FFD2242B94A7378"] + dependency_requirement: "one_started" + description: [ + "Regular &o&dGregTech&r Fluid Pipes can only transport one fluid type at a time." + "" + "&3Quadruple Fluid Pipes&r can transfer four different types of fluids. &3Nonuple Fluid Pipes&r can transfer nine different types! Useful for compact setups." + "" + "&3Nonuple Fluid Pipes&r will be useful in &5EV&r for handling the many outputs of the &3Distillation Tower&r." + "" + "Get &eeither&r to finish this quest." + ] + icon: "gtceu:tungsten_steel_quadruple_fluid_pipe" + id: "66041DE10C882382" + size: 0.66d + tasks: [{ + id: "2620FA131244B3DA" + item: { + Count: 1b + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "gtceu:potin_quadruple_fluid_pipe" + } + { + Count: 1b + id: "gtceu:potin_nonuple_fluid_pipe" + } + ] + } + } + title: "Multiple Channel Potin Pipes, please" + type: "item" + }] + title: "Multiple Channel Pipes" + x: 4.5d + y: -4.125d + } + { + dependencies: ["315169840E06110F"] + description: [ + "Using a Ruby Lens, engrave a Silicon Wafer into an ILC Wafer." + "" + "This can be processed in a Cutter for IC Chips, which are important components that will be precious when improving upon your circuit crafting capabilities." + ] + icon: "gtceu:ilc_chip" + id: "6F6D2829FC42F21C" + size: 0.66d + subtitle: "I C U" + tasks: [ + { + id: "295D2CE93D4CE067" + item: "gtceu:ruby_lens" + optional_task: true + type: "item" + } + { + id: "675EBF60F3465538" + item: "gtceu:ilc_wafer" + optional_task: true + type: "item" + } + { + id: "560E69502E1A2458" + item: "gtceu:ilc_chip" + type: "item" + } + ] + title: "IC Chips" + x: 5.625d + y: 2.625d + } + { + dependencies: ["315169840E06110F"] + description: [ + "Using a Sapphire Lens, engrave a Silicon Wafer into an ULPIC Wafer." + "" + "This can be processed in a Cutter for ULPIC Chips, which are important for some multiblock components!" + ] + icon: "gtceu:ulpic_chip" + id: "16A1EF8B80A96633" + size: 0.66d + tasks: [ + { + id: "6D4D63F75646DB1C" + item: "gtceu:sapphire_lens" + optional_task: true + type: "item" + } + { + id: "6705F883970BDD89" + item: "gtceu:ulpic_wafer" + optional_task: true + type: "item" + } + { + id: "0295B47C0CC169BD" + item: "gtceu:ulpic_chip" + type: "item" + } + ] + title: "IC Chips" + x: 4.5d + y: 0.375d + } + { + dependencies: ["5C94CF50090D7DA0"] + description: [ + "&3Long-Distance Item Pipes&r can be used to send items across great distances. Place one endpoint at each end, and connect them with pipeline blocks." + "" + "These pipes instantly transfer from the input side to the output side." + "" + "They also have a minimum distance between pipe endpoints, so you can't use these for short-range operations." + ] + icon: "gtceu:long_distance_item_pipeline_endpoint" + id: "653345427522D728" + size: 0.66d + subtitle: "Wondering how to move those ores around?" + tasks: [ + { + count: 2L + id: "0A8CADD371444760" + item: "gtceu:long_distance_item_pipeline_endpoint" + type: "item" + } + { + id: "66D528959958D445" + item: "gtceu:long_distance_item_pipeline" + type: "item" + } + ] + title: "Long-Distance Items" + x: -3.375d + y: 0.375d + } + { + dependencies: [ + "0774EC59CD3DD7A5" + "575B07D390D9D079" + ] + description: [ + "&3Long-Distance Fluid Pipes&r can be used to send fluids across great distances. Place one endpoint at each end, and connect them with pipeline blocks." + "" + "These pipes instantly transfer from the input side to the output side." + "" + "They also have a minimum distance between pipe endpoints, so you can't use these for short-range operations." + ] + icon: "gtceu:long_distance_fluid_pipeline_endpoint" + id: "5480AF2EDEDB6A36" + size: 0.66d + subtitle: "Wondering how to move that oil around?" + tasks: [ + { + count: 2L + id: "6D77664884690FB4" + item: "gtceu:long_distance_fluid_pipeline_endpoint" + type: "item" + } + { + id: "01F1E774C67ED4AF" + item: "gtceu:long_distance_fluid_pipeline" + type: "item" + } + ] + title: "Long-Distance Fluids" + x: -3.375d + y: -0.75d + } + ] + subtitle: ["Venture into petrochemistry and refine electronics"] + title: "&bMV&r - Medium Voltage" +} diff --git a/config/ftbquests/quests/chapters/mv_age.snbt b/config/ftbquests/quests/chapters/mv_age.snbt deleted file mode 100644 index 60e8c51b2..000000000 --- a/config/ftbquests/quests/chapters/mv_age.snbt +++ /dev/null @@ -1,22 +0,0 @@ -{ - default_hide_dependency_lines: false - default_quest_shape: "" - filename: "mv_age" - group: "" - icon: "minecraft:bedrock" - id: "1BE688FC900D9161" - order_index: 3 - quest_links: [ ] - quests: [{ - id: "417E70F0448DD049" - tasks: [{ - id: "54D4EC9B2EA0A688" - item: "minecraft:crimson_nylium" - title: "Work In Progress" - type: "item" - }] - x: 0.0d - y: 0.0d - }] - title: "MV Age" -} diff --git a/config/ftbquests/quests/chapters/primitive_age.snbt b/config/ftbquests/quests/chapters/primitive_age.snbt index 5b04ef6c5..9cca34f71 100644 --- a/config/ftbquests/quests/chapters/primitive_age.snbt +++ b/config/ftbquests/quests/chapters/primitive_age.snbt @@ -1059,8 +1059,12 @@ id: "gtceu:stone_axe" tag: { Damage: 0 + GT.Tool: { + Damage: 0 + } } } + match_nbt: false type: "item" }] x: 3.5d @@ -1078,8 +1082,12 @@ id: "gtceu:stone_hoe" tag: { Damage: 0 + GT.Tool: { + Damage: 0 + } } } + match_nbt: false type: "item" }] x: 2.0d @@ -1116,8 +1124,12 @@ id: "gtceu:stone_shovel" tag: { Damage: 0 + GT.Tool: { + Damage: 0 + } } } + match_nbt: false type: "item" }] x: 6.5d @@ -1136,8 +1148,12 @@ id: "gtceu:stone_hammer" tag: { Damage: 0 + GT.Tool: { + Damage: 0 + } } } + match_nbt: false type: "item" }] x: 12.0d @@ -1246,8 +1262,12 @@ id: "gtceu:stone_knife" tag: { Damage: 0 + GT.Tool: { + Damage: 0 + } } } + match_nbt: false type: "item" }] x: 5.0d @@ -1638,6 +1658,7 @@ "ftbfiltersystem:filter": "or(item(gtceu:copper_pickaxe)item(gtceu:bismuth_bronze_pickaxe)item(gtceu:black_bronze_pickaxe)item(gtceu:bronze_pickaxe))" } } + match_nbt: false title: "Медная или бронзовая кирка" type: "item" }] @@ -1699,6 +1720,7 @@ "ftbfiltersystem:filter": "or(item(tfc:metal/chisel/copper)item(tfc:metal/chisel/bismuth_bronze)item(tfc:metal/chisel/bronze)item(tfc:metal/chisel/black_bronze))" } } + match_nbt: false title: "Медная или бронзовая стамеска" type: "item" }] @@ -1712,7 +1734,14 @@ size: 1.5d tasks: [{ id: "4DF45DB51EF758E4" - item: "gtceu:raw_graphite" + item: { + Count: 1b + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:poor_raw_graphite)item(gtceu:raw_graphite)item(gtceu:rich_raw_graphite))" + } + } + title: "Any Graphite Ore" type: "item" }] x: 12.0d @@ -1908,6 +1937,7 @@ "ftbfiltersystem:filter": "or(item(gtceu:copper_saw)item(gtceu:bismuth_bronze_saw)item(gtceu:bronze_saw)item(gtceu:black_bronze_saw))" } } + match_nbt: false title: "Медная или бронзовая пила" type: "item" }] @@ -1926,6 +1956,7 @@ "ftbfiltersystem:filter": "or(item(tfc:metal/propick/copper)item(tfc:metal/propick/bismuth_bronze)item(tfc:metal/propick/bronze)item(tfc:metal/propick/black_bronze))" } } + match_nbt: false title: "Медная или бронзовая кирка шахтера" type: "item" }] @@ -1944,6 +1975,7 @@ "ftbfiltersystem:filter": "or(item(gtceu:copper_hammer)item(gtceu:bismuth_bronze_hammer)item(gtceu:bronze_hammer)item(gtceu:black_bronze_hammer))" } } + match_nbt: false title: "Медный или бронзовый топор" type: "item" }] @@ -2028,6 +2060,7 @@ "515141734CA1A002" ] id: "1FFE279F43B0BA45" + shape: "gear" tasks: [{ id: "7A8EA2BE9813B1F1" item: { @@ -2200,17 +2233,15 @@ hide_dependency_lines: true id: "73BF0075860E666B" tasks: [{ - id: "2F4CE558D97BE6BB" + id: "54334DA4AC22438E" item: { Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:poor_raw_chalcopyrite)item(gtceu:raw_chalcopyrite)item(gtceu:rich_raw_chalcopyrite)item(tfc:ore/small_tetrahedrite)item(gtceu:poor_raw_tetrahedrite)item(gtceu:raw_tetrahedrite)item(gtceu:rich_raw_tetrahedrite)item(tfc:ore/small_malachite)item(gtceu:poor_raw_malachite)item(gtceu:raw_malachite)item(gtceu:rich_raw_malachite)item(tfc:ore/small_native_copper)item(gtceu:poor_raw_copper)item(minecraft:raw_copper)item(gtceu:rich_raw_copper))" } - id: "minecraft:raw_copper" } + title: "Any Copper Ore" type: "item" }] x: 16.5d @@ -2233,31 +2264,30 @@ subtitle: "Строгий середнячок" tasks: [ { - id: "2CE6C5672A4DB088" + id: "024533C5E4B89787" item: { Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L + id: "ftbfiltersystem:smart_filter" + tag: { + display: { + Name: "{\"text\":\"any tin ore\"}" } + "ftbfiltersystem:filter": "or(item(tfc:ore/small_cassiterite)item(gtceu:raw_tin)item(gtceu:raw_cassiterite)item(gtceu:raw_cassiterite_sand)item(gtceu:poor_raw_tin)item(gtceu:poor_raw_cassiterite)item(gtceu:poor_raw_cassiterite_sand)item(gtceu:rich_raw_tin)item(gtceu:rich_raw_cassiterite)item(gtceu:rich_raw_cassiterite_sand))" } - id: "minecraft:raw_copper" } + title: "Any Tin Ore" type: "item" } { - id: "56CD26C6563811E3" + id: "26C207A03F30FB27" item: { Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:poor_raw_chalcopyrite)item(gtceu:raw_chalcopyrite)item(gtceu:rich_raw_chalcopyrite)item(tfc:ore/small_tetrahedrite)item(gtceu:poor_raw_tetrahedrite)item(gtceu:raw_tetrahedrite)item(gtceu:rich_raw_tetrahedrite)item(tfc:ore/small_malachite)item(gtceu:poor_raw_malachite)item(gtceu:raw_malachite)item(gtceu:rich_raw_malachite)item(tfc:ore/small_native_copper)item(gtceu:poor_raw_copper)item(minecraft:raw_copper)item(gtceu:rich_raw_copper))" } - id: "gtceu:raw_tin" } + title: "Any Copper Ore" type: "item" } ] @@ -2270,17 +2300,15 @@ hide_dependency_lines: true id: "566FA805413004CF" tasks: [{ - id: "24A34CAF4599D3CC" + id: "7E987D9B30125F52" item: { Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:rich_raw_hematite)item(gtceu:raw_hematite)item(tfc:ore/small_hematite)item(gtceu:poor_raw_hematite)item(gtceu:rich_raw_yellow_limonite)item(tfc:ore/small_limonite)item(gtceu:poor_raw_yellow_limonite)item(gtceu:raw_yellow_limonite)item(tfc:ore/small_magnetite)item(gtceu:poor_raw_magnetite)item(gtceu:raw_magnetite)item(gtceu:rich_raw_magnetite)item(gtceu:poor_raw_iron)item(minecraft:raw_iron)item(gtceu:rich_raw_iron)item(gtceu:poor_raw_goethite)item(gtceu:raw_goethite)item(gtceu:rich_raw_goethite)item(gtceu:poor_raw_pyrite)item(gtceu:raw_pyrite)item(gtceu:rich_raw_pyrite))" } - id: "gtceu:raw_hematite" } + title: "Any Iron Ore" type: "item" }] x: 22.5d @@ -2288,24 +2316,41 @@ } { dependencies: ["445E060EF3300A49"] + description: [ + "The &dSolid Boiler&r is the only available Boiler for now, as the &aGlass&r needed for the others is not available just yet. You can get by with only one, but we would recommend making at least two." + "" + "Important: Boilers can explode! This still catches out &eexperienced GT players&r, so keep this warning in mind when setting your Boiler up." + "{@pagebreak}" + "Water does not gel well with &6high temperatures&r, and a &cSteam Explosion&r (Launch!) may occur under the following conditions:" + "" + "- The Boiler is &4overheating.&r Its temperature is indicated by the &cred bar&r in the GUI." + "...and..." + "- The Boiler does not have any &bwater&r. This is signified by the absence of a &bblue bar&r in the GUI." + "...AND..." + "- The Boiler receives water whilst &6both&r conditions are &2true&r." + "{@pagebreak}" + "You can avert catastrophe by filling the boiler with water before heating it up, and making sure the water supply is constant. The drain is slow - &b1 mB&r of Water boils into &7160 mB&r of Steam - so you shouldn't have to worry about running out." + "" + "The Boiler can auto eject steam on all its faces except the bottom. For automated Water input, use the bottom face." + "" + "&3Note:&r In this modpack, explosions are configured to &cnot&r damage any block or entity, but you'll &dstill lose&r your machine." + "" + "You may recall that regular Steam machines had a duration penalty, and were twice as slow. Not great." + "" + "&5High Pressure&r Steam machines no longer bear a &bduration penalty &rfor recipes, making them objective upgrades." + "" + "Make &eone&r of the proposed HP machines to complete this quest." + ] id: "5C7B69F45F076A79" shape: "gear" size: 3.0d + subtitle: "Putting the Steam in Steam Age" tasks: [{ id: "2D2CDB71DF062E33" - item: { - Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "gtceu:steel_plate" - } + item: "gtceu:hp_steam_solid_boiler" type: "item" }] - title: "Переход в стальную эру!" + title: "Pressure Cookin'" x: 24.5d y: 24.0d } @@ -2364,8 +2409,22 @@ } { dependencies: ["41DBE0B47E760DC4"] + description: [ + "The &bPrimitive Water Pump&r is an easy way to automatically generate water for your boilers. It doesn't physically pump water from the world, instead generating it &einternally&r. Therefore, you don't need access to a &3body of water&r to make use of it. However, the humidity of the biome does apply a negligible bonus to its water production." + "" + "It's a multiblock, so &5consult JEI&r for the structure. Multiblocks can be previewed in-world if you sneak right-click the \"&a&ocontroller&r\" block with an empty hand (in this case, the controller block is the &bPrimitive Water Pump&r itself)." + "" + "&6Small tip for you:&r no need to worry about your base's biome for now, as your boilers will need very little water to keep up." + "{@pagebreak}" + "The &cOutput Hatch&r is where water will be generated. You can make it face up or down to auto-output water into your pipes. When you reach &7LV&r or &bMV&r, you can use an Output Hatch from either tier to further boost the Pump's output." + "" + "&2Reminder:&r Use a Wrench to rotate GregTech blocks (sneak right-click)." + "" + "&l&3Lore:&r&o This Multiblock was ported from GT IMPACT, a classic 1.7.10 GregTech modpack." + ] id: "1D623D93EEDD3C67" size: 2.0d + subtitle: "There's no such thing as \"free\" water" tasks: [ { id: "24CCB2BF08C5400A" @@ -2390,6 +2449,7 @@ type: "item" } ] + title: "Primitive Water Pump" x: 32.5d y: 11.0d } @@ -2439,45 +2499,45 @@ subtitle: "Дешевая и блестящяя" tasks: [ { - id: "214ABA46FA8D85BA" + id: "7EBB6EC50EE8CFA1" item: { Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L + id: "ftbfiltersystem:smart_filter" + tag: { + display: { + Name: "{\"text\":\"any bismuth ore\"}" } + "ftbfiltersystem:filter": "or(item(tfc:ore/small_bismuthinite)item(gtceu:raw_bismuth)item(gtceu:poor_raw_bismuth)item(gtceu:rich_raw_bismuth))" } - id: "minecraft:raw_copper" } + title: "Any Bismuth Ore" type: "item" } { - id: "246DD1C4381E2DCE" + id: "51BEF595B2A3014C" item: { Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L + id: "ftbfiltersystem:smart_filter" + tag: { + display: { + Name: "{\"text\":\"any sphalerite ore\"}" } + "ftbfiltersystem:filter": "or(item(tfc:ore/small_sphalerite)item(gtceu:raw_sphalerite)item(gtceu:poor_raw_sphalerite)item(gtceu:rich_raw_sphalerite))" } - id: "gtceu:raw_sphalerite" } + title: "Any Sphalerite Ore" type: "item" } { - id: "2626032D60C291AE" + id: "74F88351793C165A" item: { Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:poor_raw_chalcopyrite)item(gtceu:raw_chalcopyrite)item(gtceu:rich_raw_chalcopyrite)item(tfc:ore/small_tetrahedrite)item(gtceu:poor_raw_tetrahedrite)item(gtceu:raw_tetrahedrite)item(gtceu:rich_raw_tetrahedrite)item(tfc:ore/small_malachite)item(gtceu:poor_raw_malachite)item(gtceu:raw_malachite)item(gtceu:rich_raw_malachite)item(tfc:ore/small_native_copper)item(gtceu:poor_raw_copper)item(minecraft:raw_copper)item(gtceu:rich_raw_copper))" } - id: "gtceu:raw_bismuth" } + title: "Any Copper Ore" type: "item" } ] @@ -2502,45 +2562,42 @@ subtitle: "Дорогая и черная" tasks: [ { - id: "6D7F894708CE18C1" + id: "1294B28A98775920" item: { Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L + id: "ftbfiltersystem:smart_filter" + tag: { + display: { + Name: "{\"text\":\"any silver ore\"}" } + "ftbfiltersystem:filter": "or(item(tfc:ore/small_native_silver)item(gtceu:poor_raw_silver)item(gtceu:rich_raw_silver)item(gtceu:raw_silver))" } - id: "minecraft:raw_copper" } + title: "Any Silver Ore" type: "item" } { - id: "25564C9A49F1F81E" + id: "53F7A77859F53B3D" item: { Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:poor_raw_chalcopyrite)item(gtceu:raw_chalcopyrite)item(gtceu:rich_raw_chalcopyrite)item(tfc:ore/small_tetrahedrite)item(gtceu:poor_raw_tetrahedrite)item(gtceu:raw_tetrahedrite)item(gtceu:rich_raw_tetrahedrite)item(tfc:ore/small_malachite)item(gtceu:poor_raw_malachite)item(gtceu:raw_malachite)item(gtceu:rich_raw_malachite)item(tfc:ore/small_native_copper)item(gtceu:poor_raw_copper)item(minecraft:raw_copper)item(gtceu:rich_raw_copper))" } - id: "gtceu:raw_silver" } + title: "Any Copper Ore" type: "item" } { - id: "21051E953AE02F23" + id: "755505207091F3E2" item: { Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(minecraft:raw_gold)item(gtceu:rich_raw_gold)item(gtceu:poor_raw_gold)item(tfc:ore/small_native_gold))" } - id: "minecraft:raw_gold" } + title: "Any Gold Ore" type: "item" } ] @@ -2777,6 +2834,7 @@ tasks: [{ id: "3E84976D6C8AB0EA" item: "tfc:ceramic_blowpipe" + match_nbt: false type: "item" }] x: -13.0d @@ -3023,6 +3081,7 @@ tasks: [{ id: "5930A278D214573B" item: "tfc:wooden_bucket" + match_nbt: false type: "item" }] x: -9.5d @@ -3045,7 +3104,14 @@ id: "253860AD4DF4224C" tasks: [{ id: "52D61470CEF41419" - item: "gtceu:raw_sulfur" + item: { + Count: 1b + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:poor_raw_sulfur)item(gtceu:raw_sulfur)item(gtceu:rich_raw_sulfur))" + } + } + title: "Any Sulfur Ore" type: "item" }] x: -6.0d @@ -3606,31 +3672,27 @@ id: "483D7FE6554FDC96" tasks: [ { - id: "45579CCABBE89A30" + id: "184806817B6D9921" item: { Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(tfc:ore/small_native_gold)item(gtceu:poor_raw_gold)item(minecraft:raw_gold)item(gtceu:rich_raw_gold))" } - id: "minecraft:raw_gold" } + title: "Any Gold Ore" type: "item" } { - id: "7204EEA8541E3891" + id: "3101B42F9E34CDA1" item: { Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(tfc:ore/small_tetrahedrite)item(tfc:ore/small_malachite)item(gtceu:poor_raw_malachite)item(gtceu:raw_malachite)item(gtceu:rich_raw_malachite)item(gtceu:rich_raw_tetrahedrite)item(gtceu:raw_tetrahedrite)item(gtceu:poor_raw_tetrahedrite)item(gtceu:poor_raw_chalcopyrite)item(gtceu:raw_chalcopyrite)item(gtceu:rich_raw_chalcopyrite)item(gtceu:rich_raw_copper)item(minecraft:raw_copper)item(gtceu:poor_raw_copper)item(tfc:ore/small_native_copper))" } - id: "minecraft:raw_copper" } + title: "Any Copper Ore" type: "item" } ] @@ -3654,31 +3716,30 @@ id: "758B2176634789F6" tasks: [ { - id: "24F05BDE22101222" + id: "763128F1BD1FEB9B" item: { Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L + id: "ftbfiltersystem:smart_filter" + tag: { + display: { + Name: "{\"text\":\"any sphalerite ore\"}" } + "ftbfiltersystem:filter": "or(item(tfc:ore/small_sphalerite)item(gtceu:raw_sphalerite)item(gtceu:poor_raw_sphalerite)item(gtceu:rich_raw_sphalerite))" } - id: "gtceu:raw_sphalerite" } + title: "Any Sphalerite Ore" type: "item" } { - id: "3391058613764EE0" + id: "34F5CDD35DDE2295" item: { Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(tfc:ore/small_tetrahedrite)item(tfc:ore/small_malachite)item(gtceu:poor_raw_malachite)item(gtceu:raw_malachite)item(gtceu:rich_raw_malachite)item(gtceu:rich_raw_tetrahedrite)item(gtceu:raw_tetrahedrite)item(gtceu:poor_raw_tetrahedrite)item(gtceu:poor_raw_chalcopyrite)item(gtceu:raw_chalcopyrite)item(gtceu:rich_raw_chalcopyrite)item(gtceu:rich_raw_copper)item(minecraft:raw_copper)item(gtceu:poor_raw_copper)item(tfc:ore/small_native_copper))" } - id: "minecraft:raw_copper" } + title: "Any Copper Ore" type: "item" } ] @@ -3702,31 +3763,30 @@ id: "0E0C589495AA31E8" tasks: [ { - id: "2777BD38214D369B" + id: "3E9AC72D1AF2CE1A" item: { Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L + id: "ftbfiltersystem:smart_filter" + tag: { + display: { + Name: "{\"text\":\"any silver ore\"}" } + "ftbfiltersystem:filter": "or(item(tfc:ore/small_native_silver)item(gtceu:poor_raw_silver)item(gtceu:rich_raw_silver)item(gtceu:raw_silver))" } - id: "gtceu:raw_silver" } + title: "Any Silver Ore" type: "item" } { - id: "4310EC34BCA98ACF" + id: "4E12D679975AEE9A" item: { Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(tfc:ore/small_tetrahedrite)item(tfc:ore/small_malachite)item(gtceu:poor_raw_malachite)item(gtceu:raw_malachite)item(gtceu:rich_raw_malachite)item(gtceu:rich_raw_tetrahedrite)item(gtceu:raw_tetrahedrite)item(gtceu:poor_raw_tetrahedrite)item(gtceu:poor_raw_chalcopyrite)item(gtceu:raw_chalcopyrite)item(gtceu:rich_raw_chalcopyrite)item(gtceu:rich_raw_copper)item(minecraft:raw_copper)item(gtceu:poor_raw_copper)item(tfc:ore/small_native_copper))" } - id: "minecraft:raw_copper" } + title: "Any Copper Ore" type: "item" } ] @@ -3773,6 +3833,7 @@ "ftbfiltersystem:filter": "ftbfiltersystem:item_tag(tfc:tuyeres)" } } + match_nbt: false title: "Any #tfc:tuyeres" type: "item" }] @@ -4149,6 +4210,7 @@ Damage: 0 } } + match_nbt: false type: "item" }] x: -1.5d diff --git a/config/ftbquests/quests/chapters/progression.snbt b/config/ftbquests/quests/chapters/progression.snbt new file mode 100644 index 000000000..2aaff51cf --- /dev/null +++ b/config/ftbquests/quests/chapters/progression.snbt @@ -0,0 +1,715 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + disable_toast: true + filename: "progression" + group: "" + icon: { + Count: 1b + id: "gtceu:lapotronic_energy_orb" + tag: { + Charge: 250000000L + } + } + id: "28EBC0FF82EFD94B" + order_index: 11 + quest_links: [ + { + id: "2BB2FC2D9D2F2E57" + linked_quest: "4B979482EF026BFF" + shape: "rsquare" + size: 0.75d + x: 0.0d + y: 0.0d + } + { + id: "77A0335E38D755CA" + linked_quest: "0DBC148D92A9F69F" + shape: "rsquare" + size: 0.8d + x: 0.0d + y: 1.0d + } + { + id: "750818879C23F373" + linked_quest: "26394C1290D70AB6" + shape: "rsquare" + size: 0.8d + x: 1.0d + y: 2.0d + } + { + id: "0074100DE2B5BE5A" + linked_quest: "5E76D4C24026157D" + shape: "rsquare" + size: 0.8d + x: 2.0d + y: 0.0d + } + { + id: "1C05814535C12FED" + linked_quest: "60D7F6C1EE918B66" + shape: "rsquare" + size: 0.75d + x: 1.0d + y: 1.0d + } + { + id: "513A34184609CA31" + linked_quest: "5C17BF90DA2AAEEE" + shape: "rsquare" + size: 0.75d + x: 1.0d + y: 0.0d + } + { + id: "22CF428EE30F5B4B" + linked_quest: "38DE506FF5B32031" + shape: "rsquare" + size: 0.8d + x: 2.0d + y: 1.0d + } + { + id: "33618A4FD8ED62D7" + linked_quest: "5063FDFFBE3E4855" + shape: "rsquare" + size: 0.75d + x: 2.0d + y: 2.0d + } + { + id: "0B4D429E3441C906" + linked_quest: "4AFD3073C731A1E4" + shape: "rsquare" + size: 0.8d + x: 2.0d + y: 3.0d + } + { + id: "5572AB3517FCEE5F" + linked_quest: "3CF550B81716B8B9" + shape: "rsquare" + size: 0.8d + x: 0.0d + y: -1.0d + } + { + id: "2B8FBCD290196265" + linked_quest: "14D277A164202FF8" + shape: "rsquare" + size: 0.8d + x: 2.0d + y: 4.0d + } + { + id: "0E8AC841C484408C" + linked_quest: "15EC934CE8F4DC86" + shape: "rsquare" + size: 0.8d + x: 2.0d + y: -1.0d + } + { + id: "6ABFBA6855A6E7E9" + linked_quest: "196FC518F744B983" + shape: "rsquare" + size: 0.8d + x: 3.0d + y: 2.0d + } + { + id: "629EAE6BC0519572" + linked_quest: "0017FFFAD7CD2EFE" + shape: "rsquare" + size: 0.75d + x: 3.0d + y: 3.0d + } + { + id: "59568D32C47265ED" + linked_quest: "5CC9B0E832545569" + shape: "rsquare" + size: 0.75d + x: 3.0d + y: 4.0d + } + { + id: "42DA2C0B99DB2545" + linked_quest: "58BBD540D7D4FF01" + shape: "rsquare" + size: 0.8d + x: 3.0d + y: 5.0d + } + { + id: "39C4E4082B9B5731" + linked_quest: "49C1D61741AA288E" + shape: "rsquare" + size: 0.8d + x: 4.0d + y: 3.0d + } + { + id: "346904314F61ABDB" + linked_quest: "698B5F65F2DE4439" + shape: "rsquare" + size: 0.75d + x: 4.0d + y: 4.0d + } + { + id: "1C0407D7B45603FC" + linked_quest: "145F71A817C5996E" + shape: "rsquare" + size: 0.75d + x: 4.0d + y: 5.0d + } + { + id: "20BCF31B1430ECFC" + linked_quest: "327C3E02CD751453" + shape: "rsquare" + size: 0.8d + x: 4.0d + y: 6.0d + } + { + id: "384FE989BF9BD89D" + linked_quest: "082AB255886E73C2" + shape: "rsquare" + size: 0.8d + x: 6.0d + y: 5.0d + } + { + id: "3DD1B0AE6630A8E5" + linked_quest: "370FC1CDF5F9A9CC" + shape: "rsquare" + size: 0.8d + x: 6.0d + y: 6.0d + } + { + id: "519774012E47875A" + linked_quest: "359121584E056022" + shape: "rsquare" + size: 0.8d + x: 6.0d + y: 7.0d + } + { + id: "0B488F9F519FBA61" + linked_quest: "3B49BD004F38E1A2" + shape: "rsquare" + size: 0.8d + x: 6.0d + y: 8.0d + } + { + id: "025C3D8C61A9C011" + linked_quest: "42CD789B8C40E424" + shape: "rsquare" + size: 0.8d + x: 5.0d + y: 4.0d + } + { + id: "54F1B023BEC98314" + linked_quest: "47087361D6DE7DCF" + shape: "rsquare" + size: 0.75d + x: 5.0d + y: 5.0d + } + { + id: "4EABE2BF51A06FC8" + linked_quest: "7AE681E2AB31EA0D" + shape: "rsquare" + size: 0.75d + x: 5.0d + y: 6.0d + } + { + id: "607E9492E895927E" + linked_quest: "79E4E53E9DF45549" + shape: "rsquare" + size: 0.8d + x: 5.0d + y: 7.0d + } + { + id: "709FB8C1561E7BB8" + linked_quest: "1646BF9194100E57" + x: -1.0d + y: -5.0d + } + { + id: "499941B0EDEFBF54" + linked_quest: "1C55AE6AD5BDE304" + x: 0.0d + y: -5.0d + } + { + id: "10F2DA9FCC5E3860" + linked_quest: "6B08799BCFD01D3D" + x: 1.0d + y: -5.0d + } + { + id: "72CBEEAD5A41685E" + linked_quest: "069FD86133D7D582" + x: 2.0d + y: -5.0d + } + { + id: "76C69275A82861C8" + linked_quest: "7A1E3C3A2D699C5B" + x: 3.0d + y: -5.0d + } + { + id: "6C144735C40EE615" + linked_quest: "2FCBA0D780DBDA9E" + x: 4.0d + y: -5.0d + } + { + id: "5FDCCB7CE9DACB34" + linked_quest: "4C7C0F6A6598BC24" + x: 5.0d + y: -5.0d + } + { + id: "4ACE1AFCEDC37A05" + linked_quest: "6AF3A40BC9CE7122" + x: 6.0d + y: -5.0d + } + { + id: "1EA07F998161450C" + linked_quest: "30A6EDDF25A5E5F8" + shape: "rsquare" + size: 0.66d + x: 2.0d + y: -4.0d + } + { + id: "532482B324E31386" + linked_quest: "1776FA1F3255731E" + shape: "rsquare" + size: 0.66d + x: 3.0d + y: -4.0d + } + { + id: "0F86FC5CD130B2E1" + linked_quest: "78277DBC07D3C45C" + shape: "rsquare" + size: 0.66d + x: 4.0d + y: -4.0d + } + { + id: "7D227159C48FAB94" + linked_quest: "0DC999F79A685194" + shape: "rsquare" + size: 0.66d + x: 5.0d + y: -4.0d + } + { + id: "718938D16A6098A7" + linked_quest: "35F13B6D60361904" + shape: "rsquare" + size: 0.66d + x: 6.0d + y: -4.0d + } + ] + quests: [ + { + dependencies: [ + "3CF550B81716B8B9" + "0DBC148D92A9F69F" + "4B979482EF026BFF" + ] + description: [ + "Early game Circuits are hand craftable." + "" + "Pick up the &3Circuit Assembler&r to make them a lot more efficient." + ] + hide_dependency_lines: true + icon: "gtceu:bronze_machine_casing" + id: "4252B1AF36FFB4F6" + size: 0.85d + subtitle: "Hand crafted and artisanal" + title: "Craftable in &6Steam Age&r and &7LV&r" + x: 0.0d + y: -2.0d + } + { + dependencies: [ + "60D7F6C1EE918B66" + "5C17BF90DA2AAEEE" + "26394C1290D70AB6" + ] + description: [ + "The &9Integrated&r Circuit line may not be a strict upgrade in terms of cost, but will tide you over as a stepping stone towards the next tier." + "" + "They will require a MV &3Laser Engraver&r and a MV &3Cutting Machine&r." + "{@pagebreak}" + "&l&3Lore:&r&o In Omnifactory, and in previous Gregicality, this circuit line was called &9Refined&r and was standardized like further tiers." + ] + hide_dependency_lines: true + icon: "gtceu:mv_machine_hull" + id: "5E4FBB2287D9E635" + size: 0.85d + subtitle: "Integrated Dynamics" + title: "Craftable in &bMV&r" + x: 1.0d + y: -2.0d + } + { + dependencies: [ + "15EC934CE8F4DC86" + "38DE506FF5B32031" + "5063FDFFBE3E4855" + "14D277A164202FF8" + "4AFD3073C731A1E4" + "5E76D4C24026157D" + ] + description: [ + "&eMicro&r Circuits are where the &3Cleanroom&r becomes a requirement to progress." + "" + "Don't get caught out by the &aMainframe&r - it requires a &3HV Circuit Assembler&r." + ] + hide_dependency_lines: true + icon: "gtceu:hv_machine_hull" + id: "1D717E742E50A6BD" + size: 0.85d + subtitle: "Micro Miners" + title: "Craftable in &bMV&r and &6HV&r" + x: 2.0d + y: -2.0d + } + { + dependencies: [ + "196FC518F744B983" + "5CC9B0E832545569" + "0017FFFAD7CD2EFE" + "58BBD540D7D4FF01" + ] + description: [ + "This is the &9Nano&r Circuit line." + "" + "Starting from here, circuit progression will follow a pattern:" + "" + "&9-&r Processor" + "&9-&r Assembly" + "&9-&r Cupercomputer" + "&9-&r Mainframe" + ] + hide_dependency_lines: true + icon: "gtceu:ev_machine_hull" + id: "29C2A82490261F1C" + size: 0.85d + subtitle: "Nano Age" + title: "Craftable in &5EV&r" + x: 3.0d + y: -2.0d + } + { + dependencies: [ + "49C1D61741AA288E" + "327C3E02CD751453" + "698B5F65F2DE4439" + "145F71A817C5996E" + ] + description: [ + "Welcome to the &9Quantum&r Circuit line." + "" + "You may want to invest in &aPBI&r at this point, as &dAdvanced SMDs&r will skyrocket your circuit production." + ] + hide_dependency_lines: true + icon: "gtceu:iv_machine_hull" + id: "66A23AC2EE9BC4AE" + size: 0.85d + subtitle: "GregTech gets Quantum" + title: "Craftable in &1IV&r" + x: 4.0d + y: -2.0d + } + { + dependencies: [ + "42CD789B8C40E424" + "79E4E53E9DF45549" + "47087361D6DE7DCF" + "7AE681E2AB31EA0D" + ] + description: [ + "This is the &9Crystal&r Circuit line." + "" + "It's locked behind &3Fusion&r." + ] + hide_dependency_lines: true + icon: "gtceu:luv_machine_hull" + id: "6906121936A688C0" + size: 0.85d + subtitle: "Crystallisation" + title: "Craftable in &dLuV&r" + x: 5.0d + y: -2.0d + } + { + dependencies: [ + "082AB255886E73C2" + "3B49BD004F38E1A2" + "370FC1CDF5F9A9CC" + "359121584E056022" + ] + description: [ + "This is the &9Wetware&r Circuit line." + "" + "It will be the biggest automation challenge to face in this modpack. Best of luck." + ] + hide_dependency_lines: true + icon: "gtceu:zpm_machine_hull" + id: "629E023752317A31" + size: 0.85d + subtitle: "Soft and Wetware" + title: "Craftable in &cZPM&r" + x: 6.0d + y: -2.0d + } + { + dependencies: [ + "3CF550B81716B8B9" + "15EC934CE8F4DC86" + ] + description: ["On this line you can see the Steam, or &8&8ULV&r, equivalents."] + hide_dependency_lines: true + icon: "gtceu:ulv_machine_casing" + id: "1C1976238A2FBEE0" + size: 0.85d + title: "&8ULV&r Circuits" + x: -1.0d + y: -1.0d + } + { + dependencies: [ + "5C17BF90DA2AAEEE" + "4B979482EF026BFF" + "5E76D4C24026157D" + ] + description: [ + "Circuits along this line are &7LV&r, and are interchangeable in recipes." + "" + "&cElectronic Circuits&r are the \"worst\" in terms of cost and effort required to produce, but you have to start somewhere." + "" + "&eBasic Integrated Processors&r act as a middle layer between &cElectronic Circuits&r and &2Microchip Processors.&r" + "" + "Finally, &2Microchip Processors&r will be the best option for the rest of the playthrough." + ] + hide_dependency_lines: true + icon: "gtceu:lv_machine_casing" + id: "7707E5B061A7FFF7" + size: 0.85d + title: "&7LV&r Circuits" + x: -1.0d + y: 0.0d + } + { + dependencies: [ + "60D7F6C1EE918B66" + "38DE506FF5B32031" + "0DBC148D92A9F69F" + ] + description: [ + "Circuits along this line are &bMV&r, and are interchangeable in recipes." + "" + "The pattern stays the same: the rightmost circuit comes in &dlarger quantities&r and is overall &aeasier&r to produce." + ] + hide_dependency_lines: true + icon: "gtceu:mv_machine_casing" + id: "45CA8DCA8226945A" + size: 0.85d + title: "&bMV&r Circuits" + x: -1.0d + y: 1.0d + } + { + dependencies: [ + "196FC518F744B983" + "5063FDFFBE3E4855" + "26394C1290D70AB6" + ] + description: [ + "Circuits along this line are &6HV&r, and are interchangeable in recipes." + "" + "The pattern stays the same: the rightmost circuit comes in &dlarger quantities&r and is overall &aeasier&r to produce." + ] + hide_dependency_lines: true + icon: "gtceu:hv_machine_casing" + id: "54CF2016ED44CC45" + size: 0.85d + title: "&6HV&r Circuits" + x: -1.0d + y: 2.0d + } + { + dependencies: [ + "49C1D61741AA288E" + "4AFD3073C731A1E4" + "0017FFFAD7CD2EFE" + ] + description: [ + "Circuits along this line are &5EV&r, and are interchangeable in recipes." + "" + "The pattern stays the same: the rightmost circuit comes in &dlarger quantities&r and is overall &aeasier&r to produce." + ] + hide_dependency_lines: true + icon: "gtceu:ev_machine_casing" + id: "2A9ECD745E15A5D8" + size: 0.85d + title: "&5EV&r Circuits" + x: -1.0d + y: 3.0d + } + { + dependencies: [ + "42CD789B8C40E424" + "698B5F65F2DE4439" + "14D277A164202FF8" + "5CC9B0E832545569" + ] + description: [ + "Circuits along this line are &1IV&r, and are interchangeable in recipes." + "" + "The pattern stays the same: the rightmost circuit comes in &dlarger quantities&r and is overall &aeasier&r to produce." + ] + hide_dependency_lines: true + icon: "gtceu:iv_machine_casing" + id: "5B0AC445672E14B6" + size: 0.85d + title: "&1IV&r Circuits" + x: -1.0d + y: 4.0d + } + { + dependencies: [ + "082AB255886E73C2" + "47087361D6DE7DCF" + "145F71A817C5996E" + "58BBD540D7D4FF01" + ] + description: [ + "Circuits along this line are &dLuV&r, and are interchangeable in recipes." + "" + "The pattern stays the same: the rightmost circuit comes in &dlarger quantities&r and is overall &aeasier&r to produce." + "" + "Make sure to set up &3wetware board production&r as soon as possible! These take a &6very long time&r to make." + "" + "It's &dLuV&r, not &4LUV&r." + ] + hide_dependency_lines: true + icon: "gtceu:luv_machine_casing" + id: "140E91C53C30C096" + size: 0.85d + title: "&dLuV&r Circuits" + x: -1.0d + y: 5.0d + } + { + dependencies: [ + "370FC1CDF5F9A9CC" + "327C3E02CD751453" + "7AE681E2AB31EA0D" + ] + description: ["Circuits along this line are &cZPM&r, and are interchangeable in recipes."] + hide_dependency_lines: true + icon: "gtceu:zpm_machine_casing" + id: "2E00E10D4E92F64D" + size: 0.85d + title: "&cZPM&r Circuits" + x: -1.0d + y: 6.0d + } + { + dependencies: [ + "79E4E53E9DF45549" + "359121584E056022" + ] + description: ["Circuits along this line are &3UV&r, and are interchangeable for each other."] + hide_dependency_lines: true + icon: "gtceu:uv_machine_casing" + id: "35EFFA6C85EFCA58" + size: 0.85d + title: "&3UV&r Circuits" + x: -1.0d + y: 7.0d + } + { + dependencies: ["3B49BD004F38E1A2"] + description: [ + "Congratulations! You've reached the end of the circuit progression." + "" + "The only &4UHV&r circuit is the &6Wetware Mainframe&r, which is used for crafting some endgame stuff." + ] + hide_dependency_lines: true + icon: "gtceu:uhv_machine_casing" + id: "177ADFFD33DDA624" + size: 0.85d + title: "&4UHV&r Circuits" + x: -1.0d + y: 8.0d + } + { + dependencies: [ + "257DB4B39B2A928E" + "5B2696206205CB2E" + ] + id: "70432F650591353C" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "77875BBDC0A937A9" + item: "gtceu:cupronickel_ingot" + type: "item" + }] + x: -1.0d + y: -4.0d + } + { + dependencies: [ + "2AD44111B9B39C90" + "4A92AFD2532EED26" + ] + id: "66805BB78A828C00" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "76206DC9E7ABD07A" + item: "gtceu:kanthal_ingot" + type: "item" + }] + x: 0.0d + y: -4.0d + } + { + dependencies: ["6958029B5514D4EC"] + id: "1CBA5477CB7C45E7" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "1104AC52E0A0A472" + item: "gtceu:nichrome_ingot" + type: "item" + }] + x: 1.0d + y: -4.0d + } + ] + subtitle: ["A step forward is always rewarding"] + title: "Development table" +} diff --git a/config/ftbquests/quests/chapters/steam_age.snbt b/config/ftbquests/quests/chapters/steam_age.snbt new file mode 100644 index 000000000..f614669a8 --- /dev/null +++ b/config/ftbquests/quests/chapters/steam_age.snbt @@ -0,0 +1,831 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "steam_age" + group: "" + icon: "gtceu:bronze_brick_casing" + id: "3B89FB8839204148" + order_index: 1 + quest_links: [{ + id: "582A6B4135EABE27" + linked_quest: "5C7B69F45F076A79" + shape: "gear" + size: 3.0d + x: -3.0d + y: 0.0d + }] + quests: [ + { + dependencies: ["253860AD4DF4224C"] + description: [ + "Mine some &dSulfur&r from the Nether." + "" + "If Lava is \"too hot to handle\", we've included a &6direct crafting recipe&r for &aPotions of Fire Resistance&r." + "" + "&l&3Lore:&r&o With the existence of &6Small Sulfur Ores&f scattered in GregTech 5 ore veins, you could mine enough Sulfur in the Overworld to skip having to visit the Nether. Sounds broken, but it was still as much of a grind as Nether travel!" + ] + id: "236C886D50A99785" + shape: "square" + size: 1.0d + subtitle: "A little bit of exploring never hurt anyone" + tasks: [{ + count: 16L + id: "36D03210534D3226" + item: "gtceu:sulfur_dust" + type: "item" + }] + title: "S is for Sulfur" + x: 5.5d + y: -3.0d + } + { + dependencies: ["77EA56D16A9B3BFC"] + description: [ + "Good news - we're going to start to cut down on the amount of components you'll need to submit for quests as you progress further into the modpack. Remember that &2JEI is your friend&r if recipes are getting overwhelming." + "" + "Getting back on topic, set yourself up for &7LV&r by crafting six &aLV Electric Motors&r! This may seem like a lot, but that's the bare minimum required to get to the good stuff in &7LV&r." + "" + "&6Once you complete this Quest and the Electronic Circuit Quest, you are ready to move on to the LV Age.&r" + ] + icon: "gtceu:lv_electric_motor" + id: "5A8F0124E07D5025" + shape: "gear" + size: 2.0d + subtitle: "Low Voltage beckons..." + tasks: [{ + count: 6L + icon: "gtceu:lv_electric_motor" + id: "6F01622979E6F332" + item: "gtceu:lv_electric_motor" + type: "item" + }] + title: "The First of Many Motors" + x: 7.5d + y: -3.0d + } + { + dependencies: ["2658E7679CD42ACD"] + description: [ + "Obtaining paper is both more difficult and less efficient than in vanilla. Thanks, Greg." + "" + "You'll need to grind &aSugar Canes&r into &aPaper Dust&r, and then smush the dust with a mallet and water." + "{@pagebreak}" + "&9Note 1:&r Don't worry, we're not cruel enough to have the recipe consume the bucket." + "{@pagebreak}" + "&9Note 2:&r Make a manual Sugar Cane farm. You could also automate one with Observers and Pistons. Shoutout to any &aNomifactory&r veterans." + "{@pagebreak}" + "&9Note 3:&r As a reminder, Bone Meal can be used on Sugar Canes." + "{@pagebreak}" + "&9Note 4:&r When you reach &7LV&r, you'll be able to make Paper from Wood." + "{@pagebreak}" + "&9Note 5:&r The Crafting Station makes this microcrafting absolutely &2trivial&r - use it!" + "{@pagebreak}" + "&9Note 6:&r Paper will be used as a poor wrapping material for the upcoming resistors." + "{@pagebreak}" + "&9Note 7:&r It is truly a pleasure to share this moment with you, our fellow Greg enjoyer." + "{@pagebreak}" + "&l&3Lore:&r&o In GTCEu 1.12.2, Paper Dust was instead named Chad, prompting this quest to be full of memes." + ] + id: "76B70EF552B35779" + shape: "rsquare" + size: 1.0d + subtitle: "#realism" + tasks: [{ + count: 4L + id: "5DCE370285F5B2C6" + item: "minecraft:paper" + type: "item" + }] + title: "Greg has struck again" + x: 11.5d + y: 1.5d + } + { + dependencies: ["5C7B69F45F076A79"] + description: [ + "&6GregTech&r can quickly get &4overwhelming&r with the plethora of fluids it introduces, so you may be looking for a way to store them. " + "" + "Introducing... &aDrums&r! They have large internal buffers, and any &aDrum&r can be broken and picked up and will &dkeep the fluid&r inside." + "{@pagebreak}" + "&l&4[ NOT YET IMPLEMENTED ]" + "" + "Additionally, &binternal tanks&r from machines will interact with items containing fluid. This is great for manual crafting - this means you can use fluid drums instead of multiple buckets in crafting. To &5void fluid&r contained in a Drum, place it alone in any crafting grid." + "" + "&o&7Pssst:&r &oA right-click with a Screwdriver allows a Drum to drain its content into another container placed under it. This is great if you want to keep your Liquid Boilers fueled for longer." + "{@pagebreak}" + "&l&3Lore:&r&o These drums are actually ported from GregTech 6." + ] + id: "2B74E56C9E138F18" + shape: "rsquare" + size: 1.0d + subtitle: "Just kidding, tanks for fluids" + tasks: [{ + id: "5876092FAA1763E0" + item: "gtceu:bronze_drum" + type: "item" + }] + title: "Armoured Tanks" + x: -4.5d + y: -3.0d + } + { + dependencies: ["5C7B69F45F076A79"] + description: [ + "Make the listed molds for future alloy smelting. Be sure to make &aMolds&r - don't make &cExtruder Shapes&r, as they're used in a different machine." + "" + "The reward for this quest will alleviate &da lot of pain&r when it comes to crafting &bGears&r." + ] + hide_dependency_lines: true + icon: "gtceu:ball_casting_mold" + id: "22997534983F6812" + shape: "square" + size: 1.0d + subtitle: "Reduce the amount of malding by molding" + tasks: [ + { + id: "33DCDFE73740AF97" + item: "gtceu:plate_casting_mold" + type: "item" + } + { + id: "7E7A1A7FBBCA2C27" + item: "gtceu:ball_casting_mold" + type: "item" + } + { + id: "2AE408B2303C21EA" + item: "gtceu:block_casting_mold" + type: "item" + } + ] + title: "Malding" + x: 4.0d + y: -3.0d + } + { + dependencies: ["249374557D095913"] + description: [ + "Not many items are made in the &3Extractor&r during the &6Steam Age&r, but it's used to make &9Rubber&r, which you'll need after Steel." + "" + "You can also process Dirt in the Extractor for &aBones&r, which makes getting &aBone Meal&r a lot easier for Peaceful players." + ] + id: "1436DB89E21264F3" + shape: "square" + size: 1.0d + subtitle: "The Steam Extractor extracts..." + tasks: [{ + id: "12A46916B1BC17EC" + item: "gtceu:hp_steam_extractor" + type: "item" + }] + title: "Steam Extractor" + x: 4.0d + y: -1.5d + } + { + dependencies: ["6E13B0241CB1D536"] + description: [ + "Grow &dRubber Trees&r and cut them down to get &aSticky Resin&r." + "" + "If you're playing on a difficulty other than &bPeaceful&r, Sticky Resin can be obtained from Slimeballs." + "{@pagebreak}" + ] + id: "3144DC68B266730C" + size: 1.0d + subtitle: "Did you think we would force you to use treetaps...?" + tasks: [{ + count: 32L + id: "67D04A48C5473D10" + item: "gtceu:sticky_resin" + type: "item" + }] + title: "Sticky Resin" + x: 7.5d + y: 1.5d + } + { + dependencies: [ + "3144DC68B266730C" + "236C886D50A99785" + "1436DB89E21264F3" + "22997534983F6812" + ] + description: [ + "Rubber is an excellent insulation material, and that's exactly what it's used for in GTCEu." + "" + "You'll want to use the &3Alloy Smelter&r to make &aRubber Bars&r. These ratios aren't particularly great, but we promise that making Rubber Bars will be much more efficient at &7LV&r." + "{@pagebreak}" + "&l&3Lore:&r&o In base GregTech 5 (and in base GTCE), you needed to get string and black wool carpets as your first insulation material. &mThat was obviously far, far more fun.&r" + ] + icon: "gtceu:rubber_ingot" + id: "77EA56D16A9B3BFC" + shape: "square" + size: 1.0d + subtitle: "Put that resin to use!" + tasks: [ + { + id: "04946F2F0923EFFE" + item: "gtceu:rubber_ingot" + type: "item" + } + { + id: "5B1CDCDC598717C5" + item: "gtceu:rubber_plate" + type: "item" + } + ] + title: "Rubbering up" + x: 5.5d + y: -1.5d + } + { + dependencies: [ + "3144DC68B266730C" + "76B70EF552B35779" + ] + description: [ + "Resistors are components that will be used to make your first Circuit." + "" + "It wouldn't be unwise to prioritise the recipes that use &aFine Wires&r, as they'll save you more materials in the long run." + "" + "Wires may be expensive right now, but they'll get a lot cheaper in &7LV&r." + ] + id: "391E853DCE86BFD0" + shape: "square" + size: 1.0d + subtitle: "The easier component for circuits" + tasks: [{ + id: "35CFB9E695DE3549" + item: "gtceu:resistor" + type: "item" + }] + title: "Electronics #1: Resistors" + x: 9.5d + y: 1.5d + } + { + dependencies: ["5C7B69F45F076A79"] + description: [ + "&bFluid Pipes&r will transport &7Steam&r between machines for you." + "" + "Each Pipe has a certain throughput in mB/t, and a &6Temperature Limit&r. This is relevant right now, as Steam will burn Wooden Pipes. Some pipes have &bspecial&r attributes you don't need to worry about for now." + "" + "Each material has several sizes for Pipes. The bigger the Pipe, the &ahigher&r the throughput, but the more &dexpensive&r the craft. For example, a normal &6Bronze Fluid Pipe&r transfers 120 mB/t. (It also has a 1,200 mB internal buffer!)" + "" + "Get either a Small or Normal &6Bronze Fluid Pipe&r to complete this quest. Both are used in crafting." + "{@pagebreak}" + "&aReminder:&r 1 second = 20 ticks... assuming the server isn't lagging." + "" + "&dNote:&r GT6-style Pipes are enabled. It means that placing Pipes connects them only to the block they were placed against. To open more connections, use your Wrench on the pipe." + "" + "You can also shift-right click with your Wrench to disable input from a side. This can help counteract sloshing (liquids travelling in an undesired direction)." + ] + icon: "gtceu:bronze_normal_fluid_pipe" + id: "1FFD2242B94A7378" + shape: "rsquare" + size: 1.0d + subtitle: "Liquids, gases... we don't discriminate" + tasks: [{ + id: "5D2E76DBCDE1C86A" + item: { + Count: 1b + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:bronze_tiny_fluid_pipe)item(gtceu:bronze_quadruple_fluid_pipe)item(gtceu:bronze_nonuple_fluid_pipe)item(gtceu:bronze_huge_fluid_pipe)item(gtceu:bronze_large_fluid_pipe)item(gtceu:bronze_normal_fluid_pipe)item(gtceu:bronze_small_fluid_pipe))" + } + } + title: "Any Bronze Pipe" + type: "item" + }] + title: "Fluid Pipes" + x: -2.0d + y: -3.0d + } + { + dependencies: ["5C7B69F45F076A79"] + description: [ + "&dSteam Machines&r accept any Steam that is pumped from nearby Boilers into their internal storage tank. They will run recipes from JEI up to 32 EU/t (&7LV&r-tier)." + "" + "&6This quest unlocks a new tutorial on Steam in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + id: "03DBF1961AE21C76" + shape: "square" + size: 1.0d + tasks: [{ + id: "03BA041BE9C347FD" + item: "gtceu:steel_brick_casing" + type: "item" + }] + title: "Steam Machine Behaviour" + x: -0.5d + y: 0.0d + } + { + dependencies: ["03DBF1961AE21C76"] + description: [ + "The &bAlloy Smelter&r is used for, well, alloys. You'll want it for the efficient &6Bronze&r recipe, and for &4Red Alloy&r in the near future." + "" + "Out of all the &6Steam Age&r machines, this is the most steam-hungry. If you ever find yourself running out of steam, give your machine a &alove-tap&r with &dany Soft Mallet&r to momentarily pause it." + ] + id: "48AED37B4E20A99A" + shape: "square" + size: 1.0d + subtitle: "The Alloy Smelter makes alloys..." + tasks: [{ + id: "2F3B195A110E41C2" + item: "gtceu:hp_steam_alloy_smelter" + type: "item" + }] + title: "Steam Alloy Smelter" + x: 2.5d + y: 0.0d + } + { + dependencies: ["249374557D095913"] + description: [ + "Crafting Vacuum Tubes might make you question your existence. Sorry about that." + "" + "This is mostly due to the fact that Wires and Rods are (sadly) very expensive right now, but they'll get cheaper in &7LV&r." + "" + "Vacuum Tubes are also technically your first Ultra Low Voltage (&8ULV&r) Circuit! Congratulations! You won't find very much use for these by themselves, though." + ] + id: "3CF550B81716B8B9" + shape: "square" + size: 1.0d + subtitle: "The harder component for circuits" + tasks: [{ + count: 2L + id: "099C373568DF4500" + item: "gtceu:vacuum_tube" + type: "item" + }] + title: "Electronics #3: Vacuum Tubes" + x: 4.0d + y: 0.0d + } + { + dependencies: [ + "22997534983F6812" + "48AED37B4E20A99A" + ] + description: [ + "Use Mortars or a Macerator (your choice) to microcraft your way to Glass Dust, which you can then turn into a &aGlass Block&r." + "" + "If you are lost, a more detailed guide for this process is on the next page, but &dwe urge you to nose around JEI&r and figure out the recipe on your own. Being able to navigate JEI and parse recipes is an &6essential skill&r for completing this pack." + "" + "Glass will be easier later on. You've probably already noticed that juicy &3Arc Furnace&r recipe - don't worry, we'll get there soon." + "" + "Glass tubes will be required for your first Electronic Circuit." + "{@pagebreak}" + "Lost? Worry not!" + "" + "First, use a &3method of pulverisation&r to turn Sand into &9Quartz Sand Dust&r." + "" + "Next, crush down some Flint into &9Flint Dust&r, and split this dust into tiny piles in a crafting grid." + "" + "Combine the two into &9Glass Dust&r, which can be molded into Glass in an Alloy Smelter with a &9Block Mold&r." + "" + "Finally, Glass!" + ] + icon: "minecraft:glass" + id: "249374557D095913" + shape: "rsquare" + size: 1.0d + subtitle: "Must be satisfying, right?" + tasks: [ + { + id: "4B958F6E2AA74763" + item: "minecraft:glass" + type: "item" + } + { + id: "16FC5B5DCBBEE53E" + item: "gtceu:glass_tube" + type: "item" + } + ] + title: "Glass, at last!" + x: 2.5d + y: -1.5d + } + { + dependencies: ["48AED37B4E20A99A"] + description: [ + "&4Red Alloy&r is an alloy of Copper and Redstone, prized in the GregTech universe for its conductivity." + "" + "You will need some for &9Electronic Circuits&r." + "" + "&l&3Lore:&r&o This material originally comes from RedPower - what a throwback!" + ] + id: "54AF8696674766B4" + shape: "square" + size: 1.0d + subtitle: "A completely fictional alloy" + tasks: [{ + id: "4D3C4CF6577957A1" + item: "gtceu:red_alloy_ingot" + type: "item" + }] + title: "Red Alloy" + x: 5.5d + y: 0.0d + } + { + dependencies: [ + "3CF550B81716B8B9" + "391E853DCE86BFD0" + "4ED5A9AEF7B928BA" + "54AF8696674766B4" + "77EA56D16A9B3BFC" + ] + description: [ + "We made it to &7LV&r! Give yourself a pat on the back!" + "" + "Just kidding (lol), you actually need three Circuits to get started anywhere relevant in &7LV&r. Thankfully for you, someone left this spare circuit laying around." + "" + "We also want you to make an &aLV Machine Hull&r for this quest. You'll need one if you're to make any &7LV&r machine. We're feeling generous enough that this quest will grant you a second Hull, free of charge!" + "" + "Circuits are an integral part of progression in GregTech, so keep climbing." + "" + "&6Once you complete this Quest and the LV Motor Quest, you are ready to move on to the LV Age.&r" + ] + icon: "gtceu:basic_electronic_circuit" + id: "4B979482EF026BFF" + shape: "gear" + size: 2.0d + subtitle: "Your first &aElectronic Circuit&r!" + tasks: [ + { + count: 2L + id: "2D394A5292C3BA46" + item: "gtceu:basic_electronic_circuit" + type: "item" + } + { + id: "4296EFD816E40A37" + item: "gtceu:lv_machine_hull" + type: "item" + } + ] + title: "Electronics #4: The Circuit" + x: 9.0d + y: -1.0d + } + { + dependencies: ["1FFD2242B94A7378"] + description: [ + "&dPotin Fluid Pipes&r have a &avery high throughput&r for the material tier and cost. You may want to look into making some of these to aid with fluid logistics." + "" + "To get &dPotin&r, you should start by crafting its &eDust&r form." + "" + "This quest calls for either the small or normal pipe. Get either size to complete it." + "{@pagebreak}" + "&l&3Lore:&r&o &dPotin Fluid Pipes&r were originally created in &9GT++&r, and were a huge power spike for players in a little pack called &4GT:NH&r. We wanted to spread some of that joy." + "" + "In the real world, &dPotin&r is an alloy used in coins, not pipes. GTCEu just gets more unrealistic by the day..." + ] + icon: "gtceu:potin_normal_fluid_pipe" + id: "3C70B0717E9377A4" + shape: "rsquare" + size: 1.0d + subtitle: "...I'm going into battle, and I need only your finest Potin." + tasks: [{ + id: "1D53AAFD7F6F8B2B" + item: { + Count: 1b + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:potin_tiny_fluid_pipe)item(gtceu:potin_small_fluid_pipe)item(gtceu:potin_normal_fluid_pipe)item(gtceu:potin_large_fluid_pipe)item(gtceu:potin_huge_fluid_pipe)item(gtceu:potin_huge_fluid_pipe)item(gtceu:potin_quadruple_fluid_pipe)item(gtceu:potin_nonuple_fluid_pipe))" + } + } + title: "Any Potin Pipe" + type: "item" + }] + title: "Potin Seller..." + x: -2.0d + y: -4.5d + } + { + dependencies: ["03DBF1961AE21C76"] + description: [ + "With the creation of this machine, many recipes that once required you to use a hammer can instead be made here!" + "" + "It can process &bCobblestone into Gravel&r, and &dGravel into Sand&r - and it's zippy at that to boot." + "" + "Last but not least, it makes &aPlates&r at a better ratio: &6three Ingots for two Plates&r. A worthwhile investment!" + "" + "You know what? &aBonus&r! We'll give you the &8Anvil&r back if you craft the Forge Hammer. This is a gentle reminder that you can repair GregTech tools in an Anvil." + ] + id: "1931FC6DEAC29646" + shape: "square" + size: 1.0d + subtitle: "The Forge Hammer hammers..." + tasks: [{ + id: "4F4074D7CE5A61A0" + item: "gtceu:hp_steam_forge_hammer" + type: "item" + }] + title: "Steam Forge Hammer" + x: 1.0d + y: -1.5d + } + { + dependencies: ["03DBF1961AE21C76"] + description: [ + "The &bMacerator&r frees you from the painful process of &egrinding stuff into dust&r with a &3Mortar&r, but at the steep cost of time. Processing a single piece of Iron Ore in this machine will take &ctwenty seconds&r - twice the time it takes to smelt an ingot in a furnace!" + "" + "The Macerator also marks the advent of &eOre Processing&r, but that's a scary topic that we'll dip our toes into in the next quest." + "{@pagebreak}" + "The macerator will output only the first item shown in recipes from JEI. The other slots are locked until you make a &6HV&r Macerator. How unfortunate..." + "" + "Our (&oimportant!&r) advice: it's actually better to keep directly smelting for now! The efficiency loss is made up with faster mining. Use the Macerator to make things like &aClay Dust&r instead!" + ] + id: "1C50A758A1DE25CB" + shape: "square" + size: 1.0d + subtitle: "The Macerator macerates..." + tasks: [{ + id: "6DFD6AC8CF31305C" + item: "gtceu:hp_steam_macerator" + type: "item" + }] + title: "Steam Macerator" + x: -0.5d + y: 1.5d + } + { + dependencies: [ + "3144DC68B266730C" + "1C50A758A1DE25CB" + ] + description: [ + "Macerate Wood into Wood Pulp, then compress it into Wood Plates. Combine it with Resin to make an empty board." + "" + "Stick in some expensive Copper Wires (these'll get cheaper in &7LV&r) and you've got the base for your first &aCircuit&r." + "" + "Almost there!" + ] + icon: "gtceu:resin_printed_circuit_board" + id: "4ED5A9AEF7B928BA" + shape: "square" + size: 1.0d + subtitle: "The circuit-er part of circuits..." + tasks: [ + { + id: "3704C06203B7485A" + item: { + Count: 1b + id: "itemfilters:tag" + tag: { + value: "forge:plates/wood" + } + } + optional_task: true + title: "Wood Plates" + type: "item" + } + { + id: "131521889242DDB8" + item: "gtceu:resin_printed_circuit_board" + type: "item" + } + ] + title: "Electronics #2: Circuit Boards" + x: 5.5d + y: 1.5d + } + { + dependencies: ["1C50A758A1DE25CB"] + description: [ + "In its simplest form, Ore Processing in GregTech boils down to &aconverting one Ore into two Ingots through two Dusts&r, like several other tech mods. " + "" + "The added spice is the amount of steps, either optional or required." + "" + "Ore Processing will be explained further once you get into &7LV&r." + "" + "&6This quest unlocks a new tutorial on rudimentary Ore Processing in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" + ] + icon: "gtceu:gold_crushed_ore" + id: "7813F183681E0342" + shape: "circle" + size: 1.0d + subtitle: "...and how do I get rid of it?" + tasks: [{ + id: "1C4CFA0AD3125A6D" + title: "Oh god, what have I gotten myself into!?" + type: "checkmark" + }] + title: "What is this Mess?!" + x: -0.5d + y: 3.0d + } + { + dependencies: ["1C50A758A1DE25CB"] + description: [ + "&o...or perhaps it was the opposite?&r" + "" + "The &3Steam Grinder&r can pulverize &6large batches of items quickly&r and effortlessly&r, sort of like a parallel Macerator." + "{@pagebreak}" + "&l&3Lore:&r&o This Multiblock originally comes from GT++. It required Tumbaga to craft, an alloy with a mix of Gold and Bronze." + ] + icon: "gtceu:steam_grinder" + id: "7FF95F1216D104B2" + shape: "square" + size: 1.0d + subtitle: "The Steam Oven's elder brother" + tasks: [ + { + id: "478F7F5E6B4FC488" + item: "gtceu:steam_grinder" + type: "item" + } + { + id: "03C98558808BFE64" + item: "gtceu:steam_input_hatch" + type: "item" + } + { + id: "2DC0277BA681DFAE" + item: "gtceu:steam_input_bus" + type: "item" + } + { + id: "68A6EFAD92986DFA" + item: "gtceu:steam_output_bus" + type: "item" + } + { + count: 22L + id: "4E7178278B4E3189" + item: "gtceu:steam_machine_casing" + type: "item" + } + ] + title: "Steam Grinder" + x: 1.0d + y: 3.0d + } + { + dependencies: ["011EC2CE0111C9A0"] + description: [ + "&o...or little brother. Don't let him know!&r" + "" + "The &3Steam Oven&r is a great multiblock option if you need &6effortlessly smelt large quantities of items.&r No more lines of furnaces that you have to manually empty and refuel!" + "" + "It effectively behaves as a parallel furnace, smelting up to 8 items at a time for a low cost of Steam." + "{@pagebreak}" + "" + "&l&3Lore:&r&o This Multiblock - despite being very similar to its brother, the Steam Grinder - isn't ported from a GregTech version or addon. Its actual progenitor is the Steam Oven from Railcraft, which dates back to 1.4.7!" + ] + icon: "gtceu:steam_oven" + id: "6C25D11A26306168" + shape: "square" + size: 1.0d + subtitle: "The Steam Grinder's big brother" + tasks: [ + { + id: "0EA421E6E53FA6A8" + item: "gtceu:steam_oven" + type: "item" + } + { + id: "0516BE263B5E27D4" + item: "gtceu:steam_input_hatch" + type: "item" + } + { + id: "772885C6A810E804" + item: "gtceu:steam_input_bus" + type: "item" + } + { + id: "3C3A4803A6F267F3" + item: "gtceu:steam_output_bus" + type: "item" + } + { + count: 8L + id: "427EA1F4AE420C1F" + item: "gtceu:steam_machine_casing" + type: "item" + } + { + count: 8L + id: "50AD2CBE77234D06" + item: "gtceu:bronze_firebox_casing" + type: "item" + } + ] + title: "Steam Oven" + x: -8.5d + y: -1.5d + } + { + dependencies: ["03DBF1961AE21C76"] + description: ["The Steam Compressor unlocks some tantalising new recipes that will help you to progress towards Steel."] + id: "07415D6305C3B1D2" + shape: "rsquare" + size: 1.0d + subtitle: "The Steam Compressor compresses..." + tasks: [{ + id: "21C99D59F1BE48A3" + item: "gtceu:hp_steam_compressor" + type: "item" + }] + title: "Steam Compressor" + x: -0.5d + y: -1.5d + } + { + dependencies: ["48AED37B4E20A99A"] + description: [ + "&3Item Pipes&r are a simple yet effective way to move items around &dinstantly&r, but with throughput limitations." + "" + "Higher tier pipes provide ridiculously large throughput - a rare sight in modded Minecraft!" + "" + "Item Pipes &9do not pull&r, but they will push any item inserted into them to other connected inventories, prioritizing &9the closest inventory&r first." + "{@pagebreak}" + "The priority mechanics are &osomewhat complicated&r, so skip ahead if you aren't interested:" + "" + "A &eDestination&r will have a &dRouting Value&r calculated, which is the sum of all \"Routing Values\" of the individual Pipes to that Destination. Whichever Destination has the &clowest &dRouting Value&r will be the one selected for Insertion." + "" + "&3Restrictive Pipes&r typically have the lowest Priority for insertion due to their higher Routing Value." + "{@pagebreak}" + "Right now, you can use them in combination with &6Hoppers&r, but you will also be able to use them with Conveyor Modules, Output Buses, and machine Auto-Outputs all in the LV age." + "" + "&9Note:&r GT6-style Pipes are &denabled&r. It means that placing Pipes connect them only to the block they were placed against. To open more connections, use your &5Wrench&r on the grid." + "" + "Get &eany&r of the suggested Item Pipes to complete this quest." + "{@pagebreak}" + "&l&3Lore:&r&o Oooooh, YEAH! Item Pipes were in GregTech 5, and for whatever reason they weren't kept for GTCE, so you had to use other mods to transport items. Who does that!? Jokes aside, we hope you enjoy Item Pipes being back in GregTech!" + ] + icon: "gtceu:tin_small_item_pipe" + id: "539CF1B85725786D" + shape: "rsquare" + size: 1.0d + tasks: [{ + id: "158F4EEDC214A3BA" + item: { + Count: 1b + id: "itemfilters:or" + tag: { + items: [ + { + Count: 1b + id: "gtceu:tin_small_item_pipe" + } + { + Count: 1b + id: "gtceu:nickel_small_item_pipe" + } + { + Count: 1b + id: "gtceu:cobalt_small_item_pipe" + } + ] + } + } + title: "Earlygame Item Pipes" + type: "item" + }] + title: "Item Pipes" + x: 2.5d + y: 3.0d + } + { + dependencies: ["5C7B69F45F076A79"] + id: "011EC2CE0111C9A0" + tasks: [{ + id: "7A1C685F48E09F6B" + item: "gtceu:hp_steam_furnace" + type: "item" + }] + x: -7.0d + y: -1.5d + } + { + dependencies: ["5C7B69F45F076A79"] + id: "3D6E423744153954" + tasks: [{ + id: "2908168A0D5379D3" + item: "gtceu:hp_steam_liquid_boiler" + type: "item" + }] + x: -7.0d + y: 0.0d + } + { + dependencies: ["5C7B69F45F076A79"] + id: "41F23E44E154C3E9" + tasks: [{ + id: "22542CDE2F0C0524" + item: "gtceu:hp_steam_rock_crusher" + type: "item" + }] + x: -7.0d + y: 1.5d + } + ] + subtitle: ["Harness the power of Steam and learn the basics"] + title: "Steam Age" +} diff --git a/config/ftbquests/quests/chapters/steel_age.snbt b/config/ftbquests/quests/chapters/steel_age.snbt deleted file mode 100644 index c66fc22f2..000000000 --- a/config/ftbquests/quests/chapters/steel_age.snbt +++ /dev/null @@ -1,139 +0,0 @@ -{ - default_hide_dependency_lines: false - default_quest_shape: "" - filename: "steel_age" - group: "" - icon: { - Count: 1b - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "gtceu:steel_ingot" - } - id: "0614D8560F1585FA" - order_index: 1 - quest_links: [{ - id: "582A6B4135EABE27" - linked_quest: "5C7B69F45F076A79" - shape: "gear" - size: 3.0d - x: -1.0d - y: -4.0d - }] - quests: [ - { - dependencies: ["5C7B69F45F076A79"] - id: "5BC4A386098962E3" - tasks: [{ - id: "4FC5CBC7937AC5B5" - item: "gtceu:hp_steam_solid_boiler" - type: "item" - }] - x: 2.0d - y: -6.5d - } - { - dependencies: ["5C7B69F45F076A79"] - id: "3D6E423744153954" - tasks: [{ - id: "2908168A0D5379D3" - item: "gtceu:hp_steam_liquid_boiler" - type: "item" - }] - x: 2.0d - y: -5.5d - } - { - dependencies: ["5C7B69F45F076A79"] - id: "7F0DEF5DD0C69551" - tasks: [{ - id: "7FDC691BF010439B" - item: "gtceu:hp_steam_extractor" - type: "item" - }] - x: 2.0d - y: -4.5d - } - { - dependencies: ["5C7B69F45F076A79"] - id: "4F14E70185739952" - tasks: [{ - id: "4443E13098987EAE" - item: "gtceu:hp_steam_macerator" - type: "item" - }] - x: 2.0d - y: -7.5d - } - { - dependencies: ["5C7B69F45F076A79"] - id: "6E047C0C4A6C2915" - tasks: [{ - id: "7FBF211B63242531" - item: "gtceu:hp_steam_compressor" - type: "item" - }] - x: 2.0d - y: -3.5d - } - { - dependencies: ["5C7B69F45F076A79"] - id: "3FB00451823EF146" - tasks: [{ - id: "5D557E269613AAD1" - item: "gtceu:hp_steam_compressor" - type: "item" - }] - x: 2.0d - y: -0.5d - } - { - dependencies: ["5C7B69F45F076A79"] - id: "011EC2CE0111C9A0" - tasks: [{ - id: "7A1C685F48E09F6B" - item: "gtceu:hp_steam_furnace" - type: "item" - }] - x: 2.0d - y: -8.5d - } - { - dependencies: ["5C7B69F45F076A79"] - id: "2BC4477CF9DA0243" - tasks: [{ - id: "6A698D0532478E17" - item: "gtceu:hp_steam_forge_hammer" - type: "item" - }] - x: 2.0d - y: 0.5d - } - { - dependencies: ["5C7B69F45F076A79"] - id: "26A2AB5D93993A35" - tasks: [{ - id: "18A285342E8BB681" - item: "gtceu:hp_steam_alloy_smelter" - type: "item" - }] - x: 2.0d - y: -2.5d - } - { - dependencies: ["5C7B69F45F076A79"] - id: "41F23E44E154C3E9" - tasks: [{ - id: "22542CDE2F0C0524" - item: "gtceu:hp_steam_rock_crusher" - type: "item" - }] - x: 2.0d - y: -1.5d - } - ] - title: "Steel Age" -} diff --git a/config/ftbquests/quests/chapters/uv__ultimate_voltage.snbt b/config/ftbquests/quests/chapters/uv__ultimate_voltage.snbt new file mode 100644 index 000000000..da6ab6716 --- /dev/null +++ b/config/ftbquests/quests/chapters/uv__ultimate_voltage.snbt @@ -0,0 +1,552 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "uv__ultimate_voltage" + group: "" + icon: "gtceu:uv_electric_motor" + id: "2E730D6F5A7C2E83" + order_index: 9 + quest_links: [ + { + id: "5232A33368566616" + linked_quest: "6988AE94BE7B461F" + size: 0.75d + x: 5.625d + y: 3.75d + } + { + id: "194EA210B37DFEA0" + linked_quest: "762C48F0C2EA6B81" + size: 0.75d + x: 4.5d + y: 2.625d + } + { + id: "5BB69AB0561DAE36" + linked_quest: "0199DBC46D7BC2B9" + size: 0.75d + x: 6.75d + y: 1.5d + } + { + id: "395B2149ABE3A85F" + linked_quest: "42760D3A86EFDCA3" + size: 0.75d + x: 3.375d + y: 1.5d + } + ] + quests: [ + { + dependencies: ["6F15D7574B8F6DB5"] + description: [ + "Crafting the &aUltimate Battery&r marks the end of GTCEu and the GregTech Community Modpack. &6Congratulations!&r" + "" + "Now that you've finished the mod, there's a few things you should do:" + "" + "- &9Join the GTCEu Discord&r and tell us about how your playthrough went! Feel free to show off your battery :) " + "" + "- &eGo outside&r (and start playing GregTech in real life, right?). Integrate back into regular society." + "" + "- &cBlow up your world with TNT and GT Dynamite&r. &nPlease, please, PLEASE make a backup first!!!&r" + "" + "&6&lThank you for playing the pack! :D&r" + "- The GregTech Community Pack Dev Team" + ] + icon: { + Count: 1b + id: "gtceu:iron_wrench" + tag: { + Damage: 0 + } + } + id: "6E8F257261F93501" + shape: "heart" + size: 4.0d + subtitle: "Is this... the end?" + tasks: [{ + id: "3BE7164F661251AD" + type: "checkmark" + }] + title: "The Finale" + x: 10.125d + y: 1.5d + } + { + dependencies: [ + "762C48F0C2EA6B81" + "6988AE94BE7B461F" + "35F13B6D60361904" + "0199DBC46D7BC2B9" + ] + description: [ + "This Maintenance Hatch is an upgrade to the Automatic Maintenance Hatch." + "" + "It allows your Multiblock to run regular &aCleanroom recipes&r when not contained inside one - but not Sterilized recipes." + ] + id: "1976F9B2220BBEDE" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "244FC822F724507F" + item: "gtceu:cleaning_maintenance_hatch" + type: "item" + }] + title: "Cleaning Maintenance Hatch" + x: 5.625d + y: 2.625d + } + { + dependencies: [ + "678CABA03E17516A" + "690A51204DF5D469" + "762C48F0C2EA6B81" + ] + description: [ + "The &aUV Lapotronic Orb&r is even better than the &cZPM&r one! It of course comes at a price..." + "{@pagebreak}" + "&l&3Lore:&r&o Imagine making 512 &1IV&f Orbs, or 64 &dLuV&f Orbs... or 8 &cZPM&f Orbs.... for just one of these! See the Lore for the LuV orb for details." + ] + icon: "gtceu:energy_cluster" + id: "3D9D27F29D9D12F6" + size: 0.75d + subtitle: "It holds way too much power!" + tasks: [ + { + id: "3A3B82E7FEE173C3" + item: "gtceu:energy_cluster" + type: "item" + } + { + id: "57D8084A5AA960F8" + item: "gtceu:uv_lapotronic_battery" + type: "item" + } + ] + title: "Ultimate Battery?" + x: 7.875d + y: 2.625d + } + { + dependencies: [ + "3D9D27F29D9D12F6" + "0009F48B6E385A47" + ] + description: [ + "The amount of EU this battery can storage is the max value of a Long Integer in Java." + "" + "Don't try to win Minecraft - you can't." + "{@pagebreak}" + "&l&3Lore:&r&o You're probably tired of this by now, but things are different with the battery lore this time. We promise." + "" + "&oGTCEu's ultimate battery uses 16 &3UV&f orbs. GTNH's only uses 8. However, GTNH also has a &lReally Ultimate Battery&r&o made of 8 Ultimate Batteries! It's not useful at all, but still exists..." + "" + "&oThey also added an &lExtremely Ultimate Battery&r&o made of 8 Really Ultimate Batteries, which is ludicrously expensive." + ] + id: "6F15D7574B8F6DB5" + shape: "gear" + size: 1.3d + subtitle: "Consider touching some grass" + tasks: [{ + id: "5EDF6F9FD702E463" + item: "gtceu:max_battery" + type: "item" + }] + title: "Ultimate Battery!" + x: 7.875d + y: 1.5d + } + { + dependencies: ["3CDA855A045A9F4D"] + description: [ + "&4&l[ NOT YET IMPLEMENTED ]&r" + "" + "The &3Network Switch&r allows multiple HPCAs to be used in conjunction with each other! This allows you to provide far more computation to your &aResearch Station&r." + "" + "HPCAs can be connected to &3Network Switches&r with transmission and reception hatches, and then the Network Switch can output to a &aResearch Station&r with another transmission hatch." + "" + "HPCAs cannot connect to &3Network Switches&r by default, and each connected HPCA requires an &3HPCA Bridge Component&r to enable this functionality." + ] + id: "0BADFBA6F96E457E" + size: 0.75d + subtitle: "With our powers combined..." + tasks: [{ + id: "3DAB523583CEACA8" + type: "checkmark" + }] + title: "Network Switch" + x: 2.25d + y: 0.375d + } + { + dependencies: [ + "45E300FD7CD05A37" + "359121584E056022" + ] + description: [ + "This is a huge accomplishment, nice job!" + "" + "The only ingredient that should be new to you are the &4Tritanium Frames&r." + ] + id: "3B49BD004F38E1A2" + shape: "gear" + size: 1.2d + subtitle: "The &6final&r circuit" + tasks: [{ + id: "433027F7B7C732A1" + item: "gtceu:wetware_processor_mainframe" + type: "item" + }] + title: "Wetware Mainframe - The UHV Circuit" + x: 3.375d + y: -0.75d + } + { + dependencies: [ + "0BADFBA6F96E457E" + "42760D3A86EFDCA3" + ] + description: [ + "&4&l[ NOT YET IMPLEMENTED ]&r" + "" + "The &3Data Module&r is required for Endgame Research. &aAssembly Lines&r cannot read from it using &aData Access Hatches&r directly, and instead require the &9Data Bank&r." + ] + id: "45E300FD7CD05A37" + size: 0.75d + subtitle: "Data storage sure is expensive..." + tasks: [{ + id: "4F9B678E31002121" + type: "checkmark" + }] + title: "Data Module" + x: 3.375d + y: 0.375d + } + { + dependencies: ["023FF9633765A0EB"] + description: [ + "&6Neutronium&r is a hyper-dense material normally found in the hearts of neutron stars: the collapsed cores of stars between ten and thirty times the size of the sun. It is the final primary material in GTCEu." + "{@pagebreak}" + "&l&3Lore:&r&o In GCYL, Neutronium is unlocked at UMV-tier (called UXV in CEu). There is also Cosmic Neutronium, which is equivalent to Avaritia's Neutronium in GT5u, which was unlocked even later in GCYL!" + "" + "&l&More Lore:&r&o Fun fact: a single neutronium block is approximately 2884 million metric tons and somewhere around 600000K, yet you're somehow capable of holding one with your bare hands. Don't think about it too much." + ] + id: "6DBF61D4F94BC851" + size: 0.75d + subtitle: "Pure Neutrons" + tasks: [{ + id: "0454B12D9A5C9795" + item: "gtceu:neutronium_ingot" + type: "item" + }] + title: "Neutronium" + x: 5.625d + y: -0.75d + } + { + dependencies: [ + "762C48F0C2EA6B81" + "4C7C0F6A6598BC24" + "35F13B6D60361904" + ] + description: [ + "&aTritanium Coils&r bring the Heat Capacity to &d10,800K&r." + "" + "These coils aren't needed for much, but they'll provide another perfect overclock for most recipes!" + ] + id: "6AF3A40BC9CE7122" + size: 0.75d + subtitle: "Why would you even need something this hot?!" + tasks: [{ + count: 16L + id: "43CE7370C6D03DFD" + item: "gtceu:tritanium_coil_block" + type: "item" + }] + title: "Tritanium Coils" + x: 4.5d + y: 1.5d + } + { + dependencies: ["6DBF61D4F94BC851"] + description: [ + "A goal if you really want to make a point." + "" + "If you make this in a &3UV&r machine, it'll take you 10 days." + "" + "If you overclock a Gregicality Multiblock to UEV (by using a 4A &4UHV&r hatch), you'll still be waiting for 2.5 days!" + "{@pagebreak}" + "&l&3Lore:&r&o The NAN Certificate comes from Crops++, a GT5u addon that adds a wide variety of IC2 crops." + ] + id: "3ED40CE1E4476C99" + shape: "rsquare" + size: 0.66d + subtitle: "GGEZ" + tasks: [{ + id: "29384189E33C8CB1" + item: "gtceu:nan_certificate" + type: "item" + }] + title: "Certificate of not being a Noob anymore" + x: 5.625d + y: 0.375d + } + { + dependencies: [ + "762C48F0C2EA6B81" + "6988AE94BE7B461F" + "35F13B6D60361904" + "0199DBC46D7BC2B9" + ] + description: [ + "&3UV&r Components are a tad harder than &cZPM&r. " + "" + "They use lots of &9Tritanium&r and &9Naquadria&r, so make sure your have enough Fusion Reactors, and a fast enough Naquadah Plant." + "" + "They also need a lot more &9Computation&r, which means &3Advanced HPCA Components&r are now required!" + "" + "Computation Needs for early &3UV&r:" + "" + "- &a32 CWU/t&r: Basic &3UV&r Components and the Network Switch" + "- &a48 CWU/t&r: &3UV&r Sensor, Emitter, and Field Generator" + ] + icon: "gtceu:uv_electric_motor" + id: "26F5A04750F6B6DD" + shape: "rsquare" + size: 0.66d + subtitle: "Prepare your Fusion Reactors!" + tasks: [ + { + id: "3AD82F68865047F3" + item: "gtceu:uv_electric_motor" + type: "item" + } + { + id: "495AADA7E2532B14" + item: "gtceu:uv_electric_piston" + type: "item" + } + { + id: "006FD36B583851E7" + item: "gtceu:uv_electric_pump" + type: "item" + } + { + id: "2CED35222E0F45AE" + item: "gtceu:uv_conveyor_module" + type: "item" + } + { + id: "1F2A7D8C0AE58BAA" + item: "gtceu:uv_robot_arm" + type: "item" + } + ] + title: "Total Euphoria" + x: 5.625d + y: 1.5d + } + { + dependencies: [ + "45E300FD7CD05A37" + "0BADFBA6F96E457E" + ] + description: [ + "This Quest will be completed with &eeither&r a &3ZPM Energy Hatch&r&r... or a &3ZPM Dynamo Hatch&r for your Multiblock Generators." + "" + "Don't forget that &d16 Amp&r variants exist!" + "" + "Additionally, remember that these hatches require a &9Data Orb&r for research." + ] + icon: "gtceu:uv_energy_input_hatch" + id: "2F2F82D9DE3C798C" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "4783D6B309027111" + item: "gtceu:uv_energy_input_hatch" + type: "item" + } + { + id: "62593894E98AFC45" + item: "gtceu:uv_energy_output_hatch" + type: "item" + } + ] + title: "Upgrading your Assembly Line III" + x: 4.5d + y: 0.375d + } + { + dependencies: ["6AF3A40BC9CE7122"] + description: [ + "&aUV Superconductors&r show up a lot in recipes when making a &9Fusion Reactor Mk3&r. Better get ready to make a boatload..." + "" + "You can also use them to cheapen &9Superconducting Coils&r even further." + ] + id: "3CDA855A045A9F4D" + shape: "rsquare" + size: 0.66d + tasks: [{ + id: "2A13EB0C94A752BD" + item: "gtceu:enriched_naquadah_trinium_europium_duranide_single_wire" + type: "item" + }] + title: "UV Superconductors" + x: 2.25d + y: 1.5d + } + { + dependencies: ["616DB394EB7D81D6"] + description: [ + "This Quest will be completed with &eeither&r a &3UHV Energy Hatch&r&r... or a &3UHV Dynamo Hatch&r for your Multiblock Generators." + "" + "These are the final energy hatches in GTCEu. It's been a pleasure upgrading our multiblocks together o7" + "" + "Don't forget about the &d16 amp&r versions!" + ] + icon: "gtceu:uhv_energy_input_hatch" + id: "5570F02C03267B36" + shape: "rsquare" + size: 0.66d + tasks: [ + { + id: "4DF40C8FF003DDC6" + item: "gtceu:uhv_energy_input_hatch" + type: "item" + } + { + id: "6E49D6D700F92C39" + item: "gtceu:uhv_energy_output_hatch" + type: "item" + } + ] + title: "Upgrading your Assembly Line for the Last Time" + x: 6.75d + y: -1.875d + } + { + dependencies: ["6DBF61D4F94BC851"] + description: [ + "This is the &afinal silicon boule&r, which will allow you to produce a ton of wafers." + "" + "It also unlocks the recipe for the &aHighly Advanced SoC&r, which is used to make cheaper &4wetware circuits&r." + ] + icon: "gtceu:neutronium_boule" + id: "3F058322E1A8D5EC" + shape: "rsquare" + size: 0.66d + subtitle: "Neutron -> Electron Holes" + tasks: [{ + id: "74712C8E9A6561A0" + item: "gtceu:neutronium_boule" + type: "item" + }] + title: "Neutronium-doped Silicon Boule" + x: 6.75d + y: -0.75d + } + { + dependencies: ["0009F48B6E385A47"] + description: ["The &aCreative Energy Cell&r is one of the few craftable creative items. It provides infinite energy to your AE system, so you don't have to worry about blackouts or power anymore."] + id: "428C62749A1A1BAB" + shape: "rsquare" + size: 0.66d + subtitle: "Ok, maybe there are Creative items." + tasks: [{ + id: "392079FDF410B9FD" + item: "ae2:creative_energy_cell" + type: "item" + }] + title: "Creative ME Energy" + x: 7.875d + y: -1.875d + } + { + dependencies: ["6DBF61D4F94BC851"] + description: ["The &aGravi Star&r is the final upgraded Nether Star in GTCEu. It's needed for &3UV&r Sensors, Emitters, and Field Generators."] + id: "0009F48B6E385A47" + size: 0.75d + subtitle: "Unfortunately, doesn't make you float" + tasks: [{ + id: "06668056CFF73DBD" + item: "gtceu:gravi_star" + type: "item" + }] + title: "Gravi Star" + x: 7.875d + y: -0.75d + } + { + dependencies: [ + "3B49BD004F38E1A2" + "2F2F82D9DE3C798C" + "762C48F0C2EA6B81" + ] + description: [ + "Build the structure displayed with Fusion Glass in &aJEI&r." + "" + "To save on Fusion Casings, fit Input + Output Hatches wherever you can (as displayed in the structure)." + "" + "The &aFusion Reactor Mk3&r is even more expensive than the Mk2! The key difference is that it has a higher &6Energy To Start&r than the Mk2, allowing you to run new recipes." + "" + "It can also overclock lower voltage recipes, such as those in the Mk1 or Mk2 reactor. See the Mk1's quest for how these mechanics work." + ] + id: "023FF9633765A0EB" + size: 0.75d + subtitle: "The most expensive form of Fusion" + tasks: [{ + id: "571672CEA7362C63" + item: "gtceu:uv_fusion_reactor" + type: "item" + }] + title: "Fusion Reactor III" + x: 4.5d + y: -0.75d + } + { + dependencies: ["6DBF61D4F94BC851"] + description: [ + "You probably don't even need these, but &aUHV Superconductors&r exist, and are used for a few things, which you also probably don't need..." + "" + "Craft these if you feel like flexing." + ] + id: "616DB394EB7D81D6" + shape: "rsquare" + size: 0.66d + subtitle: "Is Neutronate even a real thing?" + tasks: [{ + id: "665AC3D87C204E18" + item: "gtceu:ruthenium_trinium_americium_neutronate_single_wire" + type: "item" + }] + title: "UHV Superconductors" + x: 5.625d + y: -1.875d + } + { + dependencies: ["3F058322E1A8D5EC"] + description: [ + "&aHighly Advanced SoC&rs will make crafting &4wetware circuits&r much easier." + "" + "The drawback is that the recipe requires UV power, but that's no problem to you, right?" + ] + icon: "gtceu:highly_advanced_soc" + id: "0D3B74E82F1CFE8A" + shape: "rsquare" + size: 0.66d + subtitle: "Can we get much higher?" + tasks: [{ + id: "493CC040B9974B42" + item: "gtceu:highly_advanced_soc" + type: "item" + }] + title: "Highly Advanced SoCs" + x: 6.75d + y: 0.375d + } + ] + subtitle: ["Bring your long journey to a well-deserved end"] + title: "&3UV&r - Ultimate Voltage" +} diff --git a/config/ftbquests/quests/chapters/zpm__zero_point_module.snbt b/config/ftbquests/quests/chapters/zpm__zero_point_module.snbt new file mode 100644 index 000000000..afcb0d979 --- /dev/null +++ b/config/ftbquests/quests/chapters/zpm__zero_point_module.snbt @@ -0,0 +1,725 @@ +{ + default_hide_dependency_lines: false + default_quest_shape: "" + filename: "zpm__zero_point_module" + group: "" + icon: "gtceu:zpm_electric_motor" + id: "0945247E83444D90" + order_index: 8 + quest_links: [ + { + id: "6BE70146903B5CBD" + linked_quest: "52D00CD3E8D1E293" + shape: "rsquare" + size: 0.66d + x: -1.5d + y: 2.25d + } + { + id: "21A3EAE297C446EC" + linked_quest: "24F0454B9A090C44" + size: 0.75d + x: -6.0d + y: 2.25d + } + ] + quests: [ + { + dependencies: ["24F0454B9A090C44"] + description: [ + "The &aZero Point Module&r (item) is a non-rechargable battery with TONS of energy stored. You may have found one of these before now, but you haven't been able to discharge it until reaching &cZPM&r." + "" + "These can only be found as loot from &6Jungle Temples&r. They're exceptionally rare - don't worry about finding one. " + "" + "This quest is &6optional&r and is just for fun. Feel free to hit the checkbox if you just want the completion points!" + "{@pagebreak}" + "&l&3Lore:&r&o Zero Point Module, the full name of the ZPM tier, is also from Stargate. Its namesake is a device which generated crazy amounts of energy." + ] + icon: "gtceu:zero_point_module" + id: "75905E3672399A63" + shape: "rsquare" + size: 0.66d + subtitle: "Unlimited powah!" + tasks: [ + { + id: "10AC8DC9332D084C" + item: "gtceu:zero_point_module" + optional_task: true + type: "item" + } + { + id: "7AD0E74B9CD9AFAE" + type: "checkmark" + } + ] + title: "Zero Point Module" + x: -6.0d + y: 0.0d + } + { + dependencies: ["4C7C0F6A6598BC24"] + description: [ + "&aZPM Superconductors&r are a major gate between you and a &9Fusion Reactor Mk2&r, which uses copious amounts for its structure blocks." + "" + "You can also use them to make &9Superconducting Coils&r for cheaper." + ] + id: "2587BFD0D9F3FF4A" + shape: "rsquare" + size: 0.66d + subtitle: "Getting tired of all these pitch-black ingots yet?" + tasks: [{ + id: "5688605649CC30C3" + item: "gtceu:uranium_rhodium_dinaquadide_single_wire" + type: "item" + }] + title: "ZPM Superconductors" + x: -4.875d + y: 1.125d + } + { + dependencies: [ + "7A74F692F14F0FF8" + "24F0454B9A090C44" + ] + description: [ + "&cZPM&r Components thankfully aren't too much harder than &dLuV&r. " + "" + "They use lots of &9Osmiridium&r, so make sure your platinum refining process is up to the task." + ] + icon: "gtceu:zpm_electric_motor" + id: "5BBFE222190891DE" + shape: "rsquare" + size: 0.66d + subtitle: "Prepare your platline!" + tasks: [ + { + id: "17E45B64101F2249" + item: "gtceu:zpm_electric_motor" + type: "item" + } + { + id: "4EDD7EE060B4895B" + item: "gtceu:zpm_electric_piston" + type: "item" + } + { + id: "61AAFDF548821774" + item: "gtceu:zpm_electric_pump" + type: "item" + } + { + id: "4EEAD829002AD3FE" + item: "gtceu:zpm_conveyor_module" + type: "item" + } + { + id: "2AFFFD27485AD039" + item: "gtceu:zpm_robot_arm" + type: "item" + } + { + id: "68A105502E49FEDC" + item: "gtceu:zpm_sensor" + type: "item" + } + { + id: "555A9F017694B184" + item: "gtceu:zpm_emitter" + type: "item" + } + ] + title: "Absolute Elation" + x: -6.0d + y: 1.125d + } + { + dependencies: ["378F0AFCF95354B2"] + description: [ + "&aEnriched Naquadah&r is an isotope of Naquadah, Nq-528. It is radioactive and will be used in (as of yet) unimplemented nuclear reactors." + "" + "Currently, you just need it to make &9Trinium Coils&r." + ] + icon: "gtceu:enriched_naquadah_ingot" + id: "74B037D7031F4A78" + shape: "rsquare" + size: 0.66d + subtitle: "Naquadah, but radioactive!" + tasks: [ + { + id: "4598D1D78A71E514" + item: "gtceu:enriched_naquadah_sulfate_dust" + optional_task: true + type: "item" + } + { + id: "08B5C0B89DB3E272" + item: "gtceu:enriched_naquadah_ingot" + type: "item" + } + ] + title: "Enriched Naquadah" + x: -4.875d + y: -1.125d + } + { + dependencies: [ + "74B037D7031F4A78" + "0DC999F79A685194" + "2FCBA0D780DBDA9E" + ] + description: [ + "&aTrinium Coils&r bring up the Heat Capacity to &d9,001K&r." + "" + "These coils are required for progressing to the second half of &cZPM&r, and beyond." + ] + id: "4C7C0F6A6598BC24" + size: 0.75d + subtitle: "IT'S OVER 9000!!!" + tasks: [{ + count: 16L + id: "11CD2F83031C6706" + item: "gtceu:trinium_coil_block" + type: "item" + }] + title: "Trinium Coils" + x: -4.875d + y: 0.0d + } + { + dependencies: [ + "52D952ADBEB67454" + "2587BFD0D9F3FF4A" + ] + description: [ + "&4&l[ NOT YET IMPLEMENTED ]&r" + "" + "The &3Research Station&r is the upgrade to the Scanner. It's used for more advanced forms of research, and will finally allow you to perform research which requires &aData Orbs and Modules&r." + "" + "When running the &3Research Station&r, energy and &9Computation&r is needed. The latter is provided through an &9HPCA&r, which is explained in the next quest. It is recieved with a &3Computation Data Reception Hatch&r. Note that only one Reception Hatch is allowed in a Research Station." + "{@pagebreak}" + "This multiblock needs computation &dsporadically&r, which means the recipe will not reverse progress if you don't supply enough - it will simply halt in-place. However, the machine will still draw energy constantly, even when recieving no computation." + "" + "To scan items, the process is relatively similar. In the &3Object Holder&r, place the target item in the center slot, and the data storage item in the other slot. Then provide computation, and the data storage item will be updated upon completion. When running, the target item will be Locked and cannot be removed." + "" + "&eNote&r: To form this multiblock, the &3Object Holder&r must face the controller." + ] + id: "468EEFD9D2F69014" + size: 0.75d + subtitle: "Your research adventures continue!" + tasks: [{ + id: "61F7812F0FB70497" + type: "checkmark" + }] + title: "Research Station" + x: -4.875d + y: 2.25d + } + { + dependencies: [ + "1D6CC3C7F6BE4055" + "7AE681E2AB31EA0D" + ] + description: [ + "The &aUV Mainframe&r is required to move into &3Fusion Mk2&r." + "" + "It's also made in the Assembly Line." + "" + "Passing over the ingredients we've already seen before, watch out for the &6HSS-E Frames&r." + ] + id: "79E4E53E9DF45549" + size: 0.75d + tasks: [{ + id: "226973A23C89BDD2" + item: "gtceu:crystal_processor_mainframe" + type: "item" + }] + title: "First UV Circuits!" + x: -3.75d + y: 3.375d + } + { + dependencies: ["1D6CC3C7F6BE4055"] + description: [ + "The &aCrystal SoC&r is used to make cheaper &9Crystal Circuits&r. Enjoy the discount!" + "" + "Crystal SoCs require &9ZPM Emitters&r, which means you need a &9Data Orb&r for their research." + "" + "In the future, these may become more difficult to make." + "{@pagebreak}" + "&l&3Lore:&r&o In GT5u, the texture for this item was red, and did not have the special design on it. There was a \"raw\" version with the design, but it was used for other unrelated things. Who knows why?" + ] + id: "29B7D93D7F32DBA9" + shape: "rsquare" + size: 0.66d + subtitle: "When engraving it once isn't enough" + tasks: [{ + id: "488A759013AF2680" + item: "gtceu:crystal_soc" + type: "item" + }] + title: "Crystal SoC" + x: -3.75d + y: 1.125d + } + { + dependencies: ["1D6CC3C7F6BE4055"] + description: [ + "&4&l[ NOT YET IMPLEMENTED ]&r" + "" + "This hatch allows you to store more &aData Storage Items&r than the basic one." + "" + "Don't forget that this hatch requires a &9Data Orb&r for research." + ] + id: "72740001958E929A" + shape: "rsquare" + size: 0.66d + subtitle: "Increased storage density!" + tasks: [{ + id: "4090DF7C2B0FCF27" + type: "checkmark" + }] + title: "Advanced Data Access Hatch" + x: -2.625d + y: 1.125d + } + { + dependencies: [ + "378F0AFCF95354B2" + "4C7C0F6A6598BC24" + ] + description: ["&aNaquadria&r is an isotope of Naquadah, Nq-522. It's highly unstable, but it'll still be used for &3UV&r components, &9Fusion Mk2&r, and when fusing Neutronium."] + icon: "gtceu:naquadria_ingot" + id: "6D1F10543A391940" + shape: "rsquare" + size: 0.66d + subtitle: "Naquadah, but radioactive-er!" + tasks: [ + { + id: "4A49FE8B35B48D97" + item: "gtceu:naquadria_sulfate_dust" + optional_task: true + type: "item" + } + { + id: "13A95E109FF72A87" + item: "gtceu:naquadria_ingot" + type: "item" + } + ] + title: "Naquadria" + x: -2.625d + y: 0.0d + } + { + dependencies: ["690E013DFCB060ED"] + description: [ + "Production of &aSterilized Growth Medium&r is the final processing line in GTCEu, for now." + "" + "You will need this for your first &4Wetware Circuits&r." + "" + "Producing it won't be as much of a hassle as PBI, but nearly every step requires a Sterilized Cleanroom. This means you'll have to get creative with how you use your space." + "" + "Make sure to scrutinise every step of the chain. Some recipes are much more efficient than others!" + "" + "&ePro Tip&r: You can wall-share cleanrooms with doors in-between too if you want more space." + "{@pagebreak}" + "&l&3Lore:&r&o GTCEu's Sterilized Growth Medium chain is loosely based off of Bartworks' from GTNH. The main difference is that GTNH required a Bacterial Vat multiblock, which was more complex than the ordered Assembly Line. GTCEu is considering adding a multiblock like it but with their own spin in the future." + "{@pagebreak}" + "&l&More Lore:&r&o In Gregicality Legacy, the Sterilized Growth Medium production chain was very different. It was one of the most difficult processes in the mod, with over 30 complicated steps! It was based off of producing different real-life vitamins and nutrients." + "{@pagebreak}" + "&l&Even More Lore:&r&o In Shadows of Greg, this was made with just Distilled Water and Mince Meat. How far we've come..." + ] + id: "6AFDA523304711DB" + size: 0.75d + subtitle: "The final processing line, at last!" + tasks: [{ + amount: 1000L + fluid: "gtceu:sterilized_growth_medium" + id: "090D7595FCB21B63" + type: "fluid" + }] + title: "Sterilized Growth Medium" + x: -0.375d + y: 1.125d + } + { + dependencies: [ + "64EA73FAB2A51850" + "0D7C978F9CDF771B" + ] + description: [ + "The &aZPM Lapotronic Orb&r is even better than the &dLuV&r one! It of course comes at a price..." + "{@pagebreak}" + "&l&3Lore:&r&o Imagine making 64 &1IV&f or 8 &dLuV&f Orbs for just one of these! See the Lore for the &dLuV&f orb for details." + ] + id: "690A51204DF5D469" + size: 0.75d + subtitle: "A power singularity!" + tasks: [ + { + id: "41813C4D68B991D7" + item: "gtceu:energy_module" + type: "item" + } + { + id: "705422BF26C76199" + item: "gtceu:zpm_lapotronic_battery" + optional_task: true + type: "item" + } + ] + title: "Mega Batteries" + x: -1.5d + y: 1.125d + } + { + dependencies: [ + "1D6CC3C7F6BE4055" + "52D00CD3E8D1E293" + "7A74F692F14F0FF8" + "468EEFD9D2F69014" + "24F0454B9A090C44" + ] + description: [ + "This Quest will be completed with &eeither&r a &3ZPM Energy Hatch&r&r... or a &3ZPM Dynamo Hatch&r for your Multiblock Generators." + "" + "Don't forget that &d16 Amp&r variants exist!" + "" + "Don't forget that these hatches require a &9Data Orb&r for research." + ] + icon: "gtceu:zpm_energy_input_hatch" + id: "64EA73FAB2A51850" + shape: "rsquare" + size: 0.75d + tasks: [ + { + id: "0B57097F8879481C" + item: "gtceu:zpm_energy_input_hatch" + type: "item" + } + { + id: "2C60B79F78094E6A" + item: "gtceu:zpm_energy_output_hatch" + type: "item" + } + ] + title: "Upgrading your Assembly Line II" + x: -2.625d + y: 2.25d + } + { + dependencies: [ + "35F13B6D60361904" + "3568BC9742092FC5" + ] + description: [ + "The &aSterilized Cleanroom&r is required to produce the next tier of circuits. Nearly every step must be performed inside of one. Good luck fitting everything into such a tight space!" + "" + "If you only have one &3Cleanroom&r, you'll need another for &aSterilized&r recipes." + "" + "&eNote&r: Normal Cleanroom recipes cannot run in the Sterilized Cleanroom, so you can't just \"upgrade\" your old Cleanrooms." + ] + id: "690E013DFCB060ED" + size: 0.75d + subtitle: "Comes with disinfectant!" + tasks: [{ + count: 8L + id: "6A4C78385FF8019A" + item: "gtceu:sterilizing_filter_casing" + type: "item" + }] + title: "Sterilized Cleanroom" + x: -0.375d + y: 2.25d + } + { + dependencies: ["468EEFD9D2F69014"] + description: [ + "&4&l[ NOT YET IMPLEMENTED ]&r" + "" + "The &3High Performance Computation Array&r, also known as the &3HPCA&r, is the multiblock used to create &9Computation&r, measured in CWU/t (Compute-Work Units per tick)." + "" + "The HPCA is a modular multiblock with many unique components you've likely not seen before. There are &a9 slots available&r for different components, and there are some example layouts in the JEI previews, so reviewing these may help if you feel confused." + "{@pagebreak}" + "There are two main types of components:" + "" + "- &9Computation Components&r: These generate CWU/t and require EU/t and cooling." + "- &9Cooling Components&r: These provide a certain amount of cooling, and require EU/t." + "" + "Currently Available Components:" + "" + "- &9Empty&r: Fills a slot but otherwise does nothing." + "-&9 Heat Sink&r: Requires no power but provides 1 cooling." + "- &9Active Cooler&r: Requires power, PCB Coolant, but provides 2 cooling." + "- &9Computation&r: Creates 4 CWU/t, but requires a lot of power and cooling." + "{@pagebreak}" + "The HPCA draws some power to idle. Its power and cooling requirements will sit between the idle upkeep power and a maximum value depending on how much computation is being used." + "" + "If the HPCA is not given enough cooling, Computation components can be &4damaged&r if it is allowed to run above &c100C&r (the idle temperature is &a20C&r). Only computation components can be damaged - all other blocks will be unharmed!" + "" + "The HPCA can only have 1 &3Computation Data Transmission Hatch&r. You can connect it to the Reception Hatch of the &9Research Station&r with Optical Fiber Cable to transmit the computation." + "{@pagebreak}" + "Basic CWU/t Requirements for ZPM Tier:" + "" + "- &a4 CWU/t&r for &cZPM&r Sensors, Emitters, and Field Generators" + "- &a8 CWU/t&r for &cZPM&r Enegy Hatches" + "- &a16 CWU/t&r for &3UV&r Circuits and beyond." + "" + "Don't feel forced to go for 16 CWU/t immediately. There's lots to do in between these milestones." + "{@pagebreak}" + "&l&3Lore:&r&o This mechanic is loosely inspired by TecTech's Quantum Computer, which is similar but has some much more annoying mechanics like the Uncertainty Resolver." + ] + id: "1D6CC3C7F6BE4055" + size: 0.75d + subtitle: "That's no Quantum Computer..." + tasks: [{ + id: "0415DB1D2067171F" + type: "checkmark" + }] + title: "HPCA" + x: -3.75d + y: 2.25d + } + { + dependencies: ["6AFDA523304711DB"] + description: ["&aStem Cells&r are a major component of &4Wetware Circuits&r. Just don't question why these use Osmiridium."] + id: "33A1FF5C31EAF716" + size: 0.75d + subtitle: "This texture used to be really ugly..." + tasks: [{ + id: "1E31342D5310ED6D" + item: "gtceu:stem_cells" + type: "item" + }] + title: "Stem Cells" + x: -0.375d + y: 0.0d + } + { + dependencies: ["33A1FF5C31EAF716"] + description: [ + "The final circuit board - it's been a long time coming! As you can see, this board is &cmuch&r more expensive than the other ones, but you should be alright. You're a pro now!" + "{@pagebreak}" + "&l&3Lore:&r&o In GTNH, these circuit boards require LuV Sensors, instead of IV. This means that Wetware LuV circuits, needed other (crystal) LuV circuits!" + "" + "Additionally, because Wetware was so expensive, using Crystal was preferred unless UHV wetware circuits were needed. Thankfully, CEu does not have this problem, and LuV Wetware Circuits are worth making." + ] + id: "678CABA03E17516A" + size: 0.75d + subtitle: "The board of life itself" + tasks: [{ + id: "0097D7805D82EDEC" + item: "gtceu:wetware_printed_circuit_board" + type: "item" + }] + title: "Wetware Printed Circuit Board" + x: -0.375d + y: -1.125d + } + { + dependencies: ["678CABA03E17516A"] + description: ["The &aNeuro Processing Unit&r serves as the CPU for &4Wetware&r. It also takes a circuit board in its recipe, but don't let that scare you."] + id: "3BD68E5909A97532" + size: 0.75d + subtitle: "Neurons for computation" + tasks: [{ + id: "06AE61C5F174F4E7" + item: "gtceu:neuro_processing_unit" + type: "item" + }] + title: "It's Alive!" + x: 0.75d + y: -1.125d + } + { + dependencies: ["082AB255886E73C2"] + description: [ + "The second circuit of the &4wetware&r line." + "" + "This is also the best &cZPM&r circuit!" + ] + id: "370FC1CDF5F9A9CC" + size: 0.75d + tasks: [{ + id: "31DF7507733F3EE0" + item: "gtceu:wetware_processor_assembly" + type: "item" + }] + title: "Best ZPM Circuits!" + x: 0.75d + y: 1.125d + } + { + dependencies: ["3BD68E5909A97532"] + description: [ + "The first Circuit of the &4Wetware&r line." + "" + "&6Congrats&r!" + ] + id: "082AB255886E73C2" + size: 0.75d + tasks: [{ + id: "0B12A1F63822CF8A" + item: "gtceu:wetware_processor" + type: "item" + }] + title: "Best LuV Circuits!" + x: 0.75d + y: 0.0d + } + { + dependencies: ["24366846FDA52CE3"] + description: [ + "Remember &aDarmstadtium&r tools from &3GTCE&r? Well then... guess who's back?" + "" + "&aDarmstadtium&r is the main material for &3UV&r hulls. It is yet again made with Fusion." + "{@pagebreak}" + "&bFun Fact&r: Arsenic does not exist as a liquid at standard conditions. It sublimates directly into a gas! \"Realism\", my ass." + ] + id: "6988AE94BE7B461F" + size: 0.75d + subtitle: "I want my particle accelerator back..." + tasks: [{ + id: "798EFE8E18E79C0C" + item: "gtceu:darmstadtium_ingot" + type: "item" + }] + title: "Darmstadtium" + x: -2.625d + y: 4.5d + } + { + dependencies: ["546CC03435E763CF"] + description: [ + "&aDuranium&r is a material from Star Trek, and is used for a few things in GT. It makes some pretty awesome pipes, but otherwise you won't need much of this quite yet." + "{@pagebreak}" + "&l&3Lore:&r&o In some versions of GT5u, this material was entirely white. In fact, most fusion materials and later were like this. Boring!" + ] + id: "2CB8FCE09920042C" + shape: "rsquare" + size: 0.66d + subtitle: "Who needs Stargate, anyway?" + tasks: [{ + id: "0933A476B9F87E66" + item: "gtceu:duranium_ingot" + type: "item" + }] + title: "Duranium" + x: -0.375d + y: 4.5d + } + { + dependencies: ["24366846FDA52CE3"] + description: [ + "&aAmericium&r is a Fusion Mk2 material, used in large quantities in CEu progression!" + "" + "It requires 2 Fusion steps to obtain - Lanthanum and Silicon will make &bLutetium&r, and combining this &bLutetium&r with Chrome will give you &aAmericium&r." + "{@pagebreak}" + "&l&3Lore:&r&o In Gregicality Legacy, Americium was replaced with Dubnium. Americium is a material only obtained from nuclear reactors, so GCYL changed it to the synthetic element Dubnium instead." + ] + id: "762C48F0C2EA6B81" + size: 0.75d + subtitle: "It'd be nice if we could make this in a nuclear reactor..." + tasks: [{ + id: "5D597AE565A54388" + item: "gtceu:americium_ingot" + type: "item" + }] + title: "Americium" + x: -1.5d + y: 3.375d + } + { + dependencies: ["370FC1CDF5F9A9CC"] + description: [ + "The third circuit of the &4wetware&r line. Get some &bEuropium&r to make these." + "" + "This is also the best &3UV&r circuit!" + ] + id: "359121584E056022" + size: 0.75d + tasks: [{ + id: "5F54BE8467A5C882" + item: "gtceu:wetware_processor_computer" + type: "item" + }] + title: "Best UV Circuits!" + x: 0.75d + y: 2.25d + } + { + dependencies: ["79E4E53E9DF45549"] + description: [ + "&4&l[ NOT YET IMPLEMENTED ]&r" + "" + "&3Advanced HPCA Components&r are improved versions of their regular counterparts, and allow for increasing the computation you can produce from an HPCA." + "" + "The &3HPCA Advanced Computation Component&r produces &a4x&r the computation for only &a2x&r the Cooling!" + ] + id: "0199DBC46D7BC2B9" + size: 0.75d + subtitle: "Time for some computational advancement!" + tasks: [{ + id: "2C8331B09F698CCA" + type: "checkmark" + }] + title: "Advanced HPCA Components" + x: -4.875d + y: 3.375d + } + { + dependencies: [ + "6D1F10543A391940" + "64EA73FAB2A51850" + "79E4E53E9DF45549" + ] + description: [ + "Build the structure displayed with Fusion Glass in &aJEI&r." + "" + "To save on Fusion Casings, fit Input + Output Hatches wherever you can (as displayed in the structure)." + "" + "The &aFusion Reactor Mk2&r is even more expensive than the Mk1! The key difference is that it has a higher &6Energy To Start&r than the Mk1, allowing you to run new recipes." + "" + "It can also overclock lower voltage recipes, such as those in the Mk1 reactor. See the Mk1's quest for how these mechanics work." + ] + id: "24366846FDA52CE3" + shape: "gear" + size: 1.2d + subtitle: "Fusion just got more expensive..." + tasks: [{ + id: "0D45B9FFF6BA13FE" + item: "gtceu:zpm_fusion_reactor" + type: "item" + }] + title: "Fusion Reactor II" + x: -2.625d + y: 3.375d + } + { + dependencies: [ + "2CB8FCE09920042C" + "24366846FDA52CE3" + ] + description: [ + "&aTritanium&r is a material from Star Trek, and is used for a few other things in GT. It, like &9Americium&r, requires two fusion steps!" + "" + "You'll need this to get the next tier of circuits, and for &3UV&r components." + "{@pagebreak}" + "&l&3Lore:&r&o In some versions of GT5u, only Tritanium fluid was red. The material was otherwise white. In GTCEu, we decided to make the whole thing red instead. Much better looking!" + ] + id: "35F13B6D60361904" + size: 0.75d + subtitle: "Star Trek strikes again!" + tasks: [{ + id: "6C5B3B1C0B85C003" + item: "gtceu:tritanium_ingot" + type: "item" + }] + title: "Tritanium" + x: -0.375d + y: 3.375d + } + ] + subtitle: ["Harness the cosmos and wield the bacteriological"] + title: "&cZPM&r - Zero Point Module" +} diff --git a/config/gtceu.yaml b/config/gtceu.yaml index f743e30c4..45b1e9beb 100644 --- a/config/gtceu.yaml +++ b/config/gtceu.yaml @@ -138,6 +138,10 @@ machines: # Default: false doTerrainExplosion: true + # Energy use multiplier for electric items. + # Default: 100 + energyUsageMultiplier: 100 + # Whether machines or boilers damage the terrain when they explode. # Note machines and boilers always explode when overloaded with power or met with special conditions, regardless of this config. # Default: true @@ -215,6 +219,14 @@ client: # Default: true machinesEmissiveTextures: true + # Whether or not sounds should be played when using tools outside of crafting. + # Default: true + toolUseSounds: true + + # Whether or not sounds should be played when crafting with tools. + # Default: true + toolCraftingSounds: true + # The default color to overlay onto machines. # #FFFFFF is no coloring (default). # #D2DCFF is the classic blue from GT5. @@ -225,6 +237,12 @@ client: # Default: true useVBO: true +# Config options for Tools and Armor +tools: + # Random chance for electric tools to take actual damage + # Default: 10% + rngDamageElectricTools: 10 + # Config options for Mod Compatibility compat: # Config options regarding GTEU compatibility with other energy systems diff --git a/config/jade/sort-order.json b/config/jade/sort-order.json index e9522eb84..db48d9a24 100644 --- a/config/jade/sort-order.json +++ b/config/jade/sort-order.json @@ -157,6 +157,10 @@ "create:exact_block": null, "create:filter": null, "create:goggles": null, + "gtceu:electric_container_provider": null, + "gtceu:workable_provider": null, + "gtceu:controllable_provider": null, + "gtceu:recipe_logic_provider": null, "tfc:barrel": null, "tfc:bellows": null, "tfc:sapling": null, @@ -206,10 +210,6 @@ "tfc:ocelot": null, "tfc:rabbit": null, "tfc:fishing_hook": null, - "gtceu:electric_container_provider": null, - "gtceu:workable_provider": null, - "gtceu:controllable_provider": null, - "gtceu:recipe_logic_provider": null, "minecraft:brewing_stand": null, "minecraft:beehive": null, "minecraft:command_block": null, diff --git a/config/jei/blacklist.cfg b/config/jei/blacklist.cfg new file mode 100644 index 000000000..e69de29bb diff --git a/config/jei/jei-client.ini b/config/jei/jei-client.ini new file mode 100644 index 000000000..2146509c9 --- /dev/null +++ b/config/jei/jei-client.ini @@ -0,0 +1,141 @@ +[advanced] + # Description: Display search bar in the center + # Valid Values: [true, false] + # Default Value: false + CenterSearch = false + + # Description: Set low-memory mode (makes search very slow, but uses less RAM) + # Valid Values: [true, false] + # Default Value: false + LowMemorySlowSearchEnabled = false + + # Description: Enable cheating items into the hotbar by using the shift+number keys. + # Valid Values: [true, false] + # Default Value: false + CheatToHotbarUsingHotkeysEnabled = false + + # Description: Enable adding new bookmarks to the front of the bookmark list. + # Valid Values: [true, false] + # Default Value: true + AddBookmarksToFrontEnabled = true + + # Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids. + # Valid Values: [true, false] + # Default Value: false + LookupFluidContents = false + + # Description: How items should be handed to you + # Valid Values: [INVENTORY, MOUSE_PICKUP] + # Default Value: MOUSE_PICKUP + GiveMode = MOUSE_PICKUP + + # Description: Max. recipe gui height + # Valid Values: Any integer greater than or equal to 175 + # Default Value: 350 + RecipeGuiHeight = 350 + + +[sorting] + # Description: Sorting order for the ingredient list + # Valid Values: A comma-separated list containing values of: + # [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY] + # Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU + IngredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU + + +[search] + # Description: Search mode for Mod Names (prefix: @) + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: REQUIRE_PREFIX + ModNameSearchMode = REQUIRE_PREFIX + + # Description: Search mode for Tooltips (prefix: #) + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: ENABLED + TooltipSearchMode = ENABLED + + # Description: Search mode for Tag Names (prefix: $) + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: REQUIRE_PREFIX + TagSearchMode = REQUIRE_PREFIX + + # Description: Search mode for Colors (prefix: ^) + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: DISABLED + ColorSearchMode = DISABLED + + # Description: Search mode for resources locations (prefix: &) + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: DISABLED + ResourceLocationSearchMode = DISABLED + + # Description: Search advanced tooltips (visible with F3+H) + # Valid Values: [true, false] + # Default Value: false + SearchAdvancedTooltips = false + + +[IngredientList] + # Description: Max number of rows shown + # Valid Values: An integer in the range [1, 100] (inclusive) + # Default Value: 16 + MaxRows = 16 + + # Description: Max number of columns shown + # Valid Values: An integer in the range [4, 100] (inclusive) + # Default Value: 9 + MaxColumns = 9 + + # Description: Horizontal alignment of the ingredient grid inside the available area + # Valid Values: [LEFT, CENTER, RIGHT] + # Default Value: RIGHT + HorizontalAlignment = RIGHT + + # Description: Vertical alignment of the ingredient grid inside the available area + # Valid Values: [TOP, CENTER, BOTTOM] + # Default Value: TOP + VerticalAlignment = TOP + + # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. + # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] + # Default Value: ENABLED + ButtonNavigationVisibility = ENABLED + + # Description: Set to true to draw a background texture behind the gui. + # Valid Values: [true, false] + # Default Value: false + DrawBackground = false + + +[BookmarkList] + # Description: Max number of rows shown + # Valid Values: An integer in the range [1, 100] (inclusive) + # Default Value: 16 + MaxRows = 16 + + # Description: Max number of columns shown + # Valid Values: An integer in the range [4, 100] (inclusive) + # Default Value: 9 + MaxColumns = 9 + + # Description: Horizontal alignment of the ingredient grid inside the available area + # Valid Values: [LEFT, CENTER, RIGHT] + # Default Value: LEFT + HorizontalAlignment = LEFT + + # Description: Vertical alignment of the ingredient grid inside the available area + # Valid Values: [TOP, CENTER, BOTTOM] + # Default Value: TOP + VerticalAlignment = TOP + + # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. + # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] + # Default Value: ENABLED + ButtonNavigationVisibility = ENABLED + + # Description: Set to true to draw a background texture behind the gui. + # Valid Values: [true, false] + # Default Value: false + DrawBackground = false + + diff --git a/config/jei/jei-colors.ini b/config/jei/jei-colors.ini new file mode 100644 index 000000000..1fc7da4ea --- /dev/null +++ b/config/jei/jei-colors.ini @@ -0,0 +1,8 @@ +[colors] + # Description: Color values to search for + # Valid Values: A comma-separated list containing values of: + # Any color name and an RGB hex color, separated by a ':' + # Default Value: White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0 + SearchColors = White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0 + + diff --git a/config/jei/jei-debug.ini b/config/jei/jei-debug.ini new file mode 100644 index 000000000..89c6b8f5f --- /dev/null +++ b/config/jei/jei-debug.ini @@ -0,0 +1,12 @@ +[debug] + # Description: Debug mode enabled + # Valid Values: [true, false] + # Default Value: false + DebugMode = false + + # Description: Debug inputs enabled + # Valid Values: [true, false] + # Default Value: false + DebugInputs = false + + diff --git a/config/jei/jei-mod-id-format.ini b/config/jei/jei-mod-id-format.ini new file mode 100644 index 000000000..05234a802 --- /dev/null +++ b/config/jei/jei-mod-id-format.ini @@ -0,0 +1,11 @@ +[modname] + # Description: Formatting for mod name tooltip + # Valid Values: A chat formatting string. + # Use these formatting colors: + # black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white + # With these formatting options: + # obfuscated bold strikethrough underline italic + # Default Value: blue italic + ModNameFormat = blue italic + + diff --git a/config/jei/recipe-category-sort-order.ini b/config/jei/recipe-category-sort-order.ini new file mode 100644 index 000000000..08cc437f2 --- /dev/null +++ b/config/jei/recipe-category-sort-order.ini @@ -0,0 +1,83 @@ +minecraft:crafting +minecraft:anvil +minecraft:blasting +minecraft:brewing +minecraft:campfire +minecraft:compostable +minecraft:fuel +minecraft:furnace +minecraft:smithing +minecraft:smoking +minecraft:stonecutting +ae2:attunement +ae2:certus_growth +ae2:charger +ae2:condenser +ae2:entropy +ae2:inscriber +ae2:item_transformation +create:automatic_brewing +create:automatic_packing +create:automatic_shaped +create:automatic_shapeless +create:block_cutting +create:crushing +create:deploying +create:draining +create:fan_blasting +create:fan_haunting +create:fan_smoking +create:fan_washing +create:item_application +create:mechanical_crafting +create:milling +create:mixing +create:mystery_conversion +create:packing +create:pressing +create:sandpaper_polishing +create:sawing +create:sequenced_assembly +create:spout_filling +create:wood_cutting +createaddition:charging +createaddition:liquid_burning +createaddition:rolling +exposure:photograph_printing +exposure:photograph_stacking +firmalife:drying +firmalife:mixing_bowl +firmalife:oven +firmalife:smoking +firmalife:vat +ftbquests:loot_crate +ftbquests:quest +jei:information +jumbofurnace:jumbo_furnace_upgrade +jumbofurnace:jumbo_smelting +morered:soldering +tfc:alloying +tfc:anvil +tfc:blast_furnace +tfc:bloomery +tfc:casting +tfc:chisel +tfc:clay_knapping +tfc:fire_clay_knapping +tfc:glassworking +tfc:goat_horn_knapping +tfc:heating +tfc:instant_barrel +tfc:instant_fluid_barrel +tfc:jam_pot +tfc:leather_knapping +tfc:loom +tfc:pumpkin_knapping +tfc:quern +tfc:rock_knapping +tfc:scraping +tfc:sealed_barrel +tfc:simple_pot +tfc:soup_pot +tfc:welding +treetap:tap_extract diff --git a/kubejs/assets/gtceu/lang/ru_ru.json b/kubejs/assets/gtceu/lang/ru_ru.json index ca4ab6645..3b74f1051 100644 --- a/kubejs/assets/gtceu/lang/ru_ru.json +++ b/kubejs/assets/gtceu/lang/ru_ru.json @@ -9,5045 +9,5 @@ "gtceu.alternator": "Генератор переменного тока", "material.treated_wood": "Обработанное креозотом дерево", - "block.gtceu.treated_wood_planks": "Доски из обработанного креозотом дерева", - - "behavior.item_magnet.disabled": "§cМагнитное поле выключено", - "behavior.item_magnet.enabled": "§aМагнитное поле включено", - "behavior.prospector.not_enough_energy": "Не достаточно энергии!", - "behavior.toggle_energy_consumer.tooltip": "Используй для переключения режима", - "behavior.tricorder.amp_per_sec": "В последнюю секунду: %s A", - "behavior.tricorder.bedrock_fluid.amount": "Жидкости в месторождении: %s %s - %s%%", - "behavior.tricorder.bedrock_fluid.amount_unknown": "Жидкости в месторождении: %s%%", - "behavior.tricorder.bedrock_fluid.nothing": "Жидкости в месторождении: §6Ничего§r", - "behavior.tricorder.block_hardness": "Твердость: %s Устойчивость к взрывам: %s", - "behavior.tricorder.block_name": "Имя: %s Метаданные: %s", - "behavior.tricorder.debug_cpu_load": "Средняя загрузка процессора ~%sns за %s тиков с наихудшим временем %sns.", - "behavior.tricorder.debug_cpu_load_seconds": "Это %s секунд.", - "behavior.tricorder.debug_lag_count": "Вызвало на сервере %s предупреждений о пиках лагов (все, что занимает больше %sms).", - "behavior.tricorder.debug_machine": "Meta-ID: %s", - "behavior.tricorder.debug_machine_invalid": " Не верно!", - "behavior.tricorder.debug_machine_invalid_null=invalid! MetaTileEntity =": " Пусто!", - "behavior.tricorder.debug_machine_valid": " Верно", - "behavior.tricorder.divider=========================": "", - "behavior.tricorder.energy_container_in": "Максимальный вход: %s (%s) EU at %s A", - "behavior.tricorder.energy_container_out": "Максимальный выход: %s (%s) EU at %s A", - "behavior.tricorder.energy_container_storage": "Энергия: %s EU / %s EU", - "behavior.tricorder.eut_per_sec": "В последнюю секунду: %s EU/t", - "behavior.tricorder.machine_disabled": "Отключено.", - "behavior.tricorder.machine_power_loss": "Выключение из-за потери питания.", - "behavior.tricorder.machine_progress": "Прогресс/Загрузка: %s / %s", - "behavior.tricorder.muffled": "Заглушенно.", - "behavior.tricorder.multiblock_energy_input": "Максимальный приём Энергии: %s EU/t Уровень: %s", - "behavior.tricorder.multiblock_energy_output": "Максимальный выход Энергии: %s EU/t Уровень: %s", - "behavior.tricorder.multiblock_maintenance": "Проблемы: %s", - "behavior.tricorder.multiblock_parallel": "Мультиобработка: %s", - "behavior.tricorder.position": "----- X: %s Y: %s Z: %s D: %s -----", - "behavior.tricorder.state": "%s: %s", - "behavior.tricorder.tank": "Емкость %s: %s Литры / %s Литров %s", - "behavior.tricorder.tanks_empty": "Все емкости пусты", - "behavior.tricorder.workable_consumption": "Ожидаемое Потребление: %s EU/t at %s A", - "behavior.tricorder.workable_production": "Ожидаемая Выработка: %s EU/t at %s A", - "behavior.tricorder.workable_progress": "Прогресс: %s s / %s s", - "behavior.tricorder.workable_stored_energy": "Сохраненная Энергия: %s EU / %s EU", - "behaviour.boor.by": " %s", - "behaviour.hammer": "Включение и выключение глушения звука для машин (путем удара по ним)", - "behaviour.hoe": "Может вспахивать почву", - "behaviour.lighter.fluid.tooltip": "Может поджечь используя Бутан или Пропан", - "behaviour.lighter.tooltip": "Может поджечь", - "behaviour.lighter.uses": "Использований осталось: %d", - "behaviour.paintspray.black.tooltip": "Может красить вещи в черный цвет", - "behaviour.paintspray.blue.tooltip": "Может красить вещи в синий цвет", - "behaviour.paintspray.brown.tooltip": "Можно красить вещи в коричневый цвет", - "behaviour.paintspray.cyan.tooltip": "Может красить вещи в бирюзовый цвет", - "behaviour.paintspray.gray.tooltip": "Может красить вещи в серый цвет", - "behaviour.paintspray.green.tooltip": "Может красить вещи в зеленый цвет", - "behaviour.paintspray.light_blue.tooltip": "Может красить вещи в светло-синий цвет", - "behaviour.paintspray.light_gray.tooltip": "Может красить вещи в светло-серый цвет", - "behaviour.paintspray.lime.tooltip": "Может красить вещи в лаймовый цвет", - "behaviour.paintspray.magenta.tooltip": "Может красить вещи в сиреневый цвет", - "behaviour.paintspray.orange.tooltip": "Может красить вещи в оранжевый цвет", - "behaviour.paintspray.pink.tooltip": "Может красить вещи в розовый цвет", - "behaviour.paintspray.purple.tooltip": "Может красить вещи в фиолетовый цвет", - "behaviour.paintspray.red.tooltip": "Может красить вещи в красный цвет", - "behaviour.paintspray.solvent.tooltip": "Может обесцвечивать вещи", - "behaviour.paintspray.uses": "Использований осталось: %d", - "behaviour.paintspray.white.tooltip": "Может красить вещи в белый цвет", - "behaviour.paintspray.yellow.tooltip": "Может красить вещи в жёлтый цвет", - "behaviour.prospecting": "Используется для гео-разведки", - "behaviour.soft_hammer": "Активирует и деактивирует машины", - "behaviour.soft_hammer.disabled": "Выключено", - "behaviour.soft_hammer.enabled": "Включено", - "behaviour.softhammer": "Активирует и деактивирует машины", - "behaviour.wrench": "Вращает блоки при помощи ПКМ", - "block.filter.tooltip": "Создает среду, лишенную частиц ", - "block.filter_sterile.tooltip": "Создает §астерилизованную§7 среду", - "block.gtceu.active_transformer": "Активный трансформатор", - "block.gtceu.alloy_blast_smelter": "Доменный завод сплавов", - "block.gtceu.aluminium_crate": "Алюминевый ящик", - "block.gtceu.aluminium_drum": "Алюминиевая бочка ", - "block.gtceu.assembly_line": "Сборочная линия", - "block.gtceu.assembly_line_casing": "Корпус сборочной линии", - "block.gtceu.assembly_line_grating": "Решетка сборочной линии", - "block.gtceu.assembly_line_unit": "Корпус управления сборкой", - "block.gtceu.atomic_casing": "Атомный корпус", - "block.gtceu.auto_maintenance_hatch": "Автоматический люк для обслуживания", - "block.gtceu.bronze_brick_casing": "Бронзово-кирпичный корпус", - "block.gtceu.bronze_crate": "Бронзовый ящик", - "block.gtceu.bronze_drum": "Бронзовая бочка", - "block.gtceu.bronze_firebox_casing": "Бронзовый корпус топки", - "block.gtceu.bronze_gearbox": "Бронзовый корпус коробки передач", - "block.gtceu.bronze_large_boiler": "Большой бронзовый бойлер", - "block.gtceu.bronze_machine_casing": "Бронзовый корпус механизма", - "block.gtceu.bronze_pipe_casing": "Бронзовый корпус трубы", - "block.gtceu.casing_bronze_bricks": "Бронзовый корпус механизма", - "block.gtceu.casing_coke_bricks": "Кирпичи коксовый печи", - "block.gtceu.casing_grate": "Решетка корпуса механизма", - "block.gtceu.casing_primitive_bricks": "Огнеупорные кирпичи", - "block.gtceu.clean_machine_casing": "Чистый корпус из нержавеющей стали", - "block.gtceu.cleaning_maintenance_hatch": "Очистной технический люк", - "block.gtceu.cleanroom": "Стерелизационная", - "block.gtceu.cleanroom_glass": "Стекло стерелизационной", - "block.gtceu.coke_oven": "Коксовая печь", - "block.gtceu.coke_oven_bricks": "Кирпичи коксовый печи", - "block.gtceu.coke_oven_hatch": "Люк коксовой печи", - "block.gtceu.configurable_maintenance_hatch": "Настраиваемый люк для обслуживания", - "block.gtceu.corrosion_proof_casing": "Коррозионностойкий корпус", - "block.gtceu.cracker": "Установка для крекинга", - "block.gtceu.crushing_wheels": "Колёса дробителя", - "block.gtceu.cupronickel_coil_block": "Блок купроникелевой катушки", - "block.gtceu.distillation_tower": "Дистилляционная башня", - "block.gtceu.electric_blast_furnace": "Электрическая Доменная Печь", - "block.gtceu.electrolytic_cell": "Электролитическая ячейка", - "block.gtceu.empty_tier_i_battery": "Пустой аккумулятор I уровня", - "block.gtceu.empty_tier_ii_battery": "Пустой аккумулятор II уровня", - "block.gtceu.empty_tier_iii_battery": "Пустой аккумулятор III уровня", - "block.gtceu.engine_intake_casing": "Впускной корпус двигателя", - "block.gtceu.ev_16a_energy_converter": "ЭН 16A Преобразователь энергии", - "block.gtceu.ev_1a_energy_converter": "ЭН 1A Преобразователь энергии", - "block.gtceu.ev_4a_energy_converter": "ЭН 4A Преобразователь энергии", - "block.gtceu.ev_8a_energy_converter": "ЭН 8A Преобразователь энергии", - "block.gtceu.ev_alloy_smelter": "§5Продвинутый завод сплавов III§r", - "block.gtceu.ev_arc_furnace": "§5Продвинутая дуговая печь III§r", - "block.gtceu.ev_assembler": "§5Продвинутый сборщик III§r", - "block.gtceu.ev_autoclave": "§5Продвинутый автоклав III§r", - "block.gtceu.ev_battery_buffer_16x": "ЭН 16x Буфер батареи", - "block.gtceu.ev_battery_buffer_4x": "ЭН 4x Буфер батареи", - "block.gtceu.ev_battery_buffer_8x": "ЭН 8x Буфер батареи", - "block.gtceu.ev_bedrock_ore_miner": "§5Продвинутый добычик руд бедрока III§r", - "block.gtceu.ev_bender": "§5Продвинутый гибочный станок III§r", - "block.gtceu.ev_block_breaker": "§5Продвинутый разрушитель блоков III§r", - "block.gtceu.ev_brewery": "§5Продвинутая бродильная камера III§r", - "block.gtceu.ev_canner": "§5Продвинутый консверватор III§r", - "block.gtceu.ev_centrifuge": "§5Продвинутая центрифуга III§r", - "block.gtceu.ev_charger_4x": "ЭН 4x Турбо зарядник", - "block.gtceu.ev_chemical_bath": "§5Продвинутая химическая ванна III§r", - "block.gtceu.ev_chemical_reactor": "§5Продвинутый химический реактор III§r", - "block.gtceu.ev_circuit_assembler": "§5Продвинутый сборщик плат III§r", - "block.gtceu.ev_compressor": "§5Продвинутый компрессор III§r", - "block.gtceu.ev_cutter": "§5Продвинутый резчик III§r", - "block.gtceu.ev_diode": "§5ЭН Диод", - "block.gtceu.ev_distillery": "§5Продвинутый дистиллятор III§r", - "block.gtceu.ev_electric_furnace": "§5Продвинутая электрическая печь III§r", - "block.gtceu.ev_electric_gear_box_16a": "§5Продвинутая электрическая коробка передач 16A III§r", - "block.gtceu.ev_electric_gear_box_2a": "§5Продвинутая электрическая коробка передач 2A III§r", - "block.gtceu.ev_electric_gear_box_32a": "§5Продвинутая электрическая коробка передач 32A III§r", - "block.gtceu.ev_electric_gear_box_8a": "§5Продвинутая электрическая коробка передач 8A III§r", - "block.gtceu.ev_electrolyzer": "§5Продвинутый электролизёр III§r", - "block.gtceu.ev_electromagnetic_separator": "§5Продвинутый электромагнитный сепаратор III§r", - "block.gtceu.ev_energy_input_hatch": "§5ЭН Приемщик энергии", - "block.gtceu.ev_energy_input_hatch_16a": "§5ЭН 16A Приемщик энергии", - "block.gtceu.ev_energy_input_hatch_4a": "§5ЭН 4A Приемщик энергии", - "block.gtceu.ev_energy_output_hatch": "§5ЭН Отводитель энергии", - "block.gtceu.ev_energy_output_hatch_16a": "§5ЭН 16A Отводитель энергии", - "block.gtceu.ev_energy_output_hatch_4a": "§5ЭН 4A Отводитель энергии", - "block.gtceu.ev_extractor": "§5Продвинутый экстрактор III§r", - "block.gtceu.ev_extruder": "§5Продвинутый экструдер III§r", - "block.gtceu.ev_fermenter": "§5Продвинутый ферментер III§r", - "block.gtceu.ev_fisher": "§5Продвинутый авто-рыбак III§r", - "block.gtceu.ev_fluid_drilling_rig": "§5Продвинутая жидкостная буровая установка III§r", - "block.gtceu.ev_fluid_heater": "§5Продвинутый жидкостный нагреватель III§r", - "block.gtceu.ev_fluid_passthrough_hatch": "§5ЭН Сквозной жидкостный люк", - "block.gtceu.ev_fluid_solidifier": "§5Продвинутый жидкостный отвердитель III§r", - "block.gtceu.ev_forge_hammer": "§5Продвинутый кузнечный молот III§r", - "block.gtceu.ev_forming_press": "§5Продвинутый формовочный пресс III§r", - "block.gtceu.ev_gas_collector": "§5Продвинутый атмосферный конденсатор III§r", - "block.gtceu.ev_hermetic_casing": "Герметичный корпус IV", - "block.gtceu.ev_input_bus": "§5ЭН Принимающая шина", - "block.gtceu.ev_input_hatch": "§5ЭН Впускной шлюз", - "block.gtceu.ev_item_passthrough_hatch": "§5ЭН Сквозной предметный люк", - "block.gtceu.ev_kinetic_input_box": "§5Продвинутый приемник кинетической энергии III§r", - "block.gtceu.ev_kinetic_mixer": "§5Продвинутый кинетический смешиватель III§r", - "block.gtceu.ev_kinetic_output_box": "§5Продвинутый выход кинетической энергии III§r", - "block.gtceu.ev_lapotronic_battery": "ЭН Лапотронный аккумулятор", - "block.gtceu.ev_large_miner": "§5Продвинутая большая шахтерская установка III§r", - "block.gtceu.ev_laser_engraver": "§5Продвинутый лазерный гравер III§r", - "block.gtceu.ev_lathe": "§5Продвинутый токарный станок III§r", - "block.gtceu.ev_macerator": "§5Продвинутый измельчитель III§r", - "block.gtceu.ev_machine_casing": "ЭН Корпус механизма", - "block.gtceu.ev_machine_hull": "ЭН Обшивка механизма ", - "block.gtceu.ev_mixer": "§5Продвинутый смешиватель III§r", - "block.gtceu.ev_muffler_hatch": "Люк глушителя §5ЭН", - "block.gtceu.ev_ore_washer": "§5Продвинутая рудопромывочная установка III§r", - "block.gtceu.ev_output_bus": "§5ЭН Шина выдачи", - "block.gtceu.ev_output_hatch": "§5ЭН Выпускной шлюз", - "block.gtceu.ev_packer": "§5Продвинутый упаковщик III§r", - "block.gtceu.ev_polarizer": "§5Продвинутый поляризатор III§r", - "block.gtceu.ev_pump": "§5Продвинутый насос III§r", - "block.gtceu.ev_rock_crusher": "§5Продвинутый камнедробитель III§r", - "block.gtceu.ev_rotor_holder": "§5ЭН Держатель ротора", - "block.gtceu.ev_sifter": "§5Продвинутое авто-сито III§r", - "block.gtceu.ev_super_chest": "Супер сундук IV", - "block.gtceu.ev_substation_input_hatch_64a": "§5ЭН 64A Энергетический люк подстанции", - "block.gtceu.ev_substation_output_hatch_64a": "§5ЭН 64A Динамо-люк подстанции", - "block.gtceu.ev_super_tank": "Супер цистерна IV", - "block.gtceu.ev_thermal_centrifuge": "§5Продвинутая термальная центрифуга III§r", - "block.gtceu.ev_transformer_16a": "ЭН (16x) Трансформатор", - "block.gtceu.ev_transformer_1a": "ЭН Трансформатор", - "block.gtceu.ev_transformer_2a": "ЭН Высокоамперный (2x) Трансформатор", - "block.gtceu.ev_transformer_4a": "ЭН Высокоамперный (4x) Трансформатор", - "block.gtceu.ev_wiremill": "§5Продвинутый проволочный станок III§r", - "block.gtceu.extreme_combustion_engine": "Extreme Двигатель внутреннего сгорания", - "block.gtceu.extreme_engine_intake_casing": "Впускной корпус двигателя", - "block.gtceu.filter_casing": "Фильтрующий корпус", - "block.gtceu.firebricks": "Огнеупорные кирпичи", - "block.gtceu.frostproof_machine_casing": "Морозостойкий алюминевый корпус механизма", - "block.gtceu.fusion_casing": "Корпус термоядерного реактора", - "block.gtceu.fusion_casing_mk2": "Корпус термоядерного реактора MK II", - "block.gtceu.fusion_casing_mk3": "Корпус термоядерного реактора MK III", - "block.gtceu.fusion_coil": "Блок катушек термоядерного реактора", - "block.gtceu.fusion_glass": "Стекло термоядерного реактора", - "block.gtceu.gas_large_turbine": "Большой газотурбинный генератор", - "block.gtceu.gold_drum": "Золотая бочка", - "block.gtceu.heat_vent": "Теплоотвод", - "block.gtceu.heatproof_machine_casing": "Термостойкий инваровый корпус механизма", - "block.gtceu.high_power_casing": "Корпус высокой мощности", - "block.gtceu.high_temperature_smelting_casing": "Корпус высокотемпературной плавки", - "block.gtceu.hp_steam_alloy_smelter": "Паровой завод сплавов высокого давления", - "block.gtceu.hp_steam_compressor": "Паровой компрессор высокого давления", - "block.gtceu.hp_steam_extractor": "Паровой экстрактор высокого давления", - "block.gtceu.hp_steam_forge_hammer": "Паровой кузнечный молот высокого давления", - "block.gtceu.hp_steam_furnace": "Паровая печь высокого давления", - "block.gtceu.hp_steam_liquid_boiler": "Паровой бойлер высокого давления на жидком топливе", - "block.gtceu.hp_steam_macerator": "Паровой измельчитель высокого давления", - "block.gtceu.hp_steam_rock_crusher": "Паровой камнедробитель высокого давления", - "block.gtceu.hp_steam_solid_boiler": "Паровой твердотопливный бойлер высокого давления", - "block.gtceu.hssg_coil_block": "HSS-G Блок катушек", - "block.gtceu.hv_16a_energy_converter": "HV 16A Преобразователь энергии", - "block.gtceu.hv_1a_energy_converter": "HV 1A Преобразователь энергии", - "block.gtceu.hv_4a_energy_converter": "HV 4A Преобразователь энергии", - "block.gtceu.hv_8a_energy_converter": "HV 8A Преобразователь энергии", - "block.gtceu.hv_alloy_smelter": "§6Продвинутый завод сплавов II§r", - "block.gtceu.hv_arc_furnace": "§6Продвинутая дуговая печь II§r", - "block.gtceu.hv_assembler": "§6Продвинутый сборщик II§r", - "block.gtceu.hv_autoclave": "§6Продвинутый автоклав II§r", - "block.gtceu.hv_battery_buffer_16x": "High Voltage 16x Буфер батареи", - "block.gtceu.hv_battery_buffer_4x": "High Voltage 4x Буфер батареи", - "block.gtceu.hv_battery_buffer_8x": "High Voltage 8x Буфер батареи", - "block.gtceu.hv_bedrock_ore_miner": "§6Продвинутый добытчик руд бедрока II§r", - "block.gtceu.hv_bender": "§6Продвинутый гибочный станок II§r", - "block.gtceu.hv_block_breaker": "§6Продвинутый разрушитель блоков II§r", - "block.gtceu.hv_brewery": "§6Продвинутая бродильная камера II§r", - "block.gtceu.hv_canner": "§6Продвинутый консверватор II§r", - "block.gtceu.hv_centrifuge": "§6Продвинутая центрифуга II§r", - "block.gtceu.hv_charger_4x": "High Voltage 4x Турбо зарядник", - "block.gtceu.hv_chemical_bath": "§6Продвинутая химичекая ваннаII§r", - "block.gtceu.hv_chemical_reactor": "§6Продвинутый химический реактор II§r", - "block.gtceu.hv_circuit_assembler": "§6Продвинутый сборщик плат II§r", - "block.gtceu.hv_combustion": "§6Продвинутый генератор внутреннего сгорания II§r", - "block.gtceu.hv_compressor": "§6Продвинутый компрессор II§r", - "block.gtceu.hv_cutter": "§6Продвинутый резчик II§r", - "block.gtceu.hv_diode": "§6HV Диод", - "block.gtceu.hv_distillery": "§6Продвинутый дистиллятор II§r", - "block.gtceu.hv_electric_furnace": "§6Продвинутая электрическая печь II§r", - "block.gtceu.hv_electric_gear_box_16a": "§6Продвинутая электрическая коробка передач 16A II§r", - "block.gtceu.hv_electric_gear_box_2a": "§6Продвинутая электрическая коробка передач 2A II§r", - "block.gtceu.hv_electric_gear_box_32a": "§6Продвинутая электрическая коробка передач 32A II§r", - "block.gtceu.hv_electric_gear_box_8a": "§6Продвинутая электрическая коробка передач 8A II§r", - "block.gtceu.hv_electrolyzer": "§6Продвинутый электролизёр II§r", - "block.gtceu.hv_electromagnetic_separator": "§6Продвинутый электромагнитный сепаратор II§r", - "block.gtceu.hv_energy_input_hatch": "§6HV Приемщик энергии", - "block.gtceu.hv_energy_output_hatch": "§6HV Отводитель энергии", - "block.gtceu.hv_extractor": "§6Продвинутый экстрактор II§r", - "block.gtceu.hv_extruder": "§6Продвинутый экструдер II§r", - "block.gtceu.hv_fermenter": "§6Продвинутый ферментрер II§r", - "block.gtceu.hv_fisher": "§6Продвинутый авто-рыбак II§r", - "block.gtceu.hv_fluid_drilling_rig": "§6Продвинутая жидкостная буровая установка II§r", - "block.gtceu.hv_fluid_heater": "§6Продвинутый жидкостный нагреватль II§r", - "block.gtceu.hv_fluid_passthrough_hatch": "§6HV Сквозной жидкостный люк", - "block.gtceu.hv_fluid_solidifier": "§6Продвинутый жидкостный отвердитель II§r", - "block.gtceu.hv_forge_hammer": "§6Продвинутый кузнечный молот II§r", - "block.gtceu.hv_forming_press": "§6Продвинутый формовочный пресс II§r", - "block.gtceu.hv_gas_collector": "§6Продвинутый атмосферный конденсатор II§r", - "block.gtceu.hv_gas_turbine": "§6Продвинутый газотурбинный генератор II§r", - "block.gtceu.hv_hermetic_casing": "Герметичный корпус III", - "block.gtceu.hv_input_bus": "§6HV Принимающая шина", - "block.gtceu.hv_input_hatch": "§6HV Впускной шлюз", - "block.gtceu.hv_item_passthrough_hatch": "§6HV Сквозной предметный люк", - "block.gtceu.hv_kinetic_input_box": "§6Продвинутый приемник кинетической энергии II§r", - "block.gtceu.hv_kinetic_mixer": "§6Продвинутый кинетический смешиватель II§r", - "block.gtceu.hv_kinetic_output_box": "§6Продвинутый выход кинетической энергии II§r", - "block.gtceu.hv_laser_engraver": "§6Продвинутый лазерный гравер II§r", - "block.gtceu.hv_lathe": "§6Продвинутый токарный станок II§r", - "block.gtceu.hv_macerator": "§6Продвинутый измельчитель II§r", - "block.gtceu.hv_machine_casing": "HV Корпус механизма", - "block.gtceu.hv_machine_hull": "HV Обшивка механизма ", - "block.gtceu.hv_miner": "§6Продвинутая шахтёрская установка II§r", - "block.gtceu.hv_mixer": "§6Продвинутый Смешиватель II§r", - "block.gtceu.hv_muffler_hatch": "Люк глушителя §6HV", - "block.gtceu.hv_ore_washer": "§6Продвинутая рудопромывочная установка II§r", - "block.gtceu.hv_output_bus": "§6HV Шина выдачи", - "block.gtceu.hv_output_hatch": "§6HV Выпускной шлюз", - "block.gtceu.hv_packer": "§6Продвинутый упаковщик II§r", - "block.gtceu.hv_polarizer": "§6Продвинутый поляризатор II§r", - "block.gtceu.hv_pump": "§6Продвинутый насос II§r", - "block.gtceu.hv_rock_crusher": "§6Продвинутый камнедробитель II§r", - "block.gtceu.hv_rotor_holder": "§6HV Держатель ротора", - "block.gtceu.hv_sifter": "§6Продвинутое авто-сито II§r", - "block.gtceu.hv_steam_turbine": "§6Продвинутая паровая турбина II§r", - "block.gtceu.hv_super_chest": "Супер сундук III", - "block.gtceu.hv_super_tank": "Супер цистерна III", - "block.gtceu.hv_thermal_centrifuge": "§6Продвинутая термальная центрифуга II§r", - "block.gtceu.hv_transformer_16a": "High Voltage Трансформатор", - "block.gtceu.hv_transformer_1a": "High Voltage Трансформатор", - "block.gtceu.hv_transformer_2a": "High Voltage Hi-Amp (2x) Трансформатор", - "block.gtceu.hv_transformer_4a": "High Voltage Hi-Amp (4x) Трансформатор", - "block.gtceu.hv_wiremill": "§6Продвинутый Проволочный станок II§r", - "block.gtceu.implosion_compressor": "Схлопывающий компрессор", - "block.gtceu.industrial_steam_casing": "Индустриальный паровой корпус ", - "block.gtceu.inert_machine_casing": "Химически инертный тефлоновый корпус механизма ", - "block.gtceu.infinite_energy": "Бесконечная энергия!!!", - "block.gtceu.iv_1024a_laser_source_hatch": "Iv 1024a Люк лазерного луча", - "block.gtceu.iv_1024a_laser_target_hatch": "Iv 1024a Цель для лазерного луча", - "block.gtceu.iv_16a_energy_converter": "IV 16A Преобразователь энергии", - "block.gtceu.iv_1a_energy_converter": "IV 1A Преобразователь энергии", - "block.gtceu.iv_256a_laser_source_hatch": "Iv 256a Люк лазерного луча", - "block.gtceu.iv_256a_laser_target_hatch": "Iv 256a Цель для лазерного луча", - "block.gtceu.iv_4096a_laser_source_hatch": "Iv 4096a Люк лазерного луча", - "block.gtceu.iv_4096a_laser_target_hatch": "Iv 4096a Цель для лазерного луча", - "block.gtceu.iv_4a_energy_converter": "IV 4A Преобразователь энергии", - "block.gtceu.iv_8a_energy_converter": "IV 8A Преобразователь энергии", - "block.gtceu.iv_alloy_smelter": "§1Высококлассный завод сплавов §r", - "block.gtceu.iv_arc_furnace": "§1Высококласная дуговая печь §r", - "block.gtceu.iv_assembler": "§1Высококлассный сборщик §r", - "block.gtceu.iv_autoclave": "§1Высококлассный автоклав §r", - "block.gtceu.iv_battery_buffer_16x": "Insane Voltage 16x Буфер батареи", - "block.gtceu.iv_battery_buffer_4x": "Insane Voltage 4x Буфер батареи", - "block.gtceu.iv_battery_buffer_8x": "Insane Voltage 8x Буфер батареи", - "block.gtceu.iv_bender": "§1Высококлассный гибочный станок §r", - "block.gtceu.iv_brewery": "§1Высококлассная бродильная камера §r", - "block.gtceu.iv_canner": "§1Высококлассный консверватор §r", - "block.gtceu.iv_centrifuge": "§1Высококлассная центрифуга §r", - "block.gtceu.iv_charger_4x": "Insane Voltage 4x Турбо зарядник", - "block.gtceu.iv_chemical_bath": "§1Высококласная химическая ванна §r", - "block.gtceu.iv_chemical_reactor": "§1Высококлассный химический реактор §r", - "block.gtceu.iv_circuit_assembler": "§1Высококлассный сборщик плат §r", - "block.gtceu.iv_compressor": "§1Высококлассный компрессор §r", - "block.gtceu.iv_cutter": "§1Высококлассный резчик §r", - "block.gtceu.iv_diode": "§1IV Диод", - "block.gtceu.iv_distillery": "§1Высококлассный дистиллятор §r", - "block.gtceu.iv_electric_furnace": "§1Высококлассная электрическая печь §r", - "block.gtceu.iv_electrolyzer": "§1Высококлассный электролизёр §r", - "block.gtceu.iv_electromagnetic_separator": "§1Высококлассный электромагнитный сепаратор §r", - "block.gtceu.iv_energy_input_hatch": "§1IV Приемник энергии", - "block.gtceu.iv_energy_input_hatch_16a": "§1IV 16A Приемник энергии", - "block.gtceu.iv_energy_input_hatch_4a": "§1IV 4A Приемник энергии", - "block.gtceu.iv_energy_output_hatch": "§1IV Отводчик энергии", - "block.gtceu.iv_energy_output_hatch_16a": "§1IV 16A Отводчик энергии", - "block.gtceu.iv_energy_output_hatch_4a": "§1IV 4A Отводчик энергии", - "block.gtceu.iv_extractor": "§1Высококлассный экстрактор §r", - "block.gtceu.iv_extruder": "§1Высококлассный экструдер §r", - "block.gtceu.iv_fermenter": "§1Высококлассный ферментер §r", - "block.gtceu.iv_fluid_heater": "§1Высококлассный жидкостный нагреватель §r", - "block.gtceu.iv_fluid_passthrough_hatch": "§1IV Сквозной жидкостный люк ", - "block.gtceu.iv_fluid_solidifier": "§1Высококлассный жидкостный отвердитель §r", - "block.gtceu.iv_forge_hammer": "§1Высококлассный кузнечный молот §r", - "block.gtceu.iv_forming_press": "§1Высококлассный формовочный пресс §r", - "block.gtceu.iv_gas_collector": "§1Высококлассный атмосферный конденсатор §r", - "block.gtceu.iv_hermetic_casing": "Герметичный корпус", - "block.gtceu.iv_input_bus": "§1IV Принимающая шина", - "block.gtceu.iv_input_hatch": "§1IV Впускной шлюз", - "block.gtceu.iv_item_passthrough_hatch": "§1IV Сквозной предметный люк", - "block.gtceu.iv_kinetic_input_box": "§1Высококлассный приемник кинетической энергии §r", - "block.gtceu.iv_kinetic_output_box": "§1Высококлассный отводчик кинетической энергии §r", - "block.gtceu.iv_lapotronic_battery": "Iv Лапотронный аккумулятор", - "block.gtceu.iv_large_miner": "§1Высококлассная большая шахтерская установка §r", - "block.gtceu.iv_laser_engraver": "§1Высококлассный лазерный гравер §r", - "block.gtceu.iv_lathe": "§1Высококлассный токарный станок §r", - "block.gtceu.iv_macerator": "§1Высококлассный измельчитель §r", - "block.gtceu.iv_machine_casing": "IV Корпус механизма ", - "block.gtceu.iv_machine_hull": "IV Обшивка механизма", - "block.gtceu.iv_mixer": "§1Высококлассный смешиватель §r", - "block.gtceu.iv_muffler_hatch": "Люк глушителя §1IV", - "block.gtceu.iv_ore_washer": "§1Высококлассная рудопромывочная установка §r", - "block.gtceu.iv_output_bus": "§1IV Шина выдачи", - "block.gtceu.iv_output_hatch": "§1IV Выпускной шлюз", - "block.gtceu.iv_packer": "§1Высококлассный упаковщик §r", - "block.gtceu.iv_parallel_hatch": "Высококлассный впускной шлюз", - "block.gtceu.iv_polarizer": "§1Высококлассный поляризатор §r", - "block.gtceu.iv_processing_array": "§1IV Массив обработки", - "block.gtceu.iv_quantum_chest": "Квантовый сундук V", - "block.gtceu.iv_quantum_tank": "Квантовая цистерна V", - "block.gtceu.iv_rock_crusher": "§1Высококлассный камнедробитель §r", - "block.gtceu.iv_rotor_holder": "§1IV Держатель ротора", - "block.gtceu.iv_sifter": "§1Высококлассное авто-сито §r", - "block.gtceu.iv_substation_input_hatch_64a": "§1IV 64A Энергетический люк подстанции", - "block.gtceu.iv_substation_output_hatch_64a": "§1IV 64A Динамо-люк подстанции", - "block.gtceu.iv_thermal_centrifuge": "§1Высококлассная термальная центрифуга §r", - "block.gtceu.iv_transformer_16a": "Insane Voltage Трансформатор", - "block.gtceu.iv_transformer_1a": "Insane Voltage Трансформатор", - "block.gtceu.iv_transformer_2a": "Insane Voltage Hi-Amp (2x) Трансформатор", - "block.gtceu.iv_transformer_4a": "Insane Voltage Hi-Amp (4x) Трансформатор", - "block.gtceu.iv_wiremill": "§1Высококлассный проволочный станок §r", - "block.gtceu.kanthal_coil_block": "Блок канталовой катушки", - "block.gtceu.laminated_glass": "Ламинированное стекло", - "block.gtceu.large_arc_smelter": "Большой дуговой завод сплавов", - "block.gtceu.large_assembler": "Большой сборщик", - "block.gtceu.large_autoclave": "Большой автоклав", - "block.gtceu.large_brewer": "Большая бродильная камера", - "block.gtceu.large_centrifuge": "Большая центрифуга", - "block.gtceu.large_chemical_bath": "Большая химическая ванна", - "block.gtceu.large_chemical_reactor": "Большой химический реактор", - "block.gtceu.large_circuit_assembler": "Большой сборщик плат", - "block.gtceu.large_combustion_engine": "Большой двигатель внутреннего сгорания", - "block.gtceu.large_cutter": "Большой резчик", - "block.gtceu.large_distillery": "Большой Дистиллятор", - "block.gtceu.large_electrolyzer": "Большой Электролизёр", - "block.gtceu.large_electromagnet": "Большой Электромагнит", - "block.gtceu.large_engraving_laser": "Большой гравировальный лазер ", - "block.gtceu.large_extractor": "Большой экстрактор", - "block.gtceu.large_extruder": "Большая экструзионная машина", - "block.gtceu.large_maceration_tower": "Большая измельчающая башня", - "block.gtceu.large_material_press": "Большой пресс", - "block.gtceu.large_mixer": "Большой смеситель", - "block.gtceu.large_packer": "Большая упаковочная машина", - "block.gtceu.large_scale_assembler_casing": "Корпус крупноузловой сборки", - "block.gtceu.large_sifting_funnel": "Большая просеивающая воронка", - "block.gtceu.large_solidifier": "Большой массив отвердителей", - "block.gtceu.large_wiremill": "Большая фабрика проводов", - "block.gtceu.laser_safe_engraving_casing": "Корпус защищенный от лазерной гравировки", - "block.gtceu.long_distance_fluid_pipeline": "Long Distance Fluid Pipeline", - "block.gtceu.long_distance_fluid_pipeline_endpoint": "Long Distance Fluid Pipeline Endpoint", - "block.gtceu.long_distance_item_pipeline": "Long Distance Item Pipeline", - "block.gtceu.long_distance_item_pipeline_endpoint": "Long Distance Item Pipeline Endpoint", - "block.gtceu.lp_steam_alloy_smelter": "Паровой завод сплавов низкого давления", - "block.gtceu.lp_steam_compressor": "Паровой компрессор низкого давления", - "block.gtceu.lp_steam_extractor": "Паровлй экстрактор низкого давления", - "block.gtceu.lp_steam_forge_hammer": "Паровой молот низкого давления", - "block.gtceu.lp_steam_furnace": "Паровая печь низкого давления", - "block.gtceu.lp_steam_liquid_boiler": "Паровой бойлер низкого давления на жидком топливе", - "block.gtceu.lp_steam_macerator": "Паровой измельчитель низкого давления", - "block.gtceu.lp_steam_rock_crusher": "Паровая камнедробилка низкого давления", - "block.gtceu.lp_steam_solid_boiler": "Паровой твердотопливный бойлер низкого давления", - "block.gtceu.luv_1024a_laser_source_hatch": "Luv 1024a Laser Source Hatch", - "block.gtceu.luv_1024a_laser_target_hatch": "Luv 1024a Laser Target Hatch", - "block.gtceu.luv_16a_energy_converter": "LuV 16A Преобразователь энергии", - "block.gtceu.luv_1a_energy_converter": "LuV 1A Преобразователь энергии", - "block.gtceu.luv_256a_laser_source_hatch": "Luv 256a Laser Source Hatch", - "block.gtceu.luv_256a_laser_target_hatch": "Luv 256a Laser Target Hatch", - "block.gtceu.luv_4096a_laser_source_hatch": "Luv 4096a Laser Source Hatch", - "block.gtceu.luv_4096a_laser_target_hatch": "Luv 4096a Laser Target Hatch", - "block.gtceu.luv_4a_energy_converter": "LuV 4A Преобразователь энергии", - "block.gtceu.luv_8a_energy_converter": "LuV 8A Преобразователь энергии", - "block.gtceu.luv_alloy_smelter": "§dВысококлассный завод сплавов II§r", - "block.gtceu.luv_arc_furnace": "§dВысококлассная дуговая печь II§r", - "block.gtceu.luv_assembler": "§dВысококлассный сборщик II§r", - "block.gtceu.luv_autoclave": "§dВысококлассный автоклав II§r", - "block.gtceu.luv_battery_buffer_16x": "Ludicrous Voltage 16x Аккумуляторный буфер", - "block.gtceu.luv_battery_buffer_4x": "Ludicrous Voltage 4x Аккумуляторный буфер", - "block.gtceu.luv_battery_buffer_8x": "Ludicrous Voltage 8x Аккумуляторный буфер", - "block.gtceu.luv_bender": "§dВысококлассный гибочный станок II§r", - "block.gtceu.luv_brewery": "§dВысококлассная бродильная камера II§r", - "block.gtceu.luv_canner": "§dВысококлассный консверватор II§r", - "block.gtceu.luv_centrifuge": "§dВысококлассная центрифуга II§r", - "block.gtceu.luv_charger_4x": "Ludicrous Voltage 4x Турбо зарядник", - "block.gtceu.luv_chemical_bath": "§dВысококлассная химическая ванна II§r", - "block.gtceu.luv_chemical_reactor": "§dВысококлассный химический реактор II§r", - "block.gtceu.luv_circuit_assembler": "§dВысококлассный сборщик плат II§r", - "block.gtceu.luv_compressor": "§dВысококлассный компрессор II§r", - "block.gtceu.luv_cutter": "§dВысококлассный резчик II§r", - "block.gtceu.luv_diode": "§dLuV Диод", - "block.gtceu.luv_distillery": "§dВысококлассный дистиллятор II§r", - "block.gtceu.luv_electric_furnace": "§dВысококлассный электрическая печь II§r", - "block.gtceu.luv_electrolyzer": "§dВысококлассный электролизёр II§r", - "block.gtceu.luv_electromagnetic_separator": "§dВысококлассный электромагнитный сепаратор II§r", - "block.gtceu.luv_energy_input_hatch": "§dLuV Энергетический люк", - "block.gtceu.luv_energy_input_hatch_16a": "§dLuV 16A Энергетический люк", - "block.gtceu.luv_energy_input_hatch_4a": "§dLuV 4A Энергетический люк", - "block.gtceu.luv_energy_output_hatch": "§dLuV Динамо-люк", - "block.gtceu.luv_energy_output_hatch_16a": "§dLuV 16A Динамо-люк", - "block.gtceu.luv_energy_output_hatch_4a": "§dLuV 4A Динамо-люк", - "block.gtceu.luv_extractor": "§dВысококлассный экстрактор II§r", - "block.gtceu.luv_extruder": "§dВысококлассный экструдер II§r", - "block.gtceu.luv_fermenter": "§dВысококлассный ферментер II§r", - "block.gtceu.luv_fluid_heater": "§dВысококлассный жидкостный нагреватель II§r", - "block.gtceu.luv_fluid_passthrough_hatch": "§dLuV Fluid Passthrough Hatch", - "block.gtceu.luv_fluid_solidifier": "§dВысококлассный жидкостный отвердитель II§r", - "block.gtceu.luv_forge_hammer": "§dВысококлассный кузнечный молот II§r", - "block.gtceu.luv_forming_press": "§dВысококлассный формовочный пресс II§r", - "block.gtceu.luv_fusion_reactor": "Компьютер термоядерного реактора MK I", - "block.gtceu.luv_gas_collector": "§dВысококлассный атмосферный конденсатор II§r", - "block.gtceu.luv_hermetic_casing": "Герметичный корпус VI", - "block.gtceu.luv_input_bus": "§dLuV Принимающая шина", - "block.gtceu.luv_input_hatch": "§dLuV Впускной шлюз", - "block.gtceu.luv_item_passthrough_hatch": "§dLuV Item Passthrough Hatch", - "block.gtceu.luv_kinetic_input_box": "§dВысококлассный приемник кинетической энергии II§r", - "block.gtceu.luv_kinetic_output_box": "§dВысококлассный отводчик кинетической энергии II§r", - "block.gtceu.luv_lapotronic_battery": "Luv Лапотронный аккумулятор", - "block.gtceu.luv_large_miner": "§dВысококлассная большая шахтерская установка II§r", - "block.gtceu.luv_laser_engraver": "§dВысококлассный лазерный гравер II§r", - "block.gtceu.luv_lathe": "§dВысококлассный токарный станок II§r", - "block.gtceu.luv_macerator": "§dВысококлассный измельчитель II§r", - "block.gtceu.luv_machine_casing": "LuV Корпус механизма", - "block.gtceu.luv_machine_hull": "LuV Обшивка механизма", - "block.gtceu.luv_mixer": "§dВысококлассный смешиватель II§r", - "block.gtceu.luv_muffler_hatch": "Люк глушителя §dLuV", - "block.gtceu.luv_ore_washer": "§dВысококлассная рудопромывочная установка II§r", - "block.gtceu.luv_output_bus": "§dLuV Шина выдачи", - "block.gtceu.luv_output_hatch": "§dLuV Выпускной шлюз", - "block.gtceu.luv_packer": "§dВысококлассный упаковщик II§r", - "block.gtceu.luv_parallel_hatch": "Master Parallel Control Hatch", - "block.gtceu.luv_polarizer": "§dВысококлассный поляризатор II§r", - "block.gtceu.luv_processing_array": "§dLuV Processing Array", - "block.gtceu.luv_quantum_chest": "Квантовый сундук VI", - "block.gtceu.luv_quantum_tank": "Квантовая цистерна VI", - "block.gtceu.luv_rock_crusher": "§dВысококлассный камнедробитель II§r", - "block.gtceu.luv_rotor_holder": "§dLuV Держатель ротора", - "block.gtceu.luv_sifter": "§dВысококлассное авто-сито II§r", - "block.gtceu.luv_substation_input_hatch_64a": "§dLuV 64A Энергетический люк подстанции", - "block.gtceu.luv_substation_output_hatch_64a": "§dLuV 64A Динамо-люк подстанции", - "block.gtceu.luv_thermal_centrifuge": "§dВысококлассная термальная центрифуга II§r", - "block.gtceu.luv_transformer_16a": "Ludicrous Voltage Power Трансформатор", - "block.gtceu.luv_transformer_1a": "Ludicrous Voltage Трансформатор", - "block.gtceu.luv_transformer_2a": "Ludicrous Voltage Hi-Amp (2x) Трансформатор", - "block.gtceu.luv_transformer_4a": "Ludicrous Voltage Hi-Amp (4x) Трансформатор", - "block.gtceu.luv_wiremill": "§dВысококлассный проволочный станок II§r", - "block.gtceu.lv_16a_energy_converter": "НВ 16A Преобразователь энергии", - "block.gtceu.lv_1a_energy_converter": "НВ 1A Преобразователь энергии", - "block.gtceu.lv_4a_energy_converter": "НВ 4A Преобразователь энергии", - "block.gtceu.lv_8a_energy_converter": "НВ 8A Преобразователь энергии", - "block.gtceu.lv_alloy_smelter": "Базовый завод сплавов §r", - "block.gtceu.lv_arc_furnace": "Базовая дуговая печь §r", - "block.gtceu.lv_assembler": "Базовый сборщик §r", - "block.gtceu.lv_autoclave": "Базовый автоклав §r", - "block.gtceu.lv_battery_buffer_16x": "Низковольтный 16x Аккумуляторный буфер", - "block.gtceu.lv_battery_buffer_4x": "Низковольтный 4x Аккумуляторный буфер", - "block.gtceu.lv_battery_buffer_8x": "Низковольтный 8x Аккумуляторный буфер", - "block.gtceu.lv_bender": "Базовый гибочный станок §r", - "block.gtceu.lv_block_breaker": "Базовый разрушитель блоков §r", - "block.gtceu.lv_brewery": "Базовая бродильная камера §r", - "block.gtceu.lv_canner": "Базовый консверватор §r", - "block.gtceu.lv_centrifuge": "Базовая центрифуга §r", - "block.gtceu.lv_charger_4x": "Low Voltage 4x Турбо зарядник", - "block.gtceu.lv_chemical_bath": "Базовая Химическая ванна §r", - "block.gtceu.lv_chemical_reactor": "Базовый Химический реактор §r", - "block.gtceu.lv_circuit_assembler": "Базовый Сборщик плат §r", - "block.gtceu.lv_combustion": "Базовый Генератор внутреннего сгорания §r", - "block.gtceu.lv_compressor": "Базовый Компрессор §r", - "block.gtceu.lv_cutter": "Базовый Резчик §r", - "block.gtceu.lv_diode": "§7НВ Диод", - "block.gtceu.lv_distillery": "Базовый дистиллятор §r", - "block.gtceu.lv_electric_furnace": "Базовая Электрическая печь §r", - "block.gtceu.lv_electric_gear_box_16a": "Базовая электрическая коробка передач 16A §r", - "block.gtceu.lv_electric_gear_box_2a": "Базовая электрическая коробка передач 2A §r", - "block.gtceu.lv_electric_gear_box_32a": "Базовая электрическая коробка передач 32A §r", - "block.gtceu.lv_electric_gear_box_8a": "Базовая электрическая коробка передач 8A §r", - "block.gtceu.lv_electrolyzer": "Базовый электролизёр §r", - "block.gtceu.lv_electromagnetic_separator": "Базовый электромагнитный сепаратор §r", - "block.gtceu.lv_energy_input_hatch": "§7НВ Энергетический люк", - "block.gtceu.lv_energy_output_hatch": "§7НВ Динамо-люк", - "block.gtceu.lv_extractor": "Базовый экстрактор §r", - "block.gtceu.lv_extruder": "Базовый экструдер §r", - "block.gtceu.lv_fermenter": "Базовый ферментер §r", - "block.gtceu.lv_fisher": "Базовый авто-Рыбак §r", - "block.gtceu.lv_fluid_heater": "Базовый жидкостный нагреватель §r", - "block.gtceu.lv_fluid_passthrough_hatch": "§7НВ Проходной люк для жидкости", - "block.gtceu.lv_fluid_solidifier": "Базовый жидкостный отвердитель §r", - "block.gtceu.lv_forge_hammer": "Базовый кузнечный молот §r", - "block.gtceu.lv_forming_press": "Базовый формовочный пресс §r", - "block.gtceu.lv_gas_collector": "Базовый атмосферный конденсатор §r", - "block.gtceu.lv_gas_turbine": "Базовый газотурбинный генератор §r", - "block.gtceu.lv_hermetic_casing": "Герметичный корпус I", - "block.gtceu.lv_input_bus": "§7НВ Принимающая шина", - "block.gtceu.lv_input_hatch": "§7НВ Впускной шлюз", - "block.gtceu.lv_item_passthrough_hatch": "§7НВ Item Passthrough Hatch", - "block.gtceu.lv_kinetic_input_box": "Базовый приемник кинетической энергии §r", - "block.gtceu.lv_kinetic_mixer": "Базовый кинетический смешиватель §r", - "block.gtceu.lv_kinetic_output_box": "Базовый отводчик кинетической энергии §r", - "block.gtceu.lv_laser_engraver": "Базовый лазерный гравер §r", - "block.gtceu.lv_lathe": "Базовый токарный станок §r", - "block.gtceu.lv_macerator": "Базовый тзмельчитель §r", - "block.gtceu.lv_machine_casing": "НВ Корпус механизма", - "block.gtceu.lv_machine_hull": "НВ Обшивка механизма", - "block.gtceu.lv_miner": "Базовая шахтерская установка §r", - "block.gtceu.lv_mixer": "Базовый смешиватель §r", - "block.gtceu.lv_muffler_hatch": "Люк глушителя §7НВ", - "block.gtceu.lv_ore_washer": "Базовая рудопромывочная установка §r", - "block.gtceu.lv_output_bus": "§7НВ Шина выдачи", - "block.gtceu.lv_output_hatch": "§7НВ Выпускной шлюз", - "block.gtceu.lv_packer": "Базовый упаковщик §r", - "block.gtceu.lv_polarizer": "Базовый Поляризатор §r", - "block.gtceu.lv_pump": "Базовый Насос §r", - "block.gtceu.lv_rock_crusher": "Базовый Камнедробитель §r", - "block.gtceu.lv_sifter": "Базовое авто-сито §r", - "block.gtceu.lv_steam_turbine": "Базовая паровая турбина §r", - "block.gtceu.lv_super_chest": "Супер сундук I", - "block.gtceu.lv_super_tank": "Супер цистерна I", - "block.gtceu.lv_thermal_centrifuge": "Базовая Термальная центрифуга §r", - "block.gtceu.lv_transformer_16a": "Low Voltage Power Трансформатор", - "block.gtceu.lv_transformer_1a": "Low Voltage Трансформатор", - "block.gtceu.lv_transformer_2a": "Low Voltage Hi-Amp (2x) Трансформатор", - "block.gtceu.lv_transformer_4a": "Low Voltage Hi-Amp (4x) Трансформатор", - "block.gtceu.lv_wiremill": "Базовый проволочный станок §r", - "block.gtceu.maintenance_hatch": "Maintenance Hatch", - "block.gtceu.max_16a_energy_converter": "MAX 16A Преобразователь энергии", - "block.gtceu.max_1a_energy_converter": "MAX 1A Преобразователь энергии", - "block.gtceu.max_4a_energy_converter": "MAX 4A Преобразователь энергии", - "block.gtceu.max_8a_energy_converter": "MAX 8A Преобразователь энергии", - "block.gtceu.max_battery_buffer_16x": "Maximum Voltage 16x Аккумуляторный буфер", - "block.gtceu.max_battery_buffer_4x": "Maximum Voltage 4x Аккумуляторный буфер", - "block.gtceu.max_battery_buffer_8x": "Maximum Voltage 8x Аккумуляторный буфер", - "block.gtceu.max_charger_4x": "Maximum Voltage 4x Турбо зарядник", - "block.gtceu.max_energy_input_hatch": "§c§lMAX Энергетический люк", - "block.gtceu.max_energy_output_hatch": "§c§lMAX Динамо-люк", - "block.gtceu.max_input_bus": "§c§lMAX Принимающая шина", - "block.gtceu.max_input_hatch": "§c§lMAX Впускной шлюз", - "block.gtceu.max_machine_casing": "MAX Корпус механизма", - "block.gtceu.max_machine_hull": "MAX Обшивка механизма", - "block.gtceu.max_output_bus": "§c§lMAX Шина выдачи", - "block.gtceu.max_output_hatch": "§c§lMAX Выпускной шлюз", - "block.gtceu.me_input_bus": "ME Шина механического углеподачтчика", - "block.gtceu.me_input_hatch": "ME Люк механического углеподачтчика", - "block.gtceu.me_output_bus": "ME Шина выдачи", - "block.gtceu.me_output_hatch": "ME Выпускной шлюз", - "block.gtceu.mega_blast_furnace": "Rotary Hearth Furnace", - "block.gtceu.mega_vacuum_freezer": "Bulk Blast Chiller", - "block.gtceu.miner_pipe": "Труба шахтерской установки", - "block.gtceu.molybdenum_disilicide_coil_block": "Блок дисцилида-молибдена катушка", - "block.gtceu.multi_smelter": "мультиплавильный завод", - "block.gtceu.mv_16a_energy_converter": "MV 16A Преобразователь энергии", - "block.gtceu.mv_1a_energy_converter": "MV 1A Преобразователь энергии", - "block.gtceu.mv_4a_energy_converter": "MV 4A Преобразователь энергии", - "block.gtceu.mv_8a_energy_converter": "MV 8A Преобразователь энергии", - "block.gtceu.mv_alloy_smelter": "§bПродвинутый завод сплавов §r", - "block.gtceu.mv_arc_furnace": "§bПродвинутая дуговая печь §r", - "block.gtceu.mv_assembler": "§bПродвинутый сборщик §r", - "block.gtceu.mv_autoclave": "§bПродвинутый автоклав §r", - "block.gtceu.mv_battery_buffer_16x": "Medium Voltage 16x Аккумуляторный буфер", - "block.gtceu.mv_battery_buffer_4x": "Medium Voltage 4x Аккумуляторный буфер", - "block.gtceu.mv_battery_buffer_8x": "Medium Voltage 8x Аккумуляторный буфер", - "block.gtceu.mv_bedrock_ore_miner": "§bПродвинутый добытчик руд бедрока §r", - "block.gtceu.mv_bender": "§bПродвинутый гибочный станок §r", - "block.gtceu.mv_block_breaker": "§bПродвинутый разрушитель блоков §r", - "block.gtceu.mv_brewery": "§bПродвинутая бродильная камера §r", - "block.gtceu.mv_canner": "§bПродвинутый консверватор §r", - "block.gtceu.mv_centrifuge": "§bПродвинутая центрифуга §r", - "block.gtceu.mv_charger_4x": "Medium Voltage 4x Турбо зарядник", - "block.gtceu.mv_chemical_bath": "§bПродвинутая химическая ванна §r", - "block.gtceu.mv_chemical_reactor": "§bПродвинутый химический реактор §r", - "block.gtceu.mv_circuit_assembler": "§bПродвинутый сборщик плат §r", - "block.gtceu.mv_combustion": "§bПродвинутый генератор внутреннего сгорания §r", - "block.gtceu.mv_compressor": "§bПродвинутый компрессор §r", - "block.gtceu.mv_cutter": "§bПродвинутый резчик §r", - "block.gtceu.mv_diode": "§bMV Диод", - "block.gtceu.mv_distillery": "§bПродвинутый дистиллятор §r", - "block.gtceu.mv_electric_furnace": "§bПродвинутая электрическая печь §r", - "block.gtceu.mv_electric_gear_box_16a": "§bПродвинутая электрическая коробка передач 16A §r", - "block.gtceu.mv_electric_gear_box_2a": "§bПродвинутая электрическая коробка передач 2A §r", - "block.gtceu.mv_electric_gear_box_32a": "§bПродвинутая электрическая коробка передач 32A §r", - "block.gtceu.mv_electric_gear_box_8a": "§bПродвинутая электрическая коробка передач 8A §r", - "block.gtceu.mv_electrolyzer": "§bПродвинутый электролизёр §r", - "block.gtceu.mv_electromagnetic_separator": "§bПродвинутый электромагнитный сепаратор §r", - "block.gtceu.mv_energy_input_hatch": "§bMV Энергетический люк", - "block.gtceu.mv_energy_output_hatch": "§bMV Динамо-люк", - "block.gtceu.mv_extractor": "§bПродвинутый экстрактор §r", - "block.gtceu.mv_extruder": "§bПродвинутый экструдер §r", - "block.gtceu.mv_fermenter": "§bПродвинутый ферментер §r", - "block.gtceu.mv_fisher": "§bПродвинутый авто-рыбак §r", - "block.gtceu.mv_fluid_drilling_rig": "§bПродвинутая жидкостная буровая установка §r", - "block.gtceu.mv_fluid_heater": "§bПродвинутый ;идкостный нагреватель §r", - "block.gtceu.mv_fluid_passthrough_hatch": "§bMV Fluid Passthrough Hatch", - "block.gtceu.mv_fluid_solidifier": "§bПродвинутый жидкостный отвердитель §r", - "block.gtceu.mv_forge_hammer": "§bПродвинутый кузнечный молот §r", - "block.gtceu.mv_forming_press": "§bПродвинутый формовочный пресс §r", - "block.gtceu.mv_gas_collector": "§bПродвинутый атмосферный конденсатор §r", - "block.gtceu.mv_gas_turbine": "§bПродвинутый газотурбинный генератор §r", - "block.gtceu.mv_hermetic_casing": "Герметичный корпус II", - "block.gtceu.mv_input_bus": "§bMV Принимающая шина", - "block.gtceu.mv_input_hatch": "§bMV Впускной шлюз", - "block.gtceu.mv_item_passthrough_hatch": "§bMV Item Passthrough Hatch", - "block.gtceu.mv_kinetic_input_box": "§bПродвинутый приемник кинетической энергии §r", - "block.gtceu.mv_kinetic_mixer": "§bПродвинутый кинетический смешиватель §r", - "block.gtceu.mv_kinetic_output_box": "§bПродвинутый отводчик кинетической энергии §r", - "block.gtceu.mv_laser_engraver": "§bПродвинутый лазерный гравер §r", - "block.gtceu.mv_lathe": "§bПродвинутый токарный станок §r", - "block.gtceu.mv_macerator": "§bПродвинутый измельчитель §r", - "block.gtceu.mv_machine_casing": "MV Корпус механизма", - "block.gtceu.mv_machine_hull": "MV Обшивка механизма", - "block.gtceu.mv_miner": "§bПродвинутая шахтерская установка §r", - "block.gtceu.mv_mixer": "§bПродвинутый смешиватель §r", - "block.gtceu.mv_muffler_hatch": "Люк глушителя §bMV", - "block.gtceu.mv_ore_washer": "§bПродвинутая рудопромывочная установка §r", - "block.gtceu.mv_output_bus": "§bMV Шина выдачи", - "block.gtceu.mv_output_hatch": "§bMV Выпускной шлюз", - "block.gtceu.mv_packer": "§bПродвинутый упаковщик §r", - "block.gtceu.mv_polarizer": "§bПродвинутый поляризатор §r", - "block.gtceu.mv_pump": "§bПродвинутый насос §r", - "block.gtceu.mv_rock_crusher": "§bПродвинутый камнедробитель §r", - "block.gtceu.mv_sifter": "§bПродвинутое авто-сито §r", - "block.gtceu.mv_steam_turbine": "§bПродвинутая паровая турбина §r", - "block.gtceu.mv_super_chest": "Супер сундук II", - "block.gtceu.mv_super_tank": "Супер цистерна II", - "block.gtceu.mv_thermal_centrifuge": "§bПродвинутая термальная центрифуга §r", - "block.gtceu.mv_transformer_16a": "Medium Voltage Power Трансформатор", - "block.gtceu.mv_transformer_1a": "Medium Voltage Трансформатор", - "block.gtceu.mv_transformer_2a": "Medium Voltage Hi-Amp (2x) Трансформатор", - "block.gtceu.mv_transformer_4a": "Medium Voltage Hi-Amp (4x) Трансформатор", - "block.gtceu.mv_wiremill": "§bПродвинутый проволочный станок §r", - "block.gtceu.naquadah_coil_block": "Блок наквадовой катушка", - "block.gtceu.nichrome_coil_block": "Блок нихромовой катушки", - "block.gtceu.nonconducting_casing": "Непроводящий корпус", - "block.gtceu.normal_laser_pipe": "Обычная лазерная труба", - "block.gtceu.oil_heavy": "Тяжёлая нефть", - "block.gtceu.oil_light": "Лёгкая нефть", - "block.gtceu.oil_medium": "Необработанная нефть", - "block.gtceu.opv_1024a_laser_source_hatch": "Opv 1024a Laser Source Hatch", - "block.gtceu.opv_1024a_laser_target_hatch": "Opv 1024a Laser Target Hatch", - "block.gtceu.opv_16a_energy_converter": "OpV 16A Преобразователь энергии", - "block.gtceu.opv_1a_energy_converter": "OpV 1A Преобразователь энергии", - "block.gtceu.opv_256a_laser_source_hatch": "Opv 256a Laser Source Hatch", - "block.gtceu.opv_256a_laser_target_hatch": "Opv 256a Laser Target Hatch", - "block.gtceu.opv_4096a_laser_source_hatch": "Opv 4096a Laser Source Hatch", - "block.gtceu.opv_4096a_laser_target_hatch": "Opv 4096a Laser Target Hatch", - "block.gtceu.opv_4a_energy_converter": "OpV 4A Преобразователь энергииПреобразователь энергии", - "block.gtceu.opv_8a_energy_converter": "OpV 8A Преобразователь энергии", - "block.gtceu.opv_alloy_smelter": "§9Legendary Завод сплавов §r", - "block.gtceu.opv_arc_furnace": "§9Legendary Дуговая печь §r", - "block.gtceu.opv_assembler": "§9Legendary Сборщик §r", - "block.gtceu.opv_autoclave": "§9Legendary Автоклав §r", - "block.gtceu.opv_battery_buffer_16x": "Overpowered Voltage 16x Аккумуляторный буфер", - "block.gtceu.opv_battery_buffer_4x": "Overpowered Voltage 4x Аккумуляторный буфер", - "block.gtceu.opv_battery_buffer_8x": "Overpowered Voltage 8x Аккумуляторный буфер", - "block.gtceu.opv_bender": "§9Legendary Гибочный станок §r", - "block.gtceu.opv_brewery": "§9Legendary Бродильная камера §r", - "block.gtceu.opv_canner": "§9Legendary консверватор §r", - "block.gtceu.opv_centrifuge": "§9Legendary Центрифуга §r", - "block.gtceu.opv_charger_4x": "Overpowered Voltage 4x Турбо зарядник", - "block.gtceu.opv_chemical_bath": "§9Legendary Химическая ванна §r", - "block.gtceu.opv_chemical_reactor": "§9Legendary Химический реактор §r", - "block.gtceu.opv_circuit_assembler": "§9Legendary Сборщик плат §r", - "block.gtceu.opv_compressor": "§9Legendary Компрессор §r", - "block.gtceu.opv_cutter": "§9Legendary Резчик §r", - "block.gtceu.opv_diode": "§9OpV Диод", - "block.gtceu.opv_distillery": "§9Legendary Дистиллятор §r", - "block.gtceu.opv_electric_furnace": "§9Legendary Электрическая печь §r", - "block.gtceu.opv_electrolyzer": "§9Legendary Электролизёр §r", - "block.gtceu.opv_electromagnetic_separator": "§9Legendary Электромагнитный сепаратор §r", - "block.gtceu.opv_energy_input_hatch": "§9OpV Энергетический люк", - "block.gtceu.opv_energy_output_hatch": "§9OpV Динамо-люк", - "block.gtceu.opv_extractor": "§9Legendary Экстрактор §r", - "block.gtceu.opv_extruder": "§9Legendary Экструдер §r", - "block.gtceu.opv_fermenter": "§9Legendary Ферментер §r", - "block.gtceu.opv_fluid_heater": "§9Legendary Жидкостный нагреватель §r", - "block.gtceu.opv_fluid_passthrough_hatch": "§9OpV Fluid Passthrough Hatch", - "block.gtceu.opv_fluid_solidifier": "§9Legendary Жидкостный отвердитель §r", - "block.gtceu.opv_forge_hammer": "§9Legendary Кузченый молот §r", - "block.gtceu.opv_forming_press": "§9Legendary Формовочный пресс §r", - "block.gtceu.opv_gas_collector": "§9Legendary Атмосферный конденсатор §r", - "block.gtceu.opv_input_bus": "§9OpV Принимающая шина", - "block.gtceu.opv_input_hatch": "§9OpV Впускной шлюз", - "block.gtceu.opv_item_passthrough_hatch": "§9OpV Item Passthrough Hatch", - "block.gtceu.opv_kinetic_input_box": "§9Legendary приемник кинетической энергии §r", - "block.gtceu.opv_kinetic_output_box": "§9Legendary отводчик кинетической энергии §r", - "block.gtceu.opv_laser_engraver": "§9Legendary Лазерный гравер §r", - "block.gtceu.opv_lathe": "§9Legendary Токарный станок §r", - "block.gtceu.opv_macerator": "§9Legendary Измельчитель §r", - "block.gtceu.opv_machine_casing": "OpV Корпус Механизма", - "block.gtceu.opv_machine_hull": "OpV Обшивка механизма", - "block.gtceu.opv_mixer": "§9Legendary Смешиватель §r", - "block.gtceu.opv_muffler_hatch": "Люк глушителя §9OpV", - "block.gtceu.opv_ore_washer": "§9Legendary Рудопромывочная установка §r", - "block.gtceu.opv_output_bus": "§9OpV Шина выдачи", - "block.gtceu.opv_output_hatch": "§9OpV Выпускной шлюз", - "block.gtceu.opv_packer": "§9Legendary Упаковщик §r", - "block.gtceu.opv_polarizer": "§9Legendary Поляризатор §r", - "block.gtceu.opv_quantum_chest": "Квантовый сундук XIII", - "block.gtceu.opv_quantum_tank": "Квантовая цистерна XIII", - "block.gtceu.opv_rock_crusher": "§9Legendary Камнедробитель §r", - "block.gtceu.opv_sifter": "§9Legendary авто-сито §r", - "block.gtceu.opv_thermal_centrifuge": "§9Legendary Термальная центрифуга §r", - "block.gtceu.opv_wiremill": "§9Legendary Проволочный станок §r", - "block.gtceu.palladium_substation": "Паладиевая подстанция", - "block.gtceu.plascrete": "Пластобетон", - "block.gtceu.plasma_large_turbine": "Большая плазменная турбина", - "block.gtceu.power_substation": "Электроподстанция", - "block.gtceu.primitive_blast_furnace": "Примитвная доменная печь", - "block.gtceu.primitive_pump": "Примитивный насос", - "block.gtceu.ptfe_pipe_casing": "PTFE Корпус трубы", - "block.gtceu.pump_deck": "Насосная палуба", - "block.gtceu.pump_hatch": "Люк насоса", - "block.gtceu.pyrolyse_oven": "Пиролизная печь", - "block.gtceu.reaction_safe_mixing_casing": "Безопастный для реакций корпус смешивания", - "block.gtceu.robust_machine_casing": "Корпус механизма из прочной вольфрамовой стали", - "block.gtceu.rubber_leaves": "Листва гевеи", - "block.gtceu.rubber_log": "Бревно гевеи", - "block.gtceu.rubber_planks": "Доски гевеи", - "block.gtceu.rubber_sapling": "Саженец гевеи", - "block.gtceu.secure_maceration_casing": "Защищенный корпус измельчителя", - "block.gtceu.shock_proof_cutting_casing": "Ударопрочный корпус для резки", - "block.gtceu.slicing_blades": "Лезвия для нарезки", - "block.gtceu.solid_machine_casing": "Цельнолитой корпус механизма", - "block.gtceu.stable_machine_casing": "Стабильный титановый корпус механизма", - "block.gtceu.stainless_steel_crate": "Ящик из нержавеющей стали", - "block.gtceu.stainless_steel_drum": "Бочка из нержавеющей стали", - "block.gtceu.stainless_steel_gearbox": "Корпус коробки передач из нержавеющей стали", - "block.gtceu.stainless_steel_turbine_casing": "Корпус турбины из нержавеющей стали", - "block.gtceu.steam_casing_bricked_bronze": "Бронзово-кирпичный корпус", - "block.gtceu.steam_casing_bricked_bronze.tooltip": "§7Для твоих первых паровых механизмов", - "block.gtceu.steam_casing_bricked_steel": "Кованожелезный-кирпичный корпус", - "block.gtceu.steam_casing_bricked_steel.tooltip": "§7Для лучших паровых механизмов", - "block.gtceu.steam_casing_bronze": "Бронзовый корпус", - "block.gtceu.steam_casing_bronze.tooltip": "§7Для твоих первых паровых механизмов", - "block.gtceu.steam_casing_steel": "Стальной корпус", - "block.gtceu.steam_casing_steel.tooltip": "§77Для лучших паровых механизмов", - "block.gtceu.steam_grinder": "Паровой шлифовальный станок", - "block.gtceu.steam_input_bus": "Принимающая шина (Паровая)", - "block.gtceu.steam_input_hatch": "Впускной шлюз (Паровой)", - "block.gtceu.steam_large_turbine": "Большая паровая турбина", - "block.gtceu.steam_liquid_boiler.bronze": "Малый паровой бойлер на жидком топливе", - "block.gtceu.steam_machine_casing": "Корпус парового механизма", - "block.gtceu.steam_miner": "Паровая шахтерская установка", - "block.gtceu.steam_output_bus": "Шина выдачи (Паровая)", - "block.gtceu.steam_oven": "Паровая печь", - "block.gtceu.steam_solid_boiler.bronze": "Малый паровой твердотопливный бойлер", - "block.gtceu.steel_brick_casing": "Кирпично-стальной корпус", - "block.gtceu.steel_crate": "Стальной ящик", - "block.gtceu.steel_drum": "Стальная бочка", - "block.gtceu.steel_firebox_casing": "Стальный корпус топки", - "block.gtceu.steel_gearbox": "Стальный корпус коробки передач", - "block.gtceu.steel_large_boiler": "Большой стальной бойлер", - "block.gtceu.steel_machine_casing": "Цельнолитой стальной корпус механизма", - "block.gtceu.steel_pipe_casing": "Корпус стальной трубы", - "block.gtceu.steel_turbine_casing": "Каркас стальной турбины", - "block.gtceu.sterilizing_filter_casing": "Корпус стерилизующего фильтра", - "block.gtceu.stress_proof_casing": "Защищенный от нагрузок корпус", - "block.gtceu.sturdy_machine_casing": "Sturdy HSS-E корпус механизма", - "block.gtceu.superconducting_coil": "Блок сверхпроводящих катушек", - "block.gtceu.tempered_glass": "Закалённое стекло", - "block.gtceu.titanium_crate": "Титановый ящик", - "block.gtceu.titanium_drum": "Титановая бочка", - "block.gtceu.titanium_firebox_casing": "Титановый корпус топки", - "block.gtceu.titanium_gearbox": "Титановый корпус коробки передач", - "block.gtceu.titanium_large_boiler": "Большой титановый бойлер", - "block.gtceu.titanium_pipe_casing": "Корпус титановой трубы", - "block.gtceu.titanium_turbine_casing": "Каркас титановой турбины", - "block.gtceu.trinium_coil_block": "Блок триниевых катушек", - "block.gtceu.tritanium_coil_block": "Блок титановых катушек", - "block.gtceu.tungsten_steel_crate": "Ящик из вольфрамовой стали", - "block.gtceu.tungsten_steel_drum": "Бочка из вольфрамовой стали", - "block.gtceu.tungstensteel_coil_block": "Блок фольфрамовой катушки", - "block.gtceu.tungstensteel_firebox_casing": "Вольфрамстальной корпус топки", - "block.gtceu.tungstensteel_gearbox": "Корпус коробки передач из вольфрамовой стали", - "block.gtceu.tungstensteel_large_boiler": "Большой бойлер из вольфрамовой стали", - "block.gtceu.tungstensteel_pipe_casing": " Вольфрамстальной трубы", - "block.gtceu.tungstensteel_turbine_casing": "Каркас Вольфрамстальной турбины", - "block.gtceu.uev_1024a_laser_source_hatch": "Uev 1024a Laser Source Hatch", - "block.gtceu.uev_1024a_laser_target_hatch": "Uev 1024a Laser Target Hatch", - "block.gtceu.uev_16a_energy_converter": "UEV 16A Преобразователь энергии", - "block.gtceu.uev_1a_energy_converter": "UEV 1A Преобразователь энергии", - "block.gtceu.uev_256a_laser_source_hatch": "Uev 256a Laser Source Hatch", - "block.gtceu.uev_256a_laser_target_hatch": "Uev 256a Laser Target Hatch", - "block.gtceu.uev_4096a_laser_source_hatch": "Uev 4096a Laser Source Hatch", - "block.gtceu.uev_4096a_laser_target_hatch": "Uev 4096a Laser Target Hatch", - "block.gtceu.uev_4a_energy_converter": "UEV 4A Преобразователь энергии", - "block.gtceu.uev_8a_energy_converter": "UEV 8A Преобразователь энергии", - "block.gtceu.uev_alloy_smelter": "§aEpic Завод сплавов II§r", - "block.gtceu.uev_arc_furnace": "§aEpic Дуговая печь II§r", - "block.gtceu.uev_assembler": "§aEpic Сборщик II§r", - "block.gtceu.uev_autoclave": "§aEpic Автоклав II§r", - "block.gtceu.uev_battery_buffer_16x": "Ultra Excessive Voltage 16x Аккумуляторный буфер", - "block.gtceu.uev_battery_buffer_4x": "Ultra Excessive Voltage 4x Аккумуляторный буфер", - "block.gtceu.uev_battery_buffer_8x": "Ultra Excessive Voltage 8x Аккумуляторный буфер", - "block.gtceu.uev_bender": "§aEpic Гибочный станок II§r", - "block.gtceu.uev_brewery": "§aEpic Бродильная камера II§r", - "block.gtceu.uev_canner": "§aEpic консверватор II§r", - "block.gtceu.uev_centrifuge": "§aEpic Центрифуга II§r", - "block.gtceu.uev_charger_4x": "Ultra Excessive Voltage 4x Турбо зарядник", - "block.gtceu.uev_chemical_bath": "§aEpic Химическая ванна II§r", - "block.gtceu.uev_chemical_reactor": "§aEpic Химический реактор II§r", - "block.gtceu.uev_circuit_assembler": "§aEpic Сборщик плат II§r", - "block.gtceu.uev_compressor": "§aEpic Компрессор II§r", - "block.gtceu.uev_cutter": "§aEpic Резчик II§r", - "block.gtceu.uev_diode": "§aUEV Диод", - "block.gtceu.uev_distillery": "§aEpic Дистиллятор II§r", - "block.gtceu.uev_electric_furnace": "§aEpic Электрическая печь II§r", - "block.gtceu.uev_electrolyzer": "§aEpic Электролизёр II§r", - "block.gtceu.uev_electromagnetic_separator": "§aEpic Электромагнитный сепаратор II§r", - "block.gtceu.uev_energy_input_hatch": "§aUEV Энергетический люк", - "block.gtceu.uev_energy_output_hatch": "§aUEV Динамо-люк", - "block.gtceu.uev_extractor": "§aEpic Экстрактор II§r", - "block.gtceu.uev_extruder": "§aEpic Экструдер II§r", - "block.gtceu.uev_fermenter": "§aEpic Ферментер II§r", - "block.gtceu.uev_fluid_heater": "§aEpic Жидкостный нагреватель II§r", - "block.gtceu.uev_fluid_passthrough_hatch": "§aUEV Fluid Passthrough Hatch", - "block.gtceu.uev_fluid_solidifier": "§aEpic Жидкостный отвердитель II§r", - "block.gtceu.uev_forge_hammer": "§aEpic Кузнечный молот II§r", - "block.gtceu.uev_forming_press": "§aEpic Формовочный пресс II§r", - "block.gtceu.uev_gas_collector": "§aEpic Атмосферный конденсатор II§r", - "block.gtceu.uev_input_bus": "§aUEV Принимающая шина", - "block.gtceu.uev_input_hatch": "§aUEV Впускной шлюз", - "block.gtceu.uev_item_passthrough_hatch": "§aUEV Item Passthrough Hatch", - "block.gtceu.uev_kinetic_input_box": "§aEpic приемник кинетической энергии II§r", - "block.gtceu.uev_kinetic_output_box": "§aEpic отводчик кинетической энергии II§r", - "block.gtceu.uev_laser_engraver": "§aEpic Лазерный гравер II§r", - "block.gtceu.uev_lathe": "§aEpic Токарный станок II§r", - "block.gtceu.uev_macerator": "§aEpic Измельчитель II§r", - "block.gtceu.uev_machine_casing": "UEV Корпус механизма", - "block.gtceu.uev_machine_hull": "UEV Обшивка механизма", - "block.gtceu.uev_mixer": "§aEpic Смешиватель II§r", - "block.gtceu.uev_muffler_hatch": "Люк глушителя §aUEV", - "block.gtceu.uev_ore_washer": "§aEpic Рудопромывочная установка II§r", - "block.gtceu.uev_output_bus": "§aUEV Шина выдачи", - "block.gtceu.uev_output_hatch": "§aUEV Выпускной шлюз", - "block.gtceu.uev_packer": "§aEpic Упаковщик II§r", - "block.gtceu.uev_polarizer": "§aEpic Поляризатор II§r", - "block.gtceu.uev_quantum_chest": "Квантовый сундук X", - "block.gtceu.uev_quantum_tank": "Квантовая цистерна X", - "block.gtceu.uev_rock_crusher": "§aEpic Камнедробитель II§r", - "block.gtceu.uev_sifter": "§aEpic авто-сито II§r", - "block.gtceu.uev_thermal_centrifuge": "§aEpic Термальная центрифуга II§r", - "block.gtceu.uev_wiremill": "§aEpic Проволочный станок II§r", - "block.gtceu.uhv_1024a_laser_source_hatch": "Uhv 1024a Laser Source Hatch", - "block.gtceu.uhv_1024a_laser_target_hatch": "Uhv 1024a Laser Target Hatch", - "block.gtceu.uhv_16a_energy_converter": "UHV 16A Преобразователь энергии", - "block.gtceu.uhv_1a_energy_converter": "UHV 1A Преобразователь энергии", - "block.gtceu.uhv_256a_laser_source_hatch": "Uhv 256a Laser Source Hatch", - "block.gtceu.uhv_256a_laser_target_hatch": "Uhv 256a Laser Target Hatch", - "block.gtceu.uhv_4096a_laser_source_hatch": "Uhv 4096a Laser Source Hatch", - "block.gtceu.uhv_4096a_laser_target_hatch": "Uhv 4096a Laser Target Hatch", - "block.gtceu.uhv_4a_energy_converter": "UHV 4A Преобразователь энергии", - "block.gtceu.uhv_8a_energy_converter": "UHV 8A Преобразователь энергии", - "block.gtceu.uhv_alloy_smelter": "§4Epic Завод сплавов §r", - "block.gtceu.uhv_arc_furnace": "§4Epic Дуговая печь §r", - "block.gtceu.uhv_assembler": "§4Epic Сборщик §r", - "block.gtceu.uhv_autoclave": "§4Epic Автоклав §r", - "block.gtceu.uhv_battery_buffer_16x": "Ultra High Voltage 16x Аккумуляторный буфер", - "block.gtceu.uhv_battery_buffer_4x": "Ultra High Voltage 4x Аккумуляторный буфер", - "block.gtceu.uhv_battery_buffer_8x": "Ultra High Voltage 8x Аккумуляторный буфер", - "block.gtceu.uhv_bender": "§4Epic Гибочный станок §r", - "block.gtceu.uhv_brewery": "§4Epic Бродильная камера §r", - "block.gtceu.uhv_canner": "§4Epic консверватор §r", - "block.gtceu.uhv_centrifuge": "§4Epic Центрифуга §r", - "block.gtceu.uhv_charger_4x": "Ultra High Voltage 4x Турбо зарядник", - "block.gtceu.uhv_chemical_bath": "§4Epic Химическая ванна §r", - "block.gtceu.uhv_chemical_reactor": "§4Epic Химический реактор §r", - "block.gtceu.uhv_circuit_assembler": "§4Epic Сборщик плат §r", - "block.gtceu.uhv_compressor": "§4Epic Компрессор §r", - "block.gtceu.uhv_cutter": "§4Epic Резчик §r", - "block.gtceu.uhv_diode": "§4UHV Диод", - "block.gtceu.uhv_distillery": "§4Epic Дистиллятор §r", - "block.gtceu.uhv_electric_furnace": "§4Epic Электрическая печь §r", - "block.gtceu.uhv_electrolyzer": "§4Epic Электролизёр §r", - "block.gtceu.uhv_electromagnetic_separator": "§4Epic Электромагнитный сепаратор §r", - "block.gtceu.uhv_energy_input_hatch": "§4UHV Энергетический люк", - "block.gtceu.uhv_energy_input_hatch_16a": "§4UHV 16A Энергетический люк", - "block.gtceu.uhv_energy_input_hatch_4a": "§4UHV 4A Энергетический люк", - "block.gtceu.uhv_energy_output_hatch": "§4UHV Динамо-люк", - "block.gtceu.uhv_energy_output_hatch_16a": "§4UHV 16A Динамо-люк", - "block.gtceu.uhv_energy_output_hatch_4a": "§4UHV 4A Динамо-люк", - "block.gtceu.uhv_extractor": "§4Epic Экстрактор §r", - "block.gtceu.uhv_extruder": "§4Epic Экструдер §r", - "block.gtceu.uhv_fermenter": "§4Epic Ферментер §r", - "block.gtceu.uhv_fluid_heater": "§4Epic Жидкостный нагреватель §r", - "block.gtceu.uhv_fluid_passthrough_hatch": "§4UHV Fluid Passthrough Hatch", - "block.gtceu.uhv_fluid_solidifier": "§4Epic Жидкостный отвердитель §r", - "block.gtceu.uhv_forge_hammer": "§4Epic Кузнечный молот §r", - "block.gtceu.uhv_forming_press": "§4Epic Формовочный пресс §r", - "block.gtceu.uhv_gas_collector": "§4Epic Атмосферный конденсатор §r", - "block.gtceu.uhv_hermetic_casing": "Герметичный корпус IX", - "block.gtceu.uhv_input_bus": "§4UHV Принимающая шина", - "block.gtceu.uhv_input_hatch": "§4UHV Впускной шлюз", - "block.gtceu.uhv_item_passthrough_hatch": "§4UHV Item Passthrough Hatch", - "block.gtceu.uhv_kinetic_input_box": "§4Epic приемник кинетической энергии §r", - "block.gtceu.uhv_kinetic_output_box": "§4Epic отводчик кинетической энергии§r", - "block.gtceu.uhv_laser_engraver": "§4Epic Лазерный гравер §r", - "block.gtceu.uhv_lathe": "§4Epic Токарный станок §r", - "block.gtceu.uhv_macerator": "§4Epic Измельчитель §r", - "block.gtceu.uhv_machine_casing": "UHV Корпус механизма", - "block.gtceu.uhv_machine_hull": "UHV Обшивка механизма", - "block.gtceu.uhv_mixer": "§4Epic Смешиватель §r", - "block.gtceu.uhv_muffler_hatch": "Люк глушителя §4UHV", - "block.gtceu.uhv_ore_washer": "§4Epic Рудопромывочная установка §r", - "block.gtceu.uhv_output_bus": "§4UHV Шина выдачи", - "block.gtceu.uhv_output_hatch": "§4UHV Выпускной шлюз", - "block.gtceu.uhv_packer": "§4Epic Упаковщик §r", - "block.gtceu.uhv_polarizer": "§4Epic Поляризатор §r", - "block.gtceu.uhv_quantum_chest": "Квантовый сундук IX", - "block.gtceu.uhv_quantum_tank": "Квантовая цистерна IX", - "block.gtceu.uhv_rock_crusher": "§4Epic Камнедробитель §r", - "block.gtceu.uhv_sifter": "§4Epic авто-сито §r", - "block.gtceu.uhv_substation_input_hatch_64a": "§4UHV 64A Энергетический люк подстанции", - "block.gtceu.uhv_substation_output_hatch_64a": "§4UHV 64A Динамо-люк подстанции", - "block.gtceu.uhv_thermal_centrifuge": "§4Epic Термальная центрифуга §r", - "block.gtceu.uhv_ultimate_battery": "Uhv Cверхтехнологичный аккумулятор", - "block.gtceu.uhv_wiremill": "§4Epic Проволочный станок §r", - "block.gtceu.uiv_1024a_laser_source_hatch": "Uiv 1024a Laser Source Hatch", - "block.gtceu.uiv_1024a_laser_target_hatch": "Uiv 1024a Laser Target Hatch", - "block.gtceu.uiv_16a_energy_converter": "UIV 16A Преобразователь энергии", - "block.gtceu.uiv_1a_energy_converter": "UIV 1A Преобразователь энергии", - "block.gtceu.uiv_256a_laser_source_hatch": "Uiv 256a Laser Source Hatch", - "block.gtceu.uiv_256a_laser_target_hatch": "Uiv 256a Laser Target Hatch", - "block.gtceu.uiv_4096a_laser_source_hatch": "Uiv 4096a Laser Source Hatch", - "block.gtceu.uiv_4096a_laser_target_hatch": "Uiv 4096a Laser Target Hatch", - "block.gtceu.uiv_4a_energy_converter": "UIV 4A Преобразователь энергии", - "block.gtceu.uiv_8a_energy_converter": "UIV 8A Преобразователь энергии", - "block.gtceu.uiv_alloy_smelter": "§2Epic Завод сплавов III§r", - "block.gtceu.uiv_arc_furnace": "§2Epic Дуговая печь III§r", - "block.gtceu.uiv_assembler": "§2Epic Сборщик III§r", - "block.gtceu.uiv_autoclave": "§2Epic Автоклав III§r", - "block.gtceu.uiv_battery_buffer_16x": "Ultra Immense Voltage 16x Аккумуляторный буфер", - "block.gtceu.uiv_battery_buffer_4x": "Ultra Immense Voltage 4x Аккумуляторный буфер", - "block.gtceu.uiv_battery_buffer_8x": "Ultra Immense Voltage 8x Аккумуляторный буфер", - "block.gtceu.uiv_bender": "§2Epic Гибочный станок III§r", - "block.gtceu.uiv_brewery": "§2Epic Бродильная камера III§r", - "block.gtceu.uiv_canner": "§2Epic консверватор III§r", - "block.gtceu.uiv_centrifuge": "§2Epic Центрифуга III§r", - "block.gtceu.uiv_charger_4x": "Ultra Immense Voltage 4x Турбо зарядник", - "block.gtceu.uiv_chemical_bath": "§2Epic Химическая ванна III§r", - "block.gtceu.uiv_chemical_reactor": "§2Epic Химический реактор III§r", - "block.gtceu.uiv_circuit_assembler": "§2Epic Сборщик плат III§r", - "block.gtceu.uiv_compressor": "§2Epic Компрессор III§r", - "block.gtceu.uiv_cutter": "§2Epic Резчик III§r", - "block.gtceu.uiv_diode": "§2UIV Диод", - "block.gtceu.uiv_distillery": "§2Epic Дистиллятор III§r", - "block.gtceu.uiv_electric_furnace": "§2Epic Электрическая печь III§r", - "block.gtceu.uiv_electrolyzer": "§2Epic Электролизёр III§r", - "block.gtceu.uiv_electromagnetic_separator": "§2Epic Электромагнитный сепаратор III§r", - "block.gtceu.uiv_energy_input_hatch": "§2UIV Энергетический люк", - "block.gtceu.uiv_energy_output_hatch": "§2UIV Динамо-люк", - "block.gtceu.uiv_extractor": "§2Epic Экстрактор III§r", - "block.gtceu.uiv_extruder": "§2Epic Экструдер III§r", - "block.gtceu.uiv_fermenter": "§2Epic Ферментер III§r", - "block.gtceu.uiv_fluid_heater": "§2Epic Жидкостный нагреватель III§r", - "block.gtceu.uiv_fluid_passthrough_hatch": "§2UIV Fluid Passthrough Hatch", - "block.gtceu.uiv_fluid_solidifier": "§2Epic Жидкостный отвердитель III§r", - "block.gtceu.uiv_forge_hammer": "§2Epic Кузнечный молот III§r", - "block.gtceu.uiv_forming_press": "§2Epic Формовочный пресс III§r", - "block.gtceu.uiv_gas_collector": "§2Epic Атмосферный конденсатор III§r", - "block.gtceu.uiv_input_bus": "§2UIV Принимающая шина", - "block.gtceu.uiv_input_hatch": "§2UIV Впускной шлюз", - "block.gtceu.uiv_item_passthrough_hatch": "§2UIV Item Passthrough Hatch", - "block.gtceu.uiv_kinetic_input_box": "§2Epic приемник кинетической энергии III§r", - "block.gtceu.uiv_kinetic_output_box": "§2Epic отводчик кинетической энергии III§r", - "block.gtceu.uiv_laser_engraver": "§2Epic Лазерный гравер III§r", - "block.gtceu.uiv_lathe": "§2Epic Токарный станок III§r", - "block.gtceu.uiv_macerator": "§2Epic Измельчитель III§r", - "block.gtceu.uiv_machine_casing": "UIV Корпус механизма", - "block.gtceu.uiv_machine_hull": "UIV Обшивка механизма", - "block.gtceu.uiv_mixer": "§2Epic Смешиватель III§r", - "block.gtceu.uiv_muffler_hatch": "Люк глушителя §2UIV", - "block.gtceu.uiv_ore_washer": "§2Epic Рудопромывочная установка III§r", - "block.gtceu.uiv_output_bus": "§2UIV Шина выдачиs", - "block.gtceu.uiv_output_hatch": "§2UIV Выпускной шлюз", - "block.gtceu.uiv_packer": "§2Epic Упаковщик III§r", - "block.gtceu.uiv_polarizer": "§2Epic Поляризатор III§r", - "block.gtceu.uiv_quantum_chest": "Квантовый сундук XI", - "block.gtceu.uiv_quantum_tank": "Квантовая цистерна XI", - "block.gtceu.uiv_rock_crusher": "§2Epic Камнедробитель III§r", - "block.gtceu.uiv_sifter": "§2Epic авто-сито III§r", - "block.gtceu.uiv_thermal_centrifuge": "§2Epic Термальная центрифуга III§r", - "block.gtceu.uiv_wiremill": "§2Epic Проволочный станок III§r", - "block.gtceu.ulv_16a_energy_converter": "UНВ 16A Преобразователь энергии", - "block.gtceu.ulv_1a_energy_converter": "UНВ 1A Преобразователь энергии", - "block.gtceu.ulv_4a_energy_converter": "UНВ 4A Преобразователь энергииПреобразователь энергии", - "block.gtceu.ulv_8a_energy_converter": "UНВ 8A Преобразователь энергии", - "block.gtceu.ulv_battery_buffer_16x": "Ultra Low Voltage 16x Аккумуляторный буфер", - "block.gtceu.ulv_battery_buffer_4x": "Ultra Low Voltage 4x Аккумуляторный буфер", - "block.gtceu.ulv_battery_buffer_8x": "Ultra Low Voltage 8x Аккумуляторный буфер", - "block.gtceu.ulv_charger_4x": "Ultra Low Voltage 4x Турбо зарядник", - "block.gtceu.ulv_energy_input_hatch": "§8UНВ Энергетический люк", - "block.gtceu.ulv_energy_output_hatch": "§8UНВ Динамо-люк", - "block.gtceu.ulv_input_bus": "§8UНВ Принимающая шина", - "block.gtceu.ulv_input_hatch": "§8UНВ Впускной шлюз", - "block.gtceu.ulv_machine_casing": "UНВ Корпус механизма", - "block.gtceu.ulv_machine_hull": "UНВ Обшивка механизма", - "block.gtceu.ulv_output_bus": "§8UНВ Шина выдачи", - "block.gtceu.ulv_output_hatch": "§8UНВ Выпускной шлюз", - "block.gtceu.ulv_transformer_16a": "Ultra Low Voltage Power Трансформатор", - "block.gtceu.ulv_transformer_1a": "Ultra Low Voltage Трансформатор", - "block.gtceu.ulv_transformer_2a": "Ultra Low Voltage Hi-Amp (2x) Трансформатор", - "block.gtceu.ulv_transformer_4a": "Ultra Low Voltage Hi-Amp (4x) Трансформатор", - "block.gtceu.uv_1024a_laser_source_hatch": "Uv 1024a Laser Source Hatch", - "block.gtceu.uv_1024a_laser_target_hatch": "Uv 1024a Laser Target Hatch", - "block.gtceu.uv_16a_energy_converter": "UV 16A Преобразователь энергии", - "block.gtceu.uv_1a_energy_converter": "UV 1A Преобразователь энергии", - "block.gtceu.uv_256a_laser_source_hatch": "Uv 256a Laser Source Hatch", - "block.gtceu.uv_256a_laser_target_hatch": "Uv 256a Laser Target Hatch", - "block.gtceu.uv_4096a_laser_source_hatch": "Uv 4096a Laser Source Hatch", - "block.gtceu.uv_4096a_laser_target_hatch": "Uv 4096a Laser Target Hatch", - "block.gtceu.uv_4a_energy_converter": "UV 4A Преобразователь энергии", - "block.gtceu.uv_8a_energy_converter": "UV 8A Преобразователь энергии", - "block.gtceu.uv_alloy_smelter": "§3Cверхтехнологичный завод сплавов §r", - "block.gtceu.uv_arc_furnace": "§3Cверхтехнологичная дуговая печь §r", - "block.gtceu.uv_assembler": "§3Cверхтехнологичный сборщик §r", - "block.gtceu.uv_autoclave": "§3Cверхтехнологичный автоклав §r", - "block.gtceu.uv_battery_buffer_16x": "Ultimate Voltage 16x Аккумуляторный буфер", - "block.gtceu.uv_battery_buffer_4x": "Ultimate Voltage 4x Аккумуляторный буфер", - "block.gtceu.uv_battery_buffer_8x": "Ultimate Voltage 8x Аккумуляторный буфер", - "block.gtceu.uv_bender": "§3Cверхтехнологичный гибочный станок §r", - "block.gtceu.uv_brewery": "§3Cверхтехнологичная бродильная камера §r", - "block.gtceu.uv_canner": "§3Cверхтехнологичный консверватор §r", - "block.gtceu.uv_centrifuge": "§3Cверхтехнологичная центрифуга §r", - "block.gtceu.uv_charger_4x": "Ultimate Voltage 4x Турбо зарядник", - "block.gtceu.uv_chemical_bath": "§3Cверхтехнологичная химическая ванна §r", - "block.gtceu.uv_chemical_reactor": "§3Cверхтехнологичный химический реактор §r", - "block.gtceu.uv_circuit_assembler": "§3Cверхтехнологичный сборщик плат §r", - "block.gtceu.uv_compressor": "§3Cверхтехнологичный компрессор §r", - "block.gtceu.uv_cutter": "§3Cверхтехнологичный резчик §r", - "block.gtceu.uv_diode": "§3UV Диод", - "block.gtceu.uv_distillery": "§3Cверхтехнологичный дистиллятор §r", - "block.gtceu.uv_electric_furnace": "§3Cверхтехнологичная электрическая печь §r", - "block.gtceu.uv_electrolyzer": "§3Cверхтехнологичный электролизёр §r", - "block.gtceu.uv_electromagnetic_separator": "§3Cверхтехнологичный электромагнитный сепаратор §r", - "block.gtceu.uv_energy_input_hatch": "§3UV Энергетический люк", - "block.gtceu.uv_energy_input_hatch_16a": "§3UV 16A Энергетический люк", - "block.gtceu.uv_energy_input_hatch_4a": "§3UV 4A Энергетический люк", - "block.gtceu.uv_energy_output_hatch": "§3UV Динамо-люк", - "block.gtceu.uv_energy_output_hatch_16a": "§3UV 16A Динамо-люк", - "block.gtceu.uv_energy_output_hatch_4a": "§3UV 4A Динамо-люк", - "block.gtceu.uv_extractor": "§3Cверхтехнологичный экстрактор §r", - "block.gtceu.uv_extruder": "§3Cверхтехнологичный экструдер §r", - "block.gtceu.uv_fermenter": "§3Cверхтехнологичный ферментер §r", - "block.gtceu.uv_fluid_heater": "§3Cверхтехнологичный жидкостный нагреватель §r", - "block.gtceu.uv_fluid_passthrough_hatch": "§3UV Fluid Passthrough Hatch", - "block.gtceu.uv_fluid_solidifier": "§3Cверхтехнологичный жидкостный отвердитель §r", - "block.gtceu.uv_forge_hammer": "§3Cверхтехнологичный кузнечный молот §r", - "block.gtceu.uv_forming_press": "§3Cверхтехнологичный формовочный пресс §r", - "block.gtceu.uv_fusion_reactor": "Компьютер термоядерного реактора MK III", - "block.gtceu.uv_gas_collector": "§3Cверхтехнологичный атмосферный конденсатор §r", - "block.gtceu.uv_hermetic_casing": "Герметичный корпус VIII", - "block.gtceu.uv_input_bus": "§3UV Принимающая шина", - "block.gtceu.uv_input_hatch": "§3UV Впускной шлюз", - "block.gtceu.uv_item_passthrough_hatch": "§3UV Item Passthrough Hatch", - "block.gtceu.uv_kinetic_input_box": "§3Cверхтехнологичный приемник кинетической энергии §r", - "block.gtceu.uv_kinetic_output_box": "§3Cверхтехнологичный отвдодчик кинетической энергии §r", - "block.gtceu.uv_lapotronic_battery": "Uv Лапотронный аккумулятор", - "block.gtceu.uv_laser_engraver": "§3Cверхтехнологичный лазерный гравер §r", - "block.gtceu.uv_lathe": "§3Cверхтехнологичный токарный станок §r", - "block.gtceu.uv_macerator": "§3Cверхтехнологичный измельчитель §r", - "block.gtceu.uv_machine_casing": "UV Корпус механизма", - "block.gtceu.uv_machine_hull": "UV Обшивка механизма", - "block.gtceu.uv_mixer": "§3Cверхтехнологичный смешиватель §r", - "block.gtceu.uv_muffler_hatch": "Люк глушителя §3UV", - "block.gtceu.uv_ore_washer": "§3Cверхтехнологичная рудопромывочная установка §r", - "block.gtceu.uv_output_bus": "§3UV Шина выдачи", - "block.gtceu.uv_output_hatch": "§3UV Выпускной шлюз", - "block.gtceu.uv_packer": "§3Cверхтехнологичный упаковщик §r", - "block.gtceu.uv_parallel_hatch": "Super Parallel Control Hatch", - "block.gtceu.uv_polarizer": "§3Cверхтехнологичный поляризатор §r", - "block.gtceu.uv_quantum_chest": "Квантовый сундук VIII", - "block.gtceu.uv_quantum_tank": "Квантовый цистерна VIII", - "block.gtceu.uv_rock_crusher": "§3Cверхтехнологичный камнедробитель §r", - "block.gtceu.uv_rotor_holder": "§3UV Держатель ротора", - "block.gtceu.uv_sifter": "§3Cверхтехнологичное авто-сито §r", - "block.gtceu.uv_substation_input_hatch_64a": "§3UV 64A Энергетический люк подстанции", - "block.gtceu.uv_substation_output_hatch_64a": "§3UV 64A Динамо-люк подстанции", - "block.gtceu.uv_thermal_centrifuge": "§3Cверхтехнологичная термальная центрифуга §r", - "block.gtceu.uv_transformer_16a": "Ultimate Voltage Power Трансформатор", - "block.gtceu.uv_transformer_1a": "Ultimate Voltage Трансформатор", - "block.gtceu.uv_transformer_2a": "Ultimate Voltage Hi-Amp (2x) Трансформатор", - "block.gtceu.uv_transformer_4a": "Ultimate Voltage Hi-Amp (4x) Трансформатор", - "block.gtceu.uv_wiremill": "§3Cверхтехнологичный проволочный станок §r", - "block.gtceu.uxv_1024a_laser_source_hatch": "Uxv 1024a Laser Source Hatch", - "block.gtceu.uxv_1024a_laser_target_hatch": "Uxv 1024a Laser Target Hatch", - "block.gtceu.uxv_16a_energy_converter": "UXV 16A Преобразователь энергии", - "block.gtceu.uxv_1a_energy_converter": "UXV 1A Преобразователь энергии", - "block.gtceu.uxv_256a_laser_source_hatch": "Uxv 256a Laser Source Hatch", - "block.gtceu.uxv_256a_laser_target_hatch": "Uxv 256a Laser Target Hatch", - "block.gtceu.uxv_4096a_laser_source_hatch": "Uxv 4096a Laser Source Hatch", - "block.gtceu.uxv_4096a_laser_target_hatch": "Uxv 4096a Laser Target Hatch", - "block.gtceu.uxv_4a_energy_converter": "UXV 4A Преобразователь энергии", - "block.gtceu.uxv_8a_energy_converter": "UXV 8A Преобразователь энергии", - "block.gtceu.uxv_alloy_smelter": "§eEpic Завод сплавов IV§r", - "block.gtceu.uxv_arc_furnace": "§eEpic Дуговая печь IV§r", - "block.gtceu.uxv_assembler": "§eEpic Сборщик IV§r", - "block.gtceu.uxv_autoclave": "§eEpic Автоклав IV§r", - "block.gtceu.uxv_battery_buffer_16x": "Ultra Extreme Voltage 16x Аккумуляторный буфер", - "block.gtceu.uxv_battery_buffer_4x": "Ultra Extreme Voltage 4x Аккумуляторный буфер", - "block.gtceu.uxv_battery_buffer_8x": "Ultra Extreme Voltage 8x Аккумуляторный буфер", - "block.gtceu.uxv_bender": "§eEpic Гибочный станок IV§r", - "block.gtceu.uxv_brewery": "§eEpic Бродильная камера IV§r", - "block.gtceu.uxv_canner": "§eEpic консверватор IV§r", - "block.gtceu.uxv_centrifuge": "§eEpic Центрифуга IV§r", - "block.gtceu.uxv_charger_4x": "Ultra Extreme Voltage 4x Турбо зарядник", - "block.gtceu.uxv_chemical_bath": "§eEpic Химическая ванна IV§r", - "block.gtceu.uxv_chemical_reactor": "§eEpic Химический реактор IV§r", - "block.gtceu.uxv_circuit_assembler": "§eEpic Сборщик плат IV§r", - "block.gtceu.uxv_compressor": "§eEpic Компрессор IV§r", - "block.gtceu.uxv_cutter": "§eEpic Резчик IV§r", - "block.gtceu.uxv_diode": "§eUXV Диод", - "block.gtceu.uxv_distillery": "§eEpic Дистиллятор IV§r", - "block.gtceu.uxv_electric_furnace": "§eEpic Электрическая печь IV§r", - "block.gtceu.uxv_electrolyzer": "§eEpic Электролизёр IV§r", - "block.gtceu.uxv_electromagnetic_separator": "§eEpic Электромагнитный сепаратор IV§r", - "block.gtceu.uxv_energy_input_hatch": "§eUXV Энергетический люк", - "block.gtceu.uxv_energy_output_hatch": "§eUXV Динамо-люк", - "block.gtceu.zpm_lapotronic_battery": "МНТ Лапотронный аккумулятор", - "block.gtceu.uxv_extractor": "§eEpic Экстрактор IV§r", - "block.gtceu.uxv_extruder": "§eEpic Экструдер IV§r", - "block.gtceu.uxv_fermenter": "§eEpic Ферментер IV§r", - "block.gtceu.uxv_fluid_heater": "§eEpic Жидкостный нагреватель IV§r", - "block.gtceu.uxv_fluid_passthrough_hatch": "§eUXV Fluid Passthrough Hatch", - "block.gtceu.uxv_fluid_solidifier": "§eEpic Жидкостный отвердитель IV§r", - "block.gtceu.uxv_forge_hammer": "§eEpic Кузнечный молот IV§r", - "block.gtceu.uxv_forming_press": "§eEpic Формовочный пресс IV§r", - "block.gtceu.uxv_gas_collector": "§eEpic Атмосферный конденсатор IV§r", - "block.gtceu.uxv_input_bus": "§eUXV Принимающая шина", - "block.gtceu.uxv_input_hatch": "§eUXV Впускной шлюз", - "block.gtceu.uxv_item_passthrough_hatch": "§eUXV Item Passthrough Hatch", - "block.gtceu.uxv_kinetic_input_box": "§eEpic приемник кинетической энергии IV§r", - "block.gtceu.uxv_kinetic_output_box": "§eEpic отвдодчик кинетической энергии IV§r", - "block.gtceu.uxv_laser_engraver": "§eEpic Лазерный гравер IV§r", - "block.gtceu.uxv_lathe": "§eEpic Токарный станок IV§r", - "block.gtceu.uxv_macerator": "§eEpic Измельчитель IV§r", - "block.gtceu.uxv_machine_casing": "UXV Корпус механизма", - "block.gtceu.uxv_machine_hull": "UXV Обшивка механизма", - "block.gtceu.uxv_mixer": "§eEpic Смешиватель IV§r", - "block.gtceu.uxv_muffler_hatch": "Люк глушителя §eUXV", - "block.gtceu.uxv_ore_washer": "§eEpic Рудопромывочная установка IV§r", - "block.gtceu.uxv_output_bus": "§eUXV Шина выдачи", - "block.gtceu.uxv_output_hatch": "§eUXV Выпускной шлюз", - "block.gtceu.uxv_packer": "§eEpic Упаковщик IV§r", - "block.gtceu.uxv_polarizer": "§eEpic Поляризатор IV§r", - "block.gtceu.uxv_quantum_chest": "Квантовый сундук XII", - "block.gtceu.uxv_quantum_tank": "Квантовая цистерна XII", - "block.gtceu.uxv_rock_crusher": "§eEpic Камнедробитель IV§r", - "block.gtceu.uxv_sifter": "§eEpic авто-сито IV§r", - "block.gtceu.uxv_thermal_centrifuge": "§eEpic Термальная центрефуга IV§r", - "block.gtceu.uxv_wiremill": "§eEpic Проволочный станок IV§r", - "block.gtceu.vacuum_freezer": "Вакумная морозилка", - "block.gtceu.vibration_safe_casing": "Виброустойчевый корпус", - "block.gtceu.watertight_casing": "Водонепроницаемый корпус", - "block.gtceu.wire_coil.tooltip_cracking": "§8Еденица крэкинга:", - "block.gtceu.wire_coil.tooltip_energy_cracking": " §aИспользование энергии: §f%s%%", - "block.gtceu.wire_coil.tooltip_energy_smelter": " §aИспользование энергии: §f%s EU/t §8 за цикл", - "block.gtceu.wire_coil.tooltip_extended_info": "§7Hold SHIFT to show Coil Bonus Info", - "block.gtceu.wire_coil.tooltip_heat": "§cBase Heat Capacity: §f%d K", - "block.gtceu.wire_coil.tooltip_parallel_smelter": " §5Максимум парарельно: §f%s", - "block.gtceu.wire_coil.tooltip_pyro": "§8Пиролизная печь:", - "block.gtceu.wire_coil.tooltip_smelter": "§8Мультиплавильный завод:", - "block.gtceu.wire_coil.tooltip_speed_pyro": " §bСкорость производства: §f%s%%", - "block.gtceu.wood_crate": "Деревянный ящик", - "block.gtceu.wood_drum": "Деревянная бочка", - "block.gtceu.zpm_1024a_laser_source_hatch": "МНТ 1024a Laser Source Hatch", - "block.gtceu.zpm_1024a_laser_target_hatch": "МНТ 1024a Laser Target Hatch", - "block.gtceu.zpm_16a_energy_converter": "МНТ 16A Преобразователь энергии", - "block.gtceu.zpm_1a_energy_converter": "МНТ 1A Преобразователь энергии", - "block.gtceu.zpm_256a_laser_source_hatch": "МНТ 256a Laser Source Hatch", - "block.gtceu.zpm_256a_laser_target_hatch": "МНТ 256a Laser Target Hatch", - "block.gtceu.zpm_4096a_laser_source_hatch": "МНТ 4096a Laser Source Hatch", - "block.gtceu.zpm_4096a_laser_target_hatch": "МНТ 4096a Laser Target Hatch", - "block.gtceu.zpm_4a_energy_converter": "МНТ 4A Преобразователь энергии", - "block.gtceu.zpm_8a_energy_converter": "МНТ 8A Преобразователь энергии", - "block.gtceu.zpm_alloy_smelter": "§cВысококлассный завод сплавов III§r", - "block.gtceu.zpm_arc_furnace": "§cВысококлассная дуговая печь III§r", - "block.gtceu.zpm_assembler": "§cВысококлассный сборщик III§r", - "block.gtceu.zpm_autoclave": "§cВысококлассный автоклав III§r", - "block.gtceu.zpm_battery_buffer_16x": "МНТ Voltage 16x Аккумуляторный буфер", - "block.gtceu.zpm_battery_buffer_4x": "МНТ Voltage 4x Аккумуляторный буфер", - "block.gtceu.zpm_battery_buffer_8x": "МНТ Voltage 8x Аккумуляторный буфер", - "block.gtceu.zpm_bender": "§cВысококлассный гибочный станок III§r", - "block.gtceu.zpm_brewery": "§cВысококлассный бродильная камера III§r", - "block.gtceu.zpm_canner": "§cВысококлассный консверватор III§r", - "block.gtceu.zpm_centrifuge": "§cВысококлассная центрифуга III§r", - "block.gtceu.zpm_charger_4x": "МНТ Voltage 4x Турбо зарядник", - "block.gtceu.zpm_chemical_bath": "§cВысококлассная химическая ванна III§r", - "block.gtceu.zpm_chemical_reactor": "§cВысококлассный химический реактор III§r", - "block.gtceu.zpm_circuit_assembler": "§cВысококлассный сборщик плат III§r", - "block.gtceu.zpm_compressor": "§cВысококлассный компрессор III§r", - "block.gtceu.zpm_cutter": "§cВысококлассный резчик III§r", - "block.gtceu.zpm_diode": "§cМНТ Диод", - "block.gtceu.zpm_distillery": "§cВысококлассный дистиллятор III§r", - "block.gtceu.zpm_electric_furnace": "§cВысококлассный электрическая печь III§r", - "block.gtceu.zpm_electrolyzer": "§cВысококлассный электролизёр III§r", - "block.gtceu.zpm_electromagnetic_separator": "§cВысококлассный электромагнитный сепаратор III§r", - "block.gtceu.zpm_energy_input_hatch": "§cМНТ Энергетический люк", - "block.gtceu.zpm_energy_input_hatch_16a": "§cМНТ 16A Энергетический люк", - "block.gtceu.zpm_energy_input_hatch_4a": "§cМНТ 4A Энергетический люк", - "block.gtceu.zpm_energy_output_hatch": "§cМНТ Динамо-люк", - "block.gtceu.zpm_energy_output_hatch_16a": "§cМНТ 16A Динамо-люк", - "block.gtceu.zpm_energy_output_hatch_4a": "§cМНТ 4A Динамо-люк", - "block.gtceu.zpm_extractor": "§cВысококлассный экстрактор III§r", - "block.gtceu.zpm_extruder": "§cВысококлассный экструдер III§r", - "block.gtceu.zpm_fermenter": "§cВысококлассный ферментер III§r", - "block.gtceu.zpm_fluid_heater": "§cВысококлассный жидкостный нагреватель III§r", - "block.gtceu.zpm_fluid_passthrough_hatch": "§cМНТ Fluid Passthrough Hatch", - "block.gtceu.zpm_fluid_solidifier": "§cВысококлассный жидкостный отвердитель III§r", - "block.gtceu.zpm_forge_hammer": "§cВысококлассный кузнечный молот III§r", - "block.gtceu.zpm_forming_press": "§cВысококлассный формовочный пресс III§r", - "block.gtceu.zpm_fusion_reactor": "Компьютер термоядерного реактора MK II", - "block.gtceu.zpm_gas_collector": "§cВысококлассный атмосферный конденсатор III§r", - "block.gtceu.zpm_hermetic_casing": "Герметиный корпус VII", - "block.gtceu.zpm_input_bus": "§cМНТ Принимающая шина", - "block.gtceu.zpm_input_hatch": "§cМНТ Впускной шлюз", - "block.gtceu.zpm_item_passthrough_hatch": "§cМНТ Item Passthrough Hatch", - "block.gtceu.zpm_kinetic_input_box": "§cВысококлассный приемник кинетической энергии III§r", - "block.gtceu.zpm_kinetic_output_box": "§cВысококлассный отводчик кинетической энергии III§r", - "block.gtceu.zpm_laser_engraver": "§cВысококлассный лазерный гравер III§r", - "block.gtceu.zpm_lathe": "§cВысококлассный токарный станок III§r", - "block.gtceu.zpm_macerator": "§cВысококлассный измельчитель III§r", - "block.gtceu.zpm_machine_casing": "МНТ Корпус механизма", - "block.gtceu.zpm_machine_hull": "МНТ Обшивка механизма", - "block.gtceu.zpm_mixer": "§cВысококлассный смешиватель III§r", - "block.gtceu.zpm_muffler_hatch": "§cМНТ Люк глушителя", - "block.gtceu.zpm_ore_washer": "§cВысококлассная рудопромывочная установка III§r", - "block.gtceu.zpm_output_bus": "§cМНТ Шина выдачи", - "block.gtceu.zpm_output_hatch": "§cМНТ Выпускной шлюз", - "block.gtceu.zpm_packer": "§cВысококлассный упаковщик III§r", - "block.gtceu.zpm_parallel_hatch": "Cверхтехнологичный люк параллельного управления", - "block.gtceu.zpm_polarizer": "§cВысококлассный поляризатор III§r", - "block.gtceu.zpm_quantum_chest": "Квантовый сундук VII", - "block.gtceu.zpm_quantum_tank": "Квантовая цистерна VII", - "block.gtceu.zpm_rock_crusher": "§cВысококлассный камнедробитель III§r", - "block.gtceu.zpm_rotor_holder": "§cМНТ Держатель ротора", - "block.gtceu.zpm_sifter": "§cВысококлассное авто-сито III§r", - "block.gtceu.zpm_substation_input_hatch_64a": "§cМНТ 64A Энергетический люк подстанции", - "block.gtceu.zpm_substation_output_hatch_64a": "§cМНТ 64A Динамо-люк подстанции", - "block.gtceu.zpm_thermal_centrifuge": "§cВысококлассная термальная центрифуга III§r", - "block.gtceu.zpm_transformer_16a": "МНТ Voltage Power Трансформатор", - "block.gtceu.zpm_transformer_1a": "МНТ Voltage Трансформатор", - "block.gtceu.zpm_transformer_2a": "МНТ Voltage Hi-Amp (2x) Трансформатор", - "block.gtceu.zpm_transformer_4a": "МНТ Voltage Hi-Amp (4x) Трансформатор", - "block.gtceu.zpm_wiremill": "§cВысококлассный проволочный станок III§r", - "compass.node.gtceu.batteries/energy_cluster": "Энергетический кластер", - "compass.node.gtceu.batteries/energy_crystal": "Энергетический кристалл", - "compass.node.gtceu.batteries/energy_module": "Энергетический модуль", - "compass.node.gtceu.batteries/lapotron_crystal": "Лапотронный кристалл", - "compass.node.gtceu.batteries/lapotronic_energy_orb": "Лапотронная энергетическая сфера", - "compass.node.gtceu.batteries/lapotronic_energy_orb_cluster": "Лапотронный энергетический кластер сфер", - "compass.node.gtceu.batteries/large_cadmium_battery": "Большая кадмиевый аккумулятор", - "compass.node.gtceu.batteries/large_lithium_battery": "Большой литиевый аккумулятор", - "compass.node.gtceu.batteries/large_naquadria_battery": "Большой наквадриевый аккумулятор", - "compass.node.gtceu.batteries/large_sodium_battery": "Большой натриевый аккумулятор", - "compass.node.gtceu.batteries/large_vanadium_battery": "Большой ванадиевый аккумулятор", - "compass.node.gtceu.batteries/medium_cadmium_battery": "Средний кадмиевый аккумулятор", - "compass.node.gtceu.batteries/medium_lithium_battery": "Средний литевый аккумулятор", - "compass.node.gtceu.batteries/medium_naquadria_battery": "Средний наквадревый аккумулятор", - "compass.node.gtceu.batteries/medium_sodium_battery": "Средний натриевый аккумулятор", - "compass.node.gtceu.batteries/medium_vanadium_battery": "Средний ванадиевый аккумулятор", - "compass.node.gtceu.batteries/small_cadmium_battery": "Малый кадмиевый аккумулятор", - "compass.node.gtceu.batteries/small_lithium_battery": "Малый литиевый аккумулятор", - "compass.node.gtceu.batteries/small_sodium_battery": "Малый натриевый аккумулятор", - "compass.node.gtceu.batteries/small_vanadium_battery": "Малый ванадиевый аккумулятор", - "compass.node.gtceu.batteries/tantalum_capacitor": "Танталовый конденсатор", - "compass.node.gtceu.batteries/ultimate_battery": "Cверхтехнологичный аккумулятор", - "compass.node.gtceu.batteries/zero_point_module": "Модуль нулевой точки", - "compass.node.gtceu.blocks/coil_block": "Блок катушек", - "compass.node.gtceu.blocks/pss_battery": "Свицново-кислотный аккумулятор", - "compass.node.gtceu.circuits/advanced_integrated_circuit": "Продвинутая интегральная плата", - "compass.node.gtceu.circuits/basic_electronic_circuit": "Базовая электрическая плата", - "compass.node.gtceu.circuits/basic_integrated_circuit": "Базовая интегральная плата", - "compass.node.gtceu.circuits/capacitor": "Конденсатор", - "compass.node.gtceu.circuits/circuit_board": "Печатная плата", - "compass.node.gtceu.circuits/crystal_processor": "Кристаллический процессор", - "compass.node.gtceu.circuits/crystal_processor_assembly": "Сборка кристаллических процессоров", - "compass.node.gtceu.circuits/crystal_processor_computer": "Кристаллический процессорный компьютер", - "compass.node.gtceu.circuits/crystal_processor_mainframe": "Кристалический процессорный сервер", - "compass.node.gtceu.circuits/diode": "Диод", - "compass.node.gtceu.circuits/glass_tube": "Стеклянная трубка", - "compass.node.gtceu.circuits/good_electronic_circuit": "Good Электрическая плата", - "compass.node.gtceu.circuits/good_integrated_circuit": "Good Интегральная плата", - "compass.node.gtceu.circuits/ilc_chip": "ILK Чип", - "compass.node.gtceu.circuits/inductor": "Индуктор", - "compass.node.gtceu.circuits/micro_processor": "Микропроцессор", - "compass.node.gtceu.circuits/micro_processor_assembly": "Сборка микропроцессоров", - "compass.node.gtceu.circuits/micro_processor_computer": "Микропроцессорный компьютер", - "compass.node.gtceu.circuits/micro_processor_mainframe": "Микропроцессорный сервер", - "compass.node.gtceu.circuits/microchip_processor": "Микропроцесорная система", - "compass.node.gtceu.circuits/nand_chip": "NAND Чип", - "compass.node.gtceu.circuits/nano_cpu_chip": "Наночип", - "compass.node.gtceu.circuits/nano_processor": "Нанопроцессор", - "compass.node.gtceu.circuits/nano_processor_assembly": "Сборка Нанопроцессоров", - "compass.node.gtceu.circuits/nano_processor_computer": "Нанопроцессорный компьютер", - "compass.node.gtceu.circuits/nano_processor_mainframe": "Нанопроцессорный сервер", - "compass.node.gtceu.circuits/naquadah_wafer": "Фотолитографная пластина из наквады", - "compass.node.gtceu.circuits/neutronium_wafer": "Фотолитографная пластина из нитроиния", - "compass.node.gtceu.circuits/phosphorus_boule": "Буля фосфора", - "compass.node.gtceu.circuits/phosphorus_wafer": "Фотолитографная пластина из фосфора", - "compass.node.gtceu.circuits/qbit_cpu_chip": "Кубитный чип", - "compass.node.gtceu.circuits/quantum_processor": "Квантовй процессор", - "compass.node.gtceu.circuits/quantum_processor_assembly": "Сборка квантовых процессоров", - "compass.node.gtceu.circuits/quantum_processor_computer": "Квантовый компьютер", - "compass.node.gtceu.circuits/quantum_processor_mainframe": "Квантовый сервер", - "compass.node.gtceu.circuits/resistor": "Резистор", - "compass.node.gtceu.circuits/silicon_boule": "Буля кремения", - "compass.node.gtceu.circuits/silicon_wafer": "Фотолитографная пластина из силикона", - "compass.node.gtceu.circuits/simple_soc": "Простая СМК", - "compass.node.gtceu.circuits/smd": "Поверхностный", - "compass.node.gtceu.circuits/transistor": "Транзистор", - "compass.node.gtceu.circuits/vacuum_tube": "Вакумная трубка", - "compass.node.gtceu.circuits/wafer": "Фотолитографная пластина", - "compass.node.gtceu.circuits/wetware_processor": "Нейро-процессор", - "compass.node.gtceu.circuits/wetware_processor_assembly": "Сборка нейро-процессоров", - "compass.node.gtceu.circuits/wetware_processor_computer": "Нейро-компьютер", - "compass.node.gtceu.circuits/wetware_processor_mainframe": "Нейро-сервер", - "compass.node.gtceu.components/data_orb": "Сфера данных", - "compass.node.gtceu.components/data_stick": "Накопитель данных", - "compass.node.gtceu.components/electric_motor": "Электромотор", - "compass.node.gtceu.components/emitter": "Излучатель", - "compass.node.gtceu.components/field_generator": "Генератор поля", - "compass.node.gtceu.components/fluid_regulator": "Жидкостный регулятор", - "compass.node.gtceu.components/piston": "Поршень", - "compass.node.gtceu.components/sensor": "Сенсор", - "compass.node.gtceu.covers/activity_detector_cover": "Детектор активности (Крышка)", - "compass.node.gtceu.covers/advanced_activity_detector_cover": "Продвинутый детектор активности (Крышка)", - "compass.node.gtceu.covers/advanced_energy_detector_cover": "Продвинутый детектор энергии (Крышка)", - "compass.node.gtceu.covers/advanced_fluid_detector_cover": "Продвинутый детектор жидкости (Крышка)", - "compass.node.gtceu.covers/advanced_fluid_voiding_cover": "Продвинутая жидкостная бездна (Крышка)", - "compass.node.gtceu.covers/advanced_item_detector_cover": "Продвинутый детектор предметов (Крышка)", - "compass.node.gtceu.covers/advanced_item_voiding_cover": "Продвинутая предметная бездна (Крышка)", - "compass.node.gtceu.covers/computer_monitor_cover": "Монитор компьютера (Крышка)", - "compass.node.gtceu.covers/conveyor": "Конвейер", - "compass.node.gtceu.covers/cover": "Что за крышки?", - "compass.node.gtceu.covers/crafting_table_cover": "Верстак (Крышка)", - "compass.node.gtceu.covers/ender_fluid_link_cover": "Эндер передача жидкости (Крышка)", - "compass.node.gtceu.covers/energy_detector_cover": "Детектор энергии (Крышка)", - "compass.node.gtceu.covers/facade_cover": "Фасад (Крышка)", - "compass.node.gtceu.covers/fluid_detector_cover": "Детектор жидкости (Крышка)", - "compass.node.gtceu.covers/fluid_filter": "Жидкостный фильтр (Крышка)", - "compass.node.gtceu.covers/fluid_tag_filter": "Жидкостный фильтр по тэгам (Крышка)", - "compass.node.gtceu.covers/fluid_voiding_cover": "Жидкостная бездна (Крышка)", - "compass.node.gtceu.covers/infinite_water_cover": "Бесконечная вода (Крышка)", - "compass.node.gtceu.covers/item_detector_cover": "Детектор предметов (Крышка)", - "compass.node.gtceu.covers/item_filter": "Предметный фильтр (Крышка)", - "compass.node.gtceu.covers/item_tag_filter": "Предметный фильтр по тэгам (Крышка)", - "compass.node.gtceu.covers/item_voiding_cover": "Предметная бездна (Крышка)", - "compass.node.gtceu.covers/machine_controller_cover": "Контроллер механизма (Крышка)", - "compass.node.gtceu.covers/maintenance_detector_cover": "Детектор обслуживания (Крышка)", - "compass.node.gtceu.covers/pump": "Насос", - "compass.node.gtceu.covers/robot_arm": "Робо-рука", - "compass.node.gtceu.covers/shutter_module_cover": "Крышка модуля затвора", - "compass.node.gtceu.covers/solar_panel": "Солнечная панель", - "compass.node.gtceu.ev/cracker": "Установка для крекинга", - "compass.node.gtceu.ev/distillation_tower": "Дистилляционная башня", - "compass.node.gtceu.ev/large_combustion": "Большой генератор внутреннего сгорания ", - "compass.node.gtceu.ev/large_miner": "Большая шахтерская установка", - "compass.node.gtceu.generation/andesite": "Андезит", - "compass.node.gtceu.generation/basalt": "Базальт", - "compass.node.gtceu.generation/deepslate": "Глубинный сланец", - "compass.node.gtceu.generation/diorite": "Диорит", - "compass.node.gtceu.generation/endstone": "Камень края", - "compass.node.gtceu.generation/granite": "Гранит", - "compass.node.gtceu.generation/gravel": "Гравий", - "compass.node.gtceu.generation/netherrack": "Незерак", - "compass.node.gtceu.generation/ore": "Как найти руду?", - "compass.node.gtceu.generation/raw_ore": "Необработанная руда", - "compass.node.gtceu.generation/red_sand": "Красный песок", - "compass.node.gtceu.generation/rubber_leaves": "Листья гивеи", - "compass.node.gtceu.generation/rubber_log": "Бревно гивеи", - "compass.node.gtceu.generation/rubber_planks": "Доски гивеи", - "compass.node.gtceu.generation/rubber_sapling": "Саженец гивеи", - "compass.node.gtceu.generation/sand": "Песок", - "compass.node.gtceu.generation/stone": "Камень", - "compass.node.gtceu.generation/tuff": "Туф", - "compass.node.gtceu.hv/cleanroom": "Стерелизационная", - "compass.node.gtceu.hv/implosion_compressor": "Схлопывающий компрессор", - "compass.node.gtceu.hv/large_chemical_reactor": "Большой Химический реактор", - "compass.node.gtceu.hv/large_packer": "Большой упаковщик", - "compass.node.gtceu.hv/large_turbine": "Большая турбина", - "compass.node.gtceu.hv/vacuum_freezer": "Vacuum Freezer", - "compass.node.gtceu.items/duct_tape": "Скотч", - "compass.node.gtceu.items/empty_cell": "Пустая ячейка", - "compass.node.gtceu.items/empty_spray_can": "Пустой балончик с краской", - "compass.node.gtceu.items/glass_vial": "Стеклянный флакон", - "compass.node.gtceu.items/iridium_neutron_reflector": "Иридиевый нейтронный отражатель", - "compass.node.gtceu.items/prospector": "Анализатор", - "compass.node.gtceu.items/solvent_spray_can": "Балончик с растворителем", - "compass.node.gtceu.items/terminal": "Терминал", - "compass.node.gtceu.iv/alloy_blast_smelter": "Доменный завод сплавов", - "compass.node.gtceu.iv/assembly_line": "Сборочная линия", - "compass.node.gtceu.iv/large_arc_smelter": "Большой дуговой завод сплавов", - "compass.node.gtceu.iv/large_assembler": "Большой сборщик", - "compass.node.gtceu.iv/large_autoclave": "Большой автоклав", - "compass.node.gtceu.iv/large_brewer": "Большая бродильная камера", - "compass.node.gtceu.iv/large_centrifuge": "Большая центрифуга", - "compass.node.gtceu.iv/large_chemical_bath": "Большая химическая ванна", - "compass.node.gtceu.iv/large_circuit_assembler": "Большой сборщик плат", - "compass.node.gtceu.iv/large_cutter": "Большой резчик", - "compass.node.gtceu.iv/large_distillery": "Большой дистиллятор", - "compass.node.gtceu.iv/large_electrolyzer": "Большой электролизёр", - "compass.node.gtceu.iv/large_electromagnet": "Большой Электромагнит", - "compass.node.gtceu.iv/large_engraving_laser": "Большой гравировальный лазер", - "compass.node.gtceu.iv/large_extractor": "Большой экстрактор", - "compass.node.gtceu.iv/large_extruder": "Большой экструдер", - "compass.node.gtceu.iv/large_maceration_tower": "Большая измельчающая башня", - "compass.node.gtceu.iv/large_material_press": "Большой пресс", - "compass.node.gtceu.iv/large_mixer": "Большой смешиватель", - "compass.node.gtceu.iv/large_sifting_funnel": "Большая просеивающая воронка", - "compass.node.gtceu.iv/large_solidifier": "Большой отвердитель", - "compass.node.gtceu.iv/large_wiremill": "Большой проволочный станок", - "compass.node.gtceu.iv/processing_array": "Массив обработки", - "compass.node.gtceu.luv/luv_fusion_reactor": "Luv Термоядерный реактор", - "compass.node.gtceu.luv/mega_blast_furnace": "Мега доменная печь", - "compass.node.gtceu.luv/mega_vacuum_freezer": "Мега вакумная морозилка", - "compass.node.gtceu.luv/uv_fusion_reactor": "Uv Термоядерный реактор", - "compass.node.gtceu.luv/zpm_fusion_reactor": "МНТ Термоядерный реактор", - "compass.node.gtceu.machines/alloy_smelter": "Завод сплавов", - "compass.node.gtceu.machines/arc_furnace": "Дуговая печь", - "compass.node.gtceu.machines/assembler": "Сборщик", - "compass.node.gtceu.machines/autoclave": "Автоклав", - "compass.node.gtceu.machines/battery_buffer": "Аккумуляторный буфер", - "compass.node.gtceu.machines/bender": "Гибочный станок", - "compass.node.gtceu.machines/block_breaker": "Разрушитель блоков", - "compass.node.gtceu.machines/brewery": "Бродильная камера", - "compass.node.gtceu.machines/canner": "консверватор", - "compass.node.gtceu.machines/centrifuge": "Центрифуга", - "compass.node.gtceu.machines/charger": "Зарядник", - "compass.node.gtceu.machines/chemical_bath": "Химическая ванна", - "compass.node.gtceu.machines/chemical_reactor": "Химический реактор", - "compass.node.gtceu.machines/circuit_assembler": "Сборщик плат", - "compass.node.gtceu.machines/combustion": "Генератор внутреннего сгорания ", - "compass.node.gtceu.machines/compressor": "Компрессор", - "compass.node.gtceu.machines/converter": "Преобразователь энергии", - "compass.node.gtceu.machines/crate": "Ящик", - "compass.node.gtceu.machines/cutter": "Резчик", - "compass.node.gtceu.machines/distillery": "Дистиллятор", - "compass.node.gtceu.machines/drum": "Бочка", - "compass.node.gtceu.machines/electric_furnace": "Электрическая печь", - "compass.node.gtceu.machines/electrolyzer": "Электролизёр", - "compass.node.gtceu.machines/electromagnetic_separator": "Электромагнитный сепаратор", - "compass.node.gtceu.machines/extractor": "Экстрактор", - "compass.node.gtceu.machines/extruder": "Экструдер", - "compass.node.gtceu.machines/fermenter": "Ферментер", - "compass.node.gtceu.machines/fisher": "Авто-Рыбак", - "compass.node.gtceu.machines/fluid_heater": "Жидкостный нагреватель", - "compass.node.gtceu.machines/fluid_solidifier": "Жидкостный отвердитель", - "compass.node.gtceu.machines/forge_hammer": "Кузнечный молот", - "compass.node.gtceu.machines/forming_press": "Формовочный пресс", - "compass.node.gtceu.machines/gas_collector": "Атмосферный конденсатор", - "compass.node.gtceu.machines/gas_turbine": "Газовая турбина", - "compass.node.gtceu.machines/infinite_energy": "Infinite Energy", - "compass.node.gtceu.machines/laser_engraver": "Лазерный гравер", - "compass.node.gtceu.machines/lathe": "Токарный станок", - "compass.node.gtceu.machines/ld_fluid_pipeline": "Ld Fluid Pipeline", - "compass.node.gtceu.machines/ld_item_pipeline": "Ld Item Pipeline", - "compass.node.gtceu.machines/macerator": "Измельчитель", - "compass.node.gtceu.machines/miner": "Шахтерская установка", - "compass.node.gtceu.machines/mixer": "Смешиватель", - "compass.node.gtceu.machines/ore_washer": "Рудопромывочная установка", - "compass.node.gtceu.machines/packer": "Упаковщик", - "compass.node.gtceu.machines/polarizer": "Поляризатор", - "compass.node.gtceu.machines/pump": "Насос", - "compass.node.gtceu.machines/rock_crusher": "Камнедробитель", - "compass.node.gtceu.machines/sifter": "Авто-сито", - "compass.node.gtceu.machines/steam_miner": "Паровая шахтерская установка", - "compass.node.gtceu.machines/steam_turbine": "Паровая турбина", - "compass.node.gtceu.machines/super_chest": "Супер сундук", - "compass.node.gtceu.machines/super_tank": "Супер цистерна", - "compass.node.gtceu.machines/thermal_centrifuge": "Термальная Центрифуга", - "compass.node.gtceu.machines/transformer": "Трансформатор", - "compass.node.gtceu.machines/wiremill": "Проволочный станок", - "compass.node.gtceu.materials/bolt": "Болт", - "compass.node.gtceu.materials/buzz_saw_blade": "Лезвие циркулярной пилы", - "compass.node.gtceu.materials/chainsaw_head": "Полотно цепной пилы", - "compass.node.gtceu.materials/chipped_gem": "Расколотый драгоценный камень", - "compass.node.gtceu.materials/crushed_ore": "Дробленая руда", - "compass.node.gtceu.materials/dense_plate": "Плотная пластина", - "compass.node.gtceu.materials/double_plate": "Двойная пластина", - "compass.node.gtceu.materials/drill_head": "Головка бура", - "compass.node.gtceu.materials/dust": "Пыль", - "compass.node.gtceu.materials/exquisite_gem": "Изысканный драгоценный камень", - "compass.node.gtceu.materials/fine_wire": "Тонкий провод", - "compass.node.gtceu.materials/flawed_gem": "Драгоценный камень с дефектами", - "compass.node.gtceu.materials/flawless_gem": "Безупречный драгоценный камень", - "compass.node.gtceu.materials/foil": "Фольга", - "compass.node.gtceu.materials/gear": "Шестерня", - "compass.node.gtceu.materials/gem": "Драгоценный камень", - "compass.node.gtceu.materials/hot_ingot": "Hot Ingot", - "compass.node.gtceu.materials/impure_dust": "Impure Dust", - "compass.node.gtceu.materials/ingot": "Ingot", - "compass.node.gtceu.materials/lens": "Lens", - "compass.node.gtceu.materials/long_rod": "Long Rod", - "compass.node.gtceu.materials/nugget": "Nugget", - "compass.node.gtceu.materials/plate": "Plate", - "compass.node.gtceu.materials/pure_dust": "Pure Dust", - "compass.node.gtceu.materials/purified_ore": "Очищенная руда", - "compass.node.gtceu.materials/raw": "Необработанный", - "compass.node.gtceu.materials/refined_ore": "Очищенная руда", - "compass.node.gtceu.materials/ring": "Ring", - "compass.node.gtceu.materials/rod": "Rod", - "compass.node.gtceu.materials/rotor": "Ротор", - "compass.node.gtceu.materials/round": "Round", - "compass.node.gtceu.materials/screw": "Screw", - "compass.node.gtceu.materials/screwdriver_tip": "Screwdriver Tip", - "compass.node.gtceu.materials/small_dust": "Small Dust", - "compass.node.gtceu.materials/small_gear": "Small Gear", - "compass.node.gtceu.materials/small_spring": "Small Spring", - "compass.node.gtceu.materials/spring": "Spring", - "compass.node.gtceu.materials/tiny_dust": "Tiny Dust", - "compass.node.gtceu.materials/turbine_blade": "Лопасть турбины", - "compass.node.gtceu.materials/wire_and_cable": "Провода и кабели", - "compass.node.gtceu.materials/wrench_tip": "Наконечник гаечного ключа", - "compass.node.gtceu.misc/advanced_power_thruster": "Продвинутый силовой ускоритель", - "compass.node.gtceu.misc/ancient_gold_coin": "Древняя золотая монета", - "compass.node.gtceu.misc/battery_hull": "Оболочка аккумулятора", - "compass.node.gtceu.misc/bio_chaff": "Bio Chaff", - "compass.node.gtceu.misc/blacklight": "Черная лампочка", - "compass.node.gtceu.misc/brick_wooden_form": "Деревянная форма для кирпича", - "compass.node.gtceu.misc/carbon_fiber_mesh": "Сетка из углеродного волокна", - "compass.node.gtceu.misc/carbon_fiber_plate": "Пластина из углеродного волокна", - "compass.node.gtceu.misc/certificate_of_not_being_a_noob_anymore": "Сертификат о том, что ты больше не нуб", - "compass.node.gtceu.misc/chemical_dye": "Химический краситель", - "compass.node.gtceu.misc/chocolate_coin": "Шоколадная монетка", - "compass.node.gtceu.misc/coil": "Катушка", - "compass.node.gtceu.misc/coke_oven_brick": "Кирпич коксовой печи", - "compass.node.gtceu.misc/compressed_clay": "Сжатая глина", - "compass.node.gtceu.misc/compressed_coke_clay": "Сжатая коксовая глина", - "compass.node.gtceu.misc/compressed_fireclay": "Прессованный огнеупорная глина", - "compass.node.gtceu.misc/credit": "Кредит", - "compass.node.gtceu.misc/crystal_cpu": "Crystal Cpu", - "compass.node.gtceu.misc/crystal_soc": "Crystal Soc", - "compass.node.gtceu.misc/diamond_grinding_head": "Diamond Grinding Head", - "compass.node.gtceu.misc/doge_coin": "Доге койн", - "compass.node.gtceu.misc/duct_tape": "Скотч", - "compass.node.gtceu.misc/electric_motor": "Электромотор", - "compass.node.gtceu.misc/empty_mold": "Пустая форма", - "compass.node.gtceu.misc/empty_wooden_form": "Пустая деревянная форма", - "compass.node.gtceu.misc/energium_dust": "Пыль энергиума", - "compass.node.gtceu.misc/engraved_crystal_chip": "Engraved Crystal Чип", - "compass.node.gtceu.misc/engraved_lapotron_crystal_chip": "Engraved Lapotron Crystal Чип", - "compass.node.gtceu.misc/extruder_shape": "Форма экструдера", - "compass.node.gtceu.misc/fertilizer": "Удобрения", - "compass.node.gtceu.misc/firebrick": "Огнеупорный кирпич", - "compass.node.gtceu.misc/gelled_toluene": "Gelled Toluene", - "compass.node.gtceu.misc/glass_lens": "Стеклянная линза", - "compass.node.gtceu.misc/gravi_star": "Gravi Star", - "compass.node.gtceu.misc/gravitation_engine_unit": "Gravitation Engine Unit", - "compass.node.gtceu.misc/mold": "Форма", - "compass.node.gtceu.misc/neuro_processing_unit": "Neuro Processing Unit", - "compass.node.gtceu.misc/petri_dish": "Чашка Петри", - "compass.node.gtceu.misc/plant_ball": "Plant Ball", - "compass.node.gtceu.misc/power_thruster": "Power Thruster", - "compass.node.gtceu.misc/programmed_circuit": "Programmed Circuit", - "compass.node.gtceu.misc/purple_drink": "Фиолетовый напиток", - "compass.node.gtceu.misc/quantum_eye": "Quantum Eye", - "compass.node.gtceu.misc/quantum_star": "Quantum Star", - "compass.node.gtceu.misc/raw_carbon_fibers": "Необработанные углеродные волокна", - "compass.node.gtceu.misc/raw_crystal_chip": "Необработанный кристалический чип", - "compass.node.gtceu.misc/raw_crystal_chip_parts": "Части необработанного кристалического чипа", - "compass.node.gtceu.misc/stem_cells": "Стволовые клетки", - "compass.node.gtceu.misc/sticky_resin": "Липкая резина", - "compass.node.gtceu.misc/tungsten_grinding_head": "Вольфрамовая шлифовальная головка", - "compass.node.gtceu.misc/turbine_rotor": "Ротор турбины", - "compass.node.gtceu.multiblock/alloy_blast_smelter": "Доменный завод сплавов", - "compass.node.gtceu.multiblock/assembly_line": "Сборочная линия", - "compass.node.gtceu.multiblock/cleanroom": "Стерелизационная", - "compass.node.gtceu.multiblock/coke_oven": "Коксовая печь", - "compass.node.gtceu.multiblock/cracker": "Установка для крекинга", - "compass.node.gtceu.multiblock/distillation_tower": "Дистилляционная башня", - "compass.node.gtceu.multiblock/electric_blast_furnace": "Электрическая доменная печь", - "compass.node.gtceu.multiblock/fluid_drilling_rig": "Жидкостная буровая установка", - "compass.node.gtceu.multiblock/implosion_compressor": "Схлопывающий компрессор", - "compass.node.gtceu.multiblock/large_arc_smelter": "Большой дуговой завод сплавов", - "compass.node.gtceu.multiblock/large_assembler": "Большой сборщик", - "compass.node.gtceu.multiblock/large_autoclave": "Большой автоклав", - "compass.node.gtceu.multiblock/large_boiler": "Большой бойлер", - "compass.node.gtceu.multiblock/large_brewer": "Большая бродильная камера", - "compass.node.gtceu.multiblock/large_centrifuge": "Большая центрифуга", - "compass.node.gtceu.multiblock/large_chemical_bath": "Большая химическая ванна", - "compass.node.gtceu.multiblock/large_chemical_reactor": "Большой химический реактор", - "compass.node.gtceu.multiblock/large_circuit_assembler": "Большой сборщик плат", - "compass.node.gtceu.multiblock/large_combustion": "Большой генератор внутреннего сгорания ", - "compass.node.gtceu.multiblock/large_cutter": "Большой резчик", - "compass.node.gtceu.multiblock/large_distillery": "Большой дистиллятор", - "compass.node.gtceu.multiblock/large_electrolyzer": "Большой электролизёр", - "compass.node.gtceu.multiblock/large_electromagnet": "Большой электромагнит", - "compass.node.gtceu.multiblock/large_engraving_laser": "Большой гравировальный лазер", - "compass.node.gtceu.multiblock/large_extractor": "Большой экстрактор", - "compass.node.gtceu.multiblock/large_extruder": "Большой Экструдер", - "compass.node.gtceu.multiblock/large_maceration_tower": "Большая измельчающая башня", - "compass.node.gtceu.multiblock/large_material_press": "Большой пресс", - "compass.node.gtceu.multiblock/large_miner": "Большая шахтерская установка", - "compass.node.gtceu.multiblock/large_mixer": "Большой смешиватель", - "compass.node.gtceu.multiblock/large_packer": "Большой упаковщик", - "compass.node.gtceu.multiblock/large_sifting_funnel": "Большая просеивающая воронка", - "compass.node.gtceu.multiblock/large_solidifier": "Большой отвердитель", - "compass.node.gtceu.multiblock/large_turbine": "Большая турбина", - "compass.node.gtceu.multiblock/large_wiremill": "Большой проволочный станок", - "compass.node.gtceu.multiblock/luv_fusion_reactor": "Luv Термоядерный реактор", - "compass.node.gtceu.multiblock/mega_blast_furnace": "Мега доменная печь", - "compass.node.gtceu.multiblock/mega_vacuum_freezer": "Мега вакумная морозилка", - "compass.node.gtceu.multiblock/multi_smelter": "Мультиплавильный завод", - "compass.node.gtceu.multiblock/primitive_blast_furnace": "Примитивная доменная печь", - "compass.node.gtceu.multiblock/primitive_pump": "Примитивный насос", - "compass.node.gtceu.multiblock/processing_array": "Массив обработки", - "compass.node.gtceu.multiblock/pyrolyse_oven": "Пиролизная печь", - "compass.node.gtceu.multiblock/steam_grinder": "Паровой шлифовальный станок", - "compass.node.gtceu.multiblock/steam_oven": "Паровая печь", - "compass.node.gtceu.multiblock/uv_fusion_reactor": "Uv Термоядерный реактор", - "compass.node.gtceu.multiblock/vacuum_freezer": "Вакумная морозилка", - "compass.node.gtceu.multiblock/zpm_fusion_reactor": "МНТ Термоядерный реактор", - "compass.node.gtceu.mv/electric_blast_furnace": "Электрическая доменная печь", - "compass.node.gtceu.mv/fluid_drilling_rig": "Жидкостная буровая установка", - "compass.node.gtceu.mv/multi_smelter": "Мультиплавильный завод", - "compass.node.gtceu.mv/pyrolyse_oven": "Пиролизная печь", - "compass.node.gtceu.parts/auto_maintenance_hatch": "Auto Maintenance Hatch", - "compass.node.gtceu.parts/cleaning_maintenance_hatch": "Cleaning Maintenance Hatch", - "compass.node.gtceu.parts/configurable_maintenance_hatch": "Configurable Maintenance Hatch", - "compass.node.gtceu.parts/diode": "Диод", - "compass.node.gtceu.parts/energy_hatch": "Энергетический люк", - "compass.node.gtceu.parts/fluid_hatch": "Жидкостный люк", - "compass.node.gtceu.parts/fluid_passthrough_hatch": "Проходной люк для жидкости", - "compass.node.gtceu.parts/item_bus": "Предметная шина", - "compass.node.gtceu.parts/item_passthrough_hatch": "Проходной люк для предметов", - "compass.node.gtceu.parts/machine_hull": "Обшивка механизма", - "compass.node.gtceu.parts/maintenance_hatch": "Maintenance Hatch", - "compass.node.gtceu.parts/muffler_hatch": "Люк глушителя", - "compass.node.gtceu.parts/parallel_hatch": "Parallel Hatch", - "compass.node.gtceu.parts/pump_hatch": "Люк насоса", - "compass.node.gtceu.parts/rotor_holder": "Держатель ротора", - "compass.node.gtceu.parts/steam_hatch": "Люк для пара", - "compass.node.gtceu.steam/coke_oven": "Коксовая печь", - "compass.node.gtceu.steam/coke_oven_hatch": "Люк коксовой печи", - "compass.node.gtceu.steam/item_bus": "Предметная шина", - "compass.node.gtceu.steam/large_boiler": "Большой бойлер", - "compass.node.gtceu.steam/primitive_blast_furnace": "Примитивная доменная печь", - "compass.node.gtceu.steam/primitive_pump": "Примитивный насос", - "compass.node.gtceu.steam/pump_hatch": "Люк насоса", - "compass.node.gtceu.steam/steam_age": "Эпоха пара", - "compass.node.gtceu.steam/steam_alloy_smelter": "Паровой завод сплавов", - "compass.node.gtceu.steam/steam_compressor": "Паровой компрессор", - "compass.node.gtceu.steam/steam_extractor": "Паровой экстрактор", - "compass.node.gtceu.steam/steam_forge_hammer": "Паровой кузнечный молот", - "compass.node.gtceu.steam/steam_furnace": "Паровая печь", - "compass.node.gtceu.steam/steam_grinder": "Паровой шлифовальный станок", - "compass.node.gtceu.steam/steam_hatch": "Паровой люк", - "compass.node.gtceu.steam/steam_liquid_boiler": "Паровой бойлер на жидком топливе", - "compass.node.gtceu.steam/steam_macerator": "Паровой измельчитель", - "compass.node.gtceu.steam/steam_oven": "Паровая печь", - "compass.node.gtceu.steam/steam_rock_crusher": "Паровой Камнедробитель", - "compass.node.gtceu.steam/steam_solid_boiler": "Паровой твердотопливный бойлер", - "compass.node.gtceu.tools/axe": "Топор", - "compass.node.gtceu.tools/butchery_knife": "Тесак", - "compass.node.gtceu.tools/crowbar": "Монтировка", - "compass.node.gtceu.tools/file": "Напильник", - "compass.node.gtceu.tools/hammer": "Молоток", - "compass.node.gtceu.tools/hoe": "Мотыга", - "compass.node.gtceu.tools/knife": "Нож", - "compass.node.gtceu.tools/mallet": "Киянка", - "compass.node.gtceu.tools/mining_hammer": "Шахтёрский молот", - "compass.node.gtceu.tools/mortar": "Ступка и пестик", - "compass.node.gtceu.tools/pickaxe": "Кирка", - "compass.node.gtceu.tools/plunger": "Вантуз", - "compass.node.gtceu.tools/saw": "Пила", - "compass.node.gtceu.tools/screwdriver": "Отвёртка", - "compass.node.gtceu.tools/scythe": "Коса", - "compass.node.gtceu.tools/shovel": "Лопата", - "compass.node.gtceu.tools/sword": "Меч", - "compass.node.gtceu.tools/wire_cutter": "Кусачки", - "compass.node.gtceu.tools/wrench": "Гаечный ключ", - "compass.section.gtceu.batteries": "Батарейки", - "compass.section.gtceu.blocks": "Блоки катушек", - "compass.section.gtceu.circuits": "Платы", - "compass.section.gtceu.components": "Компоненты", - "compass.section.gtceu.covers": "Крышки", - "compass.section.gtceu.ev": "§5Экстримальное напряжение", - "compass.section.gtceu.generation": "Generation", - "compass.section.gtceu.hv": "§6HV Напряжение", - "compass.section.gtceu.introduction": "Introduction", - "compass.section.gtceu.items": "Предметы", - "compass.section.gtceu.iv": "§1IV Напряжение", - "compass.section.gtceu.luv": "§dLuV Напряжение", - "compass.section.gtceu.lv": "§7НВ Напряжение", - "compass.section.gtceu.machines": "Механизмы", - "compass.section.gtceu.materials": "Материалы", - "compass.section.gtceu.misc": "Прочее", - "compass.section.gtceu.multiblock": "Мультиблоки", - "compass.section.gtceu.mv": "§bMV Напряжение", - "compass.section.gtceu.parts": "Части мультиблоков", - "compass.section.gtceu.steam": "Эпоха пара", - "compass.section.gtceu.tools": "Инструменты", - "compass.section.gtceu.uhv": "§4UHV Напряжение", - "compass.section.gtceu.ulv": "§8UНВ Напряжение", - "compass.section.gtceu.uv": "§3UV Напряжение", - "compass.section.gtceu.zpm": "§cМНТ Напряжение", - "config.gtceu.option.allUniqueStoneTypes": "allUniqueStoneTypes", - "config.gtceu.option.bedrockOreDropTagPrefix": "bedrockOreDropTagPrefix", - "config.gtceu.option.bedrockOreMultiplier": "bedrockOreMultiplier", - "config.gtceu.option.cleanMultiblocks": "cleanMultiblocks", - "config.gtceu.option.client": "client", - "config.gtceu.option.compat": "compat", - "config.gtceu.option.debugWorldgen": "debugWorldgen", - "config.gtceu.option.defaultPaintingColor": "defaultPaintingColor", - "config.gtceu.option.dev": "dev", - "config.gtceu.option.disableManualCompression": "disableManualCompression", - "config.gtceu.option.doBedrockOres": "doBedrockOres", - "config.gtceu.option.doProcessingArray": "doProcessingArray", - "config.gtceu.option.doTerrainExplosion": "doTerrainExplosion", - "config.gtceu.option.doesExplosionDamagesTerrain": "doesExplosionDamagesTerrain", - "config.gtceu.option.dumpAssets": "dumpAssets", - "config.gtceu.option.dumpRecipes": "dumpRecipes", - "config.gtceu.option.enableCleanroom": "enableCleanroom", - "config.gtceu.option.enableMaintenance": "enableMaintenance", - "config.gtceu.option.enablePlatformConverters": "enablePlatformConverters", - "config.gtceu.option.enableTieredCasings": "enableTieredCasings", - "config.gtceu.option.energy": "Энергия", - "config.gtceu.option.euToPlatformRatio": "euToPlatformRatio", - "config.gtceu.option.flintAndSteelRequireSteel": "flintAndSteelRequireSteel", - "config.gtceu.option.generateLowQualityGems": "generateLowQualityGems", - "config.gtceu.option.ghostCircuit": "ghostCircuit", - "config.gtceu.option.hardAdvancedIronRecipes": "hardAdvancedIronRecipes", - "config.gtceu.option.hardDyeRecipes": "hardDyeRecipes", - "config.gtceu.option.hardGlassRecipes": "hardGlassRecipes", - "config.gtceu.option.hardIronRecipes": "hardIronRecipes", - "config.gtceu.option.hardMiscRecipes": "hardMiscRecipes", - "config.gtceu.option.hardRedstoneRecipes": "hardRedstoneRecipes", - "config.gtceu.option.hardToolArmorRecipes": "hardToolArmorRecipes", - "config.gtceu.option.hardWoodRecipes": "hardWoodRecipes", - "config.gtceu.option.harderBrickRecipes": "harderBrickRecipes", - "config.gtceu.option.harderCharcoalRecipe": "harderCharcoalRecipe", - "config.gtceu.option.harderRods": "harderRods", - "config.gtceu.option.hideFacadesInJEI": "hideFacadesInJEI", - "config.gtceu.option.hideFilledCellsInJEI": "hideFilledCellsInJEI", - "config.gtceu.option.highTierContent": "highTierContent", - "config.gtceu.option.infiniteBedrockOresFluids": "infiniteBedrockOresFluids", - "config.gtceu.option.ldFluidPipeMinDistance": "ldFluidPipeMinDistance", - "config.gtceu.option.ldItemPipeMinDistance": "ldItemPipeMinDistance", - "config.gtceu.option.machineSounds": "machineSounds", - "config.gtceu.option.machines": "machines", - "config.gtceu.option.machinesEmissiveTextures": "machinesEmissiveTextures", - "config.gtceu.option.nativeEUToPlatformNative": "nativeEUToPlatformNative", - "config.gtceu.option.nerfPaperCrafting": "nerfPaperCrafting", - "config.gtceu.option.nerfWoodCrafting": "nerfWoodCrafting", - "config.gtceu.option.oreGenerationChunkCacheSize": "oreGenerationChunkCacheSize", - "config.gtceu.option.oreIndicatorChunkCacheSize": "oreIndicatorChunkCacheSize", - "config.gtceu.option.oreVeinGridSize": "oreVeinGridSize", - "config.gtceu.option.oreVeinRandomOffset": "oreVeinRandomOffset", - "config.gtceu.option.oreVeins": "oreVeins", - "config.gtceu.option.overclockDivisor": "overclockDivisor", - "config.gtceu.option.platformToEuRatio": "platformToEuRatio", - "config.gtceu.option.recipeProgressLowEnergy": "recipeProgressLowEnergy", - "config.gtceu.option.recipes": "recipes", - "config.gtceu.option.removeSmeltingForEBFMetals": "removeSmeltingForEBFMetals", - "config.gtceu.option.removeVanillaBlockRecipes": "removeVanillaBlockRecipes", - "config.gtceu.option.removeVanillaLargeOreVeins": "removeVanillaLargeOreVeins", - "config.gtceu.option.removeVanillaOreGen": "removeVanillaOreGen", - "config.gtceu.option.removeVanillaTNTRecipe": "removeVanillaTNTRecipe", - "config.gtceu.option.replaceMinedBlocksWith": "replaceMinedBlocksWith", - "config.gtceu.option.requireGTToolsForBlocks": "requireGTToolsForBlocks", - "config.gtceu.option.rubberTreeSpawnChance": "rubberTreeSpawnChance", - "config.gtceu.option.sandOresFall": "sandOresFall", - "config.gtceu.option.steelSteamMultiblocks": "steelSteamMultiblocks", - "config.gtceu.option.useVBO": "useVBO", - "config.gtceu.option.worldgen": "worldgen", - "config.jade.plugin_gtceu.controllable_provider": "[GTCEu] Контролируемо", - "config.jade.plugin_gtceu.electric_container_provider": "[GTCEu] Электрическое хранилище", - "config.jade.plugin_gtceu.recipe_logic_provider": "[GTCEu] Логика рецепта", - "config.jade.plugin_gtceu.workable_provider": "[GTCEu] Работающий", - "cover.advanced_energy_detector.invert.disabled.0": "Выход: В норме", - "cover.advanced_energy_detector.invert.disabled.1": "", - "cover.advanced_energy_detector.invert.disabled.2": "Переключите, чтобы инвертировать логику редстоуна", - "cover.advanced_energy_detector.invert.disabled.3": "По умолчанию редстоун испускается, когда его количество меньше минимального значения EU, и прекращает испускаться, когда его количество больше максимального значения EU.", - "cover.advanced_energy_detector.invert.enabled.0": "Выход: Инвертирован", - "cover.advanced_energy_detector.invert.enabled.1": "", - "cover.advanced_energy_detector.invert.enabled.2": "Переключите, чтобы инвертировать логику редстоуна", - "cover.advanced_energy_detector.invert.enabled.3": "По умолчанию редстоун испускается, когда его количество меньше минимального значения EU, и прекращает испускаться, когда его количество больше максимального значения EU.", - "cover.advanced_energy_detector.label": "Продвинутый детектор энергии", - "cover.advanced_energy_detector.max": "Максимально", - "cover.advanced_energy_detector.min": "Минимально", - "cover.advanced_energy_detector.use_percent.disabled.0": "Режим: Дискретное EU", - "cover.advanced_energy_detector.use_percent.disabled.1": "", - "cover.advanced_energy_detector.use_percent.disabled.2": "Меняйте использование дискретных значений EU или процентных соотношений для сравнения мин/макс с подключенным накопителем энергии.", - "cover.advanced_energy_detector.use_percent.enabled.0": "Режим: Процентный", - "cover.advanced_energy_detector.use_percent.enabled.1": "", - "cover.advanced_energy_detector.use_percent.enabled.2": "Меняйте использование дискретных значений EU или процентных соотношений для сравнения мин/макс с подключенным накопителем энергии.", - "cover.advanced_fluid_detector.invert.disabled.0": "Выход: В норме", - "cover.advanced_fluid_detector.invert.disabled.1": "", - "cover.advanced_fluid_detector.invert.disabled.2": "Переключите, чтобы инвертировать логику редстоуна", - "cover.advanced_fluid_detector.invert.disabled.3": "По умолчанию редстоун перестает излучать сигнал, когда количество жидкости меньше минимального значения в литрах, и начинает излучать, когда количество жидкости больше минимального значения в литрах, вплоть до установленного максимума.", - "cover.advanced_fluid_detector.invert.enabled.0": "Выход: Инвертирован", - "cover.advanced_fluid_detector.invert.enabled.1": "", - "cover.advanced_fluid_detector.invert.enabled.2": "Переключите, чтобы инвертировать логику редстоуна", - "cover.advanced_fluid_detector.invert.enabled.3": "По умолчанию редстоун перестает излучать сигнал, когда количество жидкости меньше минимального значения в литрах, и начинает излучать, когда количество жидкости больше минимального значения в литрах, вплоть до установленного максимума.", - "cover.advanced_fluid_detector.label": "Продвинутый детектор жидкости", - "cover.advanced_fluid_detector.max": "Максимум жидкости (Л)", - "cover.advanced_fluid_detector.min": "Минимум жидкости (Л)", - "cover.advanced_item_detector.invert.disabled.0": "Выход: В норме", - "cover.advanced_item_detector.invert.disabled.1": "", - "cover.advanced_item_detector.invert.disabled.2": "Переключите, чтобы инвертировать логику редстоуна", - "cover.advanced_item_detector.invert.disabled.3": "По умолчанию редстоун перестает излучять сигнал, если количество предметов меньше минимального значения, и начинает излучать, если количество предметов больше максимального значения, вплоть до установленного максимума.", - "cover.advanced_item_detector.invert.enabled.0": "Выход: Инвертирован", - "cover.advanced_item_detector.invert.enabled.1": "", - "cover.advanced_item_detector.invert.enabled.2": "Переключите, чтобы инвертировать логику редстоуна", - "cover.advanced_item_detector.invert.enabled.3": "По умолчанию редстоун перестает излучять сигнал, если количество предметов меньше минимального значения, и начинает излучать, если количество предметов больше максимального значения, вплоть до установленного максимума.", - "cover.advanced_item_detector.label": "Продвинутый детектор предметов", - "cover.advanced_item_detector.max": "Максимум предметов", - "cover.advanced_item_detector.min": "Минимум предметов", - "cover.bucket.mode.bucket": "Килолитры", - "cover.bucket.mode.milli_bucket": "Литры", - "cover.conveyor.blocks_input.disabled.0": "Когда включено, предметы не будут помещены, если cover настроен на вытягивание предметов из инвентаря в трубу.", - "cover.conveyor.blocks_input.disabled.1": "§cDisabled", - "cover.conveyor.blocks_input.enabled.0": "Когда включено, предметы не будут помещены, если cover настроен на вытягивание предметов из инвентаря в трубу.", - "cover.conveyor.blocks_input.enabled.1": "§aEnabled", - "cover.conveyor.distribution.insert_first.0": "Distribution Mode: §bPriority", - "cover.conveyor.distribution.insert_first.1": "§7Will insert into the first inventory with the highest priority it can find.", - "cover.conveyor.distribution.insert_first.2": "§7Ограничивающие трубы снижают приоритет в данном пути.", - "cover.conveyor.distribution.round_robin_global.0": "Distribution Mode: §bRound Robin", - "cover.conveyor.distribution.round_robin_global.1": "§7Splits items equally across connected inventories", - "cover.conveyor.distribution.round_robin_prio.0": "Distribution Mode: §bRound Robin with Priority", - "cover.conveyor.distribution.round_robin_prio.1": "§7Tries to split items across connected inventories and considers higher priorities first.", - "cover.conveyor.distribution.round_robin_prio.2": "§7Ограничивающие трубы снижают приоритет в данном пути.", - "cover.conveyor.item_filter.title": "Item Filter", - "cover.conveyor.mode": "Mode: %s", - "cover.conveyor.mode.export": "Mode: Export", - "cover.conveyor.mode.import": "Mode: Import", - "cover.conveyor.ore_dictionary.title.0": "Ore Dictionary Name", - "cover.conveyor.ore_dictionary.title.1": "(use * for wildcard)", - "cover.conveyor.title": "Conveyor Cover Settings (%s)", - "cover.conveyor.transfer_rate": "§7items/sec", - "cover.detector_base.message_inverted_state": "Monitoring Status: Inverted", - "cover.detector_base.message_normal_state": "Monitoring Status: Normal", - "cover.ender_fluid_link.incomplete_hex.0": "Inputted color is incomplete!", - "cover.ender_fluid_link.incomplete_hex.1": "It will be applied once complete (all 8 hex digits)", - "cover.ender_fluid_link.incomplete_hex.2": "Closing the gui will lose edits!", - "cover.ender_fluid_link.iomode.disabled": "I/O Disabled", - "cover.ender_fluid_link.iomode.enabled": "I/O Enabled", - "cover.ender_fluid_link.private.tooltip.disabled.0": "Switch to private tank mode", - "cover.ender_fluid_link.private.tooltip.disabled.1": "Private mode uses the player who originally placed the cover", - "cover.ender_fluid_link.private.tooltip.enabled": "Switch to public tank mode", - "cover.ender_fluid_link.title": "Ender Fluid Link", - "cover.filter.blacklist.disabled": "Whitelist", - "cover.filter.blacklist.enabled": "Blacklist", - "cover.filter.mode.filter_both": "Filter Insert/Extract", - "cover.filter.mode.filter_extract": "Filter Extract", - "cover.filter.mode.filter_insert": "Filter Insert", - "cover.fluid.voiding.advanced.title": "Продвинутые настройки для жидкостного опустошения", - "cover.fluid.voiding.title": "Настройки для жидкостного опустошения", - "cover.fluid_filter.config_amount.0": "Scroll wheel up increases amount, down decreases.", - "cover.fluid_filter.config_amount.1": "Shift[§6x10§r],Ctrl[§ex100§r],Shift+Ctrl[§ax1000§r]", - "cover.fluid_filter.config_amount.2": "Right click increases amount, left click decreases.", - "cover.fluid_filter.config_amount.3": "Hold shift to double/halve.", - "cover.fluid_filter.config_amount.4": "Middle click to clear", - "cover.fluid_filter.mode.filter_both": "Filter Fill & Drain", - "cover.fluid_filter.mode.filter_drain": "Filter Drain", - "cover.fluid_filter.mode.filter_fill": "Filter Fill", - "cover.fluid_filter.title": "Fluid Filter", - "cover.fluid_regulator.keep_exact": "Keep Exact: %s", - "cover.fluid_regulator.supply_exact": "Supply Exact: %s", - "cover.fluid_regulator.title": "Настройки регулятора жидкости (%s)", - "cover.fluid_regulator.transfer_mode.description.0": "§eTransfer Any§r - in this mode, cover will transfer as many fluids matching its filter as possible.", - "cover.fluid_regulator.transfer_mode.description.1": "§eSupply Exact§r - in this mode, cover will supply fluids in portions specified in the window underneath this button. If amount of fluids is less than portion size, fluids won't be moved.", - "cover.fluid_regulator.transfer_mode.description.2": "§eKeep Exact§r - in this mode, cover will keep specified amount of fluids in the destination inventory, supplying additional amount of fluids if required.", - "cover.fluid_regulator.transfer_mode.description.3": "§7Tip: shift click will multiply increase/decrease amounts by 10 and ctrl click will multiply by 100.", - "cover.item.voiding.advanced.title": "Продвинутые настройки для предметного опустошения", - "cover.item.voiding.title": "Настройки для предметного опустошения", - "cover.item_filter.ignore_damage.disabled": "Проверяет прочность", - "cover.item_filter.ignore_damage.enabled": "Игнорирует прочность", - "cover.item_filter.ignore_nbt.disabled": "Проверяет NBT тэг", - "cover.item_filter.ignore_nbt.enabled": "Игнорирует NBT тэг", - "cover.item_filter.title": "Предметный фильтр", - "cover.machine_controller.invert.disabled.0": "§eNormal§r - in this mode, the cover will require a signal weaker than the set redstone level to run", - "cover.machine_controller.invert.enabled.0": "§eInverted§r - in this mode, the cover will require a signal stronger than the set redstone level to run", - "cover.machine_controller.inverted": "Инвертировано", - "cover.machine_controller.mode.cover_down": "Контроллер крышки (Снизу)", - "cover.machine_controller.mode.cover_east": "Контроллер крышки (Восток)", - "cover.machine_controller.mode.cover_north": "Контроллер крышки (Север)", - "cover.machine_controller.mode.cover_south": "Контроллер крышки (Юг)", - "cover.machine_controller.mode.cover_up": "Контроллер крышки (Сверху)", - "cover.machine_controller.mode.cover_west": "Контроллер крышки (Запад)", - "cover.machine_controller.mode.machine": "Контролирующий механизм", - "cover.machine_controller.normal": "Норма", - "cover.machine_controller.redstone": "Минимальная сила редстоуна: %d", - "cover.machine_controller.title": "Настройки контроллера механизма", - "cover.ore_dictionary_filter.info.0": "§bПринимает сложные выражения", - "cover.ore_dictionary_filter.info.1": "& = И", - "cover.ore_dictionary_filter.info.2": "| = Или", - "cover.ore_dictionary_filter.info.3": "^ = Исключающее или", - "cover.ore_dictionary_filter.info.4": "! = Не", - "cover.ore_dictionary_filter.info.5": "( ) в приоритете", - "cover.ore_dictionary_filter.info.6": "* для Вилдкарда", - "cover.ore_dictionary_filter.info.7": "§bНапример:", - "cover.ore_dictionary_filter.info.8": "§6пыльt*(Золото) | (пластина* & !*Двойная*)", - "cover.ore_dictionary_filter.info.9": "Соответсвует всей золотой пыли всех размеров или всем пластинам, но не двойные пластины", - "cover.ore_dictionary_filter.matches": "Предмет соответсвует", - "cover.ore_dictionary_filter.matches_not": "Предмет не соответсвует", - "cover.ore_dictionary_filter.test_slot.info": "Вставь предмет, чтобы проверить, соответствует ли он выражению фильтра", - "cover.ore_dictionary_filter.title": "Фильтр для рудного словаря", - "cover.pump.fluid_filter.title": "Жидкостный фильтр", - "cover.pump.mode.export": "Режим: Отправка", - "cover.pump.mode.import": "Режим: Отдача", - "cover.pump.title": "Настройки крышки попмы (%s)", - "cover.pump.transfer_rate": "%s", - "cover.robotic_arm.title": "Настройки робо-руки (%s)", - "cover.robotic_arm.transfer_mode.description.0": "§eTransfer Any§r - in this mode, cover will transfer as many items matching its filter as possible.", - "cover.robotic_arm.transfer_mode.description.1": "§eSupply Exact§r - in this mode, cover will supply items in portions specified in item filter slots (or variable under this button for ore dictionary filter). If amount of items is less than portion size, items won't be moved.", - "cover.robotic_arm.transfer_mode.description.2": "§eKeep Exact§r - in this mode, cover will keep specified amount of items in the destination inventory, supplying additional amount of items if required.", - "cover.robotic_arm.transfer_mode.description.3": "§7Tip: left/right click on filter slots to change item amount, use shift clicking to change amount faster.", - "cover.robotic_arm.transfer_mode.keep_exact": "Keep Exact", - "cover.robotic_arm.transfer_mode.transfer_any": "Transfer Any", - "cover.robotic_arm.transfer_mode.transfer_exact": "Supply Exact", - "cover.smart_item_filter.filtering_mode.centrifuge": "Центрифуга", - "cover.smart_item_filter.filtering_mode.description.0": "Select Machine this Smart Filter will use for filtering.", - "cover.smart_item_filter.filtering_mode.description.1": "It will automatically pick right portions of items for robotic arm.", - "cover.smart_item_filter.filtering_mode.electrolyzer": "Электролизёр", - "cover.smart_item_filter.filtering_mode.sifter": "Авто-сито", - "cover.smart_item_filter.title": "Умный фильтр предметов", - "cover.universal.manual_import_export.mode.description.0": "§eDisabled§r - Items/fluids will only move as specified by the cover and its filter. ", - "cover.universal.manual_import_export.mode.description.1": "§eAllow Filtered§r - Items/fluids can be extracted and inserted independently of the cover mode, as long as its filter matches (if any). ", - "cover.universal.manual_import_export.mode.description.2": "§eAllow Unfiltered§r - Items/fluids can be moved independently of the cover mode. Filter applies to the items inserted or extracted by this cover", - "cover.universal.manual_import_export.mode.disabled": "Manual I/O: §bDisabled\n§7Items / Fluids will only move as specified by the cover and its filter.", - "cover.universal.manual_import_export.mode.filtered": "Manual I/O: §bFiltered\n§7Items / Fluids can be extracted and inserted independently of the cover mode, as long as its filter matches (if any)", - "cover.universal.manual_import_export.mode.unfiltered": "Manual I/O: §bUnfiltered\n§7Items / Fluids can be moved independently of the cover mode. The filter only applies to what is inserted or extracted by this cover itself.", - "cover.voiding.label.disabled": "Отключено", - "cover.voiding.label.enabled": "Включено", - "cover.voiding.message.disabled": "Voiding Cover Disabled", - "cover.voiding.message.enabled": "Voiding Cover Enabled", - "cover.voiding.tooltip": "§cWARNING!§7 Setting this to \"Enabled\" means that fluids or items WILL be voided.", - "cover.voiding.voiding_mode.description.0": "§eVoid Matching§r will void anything matching the filter. ", - "cover.voiding.voiding_mode.description.1": "§eVoid Overflow§r will void anything matching the filter, up to the specified amount.", - "cover.voiding.voiding_mode.void_any": "Void Matching", - "cover.voiding.voiding_mode.void_overflow": "Void Overflow", - "death.attack.axe": "%s был срублен %s", - "death.attack.butchery_knife": "%s был разделан %s", - "death.attack.buzzsaw": "%s намотан на циркулярку %s", - "death.attack.chainsaw_lv": "%s был распотрошен %s", - "death.attack.chemical": "%s попал в химическую аварию", - "death.attack.crowbar": "%s был подвергнут полу-распаду %s", - "death.attack.drill_ev": "%s забурен насмерть %s", - "death.attack.drill_hv": "%s забурен насмерть %s", - "death.attack.drill_iv": "%s забурен насмерть %s", - "death.attack.drill_lv": "%s забурен насмерть %s", - "death.attack.drill_mv": "%s забурен насмерть %s", - "death.attack.electric": "%s порезан", - "death.attack.explosion": "%s подорван", - "death.attack.explosion.player": "%s взорван с помощью %s", - "death.attack.file": "%s обточен до состояния: \"Мертв\" %s", - "death.attack.frost": "%s превратился в сосульку", - "death.attack.hammer": "%s был раздавлен %s", - "death.attack.heat": "%s сварился заживо", - "death.attack.heat.player": "%s был сварен заживо %s", - "death.attack.hoe": "%s вспахал свою голову мотыгой %s", - "death.attack.knife": "%s аккуратно пырнут %s", - "death.attack.mallet": "%s застукан насмерть %s", - "death.attack.mining_hammer": "%s был принят за руду %s", - "death.attack.mortar": "%s измельчен в пыль %s", - "death.attack.pickaxe": "%s добыт %s", - "death.attack.radiation": "%s теперь светится от счастья", - "death.attack.screwdriver": "%s насмерть скрутил %s", - "death.attack.screwdriver_lv": "%s отвинчен %s", - "death.attack.scythe": "%s отдал свою душу %s с косой", - "death.attack.shovel": "%s выкопан %s", - "death.attack.spade": "%s покатался на лопате %s", - "death.attack.turbine": "%s сунул голову в работающую турбину", - "death.attack.wire_cutter": "%s разрезал кабель машины жизнеобеспечения %s", - "death.attack.wrench": "%s скручен %s гаечным ключем!", - "death.attack.wrench_hv": "%s трубы были ослаблены из-за %s", - "death.attack.wrench_iv": "В обезьяни планы %s вклинился гаечный ключ %s", - "death.attack.wrench_lv": "%s трубы были ослаблены из-за %s", - "enchantment.damage.disjunction": "Disjunction", - "enchantment.disjunction": "Disjunction", - "enchantment.gtceu.disjunction.desc": "Applies Weakness and Slowness to Ender-related mobs.", - "enchantment.gtceu.hard_hammer.desc": "Breaks blocks as if they were mined with a GregTech Hammer.", - "enchantment.hard_hammer": "Обработка молотком", - "fluid.empty": "Пусто", - "fluid.spawnlocation.name": "Fluid Vein Information", - "fluid.tile.lava": "Лава", - "fluid.tile.water": "Вода", - "fluid_cell.empty": "Пусто", - "gtceu.alloy_blast_smelter": "Доменный завод сплавов", - "gtceu.alloy_smelter": "Завод сплавов", - "gtceu.arc_furnace": "Дуговая печь", - "gtceu.assembler": "Сборщик", - "gtceu.assembly_line": "Сборочная линия", - "gtceu.autoclave": "Автоклав", - "gtceu.battery_buffer.average_input": "Средний приём: %s EU/тик", - "gtceu.battery_buffer.average_output": "Средняя Отдача: %s EU/тик", - "gtceu.bender": "Гибочный станок", - "gtceu.brewery": "Бродильная камера", - "gtceu.bus.collapse.error": "Шина сначала должна быть подключена к мультиблоку", - "gtceu.bus.collapse_false": "Bus will not collapse Items", - "gtceu.bus.collapse_true": "Bus will collapse Items", - "gtceu.cable.amperage": "Максимальная сила тока: §e%d", - "gtceu.cable.loss_per_block": "Потери/Метр/Ампер: §c%d§7 EU-Volt", - "gtceu.cable.superconductor": "§dСверхпроводник %s", - "gtceu.cable.voltage": "Максимальное напряжение: §a%d §a(%s§a)", - "gtceu.canner": "консверватор", - "gtceu.centrifuge": "Центрифуга", - "gtceu.chat.cape": "§5Поздравляем: вы только что разблокировали новый плащ! Посмотрите его в терминале.§r", - "gtceu.chemical_bath": "Химическая ванна", - "gtceu.chemical_reactor": "Химический реактор", - "gtceu.circuit_assembler": "Сборщик плат", - "gtceu.coke_oven": "Коксовая печь", - "gtceu.combustion_generator": "Генератор внутреннего сгорания", - "gtceu.command.copy.click_to_copy": "Нажмите, чтобы скопировать", - "gtceu.command.copy.copied_and_click": "скопировано в буфер обмена. Нажмите, чтобы скопировать еще раз", - "gtceu.command.copy.copied_end": "] в буфер обмена", - "gtceu.command.copy.copied_start": "Скопированно [", - "gtceu.command.hand.electric": "Информация по энергии: %d / %d EU - Уровень: %d; Аккумулятор: %s", - "gtceu.command.hand.fluid": "Информация про жидкость: %d / %d Л; Может наполнить: %s; Может опустошить: %s", - "gtceu.command.hand.fluid2": "Id жидкости:", - "gtceu.command.hand.groovy": "Consider using §6/gs hand", - "gtceu.command.hand.item_id": "Item: %s (Metadata: %d)", - "gtceu.command.hand.material": "Материал Id:", - "gtceu.command.hand.meta_item": "MetaItem Id:", - "gtceu.command.hand.no_item": "You must hold something in main hand or off hand before executing this command.", - "gtceu.command.hand.not_a_player": "This command is only usable by a player.", - "gtceu.command.hand.ore_dict_entries": "§3Ore dictionary entries:", - "gtceu.command.hand.ore_prefix": "Ore prefix:", - "gtceu.command.hand.tool_stats": "Tool Stats Class: %s", - "gtceu.command.hand.usage": "Usage: /gtceu hand", - "gtceu.command.recipecheck.begin": "Starting recipe conflict check...", - "gtceu.command.recipecheck.end": "Recipe conflict check found %d possible conflicts. Check the server log for more info", - "gtceu.command.recipecheck.end_no_conflicts": "No recipe conflicts found!", - "gtceu.command.recipecheck.usage": "Usage: /gtceu recipecheck", - "gtceu.command.usage": "Usage: /gtceu ", - "gtceu.command.worldgen.reload.failed": "Worldgen reload failed. Check console for errors.", - "gtceu.command.worldgen.reload.success": "Worldgen successfully reloaded from config.", - "gtceu.command.worldgen.reload.usage": "Usage: /gtceu worldgen reload", - "gtceu.command.worldgen.usage": "Usage: /gtceu worldgen ", - "gtceu.compressor": "Компрессор", - "gtceu.cover.activity_detector.message_activity_inverted": "Мониторинг инвертированной активности", - "gtceu.cover.activity_detector.message_activity_normal": "Мониторинг нормального активности", - "gtceu.cover.activity_detector_advanced.message_activity_inverted": "Мониторинг инвертированного состояния прогресса", - "gtceu.cover.activity_detector_advanced.message_activity_normal": "Мониторинг нормального состояния прогресса", - "gtceu.cover.energy_detector.message_electricity_storage_inverted": "Мониторинг инвертированного электрического хранилища", - "gtceu.cover.energy_detector.message_electricity_storage_normal": "Мониторинг нормального электрического хранилища", - "gtceu.cover.fluid_detector.message_fluid_storage_inverted": "Мониторинг инвертированного жидкостного хранилища", - "gtceu.cover.fluid_detector.message_fluid_storage_normal": "Мониторинг нормального жидкостного хранилища", - "gtceu.cover.item_detector.message_item_storage_inverted": "Мониторинг инвертированного предметного хранилища", - "gtceu.cover.item_detector.message_item_storage_normal": "Мониторинг нормального предметного хранилища", - "gtceu.cracker": "Установка для крекинга", - "gtceu.create_mixer": "Create Смешиватель ", - "gtceu.creative.activity.off": "Не активно", - "gtceu.creative.activity.on": "Активно", - "gtceu.creative.chest.ipc": "Предметов за цикл", - "gtceu.creative.chest.item": "Предметов", - "gtceu.creative.chest.tpc": "Тиков за цикл", - "gtceu.creative.energy.amperage": "Сила тока", - "gtceu.creative.energy.voltage": "Напряжение", - "gtceu.creative.energy.sink": "Sink", - "gtceu.creative.energy.source": "Source", - "gtceu.creative.tank.fluid": "Жидкость", - "gtceu.creative.tank.mbpc": "мБ за цикл", - "gtceu.creative.tank.tpc": "Тиков за цикл", - "gtceu.creative_tooltip.1": "§7Тебе просто нужен", - "gtceu.creative_tooltip.2": " режим креатива", - "gtceu.creative_tooltip.3": "§7 чтобы использовать это", - "gtceu.cutter": "Резчик", - "gtceu.debug.f3_h.enabled": "GregTech has modified the debug info! For Developers: enable the misc:debug config option in the GregTech config file to see more", - "gtceu.distillation_tower": "Дистилляционная башня", - "gtceu.distillery": "Дистиллятор", - "gtceu.electric_blast_furnace": "Электрическая доменная печь", - "gtceu.electric_furnace": "Электрическая печь", - "gtceu.electrolyzer": "Электролизёр", - "gtceu.electromagnetic_separator": "Электромагнитный сепаратор", - "gtceu.extractor": "Экстрактор", - "gtceu.extruder": "Экструдер", - "gtceu.fermenter": "Ферментер", - "gtceu.fluid.amount": "§9Значение: %d/%d mB", - "gtceu.fluid.click_combined": "§7Click with a Fluid Container to §cempty §7or §bfill §7the tank (Shift-click for a full stack).", - "gtceu.fluid.click_to_empty": "§7Click with a Fluid Container to §cempty §7the tank (Shift-click for a full stack).", - "gtceu.fluid.click_to_fill": "§7Click with a Fluid Container to §bfill §7the tank (Shift-click for a full stack).", - "gtceu.fluid.empty": "Пусто", - "gtceu.fluid.gas_generic": "Газ (%s)", - "gtceu.fluid.gas_vapor": "Пар (%s)", - "gtceu.fluid.generic": "%s", - "gtceu.fluid.liquid_generic": "Жидкость (%s)", - "gtceu.fluid.molten": "Расплавленный %s", - "gtceu.fluid.plasma": "Плазма (%s)", - "gtceu.fluid.state_gas": "§aСостояние: Газообразное", - "gtceu.fluid.state_liquid": "§aСостояние: Жидкое", - "gtceu.fluid.state_plasma": "§aСостояние: Плазма", - "gtceu.fluid.temperature": "§cТемпература: %d Кельв.", - "gtceu.fluid.temperature.cryogenic": "§bCryogenic! Handle with care!", - "gtceu.fluid.type_acid.tooltip": "§6Acidic! Handle with care!", - "gtceu.fluid_heater": "Жидкостный нагреватель", - "gtceu.fluid_pipe.acid_proof": "§6Может передавать кислоты", - "gtceu.fluid_pipe.capacity": "§9Емкость: §f%d mB", - "gtceu.fluid_pipe.channels": "§eКаналы: §f%d", - "gtceu.fluid_pipe.cryo_proof": "§6Может передавать криогенику", - "gtceu.fluid_pipe.gas_proof": "§6Может передавать газы", - "gtceu.fluid_pipe.max_temperature": "§cМаксимальная температура: §f%d K", - "gtceu.fluid_pipe.not_gas_proof": "§4Дружок, газы могут просачиваться!", - "gtceu.fluid_pipe.plasma_proof": "§6Может передавать любую плазму", - "gtceu.fluid_solidifier": "Жидкостный отвердитель", - "gtceu.forge_hammer": "Кузнечный молот", - "gtceu.forming_press": "Формовочный пресс", - "gtceu.fusion_reactor": "Термоядерный реактор", - "gtceu.gas_collector": "Атмосферный конденсатор", - "gtceu.gas_turbine": "Газовая турбина", - "gtceu.gui.auto_output.name": "авто", - "gtceu.gui.charger_slot.tooltip.0": "§fЯчейка зарядника§r", - "gtceu.gui.charger_slot.tooltip.1": "§7Потребляет энергию от %s аккумуляторов§r", - "gtceu.gui.charger_slot.tooltip.2": "§7Заряжает %s инструменты и аккумуляторы", - "gtceu.gui.chunkmode.disabled.0": "Чанковый режим выключен: Нажмите, чтобы включить.", - "gtceu.gui.chunkmode.disabled.1": "§7Switching requires an idle machine.", - "gtceu.gui.chunkmode.enabled.0": "Чанковый режим включен: Нажмите, чтобы выключить.", - "gtceu.gui.chunkmode.enabled.1": "§7Switching requires an idle machine.", - "gtceu.gui.circuit.title": "Настройки платы", - "gtceu.gui.config_slot": "§fСлот конфигурации", - "gtceu.gui.config_slot.remove": "§7Пкм, чтобы §4очисить§7 слот конфигурации.§r", - "gtceu.gui.config_slot.scroll": "§7Прокрути колеиско мыши, чтобы §сменить§7 значение конфигурации.§r", - "gtceu.gui.config_slot.set": "§7Лкм, чтобы §bустановит/выбрать§7 слот конфигурации.§r", - "gtceu.gui.configurator_slot.tooltip.0": "§fСлоты конфигурации", - "gtceu.gui.configurator_slot.tooltip.1": "§7Поместите §6запрограмированную плату§7 в этот слот тоже", - "gtceu.gui.configurator_slot.tooltip.2": "§7изменить ее настроенное значение.", - "gtceu.gui.configurator_slot.tooltip.3": "§7Удерживайте §6Shift§7 при нажатии кнопок для изменения на §65.", - "gtceu.gui.configurator_slot.tooltip.4": "§aA Запрограммированная цепь в этом слоте также действительна для рецептурных входов.§r", - "gtceu.gui.content.chance_0": "§cНе поглощено§r", - "gtceu.gui.content.chance_0_short": "§cNC§r", - "gtceu.gui.content.chance_1": "§eШанс: %s§r", - "gtceu.gui.content.per_tick": "§aПотреблено/произведено за тик§r", - "gtceu.gui.content.tier_boost": "§eШанс уровня: +%s/Уровень§r", - "gtceu.gui.content.tips.per_second_short": "§a/Секунду§r", - "gtceu.gui.content.tips.per_tick_short": "§a/Тик§r", - "gtceu.gui.content.units.per_second": "/Сек", - "gtceu.gui.content.units.per_tick": "/Тик", - "gtceu.gui.cover_setting.title": "Настройки крышки", - "gtceu.gui.editor.group.recipe_type": "колпачок", - "gtceu.gui.editor.tips.citation": "Число цитирований", - "gtceu.gui.fluid_amount": "Количество жидкости:", - "gtceu.gui.fluid_auto_input.tooltip.disabled": "Fluid Auto-Output Disabled", - "gtceu.gui.fluid_auto_input.tooltip.enabled": "Fluid Auto-Output Enabled", - "gtceu.gui.fluid_auto_output.allow_input.disabled": "disable fluids input from the output side", - "gtceu.gui.fluid_auto_output.allow_input.enabled": "allow fluids input from the output side", - "gtceu.gui.fluid_auto_output.tooltip.disabled": "Fluid Auto-Output Disabled", - "gtceu.gui.fluid_auto_output.tooltip.enabled": "Fluid Auto-Output Enabled", - "gtceu.gui.fluid_lock.tooltip.disabled": "Fluid Locking Disabled", - "gtceu.gui.fluid_lock.tooltip.enabled": "Fluid Locking Enabled", - "gtceu.gui.fluid_voiding_partial.tooltip.disabled": "Fluid Voiding Disabled", - "gtceu.gui.fluid_voiding_partial.tooltip.enabled": "Fluid Voiding Enabled", - "gtceu.gui.fuel_amount": "Количество топлива:", - "gtceu.gui.item_auto_input.tooltip.disabled": "Item Auto-Output Disabled", - "gtceu.gui.item_auto_input.tooltip.enabled": "Item Auto-Output Enabled", - "gtceu.gui.item_auto_output.allow_input.disabled": "disable items input from the output side", - "gtceu.gui.item_auto_output.allow_input.enabled": "allow items input from the output side", - "gtceu.gui.item_auto_output.tooltip.disabled": "Item Auto-Output Disabled", - "gtceu.gui.item_auto_output.tooltip.enabled": "Item Auto-Output Enabled", - "gtceu.gui.item_lock.tooltip.disabled": "Item Locking Disabled", - "gtceu.gui.item_lock.tooltip.enabled": "Item Locking Enabled", - "gtceu.gui.item_voiding_partial.tooltip.disabled": "Item Voiding Disabled", - "gtceu.gui.item_voiding_partial.tooltip.enabled": "Item Voiding Enabled", - "gtceu.gui.machinemode.title": "Active Machine Mode", - "gtceu.gui.me_network.offline": "Network Status: §4Offline§r", - "gtceu.gui.me_network.online": "Network Status: §2Online§r", - "gtceu.gui.multiblock_fluid_voiding.0": "Voiding Mode", - "gtceu.gui.multiblock_fluid_voiding.1": "§7Voiding §9Fluids", - "gtceu.gui.multiblock_item_fluid_voiding.0": "Voiding Mode", - "gtceu.gui.multiblock_item_fluid_voiding.1": "§7Voiding §6Items §7and §9Fluids", - "gtceu.gui.multiblock_item_voiding.0": "Voiding Mode", - "gtceu.gui.multiblock_item_voiding.1": "§7Voiding §6Items", - "gtceu.gui.multiblock_no_voiding.0": "Voiding Mode", - "gtceu.gui.multiblock_no_voiding.1": "§7Voiding Nothing", - "gtceu.gui.output_setting.title": "Output Settings", - "gtceu.gui.output_setting.tooltips.0": "left-click to tune the item auto output", - "gtceu.gui.output_setting.tooltips.1": "right-click to tune the fluid auto output.", - "gtceu.gui.overclock.description.0": "Overclock Button", - "gtceu.gui.overclock.description.1": "§7Рецепты могут разгоняться до заданного уровня", - "gtceu.gui.overclock.disabled.0": "Overclocking Disabled.", - "gtceu.gui.overclock.disabled.1": "Click to Enable", - "gtceu.gui.overclock.enabled.0": "Overclocking Enabled.", - "gtceu.gui.overclock.enabled.1": "Click to Disable", - "gtceu.gui.overclock.off": "X", - "gtceu.gui.overclock.range": "Доступные уровни [%s, %s]", - "gtceu.gui.overclock.title": "Уровень разгона", - "gtceu.gui.silktouch.disabled.0": "Silk Touch Disabled: Click to Enable.", - "gtceu.gui.silktouch.disabled.1": "§7Switching requires an idle machine.", - "gtceu.gui.silktouch.enabled.0": "Silk Touch Enabled: Click to Disable.", - "gtceu.gui.silktouch.enabled.1": "§7Switching requires an idle machine.", - "gtceu.gui.sort": "Сортировка", - "gtceu.gui.toggle_view.disabled": "Переключен вид (Жидкости)", - "gtceu.gui.toggle_view.enabled": "Переключен вид (Предметы)", - "gtceu.implosion_compressor": "Схлопывающий компрессор", - "gtceu.io.both": "Оба", - "gtceu.io.export": "Экспорт", - "gtceu.io.import": "Импорт", - "gtceu.io.none": "Нету", - "gtceu.item_filter.empty_item": "Пусто (Нет предметов)", - "gtceu.item_filter.footer": "§eНажмите с предметом, чтобы изменить значение", - "gtceu.item_list.item_stored": "§7Накоплено: %d", - "gtceu.item_pipe.priority": "§9Приоритет: §f%d", - "gtceu.jei.bedrock_fluid.heavy_oil_deposit": "Heavy Oil Deposit", - "gtceu.jei.bedrock_fluid.lava_deposit": "Lava Deposit", - "gtceu.jei.bedrock_fluid.light_oil_deposit": "Light Oil Deposit", - "gtceu.jei.bedrock_fluid.natural_gas_deposit": "Natural Gas Deposit", - "gtceu.jei.bedrock_fluid.nether_natural_gas_deposit": "Nether Natural Gas Deposit", - "gtceu.jei.bedrock_fluid.oil_deposit": "Месторождение нефти", - "gtceu.jei.bedrock_fluid.raw_oil_deposit": "Месторождение сырой нефти", - "gtceu.jei.bedrock_fluid_diagram": "Bedrock Fluid Diagram", - "gtceu.jei.fluid.dep_amount_hover": "The amount the vein will be depleted by", - "gtceu.jei.fluid.dep_chance_hover": "The percentage chance for the vein to be depleted upon harvest", - "gtceu.jei.fluid.dep_yield_hover": "The maximum yield of the vein when it is fully depleted", - "gtceu.jei.fluid.depleted_rate": "Depleted Yield: %d", - "gtceu.jei.fluid.depletion_amount": "Depletion Amount: %d", - "gtceu.jei.fluid.depletion_chance": "Depletion Chance: %d%%", - "gtceu.jei.fluid.dimension": "Измерения:", - "gtceu.jei.fluid.max_hover": "The maximum yield that any fluid vein of this fluid can have", - "gtceu.jei.fluid.max_yield": "Maximum Yield: %d", - "gtceu.jei.fluid.min_hover": "The minimum yield that any fluid vein of this fluid can have", - "gtceu.jei.fluid.min_yield": "Minimum Yield: %d", - "gtceu.jei.fluid.vein_weight": "Vein Weight: %d", - "gtceu.jei.fluid.weight_hover": "The Weight of the vein. Hover over the fluid to see any possible biome modifications", - "gtceu.jei.materials.average_mass": "Average mass: %d", - "gtceu.jei.materials.average_neutrons": "Average neutrons: %d", - "gtceu.jei.materials.average_protons": "Average protons: %d", - "gtceu.jei.multiblock_info": "Multiblock Info", - "gtceu.jei.ore.between.0": "Between Ore", - "gtceu.machine.power_substation.tooltip.5": "Может использовать", - "gtceu.machine.power_substation.tooltip.6": " лазерные люки§7.", - "gtceu.jei.ore.between.1": "Spawns in the middle %d layers of the vein, with other ores", - "gtceu.jei.ore.biome_weighting": "§d%s Weight: §3%d", - "gtceu.jei.ore.biome_weighting_no_spawn": "§d%s Weight: §cCannot Spawn", - "gtceu.jei.ore.biome_weighting_title": "§dModified Biome Total Weights:", - "gtceu.jei.ore.ore_weight": "Weight in vein: %d%%", - "gtceu.jei.ore.primary.0": "Top Ore", - "gtceu.jei.ore.primary.1": "Spawns in the top %d layers of the vein", - "gtceu.jei.ore.secondary.0": "Bottom Ore", - "gtceu.jei.ore.secondary.1": "Spawns in the bottom %d layers of the vein", - "gtceu.jei.ore.sporadic.0": "Sporadic Ore", - "gtceu.jei.ore.sporadic.1": "Spawns anywhere in the vein", - "gtceu.jei.ore.surface_rock.0": "Surface Rocks with this material denote vein spawn locations.", - "gtceu.jei.ore_vein.apatite_vein": "Apatite Vein", - "gtceu.jei.ore_vein.banded_iron_vein": "Banded Iron Vein", - "gtceu.jei.ore_vein.bauxite_vein_end": "Bauxite Vein End", - "gtceu.jei.ore_vein.beryllium_vein": "Beryllium Vein", - "gtceu.jei.ore_vein.cassiterite_vein": "Cassiterite Vein", - "gtceu.jei.ore_vein.certus_quartz": "Certus Quartz", - "gtceu.jei.ore_vein.coal_vein": "Coal Vein", - "gtceu.jei.ore_vein.copper_tin_vein": "Copper Tin Vein", - "gtceu.jei.ore_vein.copper_vein": "Copper Vein", - "gtceu.jei.ore_vein.diamond_vein": "Diamond Vein", - "gtceu.jei.ore_vein.galena_vein": "Galena Vein", - "gtceu.jei.ore_vein.garnet_tin_vein": "Garnet Tin Vein", - "gtceu.jei.ore_vein.garnet_vein": "Garnet Vein", - "gtceu.jei.ore_vein.iron_vein": "Iron Vein", - "gtceu.jei.ore_vein.lapis_vein": "Lapis Vein", - "gtceu.jei.ore_vein.lubricant_vein": "Lubricant Vein", - "gtceu.jei.ore_vein.magnetite_vein_end": "Magnetite Vein End", - "gtceu.jei.ore_vein.magnetite_vein_ow": "Magnetite Vein Ow", - "gtceu.jei.ore_vein.manganese_vein": "Manganese Vein", - "gtceu.jei.ore_vein.manganese_vein_ow": "Manganese Vein Ow", - "gtceu.jei.ore_vein.mica_vein": "Mica Vein", - "gtceu.jei.ore_vein.mineral_sand_vein": "Mineral Sand Vein", - "gtceu.jei.ore_vein.molybdenum_vein": "Molybdenum Vein", - "gtceu.jei.ore_vein.monazite_vein": "Monazite Vein", - "gtceu.jei.ore_vein.naquadah_vein": "Naquadah Vein", - "gtceu.jei.ore_vein.nether_quartz_vein": "Nether Quartz Vein", - "gtceu.jei.ore_vein.nickel_vein": "Nickel Vein", - "gtceu.jei.ore_vein.oilsands_vein": "Oilsands Vein", - "gtceu.jei.ore_vein.olivine_vein": "Olivine Vein", - "gtceu.jei.ore_vein.pitchblende_vein_end": "Pitchblende Vein End", - "gtceu.jei.ore_vein.redstone_vein": "Redstone Vein", - "gtceu.jei.ore_vein.redstone_vein_ow": "Redstone Vein Ow", - "gtceu.jei.ore_vein.saltpeter_vein": "Saltpeter Vein", - "gtceu.jei.ore_vein.salts_vein": "Salts Vein", - "gtceu.jei.ore_vein.sapphire_vein": "Sapphire Vein", - "gtceu.jei.ore_vein.scheelite_vein": "Scheelite Vein", - "gtceu.jei.ore_vein.sheldonite_vein": "Sheldonite Vein", - "gtceu.jei.ore_vein.sulfur_vein": "Sulfur Vein", - "gtceu.jei.ore_vein.tetrahedrite_vein": "Tetrahedrite Vein", - "gtceu.jei.ore_vein.topaz_vein": "Topaz Vein", - "gtceu.jei.ore_vein_diagram": "Ore Vein Diagram", - "gtceu.jei.ore_vein_diagram.chance": "§eChance: %s§r", - "gtceu.jei.ore_vein_diagram.dimensions": "Dimensions:", - "gtceu.jei.ore_vein_diagram.spawn_range": "Spawn Range:", - "gtceu.jei.ore_vein_diagram.weight": "Weight: %s", - "gtceu.jei.ore.surface_rock.1": "They can be broken for 3 Tiny Piles of the dust, with Fortune giving a bonus.", - "gtceu.jei.ore_processing_diagram": "Ore Processing Diagram", - "gtceu.key.armor_charging": "Armor Charging to Inventory Toggle", - "gtceu.key.armor_hover": "Armor Hover Toggle", - "gtceu.key.armor_mode_switch": "Armor Mode Switch", - "gtceu.key.tool_aoe_change": "Tool AoE Mode Switch", - "gtceu.large_boiler": "Большой бойлер", - "gtceu.large_chemical_reactor": "Большой Химический реактор", - "gtceu.laser_engraver": "Лазерный гравер", - "gtceu.lathe": "Токарный станок", - "gtceu.macerator": "Измельчитель", - "gtceu.machine.active_transformer.tooltip.0": "Трансформатор: Лазеры в дисбалансе", - "gtceu.machine.active_transformer.tooltip.1": "Может комбинировать любое количетсво энергии §fInputs§7 в любое число энергии §fOutputs§7.", - "gtceu.machine.active_transformer.tooltip.2": "Возможность передачи энергии на невероятное расстояние с...", - "gtceu.machine.active_transformer.tooltip.3": " ...Лазером§7.", - "gtceu.machine.advanced_processing_array.tooltip": "Распараллеливание мира!", - "gtceu.machine.alloy_smelter.ev.tooltip": "§7Высокотехнологичная комбинирующая плавильная печь", - "gtceu.machine.alloy_smelter.hv.tooltip": "§7Высокотехнологичная комбинирующая плавильная печь", - "gtceu.machine.alloy_smelter.iv.tooltip": "§7Интегратор сплавов", - "gtceu.machine.alloy_smelter.luv.tooltip": "§7Интегратор сплавов", - "gtceu.machine.alloy_smelter.lv.tooltip": "§7Высокотехнологичная комбинирующая плавильная печь", - "gtceu.machine.alloy_smelter.mv.tooltip": "§7Высокотехнологичная комбинирующая плавильная печь", - "gtceu.machine.alloy_smelter.uv.tooltip": "§7Амальгатор металлов", - "gtceu.machine.alloy_smelter.zpm.tooltip": "§7Интегратор сплавов", - "gtceu.machine.arc_furnace.ev.tooltip": "§7Кому тут доменную печь?", - "gtceu.machine.arc_furnace.hv.tooltip": "§7Кому тут доменную печь?", - "gtceu.machine.arc_furnace.iv.tooltip": "§7Разрядный нагреватель", - "gtceu.machine.arc_furnace.luv.tooltip": "Разрядный нагреватель", - "gtceu.machine.arc_furnace.lv.tooltip": "§7Кому тут доменную печь?", - "gtceu.machine.arc_furnace.mv.tooltip": "§7Кому тут доменную печь?", - "gtceu.machine.arc_furnace.uv.tooltip": "§7Нагревание при помощи короткого замыкания", - "gtceu.machine.arc_furnace.zpm.tooltip": "§7Разрядный нагреватель", - "gtceu.machine.assembler.ev.tooltip": "§7Мстители, общий сбор!", - "gtceu.machine.assembler.hv.tooltip": "§7Мстители, общий сбор!", - "gtceu.machine.assembler.iv.tooltip": "§7НЕ верстак", - "gtceu.machine.assembler.luv.tooltip": "§7НЕ верстак", - "gtceu.machine.assembler.lv.tooltip": "§7Мстители, общий сбор!", - "gtceu.machine.assembler.mv.tooltip": "§7Мстители, общий сбор!", - "gtceu.machine.assembler.uv.tooltip": "§7Сборочная конструкция", - "gtceu.machine.assembler.zpm.tooltip": "§7НЕ верстак", - "gtceu.machine.assembly_line.tooltip": "Не мультиблочный сборщик!", - "gtceu.machine.autoclave.ev.tooltip": "§7Кристализирует твою пыль", - "gtceu.machine.autoclave.hv.tooltip": "§7Кристализирует твою пыль", - "gtceu.machine.autoclave.iv.tooltip": "§7Готовит под давлением", - "gtceu.machine.autoclave.luv.tooltip": "§7Готовит под давлением", - "gtceu.machine.autoclave.lv.tooltip": "§7Кристализирует твою пыль", - "gtceu.machine.autoclave.mv.tooltip": "§7Кристализирует твою пыль", - "gtceu.machine.autoclave.uv.tooltip": "§7Единица обременения", - "gtceu.machine.autoclave.zpm.tooltip": "§7Готовит под давлением", - "gtceu.machine.available_recipe_map_1.tooltip": "Available Recipe Maps: %s", - "gtceu.machine.available_recipe_map_2.tooltip": "Available Recipe Maps: %s, %s", - "gtceu.machine.available_recipe_map_3.tooltip": "Available Recipe Maps: %s, %s, %s", - "gtceu.machine.available_recipe_map_4.tooltip": "Available Recipe Maps: %s, %s, %s, %s", - "gtceu.machine.basic.input_from_output_side.allow": "Разрешить ввод со стороны вывода: ", - "gtceu.machine.basic.input_from_output_side.disallow": "Запретить ввод со стороны вывода: ", - "gtceu.machine.bedrock_ore_miner.depletion": "§bСкорость истощения: §f%s%%", - "gtceu.machine.bedrock_ore_miner.description": "Добывает руду из жил под коренной породой.", - "gtceu.machine.bedrock_ore_miner.production": "§eМножитель производства: §f%dx, %fx overclocked", - "gtceu.machine.bender.ev.tooltip": "§7Бу, он плохой! Мы хотим БЕНДЕРА!!!", - "gtceu.machine.bender.hv.tooltip": "§7Бу, он плохой! Мы хотим БЕНДЕРА!!!", - "gtceu.machine.bender.iv.tooltip": "§7Сгибатель формы", - "gtceu.machine.bender.luv.tooltip": "§7Устройство для сгибания формы", - "gtceu.machine.bender.lv.tooltip": "§7Бу, он плохой! Мы хотим БЕНДЕРА!!!", - "gtceu.machine.bender.mv.tooltip": "§7Бу, он плохой! Мы хотим БЕНДЕРА!!!", - "gtceu.machine.bender.uv.tooltip": "§7Деформатор материи", - "gtceu.machine.bender.zpm.tooltip": "§Устройство для искажения формы", - "gtceu.machine.block_breaker.speed_bonus": "§eБонус скорости: §f%d%%", - "gtceu.machine.block_breaker.tooltip": "§7Добывает блок на лицевой стороне и собирает его", - "gtceu.machine.brewery.ev.tooltip": "§7Компактное и эффективное приготовление зелий или растворов", - "gtceu.machine.brewery.hv.tooltip": "§7Компактное и эффективное приготовление зелий или растворов", - "gtceu.machine.brewery.iv.tooltip": "§7Готовлю ваши напитки", - "gtceu.machine.brewery.luv.tooltip": "§7Готовлю ваши напитки", - "gtceu.machine.brewery.lv.tooltip": "§7Компактное и эффективное приготовление зелий или растворов", - "gtceu.machine.brewery.mv.tooltip": "§7Компактное и эффективное приготовление зелий или растворов", - "gtceu.machine.brewery.uv.tooltip": "§7Завариватель Рашер", - "gtceu.machine.brewery.zpm.tooltip": "§7Готовлю ваши напитки", - "gtceu.machine.buffer.tooltip": "Небольшой отсек для хранения предметов и жидкостей", - "gtceu.machine.canner.ev.tooltip": "§7Запечатывает вещи в контейнер и распечатывает их", - "gtceu.machine.canner.hv.tooltip": "§7Запечатывает вещи в контейнер и распечатывает их", - "gtceu.machine.canner.iv.tooltip": "§7Can Оператор", - "gtceu.machine.canner.jei_description": "Вы можете наполнять и опорожнять любые емкости для жидкости с помощью устройства для хранения жидкости (например, ведра или ячейки для жидкости", - "gtceu.machine.canner.luv.tooltip": "§7Can Оператор", - "gtceu.machine.canner.lv.tooltip": "§7Запечатывает вещи в контейнер и распечатывает их", - "gtceu.machine.canner.mv.tooltip": "§7Запечатывает вещи в контейнер и распечатывает их", - "gtceu.machine.canner.uv.tooltip": "§7Can Привод", - "gtceu.machine.canner.zpm.tooltip": "§7Can Оператор", - "gtceu.machine.central_monitor.tooltip": "может ли это привести к гибели?", - "gtceu.machine.centrifuge.ev.tooltip": "§7Молекулярный сепаратор", - "gtceu.machine.centrifuge.hv.tooltip": "§7Разделитель молекул", - "gtceu.machine.centrifuge.iv.tooltip": "§7Молекулятор циклон", - "gtceu.machine.centrifuge.luv.tooltip": "§7Молекулятор циклон", - "gtceu.machine.centrifuge.lv.tooltip": "§7Разделитель молекул", - "gtceu.machine.centrifuge.mv.tooltip": "§7Разделитель молекул", - "gtceu.machine.centrifuge.uv.tooltip": "§7Молекуляторая центрифуга", - "gtceu.machine.centrifuge.zpm.tooltip": "§7Молекулятор циклон", - "gtceu.machine.charcoal_pile.tooltip": "Подземная топливная пекарня", - "gtceu.machine.charcoal_pile.tooltip.0": "Превращяет бревна в §aдревесный уголь§7 когда §подожгли§7.", - "gtceu.machine.charcoal_pile.tooltip.1": "Щелкните правой кнопкой мыши на элементах запуска огня, чтобы начать.", - "gtceu.machine.charcoal_pile.tooltip.2": "Пиролиз происходит в течение §b9x4x9§7 Под пространством внизу.", - "gtceu.machine.charcoal_pile.tooltip.3": "Бревна не должны подвергаться воздействию §eAir§7!", - "gtceu.machine.chemical_bath.ev.tooltip": "§7Промывание руд в химикатах для их разделения", - "gtceu.machine.chemical_bath.hv.tooltip": "§7Промывание руд в химикатах для их разделения", - "gtceu.machine.chemical_bath.iv.tooltip": "§7Химический впитыватель", - "gtceu.machine.chemical_bath.luv.tooltip": "§7Химический впитыватель", - "gtceu.machine.chemical_bath.lv.tooltip": "§7Промывание руд в химикатах для их разделения", - "gtceu.machine.chemical_bath.mv.tooltip": "§7Промывание руд в химикатах для их разделения", - "gtceu.machine.chemical_bath.uv.tooltip": "§7Химический Данктрон", - "gtceu.machine.chemical_bath.zpm.tooltip": "§7Химический впитыватель", - "gtceu.machine.chemical_reactor.ev.tooltip": "§7Позволяя химическим веществам вступать в реакцию друг с другом", - "gtceu.machine.chemical_reactor.hv.tooltip": "§7Позволяя химическим веществам вступать в реакцию друг с другом", - "gtceu.machine.chemical_reactor.iv.tooltip": "§7Химический исполнитель", - "gtceu.machine.chemical_reactor.luv.tooltip": "§7Химический исполнитель", - "gtceu.machine.chemical_reactor.lv.tooltip": "§7Позволяя химическим веществам вступать в реакцию друг с другом", - "gtceu.machine.chemical_reactor.mv.tooltip": "§7Позволяя химическим веществам вступать в реакцию друг с другом", - "gtceu.machine.chemical_reactor.uv.tooltip": "§7Катализатор реакции", - "gtceu.machine.chemical_reactor.zpm.tooltip": "§7Химический исполнитель", - "gtceu.machine.circuit_assembler.ev.tooltip": "§7Подбирай и расставляй повсюду", - "gtceu.machine.circuit_assembler.hv.tooltip": "§7Подбирай и расставляй повсюду", - "gtceu.machine.circuit_assembler.iv.tooltip": "§Производитель электроники", - "gtceu.machine.circuit_assembler.luv.tooltip": "§7Производитель электроники", - "gtceu.machine.circuit_assembler.lv.tooltip": "§7Подбирай и расставляй повсюду", - "gtceu.machine.circuit_assembler.mv.tooltip": "§7Подбирай и расставляй повсюду", - "gtceu.machine.circuit_assembler.uv.tooltip": "§7Вычислительная фабрика", - "gtceu.machine.circuit_assembler.zpm.tooltip": "§7Производитель электроники", - "gtceu.machine.cleanroom.tooltip": "Удерживай эти надоедливые частицы подальше", - "gtceu.machine.cleanroom.tooltip.0": "Разместите машины внутри, чтобы выполнять рецепты для чистых помещений.", - "gtceu.machine.cleanroom.tooltip.1": "Использует §f30 EU/t§7 когда грязный, §f4 EU/t§7 когда чистый.", - "gtceu.machine.cleanroom.tooltip.2": "Разгон увеличивает время очистки за цикл.", - "gtceu.machine.cleanroom.tooltip.3": "§bSize: §f5x5x5 to 15x15x15", - "gtceu.machine.cleanroom.tooltip.4": "Требует §fFilter оболочки §7в потолке, исключая края.", - "gtceu.machine.cleanroom.tooltip.5": "Принимает до §f4 Двери§7! Остается чистым, когда дверца открыта.", - "gtceu.machine.cleanroom.tooltip.6": "Генерторы, Глушители, Сверла, а примитивные машины слишком грязны для чистой комнаты!", - "gtceu.machine.cleanroom.tooltip.7": "Посылайте энергию через §fКорпуса §7или §fДиоды §7В стенах.", - "gtceu.machine.cleanroom.tooltip.ae2.channels": "Отправить по адресу §f8 AE2 Каналы §7через §fКорпуса§7 В стенах.", - "gtceu.machine.cleanroom.tooltip.ae2.no_channels": "Отправить §aAE2 Сети§7 через §fКорпуса§7 в стенах.", - "gtceu.machine.cleanroom.tooltip.hold_ctrl": "Удерживайте CTRL, чтобы отобразить дополнительную информацию о структуре", - "gtceu.machine.coke_oven.tooltip": "Создание лучшего топлива для производства стали и электроэнергии", - "gtceu.machine.coke_oven_hatch.tooltip": "Обеспечивает автоматизированный доступ к коксовой печи.", - "gtceu.machine.combustion_generator.tooltip": "§7Требуются легковоспламеняющиеся жидкости", - "gtceu.machine.compressor.ev.tooltip": "§7Компресс-О-Матик C77", - "gtceu.machine.compressor.hv.tooltip": "§7Компресс-О-Матик C77", - "gtceu.machine.compressor.iv.tooltip": "§7Конденсатор сингулярности", - "gtceu.machine.compressor.luv.tooltip": "§7Конденсатор сингулярности", - "gtceu.machine.compressor.lv.tooltip": "§7Компресс-О-Матик C77", - "gtceu.machine.compressor.mv.tooltip": "§7Компресс-О-Матик C77", - "gtceu.machine.compressor.uv.tooltip": "§7Matter Constrictor", - "gtceu.machine.compressor.zpm.tooltip": "§7Конденсатор сингулярности", - "gtceu.machine.cracker.tooltip": "Делает масло полезным", - "gtceu.machine.cracker.tooltip.1": "Каждый ввиток после §6Купроникеля§7 снижает потребление энергии за счет §f10%%§7.", - "gtceu.machine.cutter.ev.tooltip": "§7Нарезать кубиками", - "gtceu.machine.cutter.hv.tooltip": "§7Нарезать кубиками", - "gtceu.machine.cutter.iv.tooltip": "§7Matter Cleaver", - "gtceu.machine.cutter.luv.tooltip": "§7Matter Cleaver", - "gtceu.machine.cutter.lv.tooltip": "§7Slice'N Dice", - "gtceu.machine.cutter.mv.tooltip": "§7Slice'N Dice", - "gtceu.machine.cutter.zpm.tooltip": "§7Matter Cleaver", - "gtceu.machine.diode.message": "Максимальная пропускная способность по силе тока: %s", - "gtceu.machine.diode.tooltip_general": "Это что-то по типу трансформатора из IC2 Имеет несколько входов и один выход, можно менять силу тока", - "gtceu.machine.diode.tooltip_starts_at": "Начинается как §f1A§7, используйте магкий молоток для изменения", - "gtceu.machine.diode.tooltip_tool_usage": "Ударьте мягким молотком, чтобы изменить силу тока.", - "gtceu.machine.distillation_tower.tooltip": "Завод по переработке жидкостей", - "gtceu.machine.distillery.ev.tooltip": "§7Извлечение наиболее важных частей жидкостей", - "gtceu.machine.distillery.hv.tooltip": "§7Извлечение наиболее важных частей жидкостей", - "gtceu.machine.distillery.iv.tooltip": "§7Сепаратор конденсата", - "gtceu.machine.distillery.luv.tooltip": "§7Сепаратор конденсата", - "gtceu.machine.distillery.lv.tooltip": "§7Извлечение наиболее важных частей жидкостей", - "gtceu.machine.distillery.mv.tooltip": "§7Извлечение наиболее важных частей жидкостей", - "gtceu.machine.distillery.uv.tooltip": "§7Fraction Splitter", - "gtceu.machine.distillery.zpm.tooltip": "§7Сепаратор конденсата", - "gtceu.machine.drum.disable_output": "Не будет вытекать жидкость", - "gtceu.machine.drum.enable_output": "Приведет к сливу жидкости в расположенном ниже соседние резервуары", - "gtceu.machine.electric_blast_furnace.tooltip": "Где электрическая коптильня?", - "gtceu.machine.electric_blast_furnace.tooltip.1": "Для каждой температуры §f900K§7 выше рецептурной применяется мультипликативный коэффициент энергии §f95%%§7 перед разгоном.", - "gtceu.machine.electric_blast_furnace.tooltip.2": "При каждой температуре §f1800K§7 выше рецептурной один разгон становится §f100%% эффективным§7 (идеальный разгон).", - "gtceu.machine.electric_blast_furnace.tooltip.3": "Для каждого уровня напряжения выше §bMV§7 температура повышается на §f100K§7.", - "gtceu.machine.electric_furnace.ev.tooltip": "§7Не любит использовать Commodore 64", - "gtceu.machine.electric_furnace.hv.tooltip": "§7Не любит использовать Commodore 64", - "gtceu.machine.electric_furnace.iv.tooltip": "§7Процессор электронного возбуждения", - "gtceu.machine.electric_furnace.luv.tooltip": "§7Процессор электронного возбуждения", - "gtceu.machine.electric_furnace.lv.tooltip": "§7Не любит использовать Commodore 64", - "gtceu.machine.electric_furnace.mv.tooltip": "§7Не любит использовать Commodore 64", - "gtceu.machine.electric_furnace.uv.tooltip": "§7Атомный симулятор", - "gtceu.machine.electric_furnace.zpm.tooltip": "§7Процессор электронного возбуждения", - "gtceu.machine.electrolyzer.ev.tooltip": "§7Электролизующие молекулы", - "gtceu.machine.electrolyzer.hv.tooltip": "§7Электролизующие молекулы", - "gtceu.machine.electrolyzer.iv.tooltip": "§7Молекулярный дезинтегратор E-4906", - "gtceu.machine.electrolyzer.luv.tooltip": "§7Молекулярный дезинтегратор E-4907", - "gtceu.machine.electrolyzer.lv.tooltip": "§7Электролизующие молекулы", - "gtceu.machine.electrolyzer.mv.tooltip": "§7Электролизующие молекулы", - "gtceu.machine.electrolyzer.uv.tooltip": "§7Атомный ионизатор", - "gtceu.machine.electrolyzer.zpm.tooltip": "§7Молекулярный дезинтегратор E-4908", - "gtceu.machine.electromagnetic_separator.ev.tooltip": "§7Отделение магнитных руд от остальных", - "gtceu.machine.electromagnetic_separator.hv.tooltip": "§7Отделение магнитных руд от остальных", - "gtceu.machine.electromagnetic_separator.iv.tooltip": "§7EM Классификатор", - "gtceu.machine.electromagnetic_separator.luv.tooltip": "§7EM Классификатор", - "gtceu.machine.electromagnetic_separator.lv.tooltip": "§7Отделение магнитных руд от остальных", - "gtceu.machine.electromagnetic_separator.mv.tooltip": "§7Отделение магнитных руд от остальных", - "gtceu.machine.electromagnetic_separator.uv.tooltip": "§7EMF Рассеиватель", - "gtceu.machine.electromagnetic_separator.zpm.tooltip": "§7EM Классификатор", - "gtceu.machine.endpoint.tooltip.0": "Соедините с помощью §f междугородной трубы§7 блоков, чтобы создать трубопровод.", - "gtceu.machine.endpoint.tooltip.1": "Трубопроводы должны иметь ровно §f1 Вход§7 и §f1 Выход§7 конечная точка.", - "gtceu.machine.endpoint.tooltip.2": "Только конечные точки трубопровода должны быть §fзагрузчиком чанков§7.", - "gtceu.machine.endpoint.tooltip.min_length": "§bМинимальное расстояние до конечной точки: §f%d Блоки", - "gtceu.machine.energy_converter.description": "Преобразует энергию между EU и FE", - "gtceu.machine.energy_converter.message_conversion_eu": "Преобразование EU, In: %dA %d EU, Out: %d Native", - "gtceu.machine.energy_converter.message_conversion_native": "Преобразование природной энергии, In: %d FE, Out: %dA %d EU", - "gtceu.machine.energy_converter.tooltip_conversion_eu": "§aEU Преобразование: §f%dA %d EU (%s§f) -> %d Native", - "gtceu.machine.energy_converter.tooltip_conversion_native": "§cNative Преобразование: §f%d FE -> %dA %d EU (%s§f)", - "gtceu.machine.energy_converter.tooltip_tool_usage": "Starts as §fFE Converter§7, use Soft Mallet to change", - "gtceu.machine.energy_hatch.input.tooltip": "Энергозатраты для мультиблоков", - "gtceu.machine.energy_hatch.input_hi_amp.tooltip": "Потребляемая энергия в несколько ампер для мультиблоков", - "gtceu.machine.energy_hatch.output.tooltip": "Выход энергии для мультиблоков", - "gtceu.machine.energy_hatch.output_hi_amp.tooltip": "Multiple Ampere Выход энергии для мультиблоков", - "gtceu.machine.extractor.ev.tooltip": "§7Судьбо-соконосное устройство - D123", - "gtceu.machine.extractor.hv.tooltip": "§7Судьбо-соконосное устройство - D123", - "gtceu.machine.extractor.iv.tooltip": "§7Вакуумный экстрактор", - "gtceu.machine.extractor.luv.tooltip": "§7Вакуумный экстрактор", - "gtceu.machine.extractor.lv.tooltip": "§7Судьбо-соконосное устройство - D123", - "gtceu.machine.extractor.mv.tooltip": "§7Судьбо-соконосное устройство - D123", - "gtceu.machine.extractor.uv.tooltip": "§7Разжижающий сосун", - "gtceu.machine.extractor.zpm.tooltip": "§7Вакуумный экстрактор", - "gtceu.machine.extreme_combustion_engine.tooltip": "Экстремальный высвобождатель химической энергии", - "gtceu.machine.extruder.ev.tooltip": "§7Универсальный станок для металлообработки", - "gtceu.machine.extruder.hv.tooltip": "§7Универсальный станок для металлообработки", - "gtceu.machine.extruder.iv.tooltip": "§7Устройство для перемещения материалов", - "gtceu.machine.extruder.luv.tooltip": "§7Устройство для перемещения материалов", - "gtceu.machine.extruder.lv.tooltip": "§7Универсальный станок для металлообработки", - "gtceu.machine.extruder.mv.tooltip": "§7Универсальный станок для металлообработки", - "gtceu.machine.extruder.uv.tooltip": "§7Хранилище форм", - "gtceu.machine.extruder.zpm.tooltip": "§7Устройство для перемещения материалов", - "gtceu.machine.fermenter.ev.tooltip": "§7Ферментирующие жидкости", - "gtceu.machine.fermenter.hv.tooltip": "§7Ферментирующие жидкости", - "gtceu.machine.fermenter.iv.tooltip": "§7Ускоритель брожения", - "gtceu.machine.fermenter.luv.tooltip": "§7Ускоритель брожения", - "gtceu.machine.fermenter.lv.tooltip": "§7Ферментирующие жидкости", - "gtceu.machine.fermenter.mv.tooltip": "§7Ферментирующие жидкости", - "gtceu.machine.fermenter.uv.tooltip": "§7Регулятор дыхания", - "gtceu.machine.fermenter.zpm.tooltip": "§7Ускоритель брожения", - "gtceu.machine.fisher.requirement": "Требуется %dx%d квадрат воды под центром механизма.", - "gtceu.machine.fisher.speed": "Ловит что-то каждые %d тиков", - "gtceu.machine.fisher.tooltip": "Ловит рыбу. Каждый раз потребляется одна нитка.", - "gtceu.machine.fluid_drilling_rig.depletion": "§bСкорость истощения: §f%s%%", - "gtceu.machine.fluid_drilling_rig.description": "Добывает жидкости из жил под коренной породой.", - "gtceu.machine.fluid_drilling_rig.ev.tooltip": "Осушитель колодца", - "gtceu.machine.fluid_drilling_rig.hv.tooltip": "Не выполняет гидроразрыв пласта", - "gtceu.machine.fluid_drilling_rig.mv.tooltip": "Насос для извлечения масла", - "gtceu.machine.fluid_drilling_rig.production": "§eМножитель производства: §f%dx, %fx overclocked", - "gtceu.machine.fluid_hatch.export.tooltip": "Выход жидкости для мультиблоков", - "gtceu.machine.fluid_hatch.import.tooltip": "Вход жидкости для мультиблоков", - "gtceu.machine.fluid_heater.ev.tooltip": "§7Разогревает ваши жидкости", - "gtceu.machine.fluid_heater.hv.tooltip": "§7Тепловой зарядник", - "gtceu.machine.fluid_heater.iv.tooltip": "§7Тепловой инфузор", - "gtceu.machine.fluid_heater.luv.tooltip": "§7Тепловой инфузор", - "gtceu.machine.fluid_heater.lv.tooltip": "§7Тепловой зарядник", - "gtceu.machine.fluid_heater.mv.tooltip": "§7Тепловой зарядник", - "gtceu.machine.fluid_heater.uv.tooltip": "§7Термический наполнитель", - "gtceu.machine.fluid_heater.zpm.tooltip": "§7Тепловой инфузор", - "gtceu.machine.fluid_solidifier.ev.tooltip": "§7Охлаждает жидкости до образования твердых частиц", - "gtceu.machine.fluid_solidifier.hv.tooltip": "§7Охлаждает жидкости до образования твердых частиц", - "gtceu.machine.fluid_solidifier.iv.tooltip": "§7Не машина для приготовления льда", - "gtceu.machine.fluid_solidifier.luv.tooltip": "§7Не машина для приготовления льда", - "gtceu.machine.fluid_solidifier.lv.tooltip": "§7Охлаждает жидкости до образования твердых частиц", - "gtceu.machine.fluid_solidifier.mv.tooltip": "§7Охлаждает жидкости до образования твердых частиц", - "gtceu.machine.fluid_solidifier.uv.tooltip": "§7Жидкий окаменитель", - "gtceu.machine.fluid_solidifier.zpm.tooltip": "§7Не машина для приготовления льда", - "gtceu.machine.fluid_tank.fluid": "Содержит %s Литров из %s", - "gtceu.machine.fluid_tank.max_multiblock": "Максимально: %dx%dx%d", - "gtceu.machine.forge_hammer.ev.tooltip": "§7Остановись, время молотка!!!", - "gtceu.machine.forge_hammer.hv.tooltip": "§7Остановись, время молотка!!!", - "gtceu.machine.forge_hammer.iv.tooltip": "§7Формовщик пластин", - "gtceu.machine.forge_hammer.luv.tooltip": "§7Формовщик пластин", - "gtceu.machine.forge_hammer.lv.tooltip": "§7Остановись, время молотка!!!", - "gtceu.machine.forge_hammer.mv.tooltip": "§7Остановись, время молотка!!!", - "gtceu.machine.forge_hammer.uv.tooltip": "§7Модулятор воздействия", - "gtceu.machine.forge_hammer.zpm.tooltip": "§7Формовщик пластин", - "gtceu.machine.forming_press.ev.tooltip": "§7Imprinting Images into things", - "gtceu.machine.forming_press.hv.tooltip": "§7Imprinting Images into things", - "gtceu.machine.forming_press.iv.tooltip": "§7Устройство для наслоения объектов", - "gtceu.machine.forming_press.luv.tooltip": "§7Устройство для наслоения объектов", - "gtceu.machine.forming_press.lv.tooltip": "§7Imprinting Images into things", - "gtceu.machine.forming_press.mv.tooltip": "§7Imprinting Images into things", - "gtceu.machine.forming_press.uv.tooltip": "§7Устройство для перемещения поверхности", - "gtceu.machine.forming_press.zpm.tooltip": "§7Устройство для наслоения объектов", - "gtceu.machine.fusion_reactor.capacity": "§7Максимально хранимая энергия: §e%sM EU", - "gtceu.machine.fusion_reactor.luv.tooltip": "Завод по выплавке атомных сплавов", - "gtceu.machine.fusion_reactor.overclocking": "Разгон удваивает энергию и сокращает продолжительность работы вдвое.", - "gtceu.machine.fusion_reactor.uv.tooltip": "БЕЛЫЙ КАРЛИК НА ВАШЕЙ БАЗЕ", - "gtceu.machine.fusion_reactor.zpm.tooltip": "СОЛНЦЕ ОПУСТИЛОСЬ НА ЗЕМЛЮ", - "gtceu.machine.gas_collector.ev.tooltip": "Собирает газ из воздуха в зависимости от измерения", - "gtceu.machine.gas_collector.hv.tooltip": "Собирает газ из воздуха в зависимости от измерения", - "gtceu.machine.gas_collector.iv.tooltip": "Собирает газ из атмосферы в зависимости от измерения", - "gtceu.machine.gas_collector.luv.tooltip": "Собирает газ из атмосферы в зависимости от измерения", - "gtceu.machine.gas_collector.lv.tooltip": "Собирает газ из воздуха в зависимости от измерения", - "gtceu.machine.gas_collector.mv.tooltip": "Собирает газ из воздуха в зависимости от измерения", - "gtceu.machine.gas_collector.opv.tooltip": "Собирает газ из Вселенной в зависимости от измерения", - "gtceu.machine.gas_collector.uev.tooltip": "Собирает газ из солнечной системы в зависимости от измерения", - "gtceu.machine.gas_collector.uhv.tooltip": "Собирает газ из солнечной системы в зависимости от измерения", - "gtceu.machine.gas_collector.uiv.tooltip": "Собирает газ из солнечной системы в зависимости от измерения", - "gtceu.machine.gas_collector.uv.tooltip": "Собирает газ из солнечной системы в зависимости от измерения", - "gtceu.machine.gas_collector.uxv.tooltip": "Собирает газ из солнечной системы в зависимости от измерения", - "gtceu.machine.gas_collector.zpm.tooltip": "Собирает газ из атмосферы в зависимости от измерения", - "gtceu.machine.gas_turbine.tooltip": "§7Требуются легковоспламеняющиеся газы", - "gtceu.machine.hull.tooltip": "§7Тебе просто нужно §5В§dо§4о§cб§eр§aа§bж§3е§7н§1и§5е§7 чтобы использовать это", - "gtceu.machine.implosion_compressor.tooltip": "Единственная машина, которую вы хотите взорвать :)", - "gtceu.machine.item_bus.export.tooltip": "Вывод предметов для мультиблоков", - "gtceu.machine.item_bus.import.tooltip": "Ввод предметов для мультиблоков", - "gtceu.machine.item_collector.gui.collect_range": "Собирать в %s блоки", - "gtceu.machine.item_collector.tooltip": "Собирает предметы вокруг себя по сигналу Редстоуна", - "gtceu.machine.large_boiler.bronze.tooltip": "Нам нужно больше пара!", - "gtceu.machine.large_boiler.steel.tooltip": "Установка для сжигания древесного угля", - "gtceu.machine.large_boiler.titanium.tooltip": "Где волшебное супертопливо?", - "gtceu.machine.large_boiler.tungstensteel.tooltip": "Как ты вообще заправляешь эту штуку?", - "gtceu.machine.large_chemical_reactor.tooltip": "Реактор в черном ящике", - "gtceu.machine.large_combustion_engine.tooltip": "Камера сгорания топлива", - "gtceu.machine.large_combustion_engine.tooltip.boost_extreme": "Подача §f80 L/s§7 жидкого кислорода для производства §f%s EU/t§7 at §f2x§7 расход топлива.", - "gtceu.machine.large_combustion_engine.tooltip.boost_regular": "Подача §f20 L/s§7 кислорода для производства §f%s EU/t§7 at §f2x§7 расход топлива.", - "gtceu.machine.large_miner.ev.tooltip": "Копает руду вместо тебя! Лентяй!", - "gtceu.machine.large_miner.iv.tooltip": "Биомный экскаватор", - "gtceu.machine.large_miner.luv.tooltip": "Наземный комбайн", - "gtceu.machine.large_turbine.gas.tooltip": "Это не реактивный двигатель", - "gtceu.machine.large_turbine.plasma.tooltip": "Сифон плазменной энергии", - "gtceu.machine.large_turbine.steam.tooltip": "Не суйся в это с головой", - "gtceu.machine.laser_engraver.ev.tooltip": "§7Не смотрите прямо на лазер", - "gtceu.machine.laser_engraver.hv.tooltip": "§7Не смотрите прямо на лазер", - "gtceu.machine.laser_engraver.iv.tooltip": "§7With the Power of 2.04 MW", - "gtceu.machine.laser_engraver.luv.tooltip": "§7With the Power of 8.16 MW", - "gtceu.machine.laser_engraver.lv.tooltip": "§7Не смотрите прямо на лазер", - "gtceu.machine.laser_engraver.mv.tooltip": "§7Не смотрите прямо на лазер", - "gtceu.machine.laser_engraver.uv.tooltip": "§7Точная фотонная пушка", - "gtceu.machine.laser_engraver.zpm.tooltip": "§7With the Power of 32.64 MW", - "gtceu.machine.laser_hatch.source.tooltip.0": "Мощность передачи на расстоянии", - "gtceu.machine.laser_hatch.source.tooltip.1": "§cЛазерные кабели должны располагаться по прямой линии!!!§7", - "gtceu.machine.laser_hatch.target.tooltip.0": "Получает энергию издалека ", - "gtceu.machine.laser_hatch.target.tooltip.1": "§cЛазерные кабели должны располагаться по прямой линии!!!§7", - "gtceu.machine.lathe.ev.tooltip": "§7Производит стержни более эффективно", - "gtceu.machine.lathe.hv.tooltip": "§7Производит стержни более эффективно", - "gtceu.machine.lathe.iv.tooltip": "§7Вращал-О Т-5906", - "gtceu.machine.lathe.luv.tooltip": "§7Вращал-О Т-5907", - "gtceu.machine.lathe.lv.tooltip": "§7Производит стержни более эффективно", - "gtceu.machine.lathe.mv.tooltip": "§7Производит стержни более эффективно", - "gtceu.machine.lathe.uv.tooltip": "§7Вращающаяся шлифовальная машина", - "gtceu.machine.lathe.zpm.tooltip": "§7Вращал-О Т-5908", - "gtceu.machine.locked_safe.malfunctioning": "§cНеисправен!", - "gtceu.machine.locked_safe.requirements": "§7Требуются замена:", - "gtceu.machine.macerator.ev.tooltip": "§7Измельчение вашей руды с использованием побочных продуктов", - "gtceu.machine.macerator.hv.tooltip": "§7Измельчение вашей руды с использованием побочных продуктов", - "gtceu.machine.macerator.iv.tooltip": "§7Молтил-О 9001", - "gtceu.machine.macerator.luv.tooltip": "§7Молтил-О 9002", - "gtceu.machine.macerator.lv.tooltip": "§7Измельчение вашей руды", - "gtceu.machine.macerator.mv.tooltip": "§7Измельчение вашей руды", - "gtceu.machine.macerator.uv.tooltip": "§7Формоуловитель", - "gtceu.machine.macerator.zpm.tooltip": "§7Молтил-О 9003", - "gtceu.machine.machine_hatch.locked": "Машинный интерфейс заблокирован", - "gtceu.machine.machine_hatch.processing_array": "When in the §eProcessing Array§7, only holds machines that work in the §eProcessing Array", - "gtceu.machine.machine_hatch.tooltip": "Специализированная шина доступа, которая содержит только допустимые элементы", - "gtceu.machine.maintenance_hatch.tooltip": "Для обслуживания мультиблоков", - "gtceu.machine.maintenance_hatch_cleanroom_auto.tooltip.0": "Для автоматического обслуживания мультиблоков с очисткой!", - "gtceu.machine.maintenance_hatch_cleanroom_auto.tooltip.1": "Очищает как:", - "gtceu.machine.maintenance_hatch_configurable.tooltip.0": "Для более точного контроля над мультиблоками", - "gtceu.machine.maintenance_hatch_configurable.tooltip.1": "Запускается без проблем с обслуживанием!", - "gtceu.machine.maintenance_hatch_full_auto.tooltip": "Для автоматического поддержания мультиблоков", - "gtceu.machine.maintenance_hatch_tape_slot.tooltip": "Вставьте ленту, чтобы предотвратить проблемы", - "gtceu.machine.maintenance_hatch_tool_slot.tooltip": "Нажимайте на слот пустой рукой, когда в инвентаре есть необходимые инструменты для решения проблем", - "gtceu.machine.mass_fabricator.ev.tooltip": "§7UUM Matter * Fabrication Squared", - "gtceu.machine.mass_fabricator.hv.tooltip": "§7UUM Matter * Fabrication Squared", - "gtceu.machine.mass_fabricator.iv.tooltip": "§7Фабрика Генезиса", - "gtceu.machine.mass_fabricator.luv.tooltip": "§7Фабрика Генезиса", - "gtceu.machine.mass_fabricator.lv.tooltip": "§7UUM Matter * Fabrication Squared", - "gtceu.machine.mass_fabricator.mv.tooltip": "§7UUM Matter * Fabrication Squared", - "gtceu.machine.mass_fabricator.uv.tooltip": "§7Инициатор существования", - "gtceu.machine.mass_fabricator.zpm.tooltip": "§7Фабрика Генезиса", - "gtceu.machine.me.export.tooltip": "Обладает бесконечной пропускной способностью перед подключением к сети ME.", - "gtceu.machine.me.fluid_export.tooltip": "Хранит жидкости непосредственно в сети ME.", - "gtceu.machine.me.fluid_import.tooltip": "Автоматически извлекает жидкости из сети ME.", - "gtceu.machine.me.item_export.tooltip": "Хранит предметы непосредственно в сети ME.", - "gtceu.machine.me.item_import.tooltip": "Автоматически извлекает предметы из сети ME.", - "gtceu.machine.miner.chunkradius": "Радиус Чанков: %d", - "gtceu.machine.miner.fluid_usage": "Использует §f%d L/t §7of §f%s§7, удваивается за разгон.", - "gtceu.machine.miner.minex": "mX: %d", - "gtceu.machine.miner.miney": "mY: %d", - "gtceu.machine.miner.minez": "mZ: %d", - "gtceu.machine.miner.multi.description": "Многоблочная горнодобывающая машина, которая занимает большую площадь и добывает огромное количество руды.", - "gtceu.machine.miner.multi.modes": "Имеет режимы шелкового касания и выравнивания фрагментов.", - "gtceu.machine.miner.multi.production": "Крошит на §f3x§7 больше, чем §fИзмельчитель§7.", - "gtceu.machine.miner.per_block": "§7takes §f%ds §7per Block", - "gtceu.machine.miner.radius": "Радиус: %d", - "gtceu.machine.miner.startx": "sX: %d", - "gtceu.machine.miner.starty": "sY: %d", - "gtceu.machine.miner.startz": "sZ: %d", - "gtceu.machine.miner.tooltip": "Добывает руду ниже шахтера! Начинается как §f%sx%s §7area", - "gtceu.machine.mixer.ev.tooltip": "§7Будет ли это сочетаться??", - "gtceu.machine.mixer.hv.tooltip": "§7Будет ли это сочетаться??", - "gtceu.machine.mixer.iv.tooltip": "§7Сборщик материи", - "gtceu.machine.mixer.luv.tooltip": "§7Сборщик материи", - "gtceu.machine.mixer.lv.tooltip": "§7Будет ли это сочетаться??", - "gtceu.machine.mixer.mv.tooltip": "§7Будет ли это сочетаться??", - "gtceu.machine.mixer.uv.tooltip": "§7Material Homogenizer", - "gtceu.machine.mixer.zpm.tooltip": "§7Сборщик материи", - "gtceu.machine.muffle.off": "Приглушение звука: Отключено", - "gtceu.machine.muffle.on": "Приглушение звука: Включено", - "gtceu.machine.muffler_hatch.tooltip.0": "Выбрасывает отходы из машин", - "gtceu.machine.muffler_hatch.tooltip.1": "НЕ ЗАГОРАЖИВАЙТЕ ВЫХОД!", - "gtceu.machine.multi_furnace.tooltip": "Прямо как в домашней духовке", - "gtceu.machine.ore_washer.ev.tooltip": "§7Получение большего количества побочных продуктов из ваших руд", - "gtceu.machine.ore_washer.hv.tooltip": "§7Получение большего количества побочных продуктов из ваших руд", - "gtceu.machine.ore_washer.iv.tooltip": "§7Переоборудованная стиральная машина для стирки белья I-360", - "gtceu.machine.ore_washer.luv.tooltip": "§7Переоборудованная стиральная машина для стирки белья I-361", - "gtceu.machine.ore_washer.lv.tooltip": "§7Получение большего количества побочных продуктов из ваших руд", - "gtceu.machine.ore_washer.mv.tooltip": "§7Получение большего количества побочных продуктов из ваших руд", - "gtceu.machine.ore_washer.uv.tooltip": "§7Миниатюрная рудомойка", - "gtceu.machine.ore_washer.zpm.tooltip": "§7Переоборудованная стиральная машина для стирки белья I-362", - "gtceu.machine.packer.ev.tooltip": "§7Складывает вещи в коробки и достает их из них", - "gtceu.machine.packer.hv.tooltip": "§7Складывает вещи в коробки и достает их из них", - "gtceu.machine.packer.iv.tooltip": "§7Боксинатор", - "gtceu.machine.packer.luv.tooltip": "§7Боксинатор", - "gtceu.machine.packer.lv.tooltip": "§7Складывает вещи в коробки и достает их из них", - "gtceu.machine.packer.mv.tooltip": "§7Складывает вещи в коробки и достает их из них", - "gtceu.machine.packer.uv.tooltip": "§7Склад Wildberries или Яндекса а может даже и Амазона", - "gtceu.machine.packer.zpm.tooltip": "§7Боксинатор", - "gtceu.machine.parallel_hatch.display": "Отрегулируйте максимальную параллельность мультиблока", - "gtceu.machine.parallel_limit": "Может подбежать к §b%d§r§7 Рецепты сразу.", - "gtceu.machine.passthrough_hatch_fluid.tooltip": "Направляет жидкости с одной стороны на другую", - "gtceu.machine.passthrough_hatch_item.tooltip": "Отправляет товары с одной стороны на другую", - "gtceu.machine.perfect_oc": "Не теряет энергоэффективности при разгоне (Жэсть).", - "gtceu.machine.polarizer.ev.tooltip": "§7Биполяризация ваших магнитов", - "gtceu.machine.polarizer.hv.tooltip": "§7Биполяризация ваших магнитов", - "gtceu.machine.polarizer.iv.tooltip": "§7Индуктор магнетизма", - "gtceu.machine.polarizer.luv.tooltip": "§7Индуктор магнетизма", - "gtceu.machine.polarizer.lv.tooltip": "§7Биполяризация ваших магнитов", - "gtceu.machine.polarizer.mv.tooltip": "§7Биполяризация ваших магнитов", - "gtceu.machine.polarizer.uv.tooltip": "§7Magnetic Field Rearranger", - "gtceu.machine.polarizer.zpm.tooltip": "§7Индуктор магнетизма", - "gtceu.machine.power_substation.tooltip.0": "Сердце централизованной энергосистемы", - "gtceu.machine.power_substation.tooltip.1": "§fКонденсаторы не обязательно должны быть одинакового уровня.", - "gtceu.machine.power_substation.tooltip.2": "Позволяет использовать до нескольких уровней §f%d накопителей§7.", - "gtceu.machine.power_substation.tooltip.3": "Теряет энергию эквивалентно §f1%%§7 от текущего заряда за §f24 часа§7.", - "gtceu.machine.power_substation.tooltip.4": "Capped at §f%,d EU/t§7 passive loss per Capacitor Block.", - "gtceu.machine.primitive_blast_furnace.bronze.tooltip": "Making your first Steel", - "gtceu.machine.primitive_water_pump.tooltip": "Резервуар края прямо дома", - "gtceu.machine.processing_array.tooltip": "Когда несколько механизмов просто не хватает", - "gtceu.machine.pump.tooltip": "Лучший способ опустошить океан!", - "gtceu.machine.pump.tooltip_buckets": "§f%d §7тиков за ведро", - "gtceu.machine.pump_hatch.tooltip": "Примитивный выход для водяного насоса", - "gtceu.machine.pyrolyse_oven.tooltip": "Электрическая коксовая печь", - "gtceu.machine.pyrolyse_oven.tooltip.1": "§6Купроникелевые §7катушки на §f25%%§7 медленее. Каждая катушка после §bКанаталовой§7 увеличивает скорость на §f50%%§7.", - "gtceu.machine.quantum_chest.items_stored": "Количество предметов:", - "gtceu.machine.quantum_chest.tooltip": "Лучше, чем Storage Drawers", - "gtceu.machine.quantum_tank.tooltip": "Компактное хранилище для хранения всех ваших жидкостей", - "gtceu.machine.replicator.ev.tooltip": "§7Производство чистейших элементов", - "gtceu.machine.replicator.hv.tooltip": "§7Производство чистейших элементов", - "gtceu.machine.replicator.iv.tooltip": "§7Пастеризатор материи", - "gtceu.machine.replicator.luv.tooltip": "§7Пастеризатор материи", - "gtceu.machine.replicator.lv.tooltip": "§7Производство чистейших элементов", - "gtceu.machine.replicator.mv.tooltip": "§Производство чистейших элементов", - "gtceu.machine.replicator.uv.tooltip": "§7Элементарный композер", - "gtceu.machine.replicator.zpm.tooltip": "§7Пастеризатор материи", - "gtceu.machine.rock_breaker.ev.tooltip": "Расположите воду и лаву горизонтально рядом", - "gtceu.machine.rock_breaker.hv.tooltip": "Расположите воду и лаву горизонтально рядом", - "gtceu.machine.rock_breaker.iv.tooltip": "Криогенный отвердитель магмы R-8200", - "gtceu.machine.rock_breaker.luv.tooltip": "Криогенный отвердитель магмы R-9200", - "gtceu.machine.rock_breaker.lv.tooltip": "Расположите воду и лаву горизонтально рядом", - "gtceu.machine.rock_breaker.mv.tooltip": "Расположите воду и лаву горизонтально рядом", - "gtceu.machine.rock_breaker.opv.tooltip": "Камера вулканической формации", - "gtceu.machine.rock_breaker.uev.tooltip": "Камера вулканической формации", - "gtceu.machine.rock_breaker.uhv.tooltip": "Камера вулканической формации", - "gtceu.machine.rock_breaker.uiv.tooltip": "Камера вулканической формации", - "gtceu.machine.rock_breaker.uv.tooltip": "Камера вулканической формации", - "gtceu.machine.rock_breaker.uxv.tooltip": "Камера вулканической формации", - "gtceu.machine.rock_breaker.zpm.tooltip": "Криогенный отвердитель магмы R-10200", - "gtceu.machine.rotor_holder.tooltip.0": "Держатель ротора для мультиблоков", - "gtceu.machine.rotor_holder.tooltip.1": "Удерживает ротора, чтобы они не улетели", - "gtceu.machine.scanner.ev.tooltip": "§7Sконсвервирует материалы и другие штуки", - "gtceu.machine.scanner.hv.tooltip": "§7Sконсвервирует материалы и другие штуки", - "gtceu.machine.scanner.iv.tooltip": "§7Детектор аномалий", - "gtceu.machine.scanner.luv.tooltip": "§7Детектор аномалий", - "gtceu.machine.scanner.lv.tooltip": "§7Sконсвервирует материалы и другие штуки", - "gtceu.machine.scanner.mv.tooltip": "§7Sконсвервирует материалы и другие штуки", - "gtceu.machine.scanner.uv.tooltip": "§7Электронный микроскоп", - "gtceu.machine.scanner.zpm.tooltip": "§7Детектор аномалий", - "gtceu.machine.sifter.ev.tooltip": "§7Дружище, зачился и продолжай просеивать", - "gtceu.machine.sifter.hv.tooltip": "§7Закури сигаретку и просто просеивай...", - "gtceu.machine.sifter.iv.tooltip": "§7Спонсировано TFC!!! Да!", - "gtceu.machine.sifter.luv.tooltip": "§7И это спонсировано TFC!!!", - "gtceu.machine.sifter.lv.tooltip": "§7Просеивать надо каждый день.", - "gtceu.machine.sifter.mv.tooltip": "§7Когда ты просеиваешь, ты такой крутой...", - "gtceu.machine.sifter.uv.tooltip": "§7Фильтр пульсаций", - "gtceu.machine.sifter.zpm.tooltip": "§7Спонсировано TFC!!!", - "gtceu.machine.steam.steam_hatch.tooltip": "§eПринимаемая жидкость: §fПар", - "gtceu.machine.steam_alloy_smelter.bronze.tooltip": "§7Комбинирующая плавильная печь", - "gtceu.machine.steam_alloy_smelter.steel.tooltip": "§7Комбинирующая плавильная печь", - "gtceu.machine.steam_boiler.heat_amount": "Накоплено тепла: %s %%", - "gtceu.machine.steam_bus.tooltip": "Работает только с паровыми мультиблоками", - "gtceu.machine.steam_compressor.bronze.tooltip": "§7Сжатие предметов", - "gtceu.machine.steam_compressor.steel.tooltip": "§7Сжатие предметов", - "gtceu.machine.steam_extractor.bronze.tooltip": "§7Получениет твоей первой резины", - "gtceu.machine.steam_extractor.steel.tooltip": "§7Получениет твоей первой резины", - "gtceu.machine.steam_forge_hammer.bronze.tooltip": "§7Кузнечный молот", - "gtceu.machine.steam_forge_hammer.steel.tooltip": "§7Кузнечный молот", - "gtceu.machine.steam_furnace.bronze.tooltip": "§7Плавит штуки с помощью сжатого пара", - "gtceu.machine.steam_furnace.steel.tooltip": "§77Плавит штуки с помощью сжатого пара", - "gtceu.machine.steam_grinder.tooltip": "Мультиблочный шлифовальный станок без вторичных материалов", - "gtceu.machine.steam_liquid_boiler.bronze.tooltip": "§7A У бойлера кончилась жидкость", - "gtceu.machine.steam_liquid_boiler.steel.tooltip": "§7Быстрее, чем малый паровой бойлер", - "gtceu.machine.steam_macerator.bronze.tooltip": "§7Измельчает твои руды", - "gtceu.machine.steam_macerator.steel.tooltip": "§7Измельчает твои руды", - "gtceu.machine.steam_miner.tooltip": "§7Добывает руды под установкой!", - "gtceu.machine.steam_oven.tooltip": "Не обкекайся с плавкой", - "gtceu.machine.steam_rock_crusher.bronze.tooltip": "§7Расположите воду и лаву горизонтально рядом", - "gtceu.machine.steam_rock_crusher.steel.tooltip": "§7Расположите воду и лаву горизонтально рядом", - "gtceu.machine.steam_solar_boiler.bronze.tooltip": "§7Паровая энергия солнца!", - "gtceu.machine.steam_solar_boiler.steel.tooltip": "§7Паровая энергия солнца!", - "gtceu.machine.steam_solid_boiler.bronze.tooltip": "§7Первоначальный способ получения энергии пара", - "gtceu.machine.steam_solid_boiler.steel.tooltip": "§7Быстрее, чем малый паровой твердотопливный котел", - "gtceu.machine.steam_turbine.tooltip": "§7Преобразует пар в EU", - "gtceu.machine.thermal_centrifuge.ev.tooltip": "§7Более точное разделение руд", - "gtceu.machine.substation_hatch.input.tooltip": "Потребляемая энергия для электроподстанции", - "gtceu.machine.substation_hatch.output.tooltip": "Выход энергии для электроподстанции", - "gtceu.machine.thermal_centrifuge.hv.tooltip": "§7Более точное разделение руд", - "gtceu.machine.thermal_centrifuge.iv.tooltip": "§7\"Тяжкая работа\" T-6350", - "gtceu.machine.thermal_centrifuge.luv.tooltip": "§7\"Тяжкая работа\" T-6351", - "gtceu.machine.thermal_centrifuge.lv.tooltip": "§7Более точное разделение руд", - "gtceu.machine.thermal_centrifuge.mv.tooltip": "§7Более точное разделение руд", - "gtceu.machine.thermal_centrifuge.uv.tooltip": "§7Огненный циклон", - "gtceu.machine.thermal_centrifuge.zpm.tooltip": "§7\"Тяжкая работа\" T-6352", - "gtceu.machine.transformer.description": "Преобразование энергии между уровнями напряжения", - "gtceu.machine.transformer.message_transform_down": "Понижение, вход: %d EU %dA, выход: %d EU %dA", - "gtceu.machine.transformer.message_transform_up": "Повышение, вход: %d EU %dA, выход: %d EU %dA", - "gtceu.machine.transformer.tooltip_tool_usage": "По умолчанию §fпонижает§7, используй отвертку, чтобы изменить это", - "gtceu.machine.transformer.tooltip_transform_down": "§aПонижает: §f%dA %d EU (%s§f) -> %dA %d EU (%s§f)", - "gtceu.machine.transformer.tooltip_transform_up": "§cПовышает: §f%dA %d EU (%s§f) -> %dA %d EU (%s§f)", - "gtceu.machine.vacuum_freezer.tooltip": "Алюминевая морозилка", - "gtceu.machine.wiremill.ev.tooltip": "§7Производит провода более эффективно", - "gtceu.machine.wiremill.hv.tooltip": "§7Производит провода более эффективно", - "gtceu.machine.wiremill.iv.tooltip": "§7Растягиватель слитков", - "gtceu.machine.wiremill.luv.tooltip": "§7Растягиватель слитков", - "gtceu.machine.wiremill.lv.tooltip": "§Производит провода более эффективно", - "gtceu.machine.wiremill.mv.tooltip": "§7Производит провода более эффективно", - "gtceu.machine.wiremill.uv.tooltip": "§7Проволочный трансфигуратор", - "gtceu.machine.wiremill.zpm.tooltip": "§7Растягиватель слитков", - "gtceu.machine.workbench.storage_note.0": "(Доступные предметы из подключенных", - "gtceu.machine.workbench.storage_note.1": "инвентарей, используемые для создания ремесел)", - "gtceu.machine.workbench.tab.container": "Контейнер", - "gtceu.machine.workbench.tab.crafting": "Создание", - "gtceu.machine.workbench.tab.item_list": "Хранилище", - "gtceu.machine.workbench.tab.workbench": "Создание", - "gtceu.machine.workbench.tooltip.0": "Лучше, чем Forestry", - "gtceu.machine.workbench.tooltip.1": "Имеет хранилище для предметов, хранилище для инструментов, извлекатает предметы из соседних инвентарей и сохраняет рецепты.", - "gtceu.machine.world_accelerator.description": "Tick accelerates nearby blocks in one of 2 modes: §fTile Entity§7 or §fRandom Tick§7. Use Screwdriver to change mode.", - "gtceu.machine.world_accelerator.mode_entity": "Random Tick Mode", - "gtceu.machine.world_accelerator.mode_tile": "Tile Entity Mode", - "gtceu.machine.world_accelerator.working_area": "§bWorking Area:", - "gtceu.machine.world_accelerator.working_area_random": " Random Tick Mode:§f %dx%d", - "gtceu.machine.world_accelerator.working_area_tile": " Tile Entity Mode:§f Adjacent Blocks", - "gtceu.maintenance.configurable_duration": "Продолжительность: %fx", - "gtceu.maintenance.configurable_duration.changed_description": "Рецепты будут выполняться с длительностью %fx, применяемой перед разгоном.", - "gtceu.maintenance.configurable_duration.modify": "Модификатор продолжительности:", - "gtceu.maintenance.configurable_duration.unchanged_description": "Рецепты будут выполняться с нормальной скоростью. Измени конфигурацию для обновления.", - "gtceu.maintenance.configurable_time": "Время: %fx", - "gtceu.maintenance.configurable_time.changed_description": "Технические проблемы будут возникать с частотой, превыщающей обычную в %fx.", - "gtceu.maintenance.configurable_time.unchanged_description": "Технические проблемы будут возникать с обычной частотой. Измени конфигурацию для обновления.", - "gtceu.mixer": "Смешиватель", - "gtceu.muffler.recovery_tooltip": "§bШанс на возвращение: §f%d%%", - "gtceu.multiblock.advanced_processing_array.description": "Массив обработки объединяет до 64 одноблочных машин в единый мультиблок, что значительно упрощает автоматизацию.", - "gtceu.multiblock.assembly_line.description": "Линия сборки представляет собой крупную многоблочную структуру, состоящую из 5-16 \"долек\". Теоретически, это большая сборочная машина, используемая для создания усовершенствованных компонентов.", - "gtceu.multiblock.blast_furnace.max_temperature": "Накоплено тепла: %s", - "gtceu.multiblock.central_monitor.height": "Высота экрана:", - "gtceu.multiblock.central_monitor.height_modify": "Модификатор высоты: %d", - "gtceu.multiblock.central_monitor.low_power": "Мало питания", - "gtceu.multiblock.central_monitor.tooltip.0": "Это машина, которая контролирует механизмы, подключенные через цифровую крышку. Ты можешь легко отслеживать жидкости, предметы, энергию и состояния механизмов, подключенных к общей..", - "gtceu.multiblock.central_monitor.tooltip.1": "Вы можете построить центральный монитор от 3X2 до %dX%d (ширина X высота).", - "gtceu.multiblock.central_monitor.tooltip.2": "По умолчнанию высота 3. Вы можете настроить высоту экрана в интерфейсе до формирования структуры.", - "gtceu.multiblock.central_monitor.tooltip.3": "Потрбеление: %d EU/s за каждый экран.", - "gtceu.multiblock.central_monitor.width": "Ширина экрана: %d", - "gtceu.multiblock.charcoal_pile.description.0": "Превращает бревна в хрупкий древесный уголь в под зоной 9x4x9.", - "gtceu.multiblock.charcoal_pile.description.1": "", - "gtceu.multiblock.charcoal_pile.description.2": "Пол ямы должен быть из кирпича, а для стен и крыши можно использовать любые блоки, связанные с землей. Внутри ямы не должно быть блоков воздуха.", - "gtceu.multiblock.charcoal_pile.description.3": "", - "gtceu.multiblock.charcoal_pile.description.4": "Большие ямы требуют больше времени для переработки бревен, но являются более эффективными.", - "gtceu.multiblock.cleanroom.clean_amount": "Чистота: §a%s%%", - "gtceu.multiblock.cleanroom.clean_state": "Состояние: §aЧИСТО", - "gtceu.multiblock.cleanroom.dirty_state": "Состояние: §4ЗАГРЯЗНЕНО", - "gtceu.multiblock.coke_oven.description": "Коксовая печь - это мультблочная стукртура, используемая для получения кокса и креозота в ранней игре. Она не требует топлива и имеет внутренний бак на 32 ведра креозота. Доступ к его инвентарю можно получить через люк коксовой печи.", - "gtceu.multiblock.cracker.description": "Установка для крекинга нефти представляет собой мультиблочная струткруа, предназначенная для превращения легкого и тяжелого топлива в их крекинг-варианты.", - "gtceu.multiblock.cracking_unit.energy": "Использование энергии: %s%%", - "gtceu.multiblock.distillation_tower.description": "Дистилляционная башня представляет собой мультиблочную стукртуру, используемую для перегонки различных видов нефти и некоторых ее побочных продуктов. Каждый слой должен иметь ровно один выходной люк, начиная со второго слоя. Нижний слой может выводить элементы и вставлять жидкости в любом положении.", - "gtceu.multiblock.distillation_tower.distilling_fluid": "Дистилляция %s", - "gtceu.multiblock.electric_blast_furnace.description": "Элетрическая доменная печь (ЕДП) - это мультблочная стурктура, используемая для изготовления сплавов, и переплавки. Она необходима для получения высокоуровневых сплавов и металлов, таких как алюминий, нержавеющая сталь, титан, сплав наквада.", - "gtceu.multiblock.extreme_combustion_engine.description": "Extreme двигатель внутреннего сгорания - это мультиблочная стурктура работающая, как генератор внутреннегосгорания, вырабатывая энергию IV уровня.", - "gtceu.multiblock.fusion_reactor.energy": "EU: %d / %d", - "gtceu.multiblock.fusion_reactor.heat": "Тепло: %d", - "gtceu.multiblock.fusion_reactor.luv.description": "Термоядерный реактор МК 1 представляет собой большую мультиблочную структуру, используемую для слияния простых элементов в более сложные. Он может использовать только LuV, ZPM, и UV энергетические люки. За каждый люк его буфер увеличивается на 10M EU, и его максимальный объем на 160M.", - "gtceu.multiblock.fusion_reactor.uv.description": "Термоядерный реактор МК 3 представляет собой большую мультиблочную структуру, используемую для слияния простых элементов в более сложные. Он может использовать только UV энергетические люки. За каждый люк его буфер увеличивается на 40M EU, и его максимальный объем на 640M.", - "gtceu.multiblock.fusion_reactor.zpm.description": "Термоядерный реактор МК 2 представляет собой большую мультиблочную структуру, используемую для слияния простых элементов в более сложные. Он может использовать только ZPM и UV энергетические люки. За каждый люк его буфер увеличивается на 20M EU, и его максимальный объем на 320M.", - "gtceu.multiblock.generation_eu": "Выработка: §a%s EU/тик", - "gtceu.multiblock.idling": "Работа в холостую.", - "gtceu.multiblock.implosion_compressor.description": "Схлопывающий компрессор - это мультиблочная структура, которая с помощью взрыв, направленного внутрь сжимает пыль драгоценностей в соответствующие им драгоценные камни.", - "gtceu.multiblock.invalid_structure": "Неверная структура.", - "gtceu.multiblock.invalid_structure.tooltip": "Этот блок это контроллер мультблочной структуры. Для помощи в постройке, обратитесь к Jei.", - "gtceu.multiblock.large_boiler.description": "Большие котлы представляют собой многоблочную структуру, вырабатывающую пар из тепла и воды. В качестве источника энергии используется либо любое твердое топливо, либо дизель, либо полужидкое топливо. Для уменьшения паропроизводительности и расхода топлива можно снижать дросселирование с шагом 5%.", - "gtceu.multiblock.large_boiler.efficiency": "Эффективность: %s", - "gtceu.multiblock.large_boiler.explosion_tooltip": "Взорвется при подаче топлива без воды", - "gtceu.multiblock.large_boiler.heat_time_tooltip": "§7Занимает §f%d секунд §7 для вскипания", - "gtceu.multiblock.large_boiler.max_temperature": "Максимальная температура: %dK, Выработка пара: %dмБ/тик", - "gtceu.multiblock.large_boiler.rate_tooltip": "§7Производит §f%d Л §7 пара при использовании §f1 угля", - "gtceu.multiblock.large_boiler.steam_output": "Выход пара: %s Л/Тик", - "gtceu.multiblock.large_boiler.temperature": "Температура: %sK / %sK", - "gtceu.multiblock.large_boiler.throttle": "Дросселирование: %d", - "gtceu.multiblock.large_boiler.throttle.tooltip": "Бойлер может вырабатывать меньше пара и потреблять меньше топлива (КПД не теряется, и не влияет на время разогрева)", - "gtceu.multiblock.large_boiler.throttle_modify": "Модификатор дросселирования:", - "gtceu.multiblock.large_chemical_reactor.description": "Большой химический реактор проводит химические реакции с 100%% энергоэффективностью. Оверклоки умножают скорость и энергию в 4 раза. Мультиблок требует 1 Купроникелевый блок катушки, который нужно разместить рядом с PTFE корпусом трубы расположенным в центре.", - "gtceu.multiblock.large_combustion_engine.boost_disallowed": "§bУлучшение для Динамо-люка, чтобы включить форсирование кислордом.", - "gtceu.multiblock.large_combustion_engine.description": "Большой двигатель внутреннего сгорания представляет собой мультиблочную структуру, выполняющую роль генератора внутреннего сгорания и вырабатывающую ЭН энергию.", - "gtceu.multiblock.large_combustion_engine.liquid_oxygen_amount": "Количетсво сжиженного кислорода: %sЛ", - "gtceu.multiblock.large_combustion_engine.liquid_oxygen_boosted": "§bСжиженный кислород форсирован.", - "gtceu.multiblock.large_combustion_engine.lubricant_amount": "Количество смазки: %sЛ", - "gtceu.multiblock.large_combustion_engine.obstructed": "Воздухозаборники двигателя перекрыты.", - "gtceu.multiblock.large_combustion_engine.oxygen_amount": "Количество кислорода: %sЛ", - "gtceu.multiblock.large_combustion_engine.oxygen_boosted": "§bКислород форсирован.", - "gtceu.multiblock.large_combustion_engine.supply_liquid_oxygen_to_boost": "Подача сжиженного жидкого кислорода для форсированния.", - "gtceu.multiblock.large_combustion_engine.supply_oxygen_to_boost": "Подача кислорода для форсирования.", - "gtceu.multiblock.large_miner.done": "Готово!", - "gtceu.multiblock.large_miner.errorradius": "§cНевозможно изменить радиус, пока работаю!", - "gtceu.multiblock.large_miner.invfull": "Инвентарь полон!", - "gtceu.multiblock.large_miner.needsfluid": "Требуется буровая жидкость", - "gtceu.multiblock.large_miner.needspower": "Нужно питание!", - "gtceu.multiblock.large_miner.radius": "Радиус в блоках: §a%d§r", - "gtceu.multiblock.large_miner.steam": "Нужен пар!", - "gtceu.multiblock.large_miner.vent": "Вентиляция заблокирована!", - "gtceu.multiblock.large_miner.working": "Работает...", - "gtceu.multiblock.large_turbine.description": "Большие турбины это мультиблоки, которые производят энергию из пара, газов, и даже плазмы, вращаясь от ротора турбины. Выход энергии зависит от эффективности ротора и текущей скорости турбины. В центре конструкции используются оболочки коробки передач.", - "gtceu.multiblock.max_energy_per_tick": "Максимум EU/Тик: §a%s (%s§r)", - "gtceu.multiblock.monitor_screen.tooltip.0": "Графический интерфейс открывается нажатием правой кнопки мыши с отверткой в руках.", - "gtceu.multiblock.monitor_screen.tooltip.1": "В прокси-режиме цифровой интерфейс (Крышка) может делегировать возможности машин и графический интерфейса. (Да, ты можешь подключать трубы прямо в экран.)", - "gtceu.multiblock.monitor_screen.tooltip.2": "Экран также поддерживает плагины.", - "gtceu.multiblock.multi_furnace.description": "Мультиплавильный завод это мультиблочная стурктура, которая плавит огромный массивы материалов за раз. Различные уровни катушек обеспечивают различный прирост скорости и энергоэффективности соответсвтенно. 32 - это базовое значение количества предметов, выплавляемых за операцию, которое может быть увеличено за счет использования катушек более высокого уровня.", - "gtceu.multiblock.multi_furnace.heating_coil_discount": "EU форсирование нагревательной катушки: %sx", - "gtceu.multiblock.multi_furnace.heating_coil_level": "Уровень нагревательной катушки: %s", - "gtceu.multiblock.multiple_recipemaps.header": "Режим механизма:", - "gtceu.multiblock.multiple_recipemaps.switch_message": "Для переключения режимов машина должна быть выключена!", - "gtceu.multiblock.multiple_recipemaps.tooltip": "Screwdriver the controller to change which machine mode to use.", - "gtceu.multiblock.multiple_recipemaps_recipes.tooltip": "Режимы машины: §e%s§r", - "gtceu.multiblock.not_enough_energy": "ВНИМАНИЕ: Механизмам требуется больше энергии.", - "gtceu.multiblock.parallel": "Performing up to %d Recipes in Parallel", - "gtceu.multiblock.parallelizable.tooltip": "Can parallelize with Parallel Control Hatches.", - "gtceu.multiblock.pattern.clear_amount_1": "§6Спереди должно быть свободное пространство 1x1x1§r", - "gtceu.multiblock.pattern.clear_amount_3": "§6Спереди должно быть свободное пространство 3x3x1§r", - "gtceu.multiblock.pattern.error": "Expected components (%s) at (%s).", - "gtceu.multiblock.pattern.error.coils": "§cAll heating coils must be the same§r", - "gtceu.multiblock.pattern.error.batteries": "§cAll batteries must be the same§r", - "gtceu.multiblock.pattern.error.filters": "§cAll filters must be the same§r", - "gtceu.multiblock.pattern.error.limited.0": "§cMaximum: %d§r", - "gtceu.multiblock.pattern.error.limited.1": "§cMinimum: %d§r", - "gtceu.multiblock.pattern.error.limited.2": "§cMaximum: %d per layer§r", - "gtceu.multiblock.pattern.error.limited.3": "§cMinimum: %d per layer§r", - "gtceu.multiblock.pattern.error.limited_exact": "§cExactly: %d§r", - "gtceu.multiblock.pattern.error.limited_within": "§cBetween %d and %d§r", - "gtceu.multiblock.pattern.location_end": "§cVery End§r", - "gtceu.multiblock.pattern.replaceable_air": "Replaceable by Air", - "gtceu.multiblock.pattern.single": "§6Only this block can be used§r", - "gtceu.multiblock.preview.rotate": "Click and drag to rotate", - "gtceu.multiblock.power_substation.average_io": "Ср. Вх/Вых: %s EU/Тик", - "gtceu.multiblock.power_substation.average_io_hover": "Среднее изменение энергии внутреннего банка энергии электростанции", - "gtceu.multiblock.power_substation.capacity": "Емкость: %s EU", - "gtceu.multiblock.power_substation.passive_drain": "Саморазрядка: %s EU/Тик", - "gtceu.multiblock.power_substation.stored": "Накопленно: %s EU", - "gtceu.multiblock.power_substation.time_days": "%s Дней", - "gtceu.multiblock.power_substation.time_forever": "Навечно", - "gtceu.multiblock.power_substation.time_hours": "%s Часов", - "gtceu.multiblock.power_substation.time_minutes": "%s Минут", - "gtceu.multiblock.power_substation.time_seconds": "%s Секунд", - "gtceu.multiblock.power_substation.time_to_drain": "Время для опустошения: %s", - "gtceu.multiblock.power_substation.time_to_fill": "Время для заполнения: %s", - "gtceu.multiblock.power_substation.time_years": "%s Лет", - "gtceu.multiblock.power_substation.under_one_hour_left": "Less than 1 hour until fully drained!", - "gtceu.multiblock.preview.select": "Right-click to check candidates", - "gtceu.multiblock.preview.zoom": "Use mousewheel or right-click + drag to zoom", - "gtceu.multiblock.primitive_blast_furnace.bronze.description": "The Primitive Blast Furnace (PBF) is a multiblock structure used for cooking steel in the early game. Although not very fast, it will provide you with steel for your first setups.", - "gtceu.multiblock.primitive_water_pump.description": "Примитивный водный насос это пре-паровая мультблочная стурктура, которая собирает воду каждую секунду, количество воды зависит от биома, в котором она находиться. Он может использовать обычный насос, ULV или LV выходной люк, увеличивая количество воды за каждый уровень. Работает по формуле: Коэффициент биома * множитель люка.", - "gtceu.multiblock.primitive_water_pump.extra1.0": "Коэффициенты биомов", - "gtceu.multiblock.primitive_water_pump.extra1.1": " Океан, Река: 1000 Л/сек", - "gtceu.multiblock.primitive_water_pump.extra1.2": " Болото: 800 Л/сек", - "gtceu.multiblock.primitive_water_pump.extra1.3": " Джунгли: 350 Л/сек", - "gtceu.multiblock.primitive_water_pump.extra1.4": " Снежные биомы: 300 Л/сек", - "gtceu.multiblock.primitive_water_pump.extra1.5": " Равнины, Лес: 250 Л/сек", - "gtceu.multiblock.primitive_water_pump.extra1.6": " Тайга: 175 Л/сек", - "gtceu.multiblock.primitive_water_pump.extra1.7": " Пляж: 170 Л/сек", - "gtceu.multiblock.primitive_water_pump.extra1.8": " Другие: 100 Л/сек", - "gtceu.multiblock.primitive_water_pump.extra2.0": "Множители люков:", - "gtceu.multiblock.primitive_water_pump.extra2.1": " Люк помпы: 1x", - "gtceu.multiblock.primitive_water_pump.extra2.2": " ULV Output Hatch: 2x", - "gtceu.multiblock.primitive_water_pump.extra2.3": " НВ Output Hatch: 4x", - "gtceu.multiblock.primitive_water_pump.extra2.4": "", - "gtceu.multiblock.primitive_water_pump.extra2.5": "Пока идет дождь, производительность увеличивается на 50%%.", - "gtceu.multiblock.processing_array.description": "The Processing Array combines up to 16 single block machine(s) in a single multiblock, effectively easing automation.", - "gtceu.multiblock.progress": "Прогресс: %s%%", - "gtceu.multiblock.pyrolyse_oven.description": "Пиролизная печь - это мультблочная структура для превращения бревен и угля в Creosote Oil, or Ash and Heavy Oil.", - "gtceu.multiblock.pyrolyse_oven.speed": "Скорость производства: %s%%", - "gtceu.multiblock.require_steam_parts": "Требует паровые люки и шины!", - "gtceu.multiblock.running": "Работает идеально.", - "gtceu.multiblock.steam.low_steam": "Нехватает пара для запуска!", - "gtceu.multiblock.steam.steam_stored": "Пар: %s / %s мБ", - "gtceu.multiblock.steam_.duration_modifier": "Занимает §f1.5x §7базовой продолжительности. Не зависит от количества предметов.", - "gtceu.multiblock.steam_grinder.description": "Мультиблочный шлифовальный станок паровой эпохи. Требует не мении 14 бронзовых корпусов, чтобы сформироваться. Не может использовать нормальные принимающие шины и шины выдачи, люки для подачи жидкости (кроме парового люка).", - "gtceu.multiblock.steam_oven.description": "Мультиплавильный завод эпохи пара. Для формирования требуется не менее 6 бронзовых корпусов. Не может использовать нормальные принимающие шины и шины выдачи, люки для подачи жидкости (кроме парового люка). Паровой люк должен находиться снизу, и только один.", - "gtceu.multiblock.tank.tooltip": "Fill and drain through the controller or tank valves.", - "gtceu.multiblock.title": "Многоблочный шаблон", - "gtceu.multiblock.turbine.efficiency": "Turbine Efficiency: %s%%", - "gtceu.multiblock.turbine.efficiency_tooltip": "Каждый держатель ротора свыше %s§7 добавляет §f10%% эфффективности§7.", - "gtceu.multiblock.turbine.energy_per_tick": "Energy Output: %s/%s EU/t", - "gtceu.multiblock.turbine.energy_per_tick_maxed": "Energy Output: %s EU/t", - "gtceu.multiblock.turbine.fuel_amount": "Fuel Amount: %sL (%s)", - "gtceu.multiblock.turbine.obstructed": "Turbine Face Obstructed", - "gtceu.multiblock.turbine.rotor_durability": "Прочнось ротора: %s%%", - "gtceu.multiblock.turbine.rotor_speed": "Скорость вращение ротора: %s/%s Об/Мин", - "gtceu.multiblock.universal.distinct": "Различные шины:", - "gtceu.multiblock.universal.distinct.info": "Когда включено, каждая принимающая шина будет рассматриваться как полностью отличная от другой при поиске рецептов. Полезен для таких вещей, как программируемые схемы, формы экструдеров и т.д.", - "gtceu.multiblock.universal.distinct.no": "Нет", - "gtceu.multiblock.universal.distinct.yes": "Да", - "gtceu.multiblock.universal.has_problems": "Has Maintenance Problems!", - "gtceu.multiblock.universal.has_problems_header": "Fix the following issues in a Maintenance Hatch:", - "gtceu.multiblock.universal.muffler_obstructed": "Люк глушителя заблокирован!", - "gtceu.multiblock.universal.muffler_obstructed.tooltip": "Люк глушителя должен иметь блок воздушного пространства перед собой.", - "gtceu.multiblock.universal.no_problems": "No Maintenance Problems!", - "gtceu.multiblock.universal.problem.crowbar": "%s§7That doesn't belong there. (§aCrowbar§7)", - "gtceu.multiblock.universal.problem.hard_hammer": "%s§7Plating is dented. (§aHard Hammer§7)", - "gtceu.multiblock.universal.problem.screwdriver": "%s§7Screws are loose. (§aScrewdriver§7)", - "gtceu.multiblock.universal.problem.soft_mallet": "%s§7Something is stuck. (§aSoft Mallet§7)", - "gtceu.multiblock.universal.problem.wire_cutter": "%s§7Провода сгорели. (§aКусачки§7)", - "gtceu.multiblock.universal.problem.wrench": "%s§7труба ослаблена. (§aКлюч§7)", - "gtceu.multiblock.vacuum_freezer.description": "The Vacuum Freezer is a multiblock structure mainly used for freezing Hot Ingots into regular Ingots. However, it can also freeze other substances, such as Water.", - "gtceu.multiblock.validation_failed": "Invalid amount of inputs/outputs.", - "gtceu.multiblock.waiting": "WARNING: Machine is waiting.", - "gtceu.multiblock.work_paused": "Work Paused.", - "gtceu.ore_washer": "Рудопромывочная установка", - "gtceu.packer": "Упаковщик", - "gtceu.parallel_hatch_mk5": "Allows to run up to 4 recipes in parallel.", - "gtceu.parallel_hatch_mk6": "Allows to run up to 16 recipes in parallel.", - "gtceu.parallel_hatch_mk7": "Allows to run up to 64 recipes in parallel.", - "gtceu.parallel_hatch_mk8": "Allows to run up to 256 recipes in parallel.", - "gtceu.plasma_generator": "Plasma Generator", - "gtceu.polarizer": "Поляризатор", - "gtceu.primitive_blast_furnace": "Primitive Blast Furnace", - "gtceu.pyrolyse_oven": "Пиролизная печь", - "gtceu.recipe.amperage": "Сила тока: %,d", - "gtceu.recipe.chance": "Шанс: %s%% +%s%%/уровень", - "gtceu.recipe.cleanroom": "Требует %s", - "gtceu.recipe.cleanroom.display_name": "Стерелизационная", - "gtceu.recipe.cleanroom_sterile.display_name": "Чистая стерелизационная", - "gtceu.recipe.dimensions": "Измерение: %s", - "gtceu.recipe.duration": "Длительность: %,.2f секунд", - "gtceu.recipe.eu": "Использует: %,d EU/t (%s§r)", - "gtceu.recipe.eu_inverted": "Generation: %,d EU/t", - "gtceu.recipe.eu_to_start": "Energy To Start: %sEU", - "gtceu.recipe.explosive": "Explosive: %s", - "gtceu.recipe.not_consumed": "Does not get consumed in the process", - "gtceu.recipe.temperature": "Температура: %,dK", - "gtceu.recipe.total": "Всего: %,d EU", - "gtceu.recipe_logic.condition_fails": "Condition Fails", - "gtceu.recipe_logic.insufficient_fuel": "Insufficient Fuel", - "gtceu.recipe_logic.insufficient_in": "Insufficient Inputs", - "gtceu.recipe_logic.insufficient_out": "Insufficient Outputs", - "gtceu.recipe_memory_widget.tooltip.0": "§7Left click to automatically input this recipe into the crafting grid", - "gtceu.recipe_memory_widget.tooltip.1": "§7Shift click to lock/unlock this recipe", - "gtceu.recipe_type.show_recipes": "Show Recipes", - "gtceu.rock_breaker": "Rock Breaker", - "gtceu.sifter": "Авто-сито", - "gtceu.steam_boiler": "Паровой бойлер", - "gtceu.steam_turbine": "Паровая турбина", - "gtceu.tank_valve.tooltip": "Use to fill and drain multiblock tanks. Auto outputs when facing down.", - "gtceu.thermal_centrifuge": "Термальная Центрифуга", - "gtceu.tool_action.crowbar": "§8Use Crowbar to remove Covers", - "gtceu.tool_action.hammer": "§8Используй \"Обработку молотом\", чтобы заглушить звуки", - "gtceu.tool_action.screwdriver.access_covers": "§8Use Screwdriver to access Covers", - "gtceu.tool_action.screwdriver.auto_collapse": "§8Use Screwdriver to toggle Item collapsing", - "gtceu.tool_action.screwdriver.auto_output": "§8Use Screwdriver to toggle Auto-Output", - "gtceu.tool_action.screwdriver.auto_output_covers": "§8Use Screwdriver to Allow Input from Output Side or access Covers", - "gtceu.tool_action.screwdriver.toggle_mode": "§8Use Screwdriver to toggle Modes", - "gtceu.tool_action.screwdriver.toggle_mode_covers": "§8Use Screwdriver to toggle Modes or access Covers", - "gtceu.tool_action.show_tooltips": "Hold SHIFT to show Tool Info", - "gtceu.tool_action.soft_mallet.reset": "§8Use Soft Mallet to toggle Working", - "gtceu.tool_action.soft_mallet.toggle_mode": "§8Use Soft Mallet to toggle Modes", - "gtceu.tool_action.tape": "§8Use Tape to fix Maintenance Problems", - "gtceu.tool_action.wire_cutter.connect": "§8Используйте кусачки, чтобы установить соединение", - "gtceu.tool_action.wrench.connect": "§8Use Wrench to set Connections, sneak to block Connections", - "gtceu.tool_action.wrench.set_facing": "§8Use Wrench to set Facing", - "gtceu.tooltip.fluid_pipe_hold_shift": "§7Удерживайте SHIFT чтобы показать информацию о сдерживании жидкости", - "gtceu.tooltip.hold_ctrl": "§7Hold CTRL for more info", - "gtceu.tooltip.hold_shift": "§7Hold SHIFT for more info", - "gtceu.tooltip.tool_fluid_hold_shift": "§7Hold SHIFT to show Fluid Containment and Tool Info", - "gtceu.top.convert_eu": "Converting §eEU§r -> §cFE§r", - "gtceu.top.convert_fe": "Converting §cFE§r -> §eEU§r", - "gtceu.top.energy_consumption": "Using", - "gtceu.top.energy_production": "Producing", - "gtceu.top.filter.label": "Filter:", - "gtceu.top.fuel_min_consume": "Needs", - "gtceu.top.fuel_none": "No fuel", - "gtceu.top.invalid_structure": "Structure Incomplete", - "gtceu.top.link_cover.color": "Color:", - "gtceu.top.maintenance.crowbar": "That doesn't belong there", - "gtceu.top.maintenance.hard_hammer": "Plating is dented", - "gtceu.top.maintenance.screwdriver": "Screws are loose", - "gtceu.top.maintenance.soft_mallet": "Something is stuck", - "gtceu.top.maintenance.wire_cutter": "Провода сгорели", - "gtceu.top.maintenance.wrench": "Труба ослаблена", - "gtceu.top.maintenance_broken": "Needs Maintenance", - "gtceu.top.maintenance_fixed": "Maintenance Fine", - "gtceu.top.mode.export": "Exporting", - "gtceu.top.mode.import": "Importing", - "gtceu.top.obstructed_structure": "Structure Obstructed", - "gtceu.top.primitive_pump_production": "§Производство:", - "gtceu.top.transform_down": "§aStep Down§r", - "gtceu.top.transform_input": "§6Input:§r", - "gtceu.top.transform_output": "§9Output:§r", - "gtceu.top.transform_up": "§cStep Up§r", - "gtceu.top.unit.fluid_buckets": "Килолитры", - "gtceu.top.unit.fluid_milibuckets": "Литры", - "gtceu.top.unit.items": "Items", - "gtceu.top.valid_structure": "Structure Formed", - "gtceu.top.working_disabled": "Working Disabled", - "gtceu.universal.clear_nbt_recipe.tooltip": "§cThis will destroy all contents!", - "gtceu.universal.disabled": "Multiblock Sharing §4Disabled", - "gtceu.universal.enabled": "Multiblock Sharing §aEnabled", - "gtceu.universal.tooltip.amperage_in": "§eAmperage IN: §f%dA", - "gtceu.universal.tooltip.amperage_in_out": "§eAmperage IN/OUT: §f%dA", - "gtceu.universal.tooltip.amperage_in_out_till": "§eAmperage IN/OUT up to: §f%dA", - "gtceu.universal.tooltip.amperage_in_till": "§eAmperage IN up to: §f%dA", - "gtceu.universal.tooltip.amperage_out": "§eAmperage OUT: §f%dA", - "gtceu.universal.tooltip.amperage_out_till": "§eAmperage OUT up to: §f%dA", - "gtceu.universal.tooltip.base_production_eut": "§eBase Production: §f%d EU/t", - "gtceu.universal.tooltip.base_production_fluid": "§eBase Production: §f%d L/t", - "gtceu.universal.tooltip.chunk_mode": "Chunk Mode: ", - "gtceu.universal.tooltip.energy_storage_capacity": "§cEnergy Capacity: §r%d EU", - "gtceu.universal.tooltip.energy_tier_range": "§aДопустимые уровни напряжения: §f%s §f- %s", - "gtceu.universal.tooltip.fluid_storage_capacity": "§9Fluid Capacity: §f%d mB", - "gtceu.universal.tooltip.fluid_storage_capacity_mult": "§9Fluid Capacity: §f%d §7Tanks, §f%d L §7each", - "gtceu.universal.tooltip.fluid_stored": "§dFluid Stored: §f%s, %d mB", - "gtceu.universal.tooltip.fluid_transfer_rate": "§bСкорость передачи: §f%d mB/t", - "gtceu.universal.tooltip.item_storage_capacity": "§6Item Slots: §f%d", - "gtceu.universal.tooltip.item_storage_total": "§6Item Capacity: §f%d items", - "gtceu.universal.tooltip.item_stored": "§dItem Stored: §f%s, %d items", - "gtceu.universal.tooltip.item_transfer_rate": "§bTransfer Rate: §f%d items/s", - "gtceu.universal.tooltip.item_transfer_rate_stacks": "§bTransfer Rate: §f%d stacks/s", - "gtceu.universal.tooltip.max_voltage_in": "§aMax Voltage IN: §f%d (%s§f)", - "gtceu.universal.tooltip.max_voltage_in_out": "§aMax Voltage IN/OUT: §f%d EU/t (%s§f)", - "gtceu.universal.tooltip.max_voltage_out": "§aMax Voltage OUT: §f%d (%s§f)", - "gtceu.universal.tooltip.parallel": "§dMax Parallel: §f%d", - "gtceu.universal.tooltip.produces_fluid": "§eProduces: §f%d L/t", - "gtceu.universal.tooltip.requires_redstone": "§4Requires Redstone power", - "gtceu.universal.tooltip.silk_touch": "Silk Touch: ", - "gtceu.universal.tooltip.terrain_resist": "This Machine will not explode when exposed to the Elements", - "gtceu.universal.tooltip.uses_per_hour_lubricant": "Uses §f%d L/hr §7of Lubricant while working", - "gtceu.universal.tooltip.uses_per_op": "Uses §f%d EU/operation", - "gtceu.universal.tooltip.uses_per_second": "Uses §f%d EU/s §7while working", - "gtceu.universal.tooltip.uses_per_tick": "Uses §f%d EU/t §7while working", - "gtceu.universal.tooltip.uses_per_tick_steam": "Использует §f%d литров/тик §7 пара во время работы", - "gtceu.universal.tooltip.voltage_in": "§aVoltage IN: §f%d EU/t (%s§f)", - "gtceu.universal.tooltip.voltage_in_out": "§aVoltage IN/OUT: §f%d EU/t (%s§f)", - "gtceu.universal.tooltip.voltage_out": "§aVoltage OUT: §f%d EU/t (%s§f)", - "gtceu.universal.tooltip.working_area": "§bWorking Area: §f%dx%d", - "gtceu.universal.tooltip.working_area_chunks": "§bWorking Area: §f%dx%d Chunks", - "gtceu.universal.tooltip.working_area_chunks_max": "§bMax Working Area: §f%dx%d Chunks", - "gtceu.universal.tooltip.working_area_max": "§bMax Working Area: §f%dx%d", - "gtceu.vacuum_freezer": "Vacuum Freezer", - "gtceu.wiremill": "Проволочный станок", - "gui.widget.incrementButton.default_tooltip": "Hold Shift, Ctrl or both to change the amount", - "gui.widget.recipeProgressWidget.default_tooltip": "Show Recipes", - "item.ash_dust": "Пепел", - "item.ash_small_dust": "Небольшая кучка пепла", - "item.ash_tiny_dust": "Крошечная кучка пепла", - "item.basaltic_mineral_sand_dust": "Базальтовый минеральный песок", - "item.basaltic_mineral_sand_small_dust": "Небольшая куча базальтового минерального песка", - "item.basaltic_mineral_sand_tiny_dust": "Крошечная кучка базальтового минерального песка", - "item.bentonite_crushed": "Молотый бентонит", - "item.bentonite_dust": "Бентонит", - "item.bentonite_impure_dust": "Неочищенная кучка бентонита", - "item.bentonite_pure_dust": "Очищенная кучка бентонита", - "item.bentonite_purified_ore": "Очищенный бентонит", - "item.bentonite_refined_ore": "Обработанный бентонит", - "item.bentonite_small_dust": "Небольшая кучка бентонита", - "item.bentonite_tiny_dust": "Крошечная кучка бентонита", - "item.blaze_small_dust": "Небольшая кучка огненного порошка", - "item.blaze_tiny_dust": "Крошечная кучка огненного порошка", - "item.bone_dust": "Костная мука", - "item.bone_small_dust": "Небольшая кучка костной муки", - "item.bone_tiny_dust": "Крошечная кучка костной муки", - "item.borosilicate_glass_fine_wire": "Волокна из боросиликатного стекла", - "item.borosilicate_glass_ingot": "Прут из боросиликатного стекла", - "item.cassiterite_sand_crushed": "Молотый касситеритовый песок", - "item.cassiterite_sand_dust": "Касситеритовый песок", - "item.cassiterite_sand_impure_dust": "Неочищенная куча касситеритового песка", - "item.cassiterite_sand_pure_dust": "Очищенная куча касситеритового песка", - "item.cassiterite_sand_purified_ore": "Очищенный касситеритовый песок", - "item.cassiterite_sand_refined_ore": "Обработанный касситеритовый песок", - "item.cassiterite_sand_small_dust": "Небольшая куча касситеритового песка", - "item.cassiterite_sand_tiny_dust": "Крошечная кучка касситеритового песка", - "item.dark_ash_dust": "Темный пепел", - "item.dark_ash_small_dust": "Небольшая кучка темного пепла", - "item.dark_ash_tiny_dust": "Крошечная кучка темного пепла", - "item.fullers_earth_dust": "Фуллерова земля", - "item.fullers_earth_small_dust": "Небольшая куча Фуллеровой земли", - "item.fullers_earth_tiny_dust": "Крошечная кучка Фуллеровой земли", - "item.garnet_sand_dust": "Гранатовый песок", - "item.garnet_sand_small_dust": "Небольшая кучка гранатового песка", - "item.garnet_sand_tiny_dust": "Крошечная кучка гранатового песка", - "item.glass.lens": "Стеклянная линза (Белая)", - "item.glass_chipped_gem": "Сколотый хрусталь", - "item.glass_flawed_gem": "Хрусталь с дефектами", - "item.glass_gem": "Хрусталь", - "item.glass_gemExquisite": "Изысканный хрусталь", - "item.glass_gemFlawless": "Безупречный хрусталь", - "item.glass_plate": "Стеклянная панель", - "item.glauconite_sand_dust": "Глауконитовый песок", - "item.glauconite_sand_small_dust": "Небольшая кучка глауконитового песка", - "item.glauconite_sand_tiny_dust": "Крошечная кучка глауконитового песка", - "item.granitic_mineral_sand_dust": "Гранитный минеральный песок", - "item.granitic_mineral_sand_small_dust": "Небольшая кучка гранитного минерального песка", - "item.granitic_mineral_sand_tiny_dust": "Крошечная кучка гранитного минерального песка", - "item.gtceu.activity_detector_cover": "Детектор активности", - "item.gtceu.advanced_activity_detector_cover": "Продвинутый детектор активности", - "item.gtceu.advanced_energy_detector_cover": "Продвинутый детектор энергии", - "item.gtceu.advanced_fluid_detector_cover": "Продвинутый детектор жидкости", - "item.gtceu.advanced_fluid_voiding_cover": "Продвинутая жидкостная бездна (Крышка)", - "item.gtceu.advanced_integrated_circuit": "Продвинутая интегральная схема", - "item.gtceu.advanced_item_detector_cover": "Продвинутый детектор предметов", - "item.gtceu.advanced_item_voiding_cover": "Продвинутая предметная бездна (Крышка)", - "item.gtceu.advanced_power_thruster": "Продвинутый силовой ускоритель", - "item.gtceu.advanced_smd_capacitor": "Продвинутый онденсатор поверхностного монтажа", - "item.gtceu.advanced_smd_diode": "Продвинутыый диод поверхностного монтажа", - "item.gtceu.advanced_smd_inductor": "Продвинутый индуктор поверхностного монтажа", - "item.gtceu.advanced_smd_resistor": "Продвинутый резистор поверхностного монтажа", - "item.gtceu.advanced_smd_transistor": "Продвинутый транзистор поверхностного монтажа", - "item.gtceu.advanced_soc": "Продвинутый центр безопасности", - "item.gtceu.advanced_soc_wafer": "Продвинутая фотолитографная пластина центра безопасности", - "item.gtceu.aluminium_fluid_cell": "Алюминевая ячейка", - "item.gtceu.ancient_gold_coin": "Древняя золотая монета", - "item.gtceu.anvil_casting_mold": "Литейная форма (Наковальная)", - "item.gtceu.ball_casting_mold": "Литейная форма (Шар)", - "item.gtceu.basic_electronic_circuit": "Базовая электрическая плата", - "item.gtceu.basic_integrated_circuit": "Базовая интегральная плата", - "item.gtceu.battery.charge_detailed": "%d/%d EU - уровень %s §7(§%c%d%s осталось§7)", - "item.gtceu.battery.charge_time": "§aСодержит %s%s энергии (%s)", - "item.gtceu.battery.charge_unit.hour": "час", - "item.gtceu.battery.charge_unit.minute": "минута", - "item.gtceu.battery.charge_unit.second": "секунда", - "item.gtceu.battery.ev.vanadium.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.battery.hull.ev.tooltip": "§7Пустой §5ЭН §7Корпус аккумулятора", - "item.gtceu.battery.hull.hv.tooltip": "§7Пустой §6HV §7Корпус аккумулятора", - "item.gtceu.battery.hull.iv.tooltip": "§7Пустой §1IV §7Корпус аккумулятора", - "item.gtceu.battery.hull.luv.tooltip": "§7Пустой §dLuV §7Корпус аккумулятора", - "item.gtceu.battery.hull.lv.tooltip": "§7Пустой НВ Корпус аккумулятора", - "item.gtceu.battery.hull.mv.tooltip": "§Пустой §bMV §7Корпус аккумулятора", - "item.gtceu.battery.hull.uv.tooltip": "§7Пустой §3UV §7Корпус аккумулятора", - "item.gtceu.battery.hull.zpm.tooltip": "§7Пустой §fМНТ §7Корпус аккумулятора", - "item.gtceu.battery.iv.vanadium.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.battery.luv.vanadium.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.battery.re.hv.cadmium.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.battery.re.hv.lithium.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.battery.re.hv.sodium.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.battery.re.lv.cadmium.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.battery.re.lv.lithium.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.battery.re.lv.sodium.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.battery.re.mv.cadmium.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.battery.re.mv.lithium.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.battery.re.mv.sodium.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.battery.re.ulv.tantalum.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.battery.uv.naquadria.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.battery.zpm.naquadria.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.bio_chaff": "Био мякина", - "item.gtceu.black_dye_spray_can": "Балончик с чёрной краской", - "item.gtceu.black_glass_lens": "Стеклянная линза (Черная)", - "item.gtceu.blacklight": "Черная лампочка", - "item.gtceu.block_casting_mold": "Литейная форма (Блок)", - "item.gtceu.block_extruder_mold": "Форма для экструдера (Блок)", - "item.gtceu.blue_dye_spray_can": "Балончик с синей краской", - "item.gtceu.blue_glass_lens": "Стеклянная линза (Синяя)", - "item.gtceu.board.coated.tooltip": "§7A Доска из картона", - "item.gtceu.board.epoxy.tooltip": "§7An Продвинутая доска", - "item.gtceu.board.fiber_reinforced.tooltip": "§7An Extreme Board", - "item.gtceu.board.multilayer.fiber_reinforced.tooltip": "§7Высококлассная плата", - "item.gtceu.board.phenolic.tooltip": "§7A Good Board", - "item.gtceu.board.plastic.tooltip": "§7A Good Board", - "item.gtceu.board.wetware.tooltip": "§7Живая плата", - "item.gtceu.bolt_extruder_mold": "Форма для экструдера (Болт)", - "item.gtceu.bottle.purple.drink.tooltip": "§7Как насчет лимонада?. Или чая? У меня есть фиолетовый напиток!", - "item.gtceu.bottle_casting_mold": "Литейная форма (Бутылка)", - "item.gtceu.bottle_extruder_mold": "Форма для экструдера (Бутылка)", - "item.gtceu.boule.glowstone.tooltip": "§7Необработанная плата", - "item.gtceu.boule.naquadah.tooltip": "§7Необработанная плата", - "item.gtceu.boule.neutronium.tooltip": "§7Необработанная плата", - "item.gtceu.boule.silicon.tooltip": "§7Необработанная плата", - "item.gtceu.brick.fireclay.tooltip": "§7Устойчива к жару", - "item.gtceu.brick_wooden_form": "Деревянная форма кирпича", - "item.gtceu.brown_dye_spray_can": "Балончик с коричневой краской", - "item.gtceu.brown_glass_lens": "Стеклянная линза (Коричневая)", - "item.gtceu.bucket": "Ведро (%s) ", - "item.gtceu.capacitor": "Конденсатор", - "item.gtceu.carbon_fiber_mesh": "Сетка из углеродного волокна", - "item.gtceu.carbon_fiber_plate": "Пластина из углеродного волокна", - "item.gtceu.carbon_fibers": "Необработанные углеродные волокна", - "item.gtceu.cell_extruder_mold": "Форма для экструдера (Ячейка)", - "item.gtceu.chemical_black_dye": "Chemical Black Dye", - "item.gtceu.chemical_blue_dye": "Chemical Blue Dye", - "item.gtceu.chemical_brown_dye": "Chemical Brown Dye", - "item.gtceu.chemical_cyan_dye": "Chemical Cyan Dye", - "item.gtceu.chemical_gray_dye": "Chemical Gray Dye", - "item.gtceu.chemical_green_dye": "Chemical Green Dye", - "item.gtceu.chemical_light_blue_dye": "Chemical Light Blue Dye", - "item.gtceu.chemical_light_gray_dye": "Chemical Light Gray Dye", - "item.gtceu.chemical_lime_dye": "Chemical Lime Dye", - "item.gtceu.chemical_magenta_dye": "Chemical Magenta Dye", - "item.gtceu.chemical_orange_dye": "Chemical Orange Dye", - "item.gtceu.chemical_pink_dye": "Chemical Pink Dye", - "item.gtceu.chemical_purple_dye": "Chemical Purple Dye", - "item.gtceu.chemical_red_dye": "Chemical Red Dye", - "item.gtceu.chemical_white_dye": "Chemical White Dye", - "item.gtceu.chemical_yellow_dye": "Chemical Yellow Dye", - "item.gtceu.chocolate_coin": "Шоколадная монетка :)", - "item.gtceu.circuit.advanced_integrated.tooltip.0": "§7Еще меньше и мощнее", - "item.gtceu.circuit.advanced_integrated.tooltip.1": "§6HV Плата", - "item.gtceu.circuit.assembly.tooltip.0": "§7Потрясающая скорость вычислений!", - "item.gtceu.circuit.assembly.tooltip.1": "§eHV Плата", - "item.gtceu.circuit.basic_integrated.tooltip.0": "§7Еще меньше и мощнее", - "item.gtceu.circuit.basic_integrated.tooltip.1": "§6НВ Плата", - "item.gtceu.circuit.crystal_assembly.tooltip.0": "§7Преимущества гравировки кристаллов", - "item.gtceu.circuit.crystal_assembly.tooltip.1": "§9LuV Плата", - "item.gtceu.circuit.crystal_computer.tooltip.0": "§7Преимущества гравировки кристаллов", - "item.gtceu.circuit.crystal_computer.tooltip.1": "§9МНТ Плата", - "item.gtceu.circuit.crystal_mainframe.tooltip.0": "§7Преимущества гравировки кристаллов", - "item.gtceu.circuit.crystal_mainframe.tooltip.1": "§9UV Плата", - "item.gtceu.circuit.crystal_processor.tooltip.0": "§7Преимущества гравировки кристаллов", - "item.gtceu.circuit.crystal_processor.tooltip.1": "§9IV Плата", - "item.gtceu.circuit.electronic.tooltip.0": "§7Твоя первая плата", - "item.gtceu.circuit.electronic.tooltip.1": "§cНВ Плата", - "item.gtceu.circuit.good_electronic.tooltip.0": "§7Твоя вторая плата", - "item.gtceu.circuit.good_electronic.tooltip.1": "§cMV Плата", - "item.gtceu.circuit.good_integrated.tooltip.0": "§7Еще меньше и мощнее", - "item.gtceu.circuit.good_integrated.tooltip.1": "§6MV Плата", - "item.gtceu.circuit.integrated.gui": "§7Программируемая конфигурация платы", - "item.gtceu.circuit.integrated.tooltip": "§7Используется для открытия интерфейса конфигурации", - "item.gtceu.circuit.mainframe.tooltip.0": "§7Потрясающая скорость вычислений!", - "item.gtceu.circuit.mainframe.tooltip.1": "§eIV Плата", - "item.gtceu.circuit.microprocessor.tooltip.0": "§7A Высшая базовая плата", - "item.gtceu.circuit.microprocessor.tooltip.1": "§eНВ Плата", - "item.gtceu.circuit.nand_chip.tooltip.0": "§7A Высшая простая плата", - "item.gtceu.circuit.nand_chip.tooltip.1": "§6UНВ Плата", - "item.gtceu.circuit.nano_assembly.tooltip.0": "§7Меньше, как никогда!", - "item.gtceu.circuit.nano_assembly.tooltip.1": "§bЭН Плата", - "item.gtceu.circuit.nano_computer.tooltip.0": "§7Меньше, как никогда!", - "item.gtceu.circuit.nano_computer.tooltip.1": "§bIV Плата", - "item.gtceu.circuit.nano_mainframe.tooltip.0": "§7Меньше, как никогда!", - "item.gtceu.circuit.nano_mainframe.tooltip.1": "§bLuV Плата", - "item.gtceu.circuit.nano_processor.tooltip.0": "§7Меньше, как никогда!", - "item.gtceu.circuit.nano_processor.tooltip.1": "§bHV Плата", - "item.gtceu.circuit.processor.tooltip.0": "§7Потрясающая скорость вычислений", - "item.gtceu.circuit.processor.tooltip.1": "§eMV Плата", - "item.gtceu.circuit.quantum_assembly.tooltip.0": "§7Квантовые вычисления воплощаются в жизнь!", - "item.gtceu.circuit.quantum_assembly.tooltip.1": "§aIV Плата", - "item.gtceu.circuit.quantum_computer.tooltip.0": "§7Квантовые вычисления воплощаются в жизнь!", - "item.gtceu.circuit.quantum_computer.tooltip.1": "§aLuV Плата", - "item.gtceu.circuit.quantum_mainframe.tooltip.0": "§7Квантовые вычисления воплощаются в жизнь!", - "item.gtceu.circuit.quantum_mainframe.tooltip.1": "§aМНТ Плата", - "item.gtceu.circuit.quantum_processor.tooltip.0": "§7Квантовые вычисления воплощаются в жизнь!", - "item.gtceu.circuit.quantum_processor.tooltip.1": "§aЭН Плата", - "item.gtceu.circuit.vacuum_tube.tooltip.0": "§7Чисто технически это диод", - "item.gtceu.circuit.vacuum_tube.tooltip.1": "§cUНВ Уровень", - "item.gtceu.circuit.wetware_assembly.tooltip.0": "§7Может запустить майнкрафт", - "item.gtceu.circuit.wetware_assembly.tooltip.1": "§4МНТ Плата", - "item.gtceu.circuit.wetware_computer.tooltip.0": "§7Великолепное слияние плоти и машины.", - "item.gtceu.circuit.wetware_computer.tooltip.1": "§4UV Плата", - "item.gtceu.circuit.wetware_mainframe.tooltip.0": "§7Лучшее, что человек когда-либо видел", - "item.gtceu.circuit.wetware_mainframe.tooltip.1": "§4UHV Плата", - "item.gtceu.circuit.wetware_processor.tooltip.0": "§7У вас есть ощущение, что оно наблюдает за вами?", - "item.gtceu.circuit.wetware_processor.tooltip.1": "§4LuV Плата", - "item.gtceu.circuit.workstation.tooltip.0": "§7Потрясающая скорость вычислений!", - "item.gtceu.circuit.workstation.tooltip.1": "§eЭН Плата", - "item.gtceu.circuit_board.advanced.tooltip": "§7An Продвинутая печатная плата", - "item.gtceu.circuit_board.basic.tooltip": "§7A Базовая печатная плата", - "item.gtceu.circuit_board.elite.tooltip": "§7An Высококлассная печатная плата", - "item.gtceu.circuit_board.extreme.tooltip": "§7A More Продвинутая печатная плата", - "item.gtceu.circuit_board.good.tooltip": "§7A Good Печатная плата", - "item.gtceu.circuit_board.plastic.tooltip": "§7A Good Печатная плата", - "item.gtceu.circuit_board.wetware.tooltip": "§7Оно поддерживает жизнь", - "item.gtceu.coin.chocolate.tooltip": "§7В золотой упаковке", - "item.gtceu.coin.doge.tooltip": "§7вау как много мпонет сколько деньпег кримпто помжалуста майнить очень богнатый очень вамлютно вау", - "item.gtceu.coin.gold.ancient.tooltip": "§7Найдено в древних руинах", - "item.gtceu.coke_oven_brick": "Кирпич коксовой печи", - "item.gtceu.component.advanced_smd.capacitor.tooltip": "§7Продвинутый компонент электроники", - "item.gtceu.component.advanced_smd.diode.tooltip": "§7Продвинутый компонент электроники", - "item.gtceu.component.advanced_smd.inductor.tooltip": "§7Продвинутый компонент электроники", - "item.gtceu.component.advanced_smd.resistor.tooltip": "§7Продвинутый компонент электроники", - "item.gtceu.component.advanced_smd.transistor.tooltip": "§7Продвинутый компонент электроники", - "item.gtceu.component.capacitor.tooltip": "§7Базовый электронный компонент", - "item.gtceu.component.diode.tooltip": "§7Базовый электронный компонент", - "item.gtceu.component.inductor.tooltip": "§7A Малая катушка", - "item.gtceu.component.resistor.tooltip": "§7Базовый электронный компонент", - "item.gtceu.component.smd.capacitor.tooltip": "§7Электронный компонент", - "item.gtceu.component.smd.diode.tooltip": "§7Электронный компонент", - "item.gtceu.component.smd.inductor.tooltip": "§7Электронный компонент", - "item.gtceu.component.smd.resistor.tooltip": "§7Электронный компонент", - "item.gtceu.component.smd.transistor.tooltip": "§7Электронный компонент", - "item.gtceu.component.transistor.tooltip": "§7Базовый электронный компонент", - "item.gtceu.compressed_clay": "Сжатая глина", - "item.gtceu.compressed_coke_clay": "Сжатая коксовая глина", - "item.gtceu.compressed_fireclay": "Прессованный огнеупорная глина", - "item.gtceu.computer_monitor_cover": "Монитор компьютера", - "item.gtceu.conveyor.module.tooltip": "§7Transfers §fItems§7 at specific rates as §fCover§7.", - "item.gtceu.copper_credit": "Медный Кредит", - "item.gtceu.cover.activity.detector.tooltip": "§7Gives out §fActivity Status§7 as Redstone as §fCover§7.", - "item.gtceu.cover.activity.detector_advanced.tooltip": "§7Gives out §fMachine Progress§7 as Redstone as §fCover§7.", - "item.gtceu.cover.controller.tooltip": "§7Turns Machines §fON/OFF§7 as §fCover§7.", - "item.gtceu.cover.crafting.tooltip": "§fAdvanced Workbench§7 on a Machine as §fCover§7.", - "item.gtceu.cover.ender_fluid_link.tooltip": "§7Transports §fFluids§7 with a §fWireless §dEnder§f Connection§7 as §fCover§7.", - "item.gtceu.cover.energy.detector.advanced.tooltip": "§7Gives §fRS-Latch§7 controlled §fEnergy Status§7 as Redstone as §fCover§7.", - "item.gtceu.cover.energy.detector.tooltip": "§7Gives out §fEnergy Amount§7 as Redstone as §fCover§7.", - "item.gtceu.cover.facade.tooltip": "§7Decorative Outfit §fCover§7.", - "item.gtceu.cover.fluid.detector.advanced.tooltip": "§7Gives §fRS-Latch§7 controlled §fFluid Storage Status§7 as Redstone as §fCover§7.", - "item.gtceu.cover.fluid.detector.tooltip": "§7Gives out §fFluid Amount§7 as Redstone as §fCover§7.", - "item.gtceu.cover.fluid.voiding.advanced.tooltip.0": "§7Voids §fFluids§7 with amount control as §fCover§7.", - "item.gtceu.cover.fluid.voiding.advanced.tooltip.1": "Activate with §fSoft Mallet§7 after placement.", - "item.gtceu.cover.fluid.voiding.tooltip.0": "§7Voids §fFluids§7 as §fCover§7.", - "item.gtceu.cover.fluid.voiding.tooltip.1": "Activate with §fSoft Mallet§7 after placement.", - "item.gtceu.cover.infinite_water.tooltip": "§7Fills attached containers with §9Water§7 as §fCover§7.", - "item.gtceu.cover.item.detector.advanced.tooltip": "§7Gives §fRS-Latch§7 controlled §fItem Storage Status§7 as Redstone as §fCover§7.", - "item.gtceu.cover.item.detector.tooltip": "§7Gives out §fItem Amount§7 as Redstone as §fCover§7.", - "item.gtceu.cover.item.voiding.advanced.tooltip.0": "§7Voids §fItems§7 with amount control as §fCover§7.", - "item.gtceu.cover.item.voiding.advanced.tooltip.1": "Activate with §fSoft Mallet§7 after placement.", - "item.gtceu.cover.item.voiding.tooltip.0": "§7Voids §fItems§7 as §fCover§7.", - "item.gtceu.cover.item.voiding.tooltip.1": "Activate with §fSoft Mallet§7 after placement.", - "item.gtceu.cover.screen.tooltip": "§7Displays §fData§7 as §fCover§7.", - "item.gtceu.cover.shutter.tooltip": "§fBlocks Transfer§7 through attached Side as §fCover§7.", - "item.gtceu.cover.solar.panel.tooltip.0": "§7May the Sun be with you.", - "item.gtceu.cover.solar.panel.tooltip.1": "Produces §fEnergy§7 from the §eSun§7 as §fCover§7.", - "item.gtceu.cpu_chip": "Чип для ЦП", - "item.gtceu.cpu_wafer": "Фотолитографная пластина для ЦП", - "item.gtceu.crafting_table_cover": "Верстак (Крышка)", - "item.gtceu.credit.copper.tooltip": "§70.125 Кредитов", - "item.gtceu.credit.cupronickel.tooltip": "§71 Кредит", - "item.gtceu.credit.gold.tooltip": "§764 Кредитов", - "item.gtceu.credit.naquadah.tooltip": "§732768 Кредитов", - "item.gtceu.credit.neutronium.tooltip": "§7262144 Кредитов", - "item.gtceu.credit.osmium.tooltip": "§74096 Кредитов", - "item.gtceu.credit.platinum.tooltip": "§7512 Кредитов", - "item.gtceu.credit.silver.tooltip": "§78 Кредитов", - "item.gtceu.credit_casting_mold": "Литейная форма (Кредит)", - "item.gtceu.crystal.central_processing_unit.tooltip": "§7Crystal Processing Unit", - "item.gtceu.crystal.raw.tooltip": "§7Необработанный кристалический процессор", - "item.gtceu.crystal.raw_chip.tooltip": "§7асти необработанного кристалического процессора", - "item.gtceu.crystal.system_on_chip.tooltip": "§7Кристальная система на чипе", - "item.gtceu.crystal_cpu": "Кристал ЦП", - "item.gtceu.crystal_processor": "Crystal Processor", - "item.gtceu.crystal_processor_assembly": "Crystal Processor Assembly", - "item.gtceu.crystal_processor_computer": "Crystal Processor Supercomputer", - "item.gtceu.crystal_processor_mainframe": "Crystal Processor Mainframe", - "item.gtceu.crystal_soc": "Crystal SoC", - "item.gtceu.cupronickel_credit": "Купоникелевый Кредит", - "item.gtceu.cyan_dye_spray_can": "Балончик с бирюзовой краской", - "item.gtceu.cyan_glass_lens": "Стеклянная линза (Бирюзовая)", - "item.gtceu.cylinder_casting_mold": "Литейная форма (Цилиндр)", - "item.gtceu.data_orb": "Сфера данных", - "item.gtceu.data_stick": "Накопитель данных", - "item.gtceu.diamond_grinding_head": "Алмазная шлифовальная головка", - "item.gtceu.digital_interface_cover": "Цифровой интерфейс", - "item.gtceu.diode": "Диод", - "item.gtceu.doge_coin": "Доге койн", - "item.gtceu.duct_tape": "BrainTech Aerospace Продвинутый усиленный скотч FAL-84", - "item.gtceu.duct_tape.tooltip": "§7Если вы не можете починить с помощью скотча, используйте больше скотча!", - "item.gtceu.electric.pump.tooltip": "§7Передает §fжидкости§7 со скоростью как §fкрышка§7.", - "item.gtceu.empty_mold": "Пустая форма", - "item.gtceu.empty_spray_can": "Балончик (Пустой)", - "item.gtceu.empty_wooden_form": "Пустая деревянная форма", - "item.gtceu.ender_fluid_link_cover": "Эндер жидкостная связь", - "item.gtceu.energium_dust": "Пыль энергиума", - "item.gtceu.energy.cluster.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.energy.lapotronic_orb.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.energy.lapotronic_orb_cluster.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.energy.module.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.energy_cluster": "Энергетический кристалл", - "item.gtceu.energy_crystal": "Кристалл энергиума", - "item.gtceu.energy_crystal.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.energy_detector_cover": "Energy Detector", - "item.gtceu.energy_module": "Energy Module", - "item.gtceu.engraved.crystal_chip.tooltip": "§7Нужжно для плат", - "item.gtceu.engraved_crystal_chip": "Engraved Crystal Чип", - "item.gtceu.engraved_lapotron_crystal_chip": "Engraved Lapotron Crystal Чип", - "item.gtceu.epoxy_circuit_board": "Эпоксидная плата", - "item.gtceu.epoxy_printed_circuit_board": "Эпоксидная печатная плата", - "item.gtceu.ev_battery_hull": "Маленькая оболочка аккумулятора из ванадия", - "item.gtceu.ev_conveyor_module": "ЭН Модуль конвейера", - "item.gtceu.ev_electric_motor": "ЭН Электромотор", - "item.gtceu.ev_electric_piston": "ЭН Электрический поршень", - "item.gtceu.ev_electric_pump": "ЭН Электрический насос", - "item.gtceu.ev_emitter": "ЭН Излучатель", - "item.gtceu.ev_field_generator": "ЭН Генератор поля", - "item.gtceu.ev_fluid_regulator": "ЭН Регулятор жидкости", - "item.gtceu.ev_robot_arm": "ЭН Робо-рука", - "item.gtceu.ev_sensor": "ЭН Сенсор", - "item.gtceu.ev_solar_panel": "ЭН Солнечная панель", - "item.gtceu.ev_vanadium_battery": "Малый ванадиевый аккумулятор", - "item.gtceu.ev_voltage_coil": "ЭН Катушка", - "item.gtceu.facade_cover": "Cover Facade", - "item.gtceu.fertilizer": "Удобрения", - "item.gtceu.fiber_reinforced_circuit_board": "Армированная фиброй плата", - "item.gtceu.fiber_reinforced_printed_circuit_board": "Армированная фиброй печатная плата", - "item.gtceu.firebrick": "Огнеупорный кирпич", - "item.gtceu.fluid.regulator.tooltip": "§7Limits §fFluids§7 to specific quantities as §fCover§7.", - "item.gtceu.fluid_cell": "Жидкостная ячейка", - "item.gtceu.fluid_detector_cover": "Fluid Detector", - "item.gtceu.fluid_filter": "Жидкостный фильтр", - "item.gtceu.fluid_filter.tooltip.0": "§7Filters §fFluid§7 I/O as §fCover§7.", - "item.gtceu.fluid_filter.tooltip.1": "Может использоваться, как §fэлектрический насос§7 и §fегулятор жидкости§7.", - "item.gtceu.fluid_tag_filter": "Fluid Tag Filter", - "item.gtceu.fluid_voiding_cover": "Fluid Voiding Cover", - "item.gtceu.foam_sprayer.tooltip.0": "§7Распыляет строительную пену", - "item.gtceu.foam_sprayer.tooltip.1": "Используйте на каркасе для заполнения пеной соединенных каркасов", - "item.gtceu.foam_sprayer.tooltip.2": "Пена может быть покрашена", - "item.gtceu.foil_extruder_mold": "Форма для экструдера (Фольга)", - "item.gtceu.gear_casting_mold": "Литейная форма (Шестерня)", - "item.gtceu.gear_extruder_mold": "Форма для экструдера (Шестерня)", - "item.gtceu.gelled_toluene": "Гелированный толуол", - "item.gtceu.gelled_toluene.tooltip": "§7Сырая взрывчатка", - "item.gtceu.glass_tube": "Стеклянная трубка", - "item.gtceu.glass_vial": "Стеклянный флакон", - "item.gtceu.gold_credit": "Золотой Кредит", - "item.gtceu.good_electronic_circuit": "Good Электрическая плата", - "item.gtceu.good_integrated_circuit": "Good Интегральная плата", - "item.gtceu.gravi_star": "Gravi-Star", - "item.gtceu.gravistar.tooltip": "§7Cверхтехнологичная звезда незера", - "item.gtceu.gravitation_engine_unit": "Gravitation Engine Unit", - "item.gtceu.gray_dye_spray_can": "Балончик с серой краской", - "item.gtceu.gray_glass_lens": "Стеклянная линза (Серая)", - "item.gtceu.green_dye_spray_can": "Балончик с зеленой краской", - "item.gtceu.green_glass_lens": "Стеклянная линза (Зеленая)", - "item.gtceu.highly_advanced_soc": "Высокотехнологичная ситсема безопасности", - "item.gtceu.highly_advanced_soc_wafer": "Высокотехнологичная Фотолитографная пластина системы безопасности", - "item.gtceu.hpic_chip": "HPIC Чип", - "item.gtceu.hpic_wafer": "HPIC Фотолитографная пластина", - "item.gtceu.huge_pipe_extruder_mold": "Форма для экструдера (Огромная труба)", - "item.gtceu.hv_battery_hull": "Большая оболочка аккумулятора", - "item.gtceu.hv_cadmium_battery": "Большой кадмиевый аккумулятор", - "item.gtceu.hv_conveyor_module": "HV Модуль конвейера", - "item.gtceu.hv_electric_motor": "HV Электромотор", - "item.gtceu.hv_electric_piston": "HV Электрический поршень", - "item.gtceu.hv_electric_pump": "HV Электрический насос", - "item.gtceu.hv_emitter": "HV Излучатель", - "item.gtceu.hv_field_generator": "HV Генератор поля", - "item.gtceu.hv_fluid_regulator": "HV Регулятор жидкости", - "item.gtceu.hv_lithium_battery": "Большой литиевый аккумулятор", - "item.gtceu.hv_robot_arm": "HV Робо-рука", - "item.gtceu.hv_sensor": "HV Сенсор", - "item.gtceu.hv_sodium_battery": "Большой натриевый аккумулятор", - "item.gtceu.hv_solar_panel": "High Voltage Солнечная панель", - "item.gtceu.hv_voltage_coil": "High Voltage Катушка", - "item.gtceu.ilc_chip": "IC Чип", - "item.gtceu.ilc_wafer": "ILC Фотолитографная пластина", - "item.gtceu.inductor": "Индуктор", - "item.gtceu.infinite_water_cover": "Infinite Water Cover", - "item.gtceu.ingot_casting_mold": "Литейная форма (Слиток)", - "item.gtceu.ingot_extruder_mold": "Форма для экструдера (Слиток)", - "item.gtceu.item_detector_cover": "Item Detector", - "item.gtceu.item_filter": "Item Filter", - "item.gtceu.item_filter.tooltip.0": "§7Filters §fItem§7 I/O as §fCover§7.", - "item.gtceu.item_filter.tooltip.1": "Can be used as a §fМодуль конвейера§7 and §fRobotic Arm§7 upgrade.", - "item.gtceu.item_tag_filter": "Item Tag Filter", - "item.gtceu.item_voiding_cover": "Item Voiding Cover", - "item.gtceu.iv_battery_hull": "Средняя оболочка аккумулятора из ванадия", - "item.gtceu.iv_conveyor_module": "IV Модуль конвейера", - "item.gtceu.iv_electric_motor": "IV Электромотор", - "item.gtceu.iv_electric_piston": "IV Электрический поршень", - "item.gtceu.iv_electric_pump": "IV Электрический насос", - "item.gtceu.iv_emitter": "IV Излучатель", - "item.gtceu.iv_field_generator": "IV Генератор поля", - "item.gtceu.iv_fluid_regulator": "IV Регулятор жидкости", - "item.gtceu.iv_robot_arm": "IV Робо-рука", - "item.gtceu.iv_sensor": "IV Сенсор", - "item.gtceu.iv_solar_panel": "Insane Voltage Солнечная панель", - "item.gtceu.iv_vanadium_battery": "Средний ванадиевый аккумулятор", - "item.gtceu.iv_voltage_coil": "Insane Voltage Катушка", - "item.gtceu.lapotron_crystal": "Lapotron Crystal", - "item.gtceu.lapotron_crystal.tooltip": "§7Многоразовый аккумулятор", - "item.gtceu.lapotronic_energy_orb": "Lapotronic Energy Orb", - "item.gtceu.lapotronic_energy_orb_cluster": "Lapotronic Energy Orb Cluster", - "item.gtceu.large_pipe_extruder_mold": "Форма для экструдера (Большая труба)", - "item.gtceu.light_blue_dye_spray_can": "Балончик с голубой краской", - "item.gtceu.light_blue_glass_lens": "Стеклянная линза (Голубая)", - "item.gtceu.light_gray_dye_spray_can": "Балончик с светло-серой краской", - "item.gtceu.light_gray_glass_lens": "Стеклянная линза (Светло-серая)", - "item.gtceu.lime_dye_spray_can": "Балончик с лаймовой краской", - "item.gtceu.lime_glass_lens": "Стеклянная линза (Лаймовая)", - "item.gtceu.long_rod_extruder_mold": "Форма для экструдера (Длинный стержень)", - "item.gtceu.lpic_chip": "LPIC Чип", - "item.gtceu.lpic_wafer": "LPIC Фотолитографная пластина", - "item.gtceu.luv_battery_hull": "Большая оболочка аккумулятора из ванадия", - "item.gtceu.luv_conveyor_module": "LuV Модуль конвейера", - "item.gtceu.luv_electric_motor": "LuV Электромотор", - "item.gtceu.luv_electric_piston": "LuV Электрический поршень", - "item.gtceu.luv_electric_pump": "LuV Электрический насос", - "item.gtceu.luv_emitter": "LuV Излучатель", - "item.gtceu.luv_field_generator": "LuV Генератор поля", - "item.gtceu.luv_fluid_regulator": "LuV Регулятор жидкости", - "item.gtceu.luv_robot_arm": "LuV Робо-рука", - "item.gtceu.luv_sensor": "LuV Сенсор", - "item.gtceu.luv_solar_panel": "Ludicrous Voltage Солнечная панель", - "item.gtceu.luv_vanadium_battery": "Большой ванадиевый аккумулятор", - "item.gtceu.luv_voltage_coil": "Ludicrous Voltage Катушка", - "item.gtceu.lv_battery_hull": "Маленькая оболочка аккумулятора", - "item.gtceu.lv_cadmium_battery": "Маленький кадмиевый аккумулятор", - "item.gtceu.lv_conveyor_module": "НВ Модуль конвейера", - "item.gtceu.lv_electric_motor": "НВ Электромотор", - "item.gtceu.lv_electric_piston": "НВ Электрический поршень", - "item.gtceu.lv_electric_pump": "НВ Электрический насос", - "item.gtceu.lv_emitter": "НВ Излучатель", - "item.gtceu.lv_field_generator": "НВ Генератор поля", - "item.gtceu.lv_fluid_regulator": "НВ Регулятор жидкости", - "item.gtceu.lv_lithium_battery": "Маленький литевый аккумулятор", - "item.gtceu.lv_robot_arm": "НВ Робо-рука", - "item.gtceu.lv_sensor": "НВ Сенсор", - "item.gtceu.lv_sodium_battery": "Маленький натриевый аккумулятор", - "item.gtceu.lv_solar_panel": "Low Voltage Солнечная панель", - "item.gtceu.lv_voltage_coil": "Low Voltage Катушка", - "item.gtceu.machine_controller_cover": "Machine Controller", - "item.gtceu.magenta_dye_spray_can": "Балончик с пурпурной краской", - "item.gtceu.magenta_glass_lens": "Стеклянная линза (Сиреневая)", - "item.gtceu.maintenance_detector_cover": "Maintenance Detector", - "item.gtceu.max.battery.tooltip": "§7Наполни его, чтобы пройти игру", - "item.gtceu.max_battery": "Cверхтехнологичный аккумулятор", - "item.gtceu.micro_processor": "Microprocessor", - "item.gtceu.micro_processor_assembly": "Microprocessor Assembly", - "item.gtceu.micro_processor_computer": "Microprocessor Supercomputer", - "item.gtceu.micro_processor_mainframe": "Microprocessor Mainframe", - "item.gtceu.microchip_processor": "Microchip Processor", - "item.gtceu.mpic_chip": "MPIC Чип", - "item.gtceu.mpic_wafer": "MPIC Фотолитографная пластина", - "item.gtceu.multilayer_fiber_reinforced_circuit_board": "Многослойнаямл армированная фиброй плата", - "item.gtceu.multilayer_fiber_reinforced_printed_circuit_board": "Многослойная армированная фиброй печатная плата,", - "item.gtceu.mv_battery_hull": "Средняя оболочка аккумулятора", - "item.gtceu.mv_cadmium_battery": "Средний кадмиевый аккумулятор", - "item.gtceu.mv_conveyor_module": "MV Модуль конвейера", - "item.gtceu.mv_electric_motor": "MV Электромотор", - "item.gtceu.mv_electric_piston": "MV Электрический поршень", - "item.gtceu.mv_electric_pump": "MV Электрический насос", - "item.gtceu.mv_emitter": "MV Излучатель", - "item.gtceu.mv_field_generator": "MV Генератор поля", - "item.gtceu.mv_fluid_regulator": "MV Регулятор жидкости", - "item.gtceu.mv_lithium_battery": "Средний литевый аккумулятор", - "item.gtceu.mv_robot_arm": "MV Робо-рука", - "item.gtceu.mv_sensor": "MV Сенсор", - "item.gtceu.mv_sodium_battery": "Средний натриевый аккумулятор", - "item.gtceu.mv_solar_panel": "Medium Voltage Солнечная панель", - "item.gtceu.mv_voltage_coil": "Medium Voltage Катушка", - "item.gtceu.name_casting_mold": "Литейная форма (Название)", - "item.gtceu.nan_certificate": "Сертификат о том, что ты больше не нуб", - "item.gtceu.nand_chip": "NAND Чип", - "item.gtceu.nand_memory_chip": "NAND Memory Чип", - "item.gtceu.nand_memory_wafer": "NAND Memory Фотолитографная пластина", - "item.gtceu.nano_cpu_chip": "Чип нано ЦП", - "item.gtceu.nano_cpu_wafer": "Фотолитографная пластина для нано ЦП", - "item.gtceu.nano_processor": "Nanoprocessor", - "item.gtceu.nano_processor_assembly": "Nanoprocessor Assembly", - "item.gtceu.nano_processor_computer": "Nanoprocessor Supercomputer", - "item.gtceu.nano_processor_mainframe": "Nanoprocessor Mainframe", - "item.gtceu.nano_saber.tooltip": "§7Ryujin no ken wo kurae!", - "item.gtceu.naquadah_boule": "Naquadah-doped Monocrystalline Silicon Boule", - "item.gtceu.naquadah_credit": "Наквадовый Кредит", - "item.gtceu.naquadah_wafer": "Naquadah-doped Фотолитографная пластина", - "item.gtceu.neuro_processing_unit": "Neuro Processing Unit", - "item.gtceu.neutron_reflector": "Iridium Neutron Reflector", - "item.gtceu.neutron_reflector.tooltip": "§7Indestructible", - "item.gtceu.neutronium_boule": "Neutronium-doped Monocrystalline Silicon Boule", - "item.gtceu.neutronium_credit": "Нейтроневый Кредит", - "item.gtceu.neutronium_wafer": "Neutronium-doped Фотолитографная пластина", - "item.gtceu.nor_memory_chip": "NOR Memory Чип", - "item.gtceu.nor_memory_wafer": "NOR Memory Фотолитографная пластина", - "item.gtceu.normal_pipe_extruder_mold": "Форма для экструдера (Средняя труба)", - "item.gtceu.nugget_casting_mold": "Литейная форма (Самородок)", - "item.gtceu.opv_conveyor_module": "OpV Модуль конвейера", - "item.gtceu.opv_electric_piston": "OpV Электрический поршень", - "item.gtceu.opv_electric_pump": "OpV Электрический насос", - "item.gtceu.opv_field_generator": "OpV Генератор поля", - "item.gtceu.opv_fluid_regulator": "OpV Регулятор жидкости", - "item.gtceu.opv_robot_arm": "OpV Робо-рука", - "item.gtceu.opv_sensor": "OpV Сенсор", - "item.gtceu.orange_dye_spray_can": "Балончик с оранжевой краской", - "item.gtceu.orange_glass_lens": "Стеклянная линза (Оранжевая)", - "item.gtceu.ore_dictionary_filter.tooltip.0": "§7Filters §fItem§7 I/O with §fOre Dictionary§7 as §fCover§7.", - "item.gtceu.ore_dictionary_filter.tooltip.1": "Может быть испоьзован, как улучшение §fмодуля конвейера§7 и §fробо-руки§7.", - "item.gtceu.osmium_credit": "Осмивый Кредит", - "item.gtceu.petri_dish": "Чашка Петри", - "item.gtceu.petri_dish.tooltip": "§7Для культивации клеток", - "item.gtceu.phenolic_circuit_board": "Плата из фенола", - "item.gtceu.phenolic_printed_circuit_board": "Печатная плата из фенола", - "item.gtceu.phosphorus_boule": "Phosphorus-doped Monocrystalline Silicon Boule", - "item.gtceu.phosphorus_wafer": "Phosphorus-doped Фотолитографная пластина", - "item.gtceu.pink_dye_spray_can": "Балончик с розовой краской", - "item.gtceu.pink_glass_lens": "Стеклянная линза (Розовая)", - "item.gtceu.plant_ball": "Растительный шар", - "item.gtceu.plastic_circuit_board": "Пластиковая плата", - "item.gtceu.plastic_printed_circuit_board": "Пластиковая печатная плата", - "item.gtceu.plate.advanced_system_on_chip.tooltip": "§7Продвинутая система в чипе", - "item.gtceu.plate.central_processing_unit.tooltip": "§7Центральное процессорное устройство", - "item.gtceu.plate.high_power_integrated_circuit.tooltip": "§7Высокомощная интегральная плата", - "item.gtceu.plate.highly_advanced_system_on_chip.tooltip": "§7Высокотехнологичная система в чипе", - "item.gtceu.plate.integrated_logic_circuit.tooltip": "§7Интегральная логическая плата", - "item.gtceu.plate.low_power_integrated_circuit.tooltip": "§7Низкомощная интегральная плата", - "item.gtceu.plate.nand_memory_chip.tooltip": "§7NAND Logic Gate", - "item.gtceu.plate.nano_central_processing_unit.tooltip": "§7Центральное нано-процессорное устройство", - "item.gtceu.plate.nor_memory_chip.tooltip": "§7NOR Logic Gate", - "item.gtceu.plate.power_integrated_circuit.tooltip": "§7Мощная интегральная плата", - "item.gtceu.plate.qbit_central_processing_unit.tooltip": "§7Центральное кубитное процессорное устройство", - "item.gtceu.plate.random_access_memory.tooltip": "§7Random Access Memory", - "item.gtceu.plate.simple_system_on_chip.tooltip": "§7Simple System on Чип", - "item.gtceu.plate.system_on_chip.tooltip": "§7System on Чип", - "item.gtceu.plate.ultra_high_power_integrated_circuit.tooltip": "§7Ultra высокомощная интегральная плата", - "item.gtceu.plate.ultra_low_power_integrated_circuit.tooltip": "§7Ultra низкомощная интегральная плата", - "item.gtceu.plate_casting_mold": "Литейная форма (Пластина)", - "item.gtceu.plate_extruder_mold": "Форма для экструдера (Пластина)", - "item.gtceu.platinum_credit": "Платиновый Кредит", - "item.gtceu.power_thruster": "Силовой ускоритель", - "item.gtceu.processor.neuro.tooltip": "§7Нейеро ЦП", - "item.gtceu.programmed_circuit": "Запрограммированная плата", - "item.gtceu.prospector.hv": "Продвинутый анализатор (HV)", - "item.gtceu.prospector.luv": "Супер анализатор (LuV)", - "item.gtceu.prospector.lv": "Рудный анализатор (НВ)", - "item.gtceu.purple_drink": "Фиолетовый напиток", - "item.gtceu.purple_dye_spray_can": "Балончик с фиолетовой краской", - "item.gtceu.purple_glass_lens": "Стеклянная линза (Фиолетовая)", - "item.gtceu.qbit_cpu_chip": "Кубитный чип ЦП", - "item.gtceu.qbit_cpu_wafer": "Фотолитографная пластина для кубитного ЦП", - "item.gtceu.quantum_eye": "Квантовый глаз", - "item.gtceu.quantum_processor": "Квантовый процессор", - "item.gtceu.quantum_processor_assembly": "Сборочная линия квантовых процессоров", - "item.gtceu.quantum_processor_computer": "Квантовый суперкомпьютер", - "item.gtceu.quantum_processor_mainframe": "Квантовый сервер", - "item.gtceu.quantum_star": "Квантовая звезда", - "item.gtceu.quantumeye.tooltip": "§7Улучшенное око эндера", - "item.gtceu.quantumstar.tooltip": "§7Improved Nether Star", - "item.gtceu.ram_chip": "RAM Чип", - "item.gtceu.ram_wafer": "RAM Фотолитографная пластина", - "item.gtceu.raw_crystal_chip": "Необработанный кристалический Чип", - "item.gtceu.raw_crystal_chip_parts": "Части необработанного кристалического чипа", - "item.gtceu.red_dye_spray_can": "Балончик с красной краской", - "item.gtceu.red_glass_lens": "Стеклянная линза (Красная)", - "item.gtceu.resin_circuit_board": "Резиновая плата", - "item.gtceu.resin_printed_circuit_board": "Резиновая печатная плата", - "item.gtceu.resistor": "Резистор", - "item.gtceu.ring_extruder_mold": "Форма для экструдера (Кольцо)", - "item.gtceu.robot.arm.tooltip": "§7Limits §fItems§7 to specific quantities as §fCover§7.", - "item.gtceu.rod_extruder_mold": "Форма для экструдера (Стержень)", - "item.gtceu.rotor_casting_mold": "Литейная форма (Ротор)", - "item.gtceu.rotor_extruder_mold": "Форма для экструдера (Ротор)", - "item.gtceu.shape.empty.tooltip": "§7Необработанная форма для экструдера", - "item.gtceu.shape.extruder.axe.tooltip": "§7Форма для экструдера, изготавливающая топоры", - "item.gtceu.shape.extruder.block.tooltip": "§7Форма для экструдера, изготавливающая блоки", - "item.gtceu.shape.extruder.bolt.tooltip": "§7Форма для экструдера, изготавливающая болты", - "item.gtceu.shape.extruder.bottle.tooltip": "§7Форма для экструдера, изготавливающая бутылки", - "item.gtceu.shape.extruder.casing.tooltip": "§7Форма для экструдера, изготавливающая предметные корпусы", - "item.gtceu.shape.extruder.cell.tooltip": "§7Форма для экструдера, изготавливающая ячейки", - "item.gtceu.shape.extruder.file.tooltip": "§7Форма для экструдера, изготавливающая напильники", - "item.gtceu.shape.extruder.foil.tooltip": "§7Форма для экструдера, изготавливающая фольгу из не-металлов", - "item.gtceu.shape.extruder.gear.tooltip": "§7Форма для экструдера, изготавливающая шестерни", - "item.gtceu.shape.extruder.gear_small.tooltip": "§7Форма для экструдера, изготавливающая малые шестерни", - "item.gtceu.shape.extruder.hammer.tooltip": "§7Форма для экструдера, изготавливающая моло", - "item.gtceu.shape.extruder.hoe.tooltip": "§7Форма для экструдера, изготавливающая мотыги", - "item.gtceu.shape.extruder.ingot.tooltip": "§7Форма для экстр... Что? Может просто используешь печку?", - "item.gtceu.shape.extruder.pickaxe.tooltip": "§7Форма для экструдера, изготавливающая кирки", - "item.gtceu.shape.extruder.pipe.huge.tooltip": "§7Форма для экструдера, изготавливающая огромные трубы", - "item.gtceu.shape.extruder.pipe.large.tooltip": "§7Форма для экструдера, изготавливающая большие трубы", - "item.gtceu.shape.extruder.pipe.normal.tooltip": "§7Форма для экструдера, изготавливающая трубы", - "item.gtceu.shape.extruder.pipe.small.tooltip": "§7Форма для экструдера, изготавливающая маленькие трубки", - "item.gtceu.shape.extruder.pipe.tiny.tooltip": "§7Форма для экструдера, изготавливающая крошечные трубки", - "item.gtceu.shape.extruder.plate.tooltip": "§7Форма для экструдера, изготавливающая пластины", - "item.gtceu.shape.extruder.ring.tooltip": "§7Форма для экструдера, изготавливающая кольца", - "item.gtceu.shape.extruder.rod.tooltip": "§7Форма для экструдера, изготавливающая стержни", - "item.gtceu.shape.extruder.rod_long.tooltip": "§7Форма для экструдера, изготавливающая длинные стрежни", - "item.gtceu.shape.extruder.rotor.tooltip": "§7Форма для экструдера, изготавливающая роторы", - "item.gtceu.shape.extruder.saw.tooltip": "§7Форма для экструдера, изготавливающая пилы", - "item.gtceu.shape.extruder.shovel.tooltip": "§7Форма для экструдера, изготавливающая лопаты", - "item.gtceu.shape.extruder.sword.tooltip": "§7Форма для экструдера, изготавливающая мечи", - "item.gtceu.shape.extruder.wire.tooltip": "§7Форма для экструдера, изготавливающая провода", - "item.gtceu.shape.mold.anvil.tooltip": "§7Форма для формирования наковлен", - "item.gtceu.shape.mold.ball.tooltip": "§7Форма для изготовления шаров", - "item.gtceu.shape.mold.block.tooltip": "§7Форма для изготовления блоков", - "item.gtceu.shape.mold.bottle.tooltip": "§7Форма для изготовления бутылок", - "item.gtceu.shape.mold.casing.tooltip": "§7Форма для изготовления корпусов", - "item.gtceu.shape.mold.credit.tooltip": "§7Защищённая форма для изготовления кредитов (Не потеряй!)", - "item.gtceu.shape.mold.cylinder.tooltip": "§7Форма для формирования цилиндров", - "item.gtceu.shape.mold.gear.small.tooltip": "§7Форма для изготовления малых шестерён", - "item.gtceu.shape.mold.gear.tooltip": "§7Форма для изготовления шестерён", - "item.gtceu.shape.mold.ingot.tooltip": "§7Форма для изготовления слитков", - "item.gtceu.shape.mold.name.tooltip": "§7Форма для переименования предметов в формовочном прессе (Переименуйте на наковальне)", - "item.gtceu.shape.mold.nugget.tooltip": "§7Форма для изготовления самородков", - "item.gtceu.shape.mold.plate.tooltip": "§7Форма для изготовления пластин", - "item.gtceu.shape.mold.rotor.tooltip": "§7Форма для изготовления роторов", - "item.gtceu.shutter_module_cover": "Модуль затвора", - "item.gtceu.silicon_boule": "Monocrystalline Silicon Boule", - "item.gtceu.silicon_wafer": "Кремнеивая фотолитографная пластина", - "item.gtceu.silver_credit": "Серебрянный Кредит", - "item.gtceu.simple_soc": "Simple SoC", - "item.gtceu.simple_soc_wafer": "Simple SoC Фотолитографная пластина", - "item.gtceu.small_gear_casting_mold": "Литейная форма (Small Gear)", - "item.gtceu.small_gear_extruder_mold": "Форма для экструдера (Маленькая шестерня)", - "item.gtceu.small_pipe_extruder_mold": "Форма для экструдера (Маленькая трубка)", - "item.gtceu.smart_item_filter.tooltip.0": "§7Filters §fItem§7 I/O with §fMachine Recipes§7 as §fCover§7.", - "item.gtceu.smart_item_filter.tooltip.1": "Can be used as a §fМодуль конвейера§7 and §fRobotic Arm§7 upgrade.", - "item.gtceu.smd_capacitor": "Конденсатор поверхностного монтажа", - "item.gtceu.smd_diode": "Диод поверхностного монтажа", - "item.gtceu.smd_inductor": "Индуктор поверхностного монтажа", - "item.gtceu.smd_resistor": "Резистор поверхностного монтажа", - "item.gtceu.smd_transistor": "Транзистор поверхностного монтажа", - "item.gtceu.soc": "SoC", - "item.gtceu.soc_wafer": "SoC Фотолитографная пластина", - "item.gtceu.solar_panel": "Солнечная панель", - "item.gtceu.solvent_spray_can": "Балончик с растворителем", - "item.gtceu.spray.empty.tooltip": "§7Can be filled with sprays of various colors", - "item.gtceu.stainless_steel_fluid_cell": "Яейка из нержавеющей стали", - "item.gtceu.steel_fluid_cell": "Стальная ячейка", - "item.gtceu.stem_cells": "Стволовые клетки", - "item.gtceu.stem_cells.tooltip": "§7Необработанная интелегенция", - "item.gtceu.sticky_resin": "Sticky Resin", - "item.gtceu.tantalum_capacitor": "Танталовый конденсатор", - "item.gtceu.terminal": "Терминал", - "item.gtceu.tiny_pipe_extruder_mold": "Форма для экструдера (Крошечная трубка)", - "item.gtceu.titanium_fluid_cell": "Титановая ячейка", - "item.gtceu.tool.aoe.columns": "Колонны", - "item.gtceu.tool.aoe.layers": "Слои", - "item.gtceu.tool.aoe.rows": "Ряды", - "item.gtceu.tool.axe": "Топор (%s)", - "item.gtceu.tool.behavior.aoe_mining": "§5Area-of-Effect: §f%sx%sx%s", - "item.gtceu.tool.behavior.block_rotation": "§2Mechanic: §fRotates Blocks", - "item.gtceu.tool.behavior.crop_harvesting": "§aHarvester: §fHarvests Crops", - "item.gtceu.tool.behavior.damage_boost": "§4Damage Boost: §fExtra damage against %s", - "item.gtceu.tool.behavior.grass_path": "§eLandscaper: §fCreates Grass Paths", - "item.gtceu.tool.behavior.ground_tilling": "§eFarmer: §fTills Ground", - "item.gtceu.tool.behavior.plunger": "§9Plumber: §fDrains Fluids", - "item.gtceu.tool.behavior.rail_rotation": "§eRailroad Engineer: §fRotates Rails", - "item.gtceu.tool.behavior.relocate_mining": "§2Magnetic: §fRelocates Mined Blocks", - "item.gtceu.tool.behavior.shield_disable": "§cBrute: §fDisables Shields", - "item.gtceu.tool.behavior.silk_ice": "§bIce Cutter: §fSilk Harvests Ice", - "item.gtceu.tool.behavior.torch_place": "§eSpelunker: §fPlaces Torches on Right-Click", - "item.gtceu.tool.behavior.tree_felling": "§4Lumberjack: §fTree Felling", - "item.gtceu.tool.butchery_knife": "%s Butchery Knife", - "item.gtceu.tool.butchery_knife.tooltip": "§8Has a slow Attack Rate", - "item.gtceu.tool.buzzsaw": "%s Циркулярная пила (НВ)", - "item.gtceu.tool.buzzsaw.tooltip": "§8Не удобна для сборки блоков", - "item.gtceu.tool.chainsaw_hv": "%s Цепная пила (HV)", - "item.gtceu.tool.chainsaw_lv": "%s Цепная пила (НВ)", - "item.gtceu.tool.chainsaw_mv": "%s Цепная пила (MV)", - "item.gtceu.tool.crowbar": "Монтировка (%s)", - "item.gtceu.tool.crowbar.tooltip": "§8Dismounts Covers", - "item.gtceu.tool.dataorb.tooltip": "§7A High Capacity Data Storage", - "item.gtceu.tool.datastick.tooltip": "§7A Low Capacity Data Storage", - "item.gtceu.tool.drill_ev": "%s Бур (ЭН)", - "item.gtceu.tool.drill_hv": "%s Бур (HV)", - "item.gtceu.tool.drill_iv": "%s Бур (IV)", - "item.gtceu.tool.drill_lv": "%s Бур (НВ)", - "item.gtceu.tool.drill_mv": "%s Бур (MV)", - "item.gtceu.tool.file": "Напильник (%s)", - "item.gtceu.tool.hammer": "Молот (%s)", - "item.gtceu.tool.hammer.tooltip": "§8Измельчает блоки, когда вы их добываете", - "item.gtceu.tool.harvest_level.0": "§8Дерево", - "item.gtceu.tool.harvest_level.1": "§7Камень", - "item.gtceu.tool.harvest_level.2": "§aЖелезо", - "item.gtceu.tool.harvest_level.3": "§bАламаз", - "item.gtceu.tool.harvest_level.4": "§dАльтимет", - "item.gtceu.tool.harvest_level.5": "§9Дюрани", - "item.gtceu.tool.harvest_level.6": "§cНейтроний", - "item.gtceu.tool.hoe": "Мотыга (%s)", - "item.gtceu.tool.knife": "Нож (%s)", - "item.gtceu.tool.lighter.platinum.tooltip": "§7A знает имя пранкера, которые выгравированно на нем.", - "item.gtceu.tool.mallet": "Киянка (%s)", - "item.gtceu.tool.mallet.tooltip": "§8Останавливает/Запускает механизмы", - "item.gtceu.tool.matchbox.tooltip": "§7Это не тачка!", - "item.gtceu.tool.mining_hammer": "Шахтёрский молот (%s)", - "item.gtceu.tool.mining_hammer.tooltip": "§8Добывай сразу много блоков (Если, конечно, ты не нажимаешь Shift)", - "item.gtceu.tool.mortar": "Ступка и пестик (%s)", - "item.gtceu.tool.pickaxe": "Кирка (%s)", - "item.gtceu.tool.plunger": "Вантуз (%s)", - "item.gtceu.tool.plunger.tooltip": "§8Удаляет жидкости из механизмов", - "item.gtceu.tool.replace_tool_head": "Создайте новую часть инструмента, чтобы заменить эту", - "item.gtceu.tool.rolling_pin": "Скалка (%s)", - "item.gtceu.tool.saw": "Пила (%s)", - "item.gtceu.tool.screwdriver": "Отвёртка (%s)", - "item.gtceu.tool.screwdriver.tooltip": "§8Регулировка крышек и механизмов", - "item.gtceu.tool.screwdriver_lv": "НВ Отвёртка (%s)", - "item.gtceu.tool.screwdriver_lv.tooltip": "§8AРегулировка крышек и механизмов", - "item.gtceu.tool.scythe": "Коса (%s)", - "item.gtceu.tool.scythe.tooltip": "§8Потому что коса не имеет смысла.", - "item.gtceu.tool.shovel": "Лопата (%s)", - "item.gtceu.tool.spade": "Лопата (%s)", - "item.gtceu.tool.spade.tooltip": "§8Добывай сразу много блоков (Если, конечно, ты не нажимаешь Shift)", - "item.gtceu.tool.sword": "Меч (%s)", - "item.gtceu.tool.tooltip.attack_damage": "§c%s Урон", - "item.gtceu.tool.tooltip.attack_speed": "§9%s Скорость атаки", - "item.gtceu.tool.tooltip.crafting_uses": "§a%s Используется в крафте", - "item.gtceu.tool.tooltip.general_uses": "§b%s Прочность", - "item.gtceu.tool.tooltip.harvest_level": "§eСкорость сбора %s", - "item.gtceu.tool.tooltip.harvest_level_extra": "§eУровень добычи: %s §f(%s§f)", - "item.gtceu.tool.tooltip.mining_speed": "§d%s Скорость добычи", - "item.gtceu.tool.tooltip.repair_info": "Зажми SHIFT, чтобы увидеть информацию о починке", - "item.gtceu.tool.tooltip.repair_material": "Починино при помощи: §a%s", - "item.gtceu.tool.usable_as": "Используется как: §f%s", - "item.gtceu.tool.wire_cutter": "Кусачки (%s)", - "item.gtceu.tool.wrench": "Гаечный ключ (%s)", - "item.gtceu.tool.wrench.tooltip": "§8Удерживайте левую кнопку мыши, чтобы разобрать механизмы", - "item.gtceu.tool.wrench_hv": "%s Гаечный ключ (HV)", - "item.gtceu.tool.wrench_hv.tooltip": "§8Удерживайте левую кнопку мыши, чтобы разобрать механизмы", - "item.gtceu.tool.wrench_iv": "%s Гаечный ключh (IV)", - "item.gtceu.tool.wrench_iv.tooltip": "§8Удерживайте левую кнопку мыши, чтобы разобрать механизмы", - "item.gtceu.tool.wrench_lv": "%s Гаечный ключ (НВ)", - "item.gtceu.tool.wrench_lv.tooltip": "§8Удерживайте левую кнопку мыши, чтобы разобрать механизмы", - "item.gtceu.transistor": "Транзистор", - "item.gtceu.tungsten_grinding_head": "Вольфрамовая шлифовальная головка", - "item.gtceu.tungstensteel_fluid_cell": "Ячейка из вольфрамовой стали", - "item.gtceu.turbine_rotor": "Ротор турбины", - "item.gtceu.uev_conveyor_module": "UEV Модуль конвейера", - "item.gtceu.uev_electric_piston": "UEV Электрический поршень", - "item.gtceu.uev_electric_pump": "UEV Электрический насос", - "item.gtceu.uev_field_generator": "UEV Генератор поля", - "item.gtceu.uev_fluid_regulator": "UEV Регулятор жидкости", - "item.gtceu.uev_robot_arm": "UEV Робо-рука", - "item.gtceu.uev_sensor": "UEV Сенсор", - "item.gtceu.uhpic_chip": "UHPIC Чип", - "item.gtceu.uhpic_wafer": "UHPIC Фотолитографная пластина", - "item.gtceu.uhv_conveyor_module": "UHV Модуль конвейера", - "item.gtceu.uhv_electric_piston": "UHV Электрический поршень", - "item.gtceu.uhv_electric_pump": "UHV Электрический насос", - "item.gtceu.uhv_field_generator": "UHV Генератор поля", - "item.gtceu.uhv_fluid_regulator": "UHV Регулятор жидкости", - "item.gtceu.uhv_robot_arm": "UHV Робо-рука", - "item.gtceu.uhv_sensor": "UHV Сенсор", - "item.gtceu.uiv_conveyor_module": "UIV Модуль конвейера", - "item.gtceu.uiv_electric_piston": "UIV Электрический поршень", - "item.gtceu.uiv_electric_pump": "UIV Электрический насос", - "item.gtceu.uiv_field_generator": "UIV Генератор поля", - "item.gtceu.uiv_fluid_regulator": "UIV Регулятор жидкости", - "item.gtceu.uiv_robot_arm": "UIV Робо-рука", - "item.gtceu.uiv_sensor": "UIV Сенсор", - "item.gtceu.ulpic_chip": "ULPIC Чип", - "item.gtceu.ulpic_wafer": "ULPIC Фотолитографная пластина", - "item.gtceu.ulv_solar_panel": "Ultra Low Voltage Солнечная панель", - "item.gtceu.ulv_voltage_coil": "Ultra Low Voltage Катушка", - "item.gtceu.universal_fluid_cell": "Универсальная ячейка", - "item.gtceu.uv_battery_hull": "Большая оболочка аккумулятора из наквандрии", - "item.gtceu.uv_conveyor_module": "UV Модуль конвейера", - "item.gtceu.uv_electric_motor": "UV Электромотор", - "item.gtceu.uv_electric_piston": "UV EЭлектрический поршень", - "item.gtceu.uv_electric_pump": "UV Электрический насос", - "item.gtceu.uv_emitter": "UV Излучатель", - "item.gtceu.uv_field_generator": "UV Генератор поля", - "item.gtceu.uv_fluid_regulator": "UV Регулятор жидкости", - "item.gtceu.uv_naquadria_battery": "Большой наквадриевый аккумулятор", - "item.gtceu.uv_robot_arm": "UV Робо-рука", - "item.gtceu.uv_sensor": "UV Сенсор", - "item.gtceu.uv_solar_panel": "Ultimate Voltage Солнечная панель", - "item.gtceu.uv_voltage_coil": "Ultimate Voltage Катушка", - "item.gtceu.uxv_conveyor_module": "UXV Модуль конвейера", - "item.gtceu.uxv_electric_piston": "UXV Электрический поршень", - "item.gtceu.uxv_electric_pump": "UHV Электрический насос", - "item.gtceu.uxv_field_generator": "UXV Генератор поля", - "item.gtceu.uxv_fluid_regulator": "UXV Регулятор жидкости", - "item.gtceu.uxv_robot_arm": "UXV Робо-рука", - "item.gtceu.uxv_sensor": "UXV Сенсор", - "item.gtceu.vacuum_tube": "Вакумная трубка", - "item.gtceu.wafer.advanced_system_on_chip.tooltip": "§7Необработанная продвинутая плата", - "item.gtceu.wafer.central_processing_unit.tooltip": "§7Необработанная еденица обрабокти", - "item.gtceu.wafer.glowstone.tooltip": "§7Необработанная плата", - "item.gtceu.wafer.high_power_integrated_circuit.tooltip": "§7Необработанная высокомощная плата", - "item.gtceu.wafer.highly_advanced_system_on_chip.tooltip": "§7Необработанная высокотехнологичная плата", - "item.gtceu.wafer.integrated_logic_circuit.tooltip": "§7Необработанная интегральная схема", - "item.gtceu.wafer.low_power_integrated_circuit.tooltip": "§7Необработанная маломощная схема", - "item.gtceu.wafer.nand_memory_chip.tooltip": "§7Необработанный логический вентиль", - "item.gtceu.wafer.nano_central_processing_unit.tooltip": "§7Необработанная нано-плата", - "item.gtceu.wafer.naquadah.tooltip": "§7Сырая плата", - "item.gtceu.wafer.neutronium.tooltip": "§7Сырая плата", - "item.gtceu.wafer.nor_memory_chip.tooltip": "§7Необработанный логический вентиль", - "item.gtceu.wafer.power_integrated_circuit.tooltip": "§7Необработанная силовая плата", - "item.gtceu.wafer.qbit_central_processing_unit.tooltip": "§7Необработанная кубитная плата", - "item.gtceu.wafer.random_access_memory.tooltip": "§7Необработанный эелемент памяти", - "item.gtceu.wafer.silicon.tooltip": "§7Сырая плата", - "item.gtceu.wafer.simple_system_on_chip.tooltip": "§7Необработанная простая плата", - "item.gtceu.wafer.system_on_chip.tooltip": "§7Необработанная базовая плата", - "item.gtceu.wafer.ultra_high_power_integrated_circuit.tooltip": "§7Необработанная Ultra высокомощная плата", - "item.gtceu.wafer.ultra_low_power_integrated_circuit.tooltip": "§7Необработанная Ultra низкомощная плата", - "item.gtceu.wetware_circuit_board": "Нейро-плата", - "item.gtceu.wetware_printed_circuit_board": "Печатная нейро-плата", - "item.gtceu.wetware_processor": "Нейро-процессор", - "item.gtceu.wetware_processor_assembly": "Сборка нейро-процессоров", - "item.gtceu.wetware_processor_computer": "Нейро-суперкомпьютер", - "item.gtceu.wetware_processor_mainframe": "Нейро-сервер", - "item.gtceu.white_dye_spray_can": "Балончик с белой краской", - "item.gtceu.wire_extruder_mold": "Форма для экструдера (Провод)", - "item.gtceu.wireless_digital_interface_cover": "Беспроводной цифровой дисплей", - "item.gtceu.yellow_dye_spray_can": "Балончик с жёлтой краской", - "item.gtceu.yellow_glass_lens": "Стеклянная линза (Желтая)", - "item.gtceu.zero_point_module": "Модуль нулевой точки", - "item.gtceu.zpm_battery_hull": "Средняя оболочка аккумулятора из наквандрии", - "item.gtceu.zpm_conveyor_module": "МНТ Модуль конвейера", - "item.gtceu.zpm_electric_motor": "МНТ Электромотор", - "item.gtceu.zpm_electric_piston": "МНТ Электрический поршень", - "item.gtceu.zpm_electric_pump": "МНТ Электрический насос", - "item.gtceu.zpm_emitter": "МНТ Излучатель", - "item.gtceu.zpm_field_generator": "МНТ Генератор поля", - "item.gtceu.zpm_fluid_regulator": "МНТ Регулятор жидкости", - "item.gtceu.zpm_naquadria_battery": "Средний аккумулятор Наквадрия", - "item.gtceu.zpm_robot_arm": "Робо-рука модуля нулевой точки", - "item.gtceu.zpm_sensor": "Сенсор модуля нулевой точки", - "item.gtceu.zpm_solar_panel": "Солнечная панель модуля нулевой точки", - "item.gtceu.zpm_voltage_coil": "Катушка напряжения модуля нулевой точки", - "item.gunpowder_small_dust": "Небольшая куча пороха", - "item.gunpowder_tiny_dust": "Крошечная кучка пороха", - "item.ice_dust": "Дробленый лед", - "item.ice_small_dust": "Небольшая куча дробленого льда", - "item.ice_tiny_dust": "Крошечная кучка дробленого льда", - "item.inert_metal_mixture_dust": "Смесь инертных металлов", - "item.inert_metal_mixture_small_dust": "Небольшая куча инертной металлической смеси", - "item.inert_metal_mixture_tiny_dust": "Крошечная кучка инертной металлической смеси", - "item.invalid.name": "Некорректный предмет", - "item.iridium_metal_residue_dust": "Металлический остаток иридия", - "item.iridium_metal_residue_small_dust": "Небольшая куча металлических остатка иридия", - "item.iridium_metal_residue_tiny_dust": "Крошечная кучка металлического остатка иридия", - "item.meat_dust": "Мясной фарш", - "item.meat_small_dust": "Небольшая кучка мясного фарша", - "item.meat_tiny_dust": "Крошечная кучка мясного фарша", - "item.netherrack_nether_quartz": "Кварцевая руда незера", - "item.palladium_raw_dust": "Кучка порошка необработанного палладия", - "item.palladium_raw_small_dust": "Небольшая кучка порошка необработанного палладия", - "item.palladium_raw_tiny_dust": "Крошечная кучка порошка необработанного палладия", - "item.paper_dust": "Чад", - "item.paper_small_dust": "Маленькая кучка чада", - "item.paper_tiny_dust": "Крошечная кучка чада", - "item.pitchblende_crushed": "Измельченный горный хрусталь", - "item.pitchblende_dust": "Горный хрусталь", - "item.pitchblende_impure_dust": "Нечистая куча горного хрусталя", - "item.pitchblende_pure_dust": "Очищенная куча горного хрусталя", - "item.pitchblende_purified_ore": "Очищенный горный хрусталь", - "item.pitchblende_refined_ore": "Обработанный горный хрусталь", - "item.pitchblende_small_dust": "Небольшая куча горного хрусталя", - "item.pitchblende_tiny_dust": "Крошечная кучка горного хрусталя", - "item.platinum_group_sludge_dust": "Осадок платиновой группы", - "item.platinum_group_sludge_small_dust": "Небольшой комок осадка платиновой группы", - "item.platinum_group_sludge_tiny_dust": "Крошечный комок осадка платиновой группы", - "item.platinum_raw_dust": "Порошок необработанной платины", - "item.platinum_raw_small_dust": "Небольшая куча порошка необработанной платины", - "item.platinum_raw_tiny_dust": "Крошечная кучка необработанного платинового порошка", - "item.platinum_sludge_residue_dust": "Остатки платинового шлама", - "item.platinum_sludge_residue_small_dust": "Небольшая куча остатков платинового шлама", - "item.platinum_sludge_residue_tiny_dust": "Крошечная кучка остатков платинового шлама", - "item.quartz_sand_dust": "Кварцевый песок", - "item.quartz_sand_small_dust": "Небольшая куча кварцевого песка", - "item.quartz_sand_tiny_dust": "Крошечная кучка кварцевого песка", - "item.rare_earth_dust": "Редкоземельные металлы", - "item.rare_earth_small_dust": "Небольшая куча редкоземельных металлов", - "item.rare_earth_tiny_dust": "Крошечная кучка редкоземельных металлов", - "item.rarest_metal_mixture_dust": "Смесь очень редкоземельных металлов", - "item.rarest_metal_mixture_small_dust": "Небольшая кучка смеси очень редкоземельных металлов", - "item.rarest_metal_mixture_tiny_dust": "Крошечная кучка смеси очень редкоземельных металлов", - "item.rock_salt_dust": "Каменная соль", - "item.rock_salt_impure_dust": "Неочищенная куча каменной соли", - "item.rock_salt_pure_dust": "Очищенная куча каменной соли", - "item.rock_salt_small_dust": "Небольшая куча каменной соли", - "item.rock_salt_tiny_dust": "Маленькая кучка каменной соли", - "item.salt_dust": "Соль", - "item.salt_impure_dust": "Неочищенная куча соли", - "item.salt_pure_dust": "Очищенная куча соли", - "item.salt_small_dust": "Крошечная кучка соли", - "item.salt_tiny_dust": "Крошечная кучка соли", - "item.sugar_chipped_gem": "Мелкие кубики сахара", - "item.sugar_flawed_gem": "Маленький сахарный кубик", - "item.sugar_gem": "Кубик сахара", - "item.sugar_small_dust": "Небольшая кучка сахара", - "item.sugar_tiny_dust": "Маленькая кучка сахара", - "item.talc_crushed_ore": "Молотый тальк", - "item.talc_dust": "Тальк", - "item.talc_impure_dust": "Неочищенная куча талька", - "item.talc_pure_dust": "Очищенная куча талька", - "item.talc_purified_ore": "Очищенный тальк", - "item.talc_refined_ore": "Рафинированный тальк", - "item.talc_small_dust": "Небольшая кучка талька", - "item.talc_tiny_dust": "Крошечная кучка талька", - "item.treated_wood_bolt": "Короткая палочка из обработанной древесины", - "item.treated_wood_dust": "Обработанная древесная масса", - "item.treated_wood_long_rod": "Длинная палка из обработанной древесины", - "item.treated_wood_plate": "Доска из обработанной древесины", - "item.treated_wood_rod": "Палка из обработанной древесины", - "item.treated_wood_small_dust": "Небольшая куча обработанной древесной массы", - "item.treated_wood_tiny_dust": "Крошечная кучка обработанной древесной массы", - "item.wheat_dust": "Мука", - "item.wheat_small_dust": "Маленькая кучка муки", - "item.wheat_tiny_dust": "Маленькая кучка муки", - "item.wood_bolt": "Короткая деревянная палка", - "item.wood_dust": "Древесная масса", - "item.wood_long_rod": "Длинная деревянная палка", - "item.wood_plate": "Деревянная доска", - "item.wood_small_dust": "Небольшая куча древесной массы", - "item.wood_tiny_dust": "Крошечная кучка древесной массы", - "itemGroup.gtceu.decoration": "Декорации", - "itemGroup.gtceu.item": "Предметы", - "itemGroup.gtceu.machine": "Механизмы", - "itemGroup.gtceu.material_block": "Материалы", - "itemGroup.gtceu.material_fluid": "Жидкости", - "itemGroup.gtceu.material_item": "Материалы предмета", - "itemGroup.gtceu.material_pipe": "Материалы трубы", - "itemGroup.gtceu.tool": "Инструмент", - "ldlib.gui.editor.register.editor.gtceu.mui": "Проект машинного интерфейса", - "ldlib.gui.editor.register.editor.gtceu.rtui": "Проект рецептного интерфейса", - "ldlib.gui.editor.register.editor.gtceu.template_tab": "Iаблоны", - "mataarmor.hud.supply_mode": "Режим питания: %s", - "material.acetic_acid": "Уксусная кислота", - "material.acetone": "Ацетон", - "material.acidic_enriched_naquadah_solution": "Кислотный обогащенный раствор Наквады", - "material.acidic_naquadria_solution": "Кислотный раствор Наквадрии", - "material.acidic_osmium_solution": "Кислотный раствор осмия", - "material.actinium": "Актиний", - "material.agar": "Агар", - "material.air": "Воздух", - "material.allyl_chloride": "Аллилхлорид", - "material.almandine": "Альмандин", - "material.aluminium": "Алюминий", - "material.aluminium_sulfite": "Сульфит алюминия", - "material.alunite": "Алунит", - "material.americium": "Америций", - "material.amethyst": "Аметист", - "material.ammonia": "Аммоний", - "material.ammonium_chloride": "Хлорид аммония", - "material.andesite": "Андезит", - "material.andradite": "Андрадит", - "material.annealed_copper": "Отожженная медь", - "material.antimony": "Сурьма", - "material.antimony_trifluoride": "Трифторид сурьмы", - "material.antimony_trioxide": "Триоксид сурьмы", - "material.apatite": "Апатит", - "material.aqua_regia": "Царская водка", - "material.argon": "Аргон", - "material.arsenic": "Мышьяк", - "material.arsenic_trioxide": "Триоксид мышьяка", - "material.asbestos": "Асбест", - "material.ash": "Пепел", - "material.astatine": "Астат", - "material.bacteria": "Бактерии", - "material.bacterial_sludge": "Бактериальный ил", - "material.barite": "Барит", - "material.barium": "Барий", - "material.barium_sulfide": "Сульфид бария", - "material.basalt": "Базальт", - "material.basaltic_mineral_sand": "Базальтовый минеральный песок", - "material.bastnasite": "Бастназитe", - "material.battery_alloy": "Аккумуляторный сплав", - "material.bauxite": "Боксит", - "material.bentonite": "Бентонит", - "material.benzene": "Бензол", - "material.berkelium": "Беркелий", - "material.beryllium": "Бериллий", - "material.bio_diesel": "Био Дизель", - "material.biomass": "Биомасса", - "material.biotite": "Биотит", - "material.biphenyl": "Бифенил", - "material.bismuth": "Висмут", - "material.bismuth_bronze": "Висмутовая бронза", - "material.bisphenol_a": "Бисфенол А", - "material.black_bronze": "Черная бронза", - "material.black_dye": "Черный краситель", - "material.black_steel": "Черная сталь", - "material.blaze": "Блейз", - "material.blue_alloy": "Синий сплав", - "material.blue_dye": "Синий краситель", - "material.blue_steel": "Синяя сталь", - "material.blue_topaz": "Голубой топаз", - "material.bohrium": "Борий", - "material.bone": "Кость", - "material.borax": "Бура", - "material.bornite": "Борнит", - "material.boron": "Бор", - "material.borosilicate_glass": "Боросиликатное стекло", - "material.brass": "Латунь", - "material.brick": "Кирпич", - "material.bromine": "Бром", - "material.bronze": "Бронза", - "material.brown_dye": "Коричневый краситель", - "material.butadiene": "Бутадиен", - "material.butane": "Бутан", - "material.butene": "Бутен", - "material.butyraldehyde": "Бутиральдегид", - "material.cadmium": "Кадмий", - "material.caesium": "Цезий", - "material.calcite": "Кальцит", - "material.calcium": "Кальций", - "material.calcium_chloride": "Хлорид кальция", - "material.calcium_phosphide": "Фосфид кальция", - "material.californium": "Калифорний", - "material.caprolactam": "Капролактам", - "material.carbon": "Углерод", - "material.carbon_dioxide": "Углекислый газ", - "material.carbon_monoxide": "Монооксид углерода", - "material.cassiterite": "Касситерит", - "material.cassiterite_sand": "Касситеритовый песок", - "material.cerium": "Церий", - "material.certus_quartz": "Истинный кварц", - "material.cetane_boosted_diesel": "Дизельное топливо с повышенным цетановым числом", - "material.chalcocite": "Халькоцит", - "material.chalcopyrite": "Халькопирит", - "material.charcoal": "Древесный уголь", - "material.charcoal_byproducts": "Побочные продукты древесного угля", - "material.chlorine": "Хлор", - "material.chlorobenzene": "Хлорбензол", - "material.chloroform": "Хлороформ", - "material.chloromethane": "Хлорметан", - "material.chromite": "Хромит", - "material.chromium": "Хром", - "material.chromium_trioxide": "Триоксид хрома", - "material.cinnabar": "Киноварь", - "material.clay": "Глина", - "material.coal": "Уголь", - "material.coal_gas": "Угольный газ", - "material.coal_tar": "Угольная смола", - "material.cobalt": "Кобальт", - "material.cobalt_brass": "Кобальтовая латунь", - "material.cobalt_oxide": "Оксид кобальта", - "material.cobaltite": "Кобальтит", - "material.cocoa": "Какао", - "material.coke": "Кокс", - "material.collagen": "Коллаген", - "material.concrete": "Бетон", - "material.construction_foam": "Строительная пена", - "material.cooperite": "Шелдонит", - "material.copernicium": "Коперниций", - "material.copper": "Медь", - "material.creosote": "Креозот", - "material.cumene": "Кумол", - "material.cupric_oxide": "Оксид меди", - "material.cupronickel": "Купроникель", - "material.curium": "Курий", - "material.cyan_dye": "Бирюзовый краситель", - "material.cyclohexane": "Циклогексан", - "material.cyclohexanone_oxime": "Оксим циклогексанона", - "material.damascus_steel": "Дамасская сталь", - "material.dark_ash": "Тёмный пепел", - "material.darmstadtium": "Дармштадтий", - "material.deepslate": "Сланец", - "material.depleted_uranium_hexafluoride": "Обедненный гексафторид урана", - "material.deuterium": "Дейтерий", - "material.diaminobenzidine": "Диаминобензидин", - "material.diamond": "Алмаз", - "material.diatomite": "Диатомит", - "material.dichlorobenzene": "Дихлорбензол", - "material.dichlorobenzidine": "Дихлорбензидин", - "material.diesel": "Дизель", - "material.diluted_hydrochloric_acid": "Разбавленная соляная кислота", - "material.diluted_sulfuric_acid": "Разбавленная серная кислота", - "material.dimethylamine": "Диметиламин", - "material.dimethylbenzene": "Диметилбензол", - "material.dimethyldichlorosilane": "Диметилдихлорсилан", - "material.dimethylhydrazine": "Диметилгидразин", - "material.dinitrogen_tetroxide": "Четырехокись азота", - "material.diorite": "Диорит", - "material.diphenyl_isophthalate": "Дифенилизофталат", - "material.dissolved_calcium_acetate": "Растворенный ацетат кальция", - "material.distilled_water": "Дистиллированная вода", - "material.drilling_fluid": "Буровой раствор", - "material.dubnium": "Дубниум", - "material.duranium": "Дюраниум", - "material.dysprosium": "Диспрозий", - "material.einsteinium": "Эйнштейний", - "material.electrotine": "Электротин", - "material.electrum": "Электрум", - "material.emerald": "Изумруд", - "material.ender_air": "Воздух края", - "material.ender_eye": "Эндер око", - "material.ender_pearl": "Эндер-Жемчуг", - "material.endstone": "Эндерняк", - "material.enriched_bacterial_sludge": "Обогащенный бактериальный ил", - "material.enriched_naquadah": "Обогащенная наквада", - "material.enriched_naquadah_solution": "Обогащенный раствор наквады", - "material.enriched_naquadah_sulfate": "Обогащенный сульфат наквады", - "material.enriched_naquadah_trinium_europium_duranide": "Обогащенный наквада триниум европия дуранид", - "material.enriched_naquadah_waste": "Обогащенные отходы наквады", - "material.enriched_uranium_hexafluoride": "Обогащенный гексафторид урана", - "material.epichlorohydrin": "Эпихлоргидрин", - "material.epoxy": "Эпоксидная смола", - "material.erbium": "Эрбий", - "material.ethane": "Этан", - "material.ethanol": "Этиловый спирт", - "material.ethenone": "Этенон", - "material.ethyl_tertbutyl_ether": "Этил-третбутиловый эфир", - "material.ethylbenzene": "Этилбензол", - "material.ethylene": "Этилен", - "material.europium": "Европий", - "material.fermented_biomass": "Ферментированная биомасса", - "material.fermium": "Фермий", - "material.ferrite_mixture": "Ферритовая смесь", - "material.ferrosilite": "Ферросилит", - "material.fireclay": "Огнеупорная глина", - "material.fish_oil": "Рыбий жир", - "material.flerovium": "Флеровий", - "material.flint": "Флинт", - "material.fluorine": "Фтор", - "material.fluoroantimonic_acid": "Фторантимоновая кислота", - "material.francium": "Франций", - "material.fullers_earth": "Земля Фуллера", - "material.gadolinium": "Гадолиний", - "material.galena": "Галенит", - "material.gallium": "Галлий", - "material.gallium_arsenide": "Арсенид галлия", - "material.gallium_sulfide": "Сульфид галлия", - "material.garnet_sand": "Гранатовый песок", - "material.garnierite": "Гарниерит", - "material.gasoline": "Бензин", - "material.gelatin": "Желатин", - "material.gelatin_mixture": "Желатиновая смесь", - "material.germanium": "Германий", - "material.glass": "Стекло", - "material.glauconite_sand": "Глауконитовый песок", - "material.glowstone": "Светящийся камень", - "material.glue": "Клей", - "material.glycerol": "Глицерин", - "material.glyceryl_trinitrate": "Глицерил тринитрат", - "material.goethite": "Гетит", - "material.gold": "Золото", - "material.granite": "Гранит", - "material.granite_red": "Красный гранит", - "material.granitic_mineral_sand": "Гранитный минеральный песок", - "material.graphene": "Графен", - "material.graphite": "Графит", - "material.gray_dye": "Серый краситель", - "material.green_dye": "Зеленый краситель", - "material.green_sapphire": "Зеленый сапфир", - "material.green_sapphire_slurry": "Зеленая сапфировая суспензия", - "material.grossular": "Гроссуляр", - "material.gunpowder": "Порох", - "material.gypsum": "Гипс", - "material.hafnium": "Гафний", - "material.hassium": "Хассий", - "material.hastelloy_c_276": "Хастеллой C-276", - "material.hastelloy_x": "Хастеллой X", - "material.heavy_fuel": "Тяжелое топливо", - "material.helium": "Гелий", - "material.helium_3": "Гелий 3", - "material.hematite": "Гематит", - "material.high_octane_gasoline": "Высокооктановый бензин", - "material.holmium": "Гольмий", - "material.hsla_steel": "Сталь Хсла", - "material.hsse": "HSS-E", - "material.hssg": "HSS-G", - "material.hydro_cracked_butadiene": "Бутадиен, подвергнутый гидро-крекингу", - "material.hydro_cracked_butane": "Бутан, подвергнутый гидро-крекингу", - "material.hydro_cracked_butene": "Бутен, подвергнутый гидро-крекингу", - "material.hydro_cracked_ethane": "Этан, подвергнутый гидро-крекингу", - "material.hydro_cracked_ethylene": "Этилен, подвергнутый гидро-крекингу", - "material.hydro_cracked_propane": "Пропан, подвергнутый гидро-крекингу", - "material.hydro_cracked_propene": "Пропен, подвергнутый гидро-крекингу", - "material.hydrochloric_acid": "Соляная кислота", - "material.hydrofluoric_acid": "Плавиковая кислота", - "material.hydrogen": "Водород", - "material.hydrogen_sulfide": "Сероводород", - "material.hypochlorous_acid": "Хлорноватистая кислота", - "material.ice": "Лёд", - "material.ilmenite": "Ильменит", - "material.impure_enriched_naquadah_solution": "Нечистый обогащенный раствор наквады", - "material.impure_naquadria_solution": "Нечистый раствор наквадрии", - "material.incoloy_ma_956": "Инколой MA-956", - "material.indium": "Индий", - "material.indium_concentrate": "Индиевый концентрат", - "material.indium_gallium_phosphide": "Фосфид индия-галлия", - "material.indium_phosphide": "Фосфид индия", - "material.indium_tin_barium_titanium_cuprate": "Индий Олово Барий Титан Купрат", - "material.inert_metal_mixture": "Инертная металлическая смесь", - "material.invar": "Инвар", - "material.iodine": "Йод", - "material.iridium": "Иридий", - "material.iridium_chloride": "Иридий хлорид", - "material.iridium_metal_residue": "Остаток металлического иридия", - "material.iron": "Железо", - "material.iron_iii_chloride": "Хлорид Железа 3", - "material.isoprene": "Изопрен", - "material.kanthal": "Кантал", - "material.krypton": "Криптон", - "material.kyanite": "Кианит", - "material.lanthanum": "Лантан", - "material.lapis": "Лазурит", - "material.lapotron": "Лапотрон", - "material.lava": "Лава", - "material.lawrencium": "Лоуренсиум", - "material.lazurite": "Сапожниковец", - "material.lead": "Свинец", - "material.lead_zinc_solution": "Свинцовый раствор цинка", - "material.lepidolite": "Лепидолит", - "material.light_blue_dye": "Светло-голубой краситель", - "material.light_fuel": "Лёгкое топливо", - "material.light_gray_dye": "Светло-серый краситель", - "material.lightly_hydro_cracked_gas": "Газ, подвергнутый легкому гидро-крекингу", - "material.lightly_hydro_cracked_heavy_fuel": "Тяжелое топливо, подвергнутое легкому гидро-крекингу", - "material.lightly_hydro_cracked_light_fuel": "Легкое топливо, подвергнутое легкому гидро-крекингу", - "material.lightly_hydro_cracked_naphtha": "Нафта, подвергнутая легкому гидро-крекингу", - "material.lightly_steam_cracked_gas": "Газ, подвергнутый легкому паровому крекингу", - "material.lightly_steam_cracked_heavy_fuel": "Тяжелое топливо, подвергнутое легкому паровому крекингу", - "material.lightly_steam_cracked_light_fuel": "Легкое топливо, подвергнутое легкому паровому крекингу", - "material.lightly_steam_cracked_naphtha": "Нафта, подвергнутая легкому паровому крекингу", - "material.lime_dye": "Лаймовый краситель", - "material.liquid_air": "Сжиженный воздух", - "material.liquid_ender_air": "Сжиженный Ендер-воздух", - "material.liquid_nether_air": "Сжиженный Незер-воздух", - "material.lithium": "Литий", - "material.lithium_chloride": "Хлорид лития", - "material.livermorium": "Ливермориум", - "material.lpg": "Сжиженный газ", - "material.lubricant": "Смазка", - "material.lutetium": "Лютеций", - "material.magenta_dye": "Пурпурный краситель", - "material.magnalium": "Магналий", - "material.magnesia": "Магнезия", - "material.magnesite": "Магнезит", - "material.magnesium": "Магний", - "material.magnesium_chloride": "Хлорид магния", - "material.magnesium_diboride": "Диборид магния", - "material.magnetic_iron": "Магнитное железо", - "material.magnetic_neodymium": "Магнитный неодим", - "material.magnetic_samarium": "Магнитная Сама", - "material.magnetic_steel": "Магнитный самарий", - "material.magnetite": "Магнетит", - "material.malachite": "Малахит", - "material.manganese": "Марганец", - "material.manganese_phosphide": "Фосфид марганца", - "material.maraging_steel_300": "Maraging Steel 300", - "material.marble": "Мрамор", - "material.massicot": "Массикот", - "material.mc_guffium_239": "Макгаффи 239", - "material.meat": "Мясо", - "material.meitnerium": "Мейтнериум", - "material.mendelevium": "Менделевий", - "material.mercury": "Ртуть", - "material.mercury_barium_calcium_cuprate": "Купрат ртути, бария, кальция", - "material.metal_mixture": "Металлическая смесь", - "material.methane": "Метан", - "material.methanol": "Метанол", - "material.methyl_acetate": "Этилацетат", - "material.mica": "Слюда", - "material.milk": "Молоко", - "material.mirabilite": "Мирабилит", - "material.molybdenite": "Молибденит", - "material.molybdenum": "Молибден", - "material.molybdenum_disilicide": "Дисилицид молибдена", - "material.monazite": "Монацит", - "material.monochloramine": "Монохлорамин", - "material.moscovium": "Московий", - "material.mutagen": "Мутаген", - "material.naphtha": "Нафта", - "material.naphthalene": "Нафталин", - "material.naquadah": "Наквада", - "material.naquadah_alloy": "Сплав наквада", - "material.naquadria": "Наквадрия", - "material.naquadria_solution": "Раствор наквадрия", - "material.naquadria_sulfate": "Наквадриа сульфат", - "material.naquadria_waste": "Отходы наквадрия", - "material.natural_gas": "Природный газ", - "material.neodymium": "Неодим", - "material.neon": "Неон", - "material.neptunium": "Нептуний", - "material.nether_air": "Воздух незера", - "material.nether_quartz": "Незер кварц", - "material.nether_star": "Звезда незера", - "material.netherrack": "Незерак", - "material.neutronium": "Нейтроний", - "material.nichrome": "Нихром", - "material.nickel": "Никель", - "material.nickel_zinc_ferrite": "Никель-цинк Феррит", - "material.nihonium": "Нихоний", - "material.niobium": "Ниобий", - "material.niobium_nitride": "Нитрид ниобия", - "material.niobium_titanium": "Ниобий-титан", - "material.nitration_mixture": "Нитрационная смесь", - "material.nitric_acid": "Азотная кислота", - "material.nitric_oxide": "Оксид азота", - "material.nitrobenzene": "Нитробензол", - "material.nitrochlorobenzene": "Нитрохлорбензол", - "material.nitrogen": "Азот", - "material.nitrogen_dioxide": "Диоксид азота", - "material.nitrosyl_chloride": "Нитрозилхлорид", - "material.nitrous_oxide": "Оксид азота", - "material.nobelium": "Нобелий", - "material.obsidian": "Обсидиан", - "material.octane": "Октан", - "material.oganesson": "Оганессон", - "material.oil": "Нефть", - "material.oil_heavy": "Тяжелая нефть", - "material.oil_light": "Легкая нефть", - "material.oil_medium": "Сырая нефть", - "material.oilsands": "Нефтеносные пески", - "material.olivine": "Оливин", - "material.opal": "Опал", - "material.orange_dye": "Оранжевый краситель", - "material.osmiridium": "Осмиридий", - "material.osmium": "Осмий", - "material.osmium_tetroxide": "Тетроксид осмия", - "material.oxygen": "Кислород", - "material.palladium": "Палладий", - "material.palladium_raw": "Палладий необработанный", - "material.paper": "Бумага", - "material.pcb_coolant": "Охлаждающая жидкость для печатных плат", - "material.pentlandite": "Пентландит", - "material.perlite": "Перлит", - "material.phenol": "Фенол", - "material.phosphate": "Фосфат", - "material.phosphoric_acid": "Фосфорная кислота", - "material.phosphorus": "Фосфор", - "material.phosphorus_pentoxide": "Пентоокись фосфора", - "material.phthalic_acid": "Фталевая кислота", - "material.pink_dye": "Розовый краситель", - "material.pitchblende": "Настуран", - "material.platinum": "Платина", - "material.platinum_group_sludge": "Шлам платиновой группы", - "material.platinum_raw": "Платина сырая", - "material.platinum_sludge_residue": "Платиновый шламовый остаток", - "material.plutonium": "Плутоний", - "material.plutonium_241": "Плутоний 241", - "material.pollucite": "Полуцит", - "material.polonium": "Полоний", - "material.polybenzimidazole": "Полибензимидазол", - "material.polycaprolactam": "Поликапролактам", - "material.polychlorinated_biphenyl": "Полихлорированный бифенил", - "material.polydimethylsiloxane": "Полидиметилсилоксан", - "material.polyethylene": "Полиэтилен", - "material.polyphenylene_sulfide": "Полифениленсульфид", - "material.polytetrafluoroethylene": "Политетрафторэтилен", - "material.polyvinyl_acetate": "Поливинилацетат", - "material.polyvinyl_butyral": "Поливинилбутираль", - "material.polyvinyl_chloride": "Поливинилхлорид", - "material.potash": "Поташ", - "material.potassium": "Калий", - "material.potassium_dichromate": "Дихромат калия", - "material.potassium_feldspar": "Калиевый полевой шпат", - "material.potin": "Потин", - "material.powellite": "Пауэллит", - "material.praseodymium": "Празеодим", - "material.promethium": "Прометий", - "material.propane": "Пропан", - "material.propene": "Пропен", - "material.protactinium": "Протактиний", - "material.purple_dye": "Фиолетовый краситель", - "material.pyrite": "Пирит", - "material.pyrochlore": "Пирохлор", - "material.pyrolusite": "Пиролюзит", - "material.pyrope": "Пироп", - "material.quartz_sand": "Кварцевый песок", - "material.quartzite": "Кварцит", - "material.radium": "Радий", - "material.radon": "Радон", - "material.rare_earth": "Редкоземельный", - "material.rarest_metal_mixture": "Смесь редчайших металлов", - "material.raw_gasoline": "Необработанный бензин", - "material.raw_growth_medium": "Необработанная среда для роста", - "material.raw_rubber": "Необработанная резина", - "material.raw_styrene_butadiene_rubber": "Сырой бутадиен-стирольный каучук", - "material.realgar": "Реальгар", - "material.red_alloy": "Красный сплав", - "material.red_dye": "Красная краска", - "material.red_garnet": "Красный гранат", - "material.red_steel": "Красная сталь", - "material.redrock": "Красный камень", - "material.redstone": "Редстоун", - "material.refinery_gas": "Отработанный газ", - "material.reinforced_epoxy_resin": "Усиленная эпоксидная резина", - "material.rhenium": "Рений", - "material.rhodium": "Родий", - "material.rhodium_plated_palladium": "Палладий с родиевым покрытием", - "material.rhodium_sulfate": "Сульфат родия", - "material.rock_salt": "Камешек соли", - "material.rocket_fuel": "Ракетное топливо", - "material.roentgenium": "Рентген", - "material.rose_gold": "Розовое золото", - "material.rubber": "Резина", - "material.rubidium": "Рубидий", - "material.ruby": "Рубин", - "material.ruby_slurry": "Рубиновая суспензия", - "material.ruridit": "Руридит", - "material.ruthenium": "Рутений", - "material.ruthenium_tetroxide": "Четырехокись рутения", - "material.ruthenium_trinium_americium_neutronate": "Нейтронат рутения, триния, америция", - "material.rutherfordium": "Резерфордий", - "material.rutile": "Рутил", - "material.salt": "Соль", - "material.saltpeter": "Нитрат калия", - "material.samarium": "Самарий", - "material.samarium_iron_arsenic_oxide": "Оксид самария железа мышьяка", - "material.sapphire": "Сапфир", - "material.sapphire_slurry": "Сапфировая суспензия", - "material.scandium": "Скандий", - "material.scheelite": "Шеелит", - "material.seaborgium": "Сиборгиум", - "material.seed_oil": "Растительное масло", - "material.selenium": "Селен", - "material.severely_hydro_cracked_gas": "Газ, подвергнутый сильному гидро-крекингу", - "material.severely_hydro_cracked_heavy_fuel": "Тяжелое топливо, подвергнутое сильному гидро-крекингу", - "material.severely_hydro_cracked_light_fuel": "Легкое топливо, подвергнутое сильному гидро-крекингу", - "material.severely_hydro_cracked_naphtha": "Нафта, подвергнутая сильному гидро-крекингу", - "material.severely_steam_cracked_gas": "Газ, подвергнутый сильному паровому крекингу", - "material.severely_steam_cracked_heavy_fuel": "Тяжелое топливо, подвергнутое сильному паровому крекингу", - "material.severely_steam_cracked_light_fuel": "Легкое топливо, подвергнутое сильному паровому крекингу", - "material.severely_steam_cracked_naphtha": "Нафта, подвергнутая сильному паровому крекингу", - "material.silicon": "Кремний", - "material.silicon_dioxide": "", - "material.silicone_rubber": "Силиконовый каучук", - "material.silver": "Серебро", - "material.soapstone": "Мыльный камень", - "material.soda_ash": "Кальцинированная сода", - "material.sodalite": "Содалит", - "material.sodium": "Натрий", - "material.sodium_bicarbonate": "Бикарбонат натрия", - "material.sodium_bisulfate": "Бисульфат натрия", - "material.sodium_hydroxide": "Гидроксид нат", - "material.sodium_persulfate": "Персульфат натрия", - "material.sodium_potassium": "Натрий калий", - "material.sodium_sulfide": "Сульфид натрия", - "material.soldering_alloy": "Паяльный сплав", - "material.spessartine": "Спессартин", - "material.sphalerite": "Сфалерит", - "material.spodumene": "Споудмен", - "material.stainless_steel": "Нержавеющая сталь", - "material.steam": "Пар", - "material.steam_cracked_butadiene": "Бутадиен, подвергнутый паровому крекингу", - "material.steam_cracked_butane": "Бутан, подвергнутый паровому крекингу", - "material.steam_cracked_butene": "Бутен, подвергнутый паровому крекингу", - "material.steam_cracked_ethane": "Этан, подвергнутый паровому крекингу", - "material.steam_cracked_ethylene": "Этилен, подвергнутый паровому крекингу", - "material.steam_cracked_propane": "Пропан, подвергнутый паровому крекингу", - "material.steam_cracked_propene": "Пропен, подвергнутый ппаровому крекингу", - "material.steel": "Сталь", - "material.stellite_100": "Стеллит-100", - "material.sterilized_growth_medium": "Стерилизованная питательная среда", - "material.sterling_silver": "Чистое серебро", - "material.stibnite": "Стибнит", - "material.stone": "Камень", - "material.strontium": "Стронций", - "material.styrene": "Стирол", - "material.styrene_butadiene_rubber": "Бутадиен-стирольный каучук", - "material.sugar": "Сахар", - "material.sulfur": "Сера", - "material.sulfur_dioxide": "Диоксид серы", - "material.sulfur_trioxide": "Триоксид серы", - "material.sulfuric_acid": "Серная кислота", - "material.sulfuric_copper_solution": "Серно-медный раствор", - "material.sulfuric_gas": "Серный газ", - "material.sulfuric_heavy_fuel": "Серное тяжёлое топливо", - "material.sulfuric_light_fuel": "Серное легкое топливо", - "material.sulfuric_naphtha": "Серная нафта", - "material.sulfuric_nickel_solution": "Раствор серного никеля", - "material.talc": "Мел", - "material.tantalite": "Танталит", - "material.tantalum": "Тантал", - "material.tantalum_carbide": "Карбид тантала", - "material.technetium": "Технеций", - "material.tellurium": "Теллур", - "material.tennessine": "Теннессин", - "material.terbium": "Тербий", - "material.tetrafluoroethylene": "Тетрафторэтилен", - "material.tetrahedrite": "Тетраэдрит", - "material.tetranitromethane": "Тетранитрометан", - "material.thallium": "Талий", - "material.thorium": "Торий", - "material.thulium": "Тулий", - "material.tin": "Олово", - "material.tin_alloy": "Оловянный сплав", - "material.titanium": "Титан", - "material.titanium_carbide": "Карбид титана", - "material.titanium_tetrachloride": "Тетрахлорид титана", - "material.titanium_trifluoride": "TТрифторид титана", - "material.titanium_tungsten_carbide": "Карбид титан-вольфрама", - "material.toluene": "Толуол", - "material.topaz": "Топаз", - "material.tricalcium_phosphate": "Трикальцийфосфат", - "material.trinium": "Триний", - "material.trinium_sulfide": "Сульфид триния", - "material.tritanium": "Тританий", - "material.tritium": "Тритий", - "material.trona": "Трона", - "material.tungstate": "Вольфрамат", - "material.tungsten": "Вольфрам", - "material.tungsten_carbide": "Карбид вольфрама", - "material.tungsten_steel": "Вольфрамовая сталь", - "material.tungstic_acid": "Вольфрамовая кислота", - "material.ultimet": "Ультимейт", - "material.uraninite": "Уранит", - "material.uranium": "Уран", - "material.uranium_235": "Уран 235", - "material.uranium_hexafluoride": "Гексафторид урана", - "material.uranium_rhodium_dinaquadide": "Динаквадид урана-родия", - "material.uranium_triplatinum": "Уран Триплатина", - "material.uu_matter": "UU-Материя", - "material.uvarovite": "Уваровит", - "material.vanadium": "Ванадий", - "material.vanadium_gallium": "Ванадиевый галлий", - "material.vanadium_magnetite": "Ванадиевый магнетит", - "material.vanadium_steel": "Ванадиевая сталь", - "material.vinyl_acetate": "Винилацетат", - "material.vinyl_chloride": "Винилхлорид", - "material.water": "Вода", - "material.watertight_steel": "Коррозионностойкая сталь", - "material.wheat": "Пшеница", - "material.white_dye": "Белая краска", - "material.wood": "Древесина", - "material.wood_gas": "Древесный газ", - "material.wood_tar": "Древесная смола", - "material.wood_vinegar": "Древесный уксус", - "material.wrought_iron": "Кованное железо", - "material.wulfenite": "Вульфенит", - "material.xenon": "Ксенон", - "material.yellow_dye": "Жёлтый краситель", - "material.yellow_garnet": "Жёлтый гранат", - "material.yellow_limonite": "Жёлтый лимонит", - "material.ytterbium": "Иттербий", - "material.yttrium": "Иттрий", - "material.yttrium_barium_cuprate": "Купрат иттрия-бария", - "material.zeolite": "Цеолит", - "material.zeron_100": "Зерон-100", - "material.zinc": "Цинк", - "material.zinc_sulfide": "Сульфид цинка", - "material.zincite": "Цинкит", - "material.zirconium": "Цирконий", - "metaarmor.energy_share.disable": "Энергоснабжение: Зарядка гаджетов отключена", - "metaarmor.energy_share.enable": "Энергоснабжение: Зарядка гаджетов включена", - "metaarmor.energy_share.error": "Энергоснабжение: §cНедостаточно мощности для зарядки гаджетов!", - "metaarmor.energy_share.tooltip": "Режим питания: %s", - "metaarmor.energy_share.tooltip.guide": "Чтобы сменить режим используй shift-правый клик, когда держишь предмет", - "metaarmor.hud.energy_lvl": "Уровень энергии: %s", - "metaarmor.hud.fuel_lvl": "Уровень топлива: %s", - "metaarmor.hud.gravi_engine": "Гравитационный Двигатель: %s", - "metaarmor.hud.hover_mode": "Режим парящего движения: %s", - "metaarmor.hud.status.disabled": "§cОтключено", - "metaarmor.hud.status.enabled": "§aВключено", - "metaarmor.jetpack.emergency_hover_mode": "Включен режим аварийного зависания!", - "metaarmor.jetpack.hover.disable": "Ракетный ранец: Режим парящего движения отключен", - "metaarmor.jetpack.hover.enable": "Ракетный ранец: Режим парящего движения включен", - "metaarmor.message.nightvision.disabled": "§Пнв: §cвыключено", - "metaarmor.message.nightvision.enabled": "§Пнв: §aвключено", - "metaarmor.message.nightvision.error": "§cНе достаточно энергии!", - "metaarmor.nms.nightvision.disabled": "Броня NanoMuscle™: Пнв выключено", - "metaarmor.nms.nightvision.enabled": "Броня NanoMuscle™: Пнв включено", - "metaarmor.nms.nightvision.error": "Броня NanoMuscle™: §cНе достаточно энергии!", - "metaarmor.nms.share.disable": "Броня NanoMuscle™: Зарядка отключена", - "metaarmor.nms.share.enable": "Броня NanoMuscle™: Зарядка включена", - "metaarmor.nms.share.error": "Броня NanoMuscle™: §cНе достаточно энергии для зарядки!", - "metaarmor.qts.nightvision.disabled": "Броня QuarkTech™: Пнв выключено", - "metaarmor.qts.nightvision.enabled": "Броня QuarkTech™: Пнв включено", - "metaarmor.qts.nightvision.error": "Броня QuarkTech™: §cНе достаточно энергии!", - "metaarmor.qts.share.disable": "Броня QuarkTech™: Зарядка отключена", - "metaarmor.qts.share.enable": "Броня QuarkTech™: Зарядка включена", - "metaarmor.qts.share.error": "Броня QuarkTech™: §cНе достаточно энергии для зарядки!", - "metaarmor.tooltip.autoeat": "Кормит, используя еду из инвентаря", - "metaarmor.tooltip.breath": "Позволяет дышать под водой", - "metaarmor.tooltip.burning": "Спасает от огня", - "metaarmor.tooltip.falldamage": "Предотвращает урон от падения", - "metaarmor.tooltip.jump": "Увеличивает дальность и силу прыка", - "metaarmor.tooltip.potions": "Нейтрализует негативные эффекты ", - "metaarmor.tooltip.speed": "Увеличивает скорость бега", - "metaarmor.tooltip.stepassist": "Обеспечивает помощь при ходьбе", - "metaitem.behavior.mode_switch.current_mode": "Режим: %s", - "metaitem.behavior.mode_switch.mode_switched": "§eРежим установлен на: %s", - "metaitem.behavior.mode_switch.tooltip": "Используйте с shift, чтобы сменить режим", - "metaitem.blacklight.tooltip": "Источник §dУльрафиолетового§7 света", - "metaitem.clipboard.tooltip": "Может писать (Без пищущего инструмента). Пкм, чтобы установить и Shift+Пкм, чтобы убрать", - "metaitem.cover.digital.mode.energy.disabled": "Нажми, чтобы включить энергетический режим", - "metaitem.cover.digital.mode.energy.enabled": "Энергетический режим включен", - "metaitem.cover.digital.mode.fluid.disabled": "Нажми, чтобы включить жидкостный режим", - "metaitem.cover.digital.mode.fluid.enabled": "Жидкостный режим включен", - "metaitem.cover.digital.mode.item.disabled": "Нажми, чтобы включить предметный режим", - "metaitem.cover.digital.mode.item.enabled": "Предметный режим включен", - "metaitem.cover.digital.mode.machine.disabled": "Нажми, чтобы включить режим работы с механизмами", - "metaitem.cover.digital.mode.machine.enabled": "Режим работы с механизмами включен", - "metaitem.cover.digital.mode.proxy.disabled": "Нажми, чтобы включить прокси-режим", - "metaitem.cover.digital.mode.proxy.enabled": "Прокси режим включен", - "metaitem.cover.digital.tooltip": "Подкючает механизмы §fкабелями питания§7 к §fцентральному монитору§7 как §fкрышка§7.", - "metaitem.cover.digital.wireless.tooltip.0": "Подкючает механизмы по §fбеспроводной связи§7 §fкабелями питания§7 к §fцентральному монитору§7 как §fкрышка§7", - "metaitem.cover.digital.wireless.tooltip.1": "§fПКМ§7 на §fцентральный мониатор§7, чтобы удаленно установить привязку.", - "metaitem.cover.digital.wireless.tooltip.2": "§fShift+Пкм§7, чтобы удалить текущую привязка.", - "metaitem.cover.digital.wireless.tooltip.3": "§aПривязка: §f%s", - "metaitem.crushed.tooltip.purify": "Бросьте в котел, чтобы получить очищенную руду", - "metaitem.debug_scanner.tooltip": "Трикодер", - "metaitem.dust.tooltip.purify": "Бросьте в котел, чтобы получить чистую пыль.", - "metaitem.electric.discharge_mode.disabled": "§eРежим разрядки выключен", - "metaitem.electric.discharge_mode.enabled": "§eРежим разрядки выключен", - "metaitem.electric.discharge_mode.tooltip": "Используйте с shift, чтобы переключить режим разрядки", - "metaitem.generic.electric_item.stored": "%d/%d EU(%s)", - "metaitem.generic.electric_item.tooltip": "%d/%d EU - Уровень %s", - "metaitem.generic.fluid_container.tooltip": "%d/%dЛитров %s", - "metaitem.int_circuit.configuration": "Конфигурация: %d", - "metaitem.liquid_fuel_jetpack.tooltip": "Использует то же топливо, что и генератор внутреннего сгорания", - "metaitem.nan.certificate.tooltip": "Вызов принят!", - "metaitem.plugin.proxy.tooltips.1": "(Пожалуйста, настройте режим прокси на экране)", - "metaitem.plugin.tooltips.1": "К экрану можно добавлять плагины для расширения функциональности.", - "metaitem.prospector.mode.bedrock_ore": "§bРежим поиска руды в бедроке§r", - "metaitem.prospector.mode.fluid": "§bРежим поиска жидкости§r", - "metaitem.prospector.mode.ores": "§aРежим поиска руды§r", - "metaitem.prospector.tooltip.modes": "Доступные режимы:", - "metaitem.prospector.tooltip.radius": "Сканирует радиусе в %s радиуса чанка", - "metaitem.record.sus.tooltip": "§7Leonz - Среди нас амогус", - "metaitem.terminal.tooltip": "Острые инструменты делают работу хорошо.", - "metaitem.terminal.tooltip.creative": "§bТворческий режим включен", - "metaitem.terminal.tooltip.hardware": "§aОборудование: %d", - "metaitem.tool.tooltip.durability": "§fПрочность: §a%d / %d", - "metaitem.tool.tooltip.primary_material": "§fМатериал: §e%s", - "metaitem.tool.tooltip.rotor.efficiency": "Эффективность турбины: §9%d%%", - "metaitem.tool.tooltip.rotor.power": "Мощность турбины: §9%d%%", - "metaitem.tricorder_scanner.tooltip": "Трикодер", - "metaitem.turbine_rotor.tooltip": "Роторы турбины для вашей электростанции", - "metaitem.voltage_coil.ev.tooltip": "Extreme Катушка", - "metaitem.voltage_coil.hv.tooltip": "Продвинутая катушка", - "metaitem.voltage_coil.iv.tooltip": "Высококлассная катушка", - "metaitem.voltage_coil.luv.tooltip": "Master Катушка", - "metaitem.voltage_coil.lv.tooltip": "Базовая катушка", - "metaitem.voltage_coil.max.tooltip": "Maximum Катушка", - "metaitem.voltage_coil.mv.tooltip": "Good Катушка", - "metaitem.voltage_coil.opv.tooltip": "Legendary Катушка", - "metaitem.voltage_coil.uev.tooltip": "Unreal Катушка", - "metaitem.voltage_coil.uhv.tooltip": "Ultra Катушка", - "metaitem.voltage_coil.uiv.tooltip": "Insane Катушка", - "metaitem.voltage_coil.ulv.tooltip": "Primitive Катушка", - "metaitem.voltage_coil.uv.tooltip": "Cверхтехнологичная Катушка", - "metaitem.voltage_coil.uxv.tooltip": "Epic Катушка", - "metaitem.voltage_coil.zpm.tooltip": "Super Катушка", - "monitor.gui.title.argb": "ARGB:", - "monitor.gui.title.back": "Назад", - "monitor.gui.title.config": "Настройки/Конфигурация", - "monitor.gui.title.plugin": "Плагин:", - "monitor.gui.title.scale": "Размер:", - "monitor.gui.title.slot": "Слот:", - "ore.spawnlocation.name": "Информация спавна руд", - "recipe.capability.eu.name": "GTCEu Energy", - "recipe.capability.fluid.name": "Жидкость", - "recipe.capability.item.name": "Предмет", - "recipe.capability.su.name": "Create Stress", - "recipe.condition.biome.tooltip": "Биом: %s", - "recipe.condition.dimension.tooltip": "Измерение: %s", - "recipe.condition.eu_to_start.tooltip": "EU для старта: %d", - "recipe.condition.pos_y.tooltip": "Y Уровень: %d <= Y <= %d", - "recipe.condition.rain.tooltip": "Уровень дождя: %d", - "recipe.condition.rock_breaker.tooltip": "Fluid blocks around", - "recipe.condition.rpm.tooltip": "Об/мин: %d", - "recipe.condition.steam_vent.tooltip": "Очистите выпускной патрубок для пара", - "recipe.condition.thunder.tooltip": "Уровень грома: %d", - "tagprefix.andesite": "Андезитовая руда (%s)", - "tagprefix.basalt": "Базальтовая руда (%s)", - "tagprefix.block": "Блок (%s)", - "tagprefix.bolt": "Винт (%s)", - "tagprefix.buzz_saw_blade": "Лезвие цикрулярной пилы(%s)", - "tagprefix.cable_gt_double": "2x Кабель (%s)", - "tagprefix.cable_gt_hex": "16x Кабель (%s)", - "tagprefix.cable_gt_octal": "8x Кабель (%s)", - "tagprefix.cable_gt_quadruple": "4x Кабель (%s)", - "tagprefix.cable_gt_single": "1x Кабель (%s)", - "tagprefix.chainsaw_head": "Полотно цепной пилы (%s)", - "tagprefix.chipped_gem": "Раскрошенный %s", - "tagprefix.crushed_ore": "Измельчёная руда (%s)", - "tagprefix.deepslate": "Глубинно-сланецевая руда (%s)", - "tagprefix.dense_plate": "Плотная пластина (%s)", - "tagprefix.diorite": "Диоритовая руда (%s)", - "tagprefix.double_plate": "Двойная пластина (%s)", - "tagprefix.drill_head": "Сверлильная головка (%s)", - "tagprefix.dust": "Пыль (%s)", - "tagprefix.dye": "%s Краситель", - "tagprefix.endstone": "Руда Края (%s)", - "tagprefix.exquisite_gem": "Изысканный %s", - "tagprefix.fine_wire": "Тонкий провод (%s)", - "tagprefix.flawed_gem": "Поврежденный %s", - "tagprefix.flawless_gem": "Безупречный %s", - "tagprefix.foil": "Тонкий лист (%s)", - "tagprefix.frame_gt": "Каркас (%s)", - "tagprefix.gear": "Шестерня (%s)", - "tagprefix.gem": "%s", - "tagprefix.granite": "Гранитная руда (%s)", - "tagprefix.gravel": "Гравийная руда (%s)", - "tagprefix.hot_ingot": "Горячий слиток (%s)", - "tagprefix.impure_dust": "Грязная кучка пыли (%s)", - "tagprefix.ingot": "Слиток (%s)", - "tagprefix.lens": "Линза (%s)", - "tagprefix.long_rod": "Длинный стержень(%s)", - "tagprefix.netherrack": "Незераковая руда (%s)", - "tagprefix.nugget": "Самородок (%s)", - "tagprefix.pipe_huge_fluid": "Огромная жидкостная труба (%s)", - "tagprefix.pipe_huge_item": "Огромная предметная труба (%s)", - "tagprefix.pipe_huge_restrictive": "Огромная ограничивающая предметная труба (%s)", - "tagprefix.pipe_large_fluid": "Большая жидкостная труба (%s)", - "tagprefix.pipe_large_item": "Большая предметная труба (%s)", - "tagprefix.pipe_large_restrictive": "Большая ограничивающая жидкостная труба (%s)", - "tagprefix.pipe_nonuple_fluid": "Многожильная жидкостная труба (%s)", - "tagprefix.pipe_normal_fluid": "Средняя жидкостная труба (%s)", - "tagprefix.pipe_normal_item": "Средняя предметная труба (%s)", - "tagprefix.pipe_normal_restrictive": "Средняя ограничивающая предметная труба (%s)", - "tagprefix.pipe_quadruple_fluid": "Многожильная жидкостная труба (%s)", - "tagprefix.pipe_small_fluid": "Маленькая жидкостная трубка (%s)", - "tagprefix.pipe_small_item": "Маленькая предметная трубка (%s)", - "tagprefix.pipe_small_restrictive": "Маленькая ограничивающая предметная трубка (%s)", - "tagprefix.pipe_tiny_fluid": "Крошечная жидкостная трубка (%s)", - "tagprefix.plate": "Пластина (%s) ", - "tagprefix.polymer.dense_plate": "Плотный лист (%s)", - "tagprefix.polymer.double_plate": "Двойной лист (%s)", - "tagprefix.polymer.dust": "Пыль (%s)", - "tagprefix.polymer.foil": "Тонкий лист (%s)", - "tagprefix.polymer.ignot": "Слиток (%s)", - "tagprefix.polymer.nugget": "Самородок (%s)", - "tagprefix.polymer.plate": "Лист (%s)", - "tagprefix.polymer.small_dust": "Маленькая кучка пыли (%s)", - "tagprefix.polymer.tiny_dust": "Крошечная кучка пыли (%s)", - "tagprefix.pure_dust": "Очищенная куча пыли (%s)", - "tagprefix.purified_ore": "Очищенный руда (%s)", - "tagprefix.raw": "Обычная руда (%s)", - "tagprefix.raw_ore_block": "Блок необработанного %s", - "tagprefix.red_sand": "Руда в красном песке (%s)", - "tagprefix.refined_ore": "Очишенная руда (%s)", - "tagprefix.ring": "Кольцо (%s)", - "tagprefix.rock": "%s", - "tagprefix.rod": "Стержень (%s)", - "tagprefix.rotor": "Ротор (%s)", - "tagprefix.round": "Шарик (%s)", - "tagprefix.sand": "Песочная руда (%s)", - "tagprefix.screw": "Винт (%s)", - "tagprefix.screwdriver_tip": "Наконечник отвертки (%s)", - "tagprefix.small_dust": "Небольшая кучка пыли (%s)", - "tagprefix.small_gear": "Маленькая шестерня (%s)", - "tagprefix.small_spring": "Маленькая пружина (%s)", - "tagprefix.spring": "Пружина (%s)", - "tagprefix.stone": "Руда (%s)", - "tagprefix.tiny_dust": "Крошечная кучка пыли (%s)", - "tagprefix.tuff": "Туфовая руда (%s)", - "tagprefix.turbine_blade": "Лопасть турбины (%s)", - "tagprefix.wire_gt_double": "2x Провод (%s)", - "tagprefix.wire_gt_hex": "16x Провод (%s)", - "tagprefix.wire_gt_octal": "8x Провод (%s)", - "tagprefix.wire_gt_quadruple": "4x Провод (%s)", - "tagprefix.wire_gt_single": "1x Провод (%s)", - "tagprefix.wrench_tip": "Наконечник гаечного ключа (%s)", - "tile.brittle_charcoal.name": "Хрупкий древесный уголь", - "tile.brittle_charcoal.tooltip.0": "Произведено компанией Charcoal Pile Igniter.", - "tile.brittle_charcoal.tooltip.1": "Добудь это, чтобы получить древесный уголь.", - "tile.gtceu.foam.name": "Пена", - "tile.gtceu.petrified_foam.name": "Застывшая пена", - "tile.gtceu.reinforced_foam.name": "Укрепленная пена", - "tile.gtceu.reinforced_stone.name": "Укрепленный камень", - "tile.gtceu.seal.name": "Герметичный блок", - - "tfg.simplelogin.description": "Нужен для входа на официальный сервер TerraFirmaGreg. Если хотите сделать рандомный нажмите R или введите собственный. Не влияет на локальные миры. Возможно нужно будет удалить на ваших собственных серверах.", - "item.gtceu.mining_hammer_head_mold": "Форма для экструдера (Боёк шахтерского молота)", - "item.gtceu.sword_head_mold": "Форма для экструдера (Лезвие меча)", - "item.gtceu.pickaxe_head_mold": "Форма для экструдера (Головка кирки)", - "item.gtceu.shovel_head_mold": "Форма для экструдера (Полотно лопаты)", - "item.gtceu.axe_head_mold": "Форма для экструдера (Полотно топора)", - "item.gtceu.hoe_head_mold": "Форма для экструдера (Головка мотыги)", - "item.gtceu.scythe_head_mold": "Форма для экструдера (Лезвие косы)", - "item.gtceu.file_head_mold": "Форма для экструдера (Полотно напильника)", - "item.gtceu.hammer_head_mold": "Форма для экструдера (Боёк молота)", - "item.gtceu.saw_head_mold": "Форма для экструдера (Полотно пилы)", - "item.gtceu.knife_head_mold": "Форма для экструдера (Лезвие ножа)", - "item.gtceu.butchery_knife_head_mold": "Форма для экструдера (Лезвие тесака)", - "material.sylvite": "Сильвит", - "material.latex": "Латекс (Сырая резина)", - "material.gabbro": "Габбро", - "material.shale": "Сланец", - "material.claystone": "Аргиллит", - "material.limestone": "Известняк", - "material.conglomerate": "Конгломерат", - "material.dolomite": "Доломит", - "material.chert": "Кремнистый сланец", - "material.rhyolite": "Риолит", - "material.dacite": "Дацит", - "material.slate": "Шиферный сланец", - "material.phyllite": "Филлит", - "material.schist": "Аспидный сланец", - "material.gneiss": "Гнейс", - "material.chalk": "Мел", - "tagprefix.poor_raw": "Бедная руда (%s)", - "tagprefix.rich_raw": "Богатая руда (%s)", - "tagprefix.mining_hammer_head": "Боёк шахтерского молота (%s)", - "tagprefix.sword_head": "Лезвие меча (%s)", - "tagprefix.pickaxe_head": "Головка кирки (%s)", - "tagprefix.shovel_head": "Лезвие лопаты (%s)", - "tagprefix.axe_head": "Полотно топора (%s)", - "tagprefix.hoe_head": "Головка мотыги (%s)", - "tagprefix.scythe_head": "Лезвие косы (%s)", - "tagprefix.file_head": "Полотно напильника (%s)", - "tagprefix.hammer_head": "Боёк молота (%s)", - "tagprefix.saw_head": "Полотно пилы (%s)", - "tagprefix.knife_head": "Лезвие ножа (%s)", - "tagprefix.knife_butchery_head": "Лезвие тесака (%s)", - "tagprefix.tfc_gabbro": "Месторождение руды в габбро (%s)", - "tagprefix.tfc_shale": "Месторождение руды в сланце (%s)", - "tagprefix.tfc_claystone": "Месторождение руды в аргиллите (%s)", - "tagprefix.tfc_limestone": "Месторождение руды в известняке (%s)", - "tagprefix.tfc_conglomerate": "Месторождение руды в конгломерате (%s)", - "tagprefix.tfc_dolomite": "Месторождение руды в доломите (%s)", - "tagprefix.tfc_chert": "Месторождение руды в кремнистом сланце (%s)", - "tagprefix.tfc_chalk": "Месторождение руды в меле (%s)", - "tagprefix.tfc_rhyolite": "Месторождение руды в риолите (%s)", - "tagprefix.tfc_dacite": "Месторождение руды в даците (%s)", - "tagprefix.tfc_quartzite": "Месторождение руды в кварците (%s)", - "tagprefix.tfc_slate": "Месторождение руды в шиферном сланце (%s)", - "tagprefix.tfc_phyllite": "Месторождение руды в филлите (%s)", - "tagprefix.tfc_schist": "Месторождение руды в аспидном сланце (%s)", - "tagprefix.tfc_gneiss": "Месторождение руды в гнейсе (%s)", - "tagprefix.tfc_marble": "Месторождение руды в мраморе (%s)", - "tagprefix.tfc_basalt": "Месторождение руды в базальте (%s)", - "tagprefix.tfc_diorite": "Месторождение руды в диорите (%s)", - "tagprefix.tfc_andesite": "Месторождение руды в андезите (%s)", - "tagprefix.tfc_granite": "Месторождение руды в граните (%s)" + "block.gtceu.treated_wood_planks": "Доски из обработанного креозотом дерева" } diff --git a/kubejs/assets/tfc/lang/en_us.json b/kubejs/assets/tfc/lang/en_us.json index 68c9b6bc3..a2ca88a21 100644 --- a/kubejs/assets/tfc/lang/en_us.json +++ b/kubejs/assets/tfc/lang/en_us.json @@ -1,4 +1,8 @@ { + "metal.tfg.redstone": "Redstone", + "metal.tfg.red_alloy": "Red Alloy", + "metal.tfg.tin_alloy": "Tin Alloy", + "block.gtceu.andesite_almandine_ore.prospected": "Almandine", "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", "block.gtceu.andesite_alunite_ore.prospected": "Alunite", diff --git a/kubejs/assets/tfc/lang/ru_ru.json b/kubejs/assets/tfc/lang/ru_ru.json index 6fe61e31a..d9f775da7 100644 --- a/kubejs/assets/tfc/lang/ru_ru.json +++ b/kubejs/assets/tfc/lang/ru_ru.json @@ -1,4 +1,8 @@ { + "metal.tfg.redstone": "Красный камень", + "metal.tfg.red_alloy": "Красный сплав", + "metal.tfg.tin_alloy": "Оловянный сплав", + "block.gtceu.andesite_almandine_ore.prospected": "Альмандин", "block.gtceu.andesite_aluminium_ore.prospected": "Алюминий", "block.gtceu.andesite_alunite_ore.prospected": "Алюнит", diff --git a/kubejs/assets/tfg/textures/gui/curseforge_logo.png b/kubejs/assets/tfg/textures/gui/curseforge_logo.png index fca41d271..0263f8093 100644 Binary files a/kubejs/assets/tfg/textures/gui/curseforge_logo.png and b/kubejs/assets/tfg/textures/gui/curseforge_logo.png differ diff --git a/kubejs/assets/tfg/textures/gui/curseforge_logo_hovered.png b/kubejs/assets/tfg/textures/gui/curseforge_logo_hovered.png index 8c8751937..d08e5fa3f 100644 Binary files a/kubejs/assets/tfg/textures/gui/curseforge_logo_hovered.png and b/kubejs/assets/tfg/textures/gui/curseforge_logo_hovered.png differ diff --git a/kubejs/assets/tfg/textures/gui/discord_logo.png b/kubejs/assets/tfg/textures/gui/discord_logo.png index c6d970fea..cb6e56ee9 100644 Binary files a/kubejs/assets/tfg/textures/gui/discord_logo.png and b/kubejs/assets/tfg/textures/gui/discord_logo.png differ diff --git a/kubejs/assets/tfg/textures/gui/discord_logo_hovered.png b/kubejs/assets/tfg/textures/gui/discord_logo_hovered.png index 438db91ed..278aac391 100644 Binary files a/kubejs/assets/tfg/textures/gui/discord_logo_hovered.png and b/kubejs/assets/tfg/textures/gui/discord_logo_hovered.png differ diff --git a/kubejs/assets/tfg/textures/gui/github_logo.png b/kubejs/assets/tfg/textures/gui/github_logo.png index 66547402f..cfa93c8c1 100644 Binary files a/kubejs/assets/tfg/textures/gui/github_logo.png and b/kubejs/assets/tfg/textures/gui/github_logo.png differ diff --git a/kubejs/assets/tfg/textures/gui/github_logo_hovered.png b/kubejs/assets/tfg/textures/gui/github_logo_hovered.png index 00e56d352..662286f62 100644 Binary files a/kubejs/assets/tfg/textures/gui/github_logo_hovered.png and b/kubejs/assets/tfg/textures/gui/github_logo_hovered.png differ diff --git a/kubejs/assets/tfg/textures/gui/modrinth_logo.png b/kubejs/assets/tfg/textures/gui/modrinth_logo.png index a90b085d7..37194a0a8 100644 Binary files a/kubejs/assets/tfg/textures/gui/modrinth_logo.png and b/kubejs/assets/tfg/textures/gui/modrinth_logo.png differ diff --git a/kubejs/assets/tfg/textures/gui/modrinth_logo_hovered.png b/kubejs/assets/tfg/textures/gui/modrinth_logo_hovered.png index ebe2dce68..0abcfdcee 100644 Binary files a/kubejs/assets/tfg/textures/gui/modrinth_logo_hovered.png and b/kubejs/assets/tfg/textures/gui/modrinth_logo_hovered.png differ diff --git a/kubejs/client_scripts/main_client_script.js b/kubejs/client_scripts/main_client_script.js index 88b722615..0e31eda36 100644 --- a/kubejs/client_scripts/main_client_script.js +++ b/kubejs/client_scripts/main_client_script.js @@ -1,6 +1,6 @@ // priority: 1 -REIEvents.hide('item', event => { +JEIEvents.hideItems(event => { hideMinecraftStuff(event) hideTFCStuff(event) hideFirmaLifeStuff(event) @@ -13,20 +13,31 @@ REIEvents.hide('item', event => { hideRailWaysStuff(event) hideCreateAdditionsStuff(event) hideChiselAndBitsStuff(event) + hideFTBQuestsStuff(event) }) -REIEvents.groupEntries(event => { - groupGTCEUStuff(event) - groupTFCStuff(event) +// REIEvents.groupEntries(event => { +// groupGTCEUStuff(event) +// groupTFCStuff(event) +// }) + + +JEIEvents.removeCategories(event => { + // НЕ РАБОТАЕТ СУКА, РАЗРАБ НАСРАЛ! + + // registerMinecraftCategories(event) + // registerGTCEUCategories(event) + // registerMoreRedCategories(event) + // 'jumbofurnace:jumbo_furnace_upgrade, + // event.remove('minecraft:campfire_cooking') + // event.remove('jumbofurnace:jumbo_smelting') + + // console.log(event.getCategoryIds()) + + // event.getCategoryIds() }) -REIEvents.removeCategories(event => { - registerMinecraftCategories(event) - registerGTCEUCategories(event) - registerMoreRedCategories(event) -}) - -REIEvents.hide('fluid', event => { +JEIEvents.hideFluids(event => { hideTFCFluids(event) hideFirmaLifeFluids(event) diff --git a/kubejs/client_scripts/mods/ae2.js b/kubejs/client_scripts/mods/ae2.js index 14ff01c2d..cc803be57 100644 --- a/kubejs/client_scripts/mods/ae2.js +++ b/kubejs/client_scripts/mods/ae2.js @@ -4,4 +4,6 @@ const hideAE2Stuff = (event) => { global.AE2_DISABLED_ITEMS.forEach(item => { event.hide(item) }) + + event.hide('ae2:facade') } \ No newline at end of file diff --git a/kubejs/client_scripts/mods/firmalife.js b/kubejs/client_scripts/mods/firmalife.js index 8203a744a..169a6be49 100644 --- a/kubejs/client_scripts/mods/firmalife.js +++ b/kubejs/client_scripts/mods/firmalife.js @@ -9,10 +9,13 @@ const hideFirmaLifeStuff = (event) => { }) }) - global.FIRMALIFE_DISABLED_ITEMS.forEach(item => { event.hide(item) }) + + global.FIRMALIFE_HIDED_ITEMS.forEach(item => { + event.hide(item) + }) } const hideFirmaLifeFluids = (event) => { diff --git a/kubejs/client_scripts/mods/ftb_quests.js b/kubejs/client_scripts/mods/ftb_quests.js new file mode 100644 index 000000000..fe6e4010c --- /dev/null +++ b/kubejs/client_scripts/mods/ftb_quests.js @@ -0,0 +1,7 @@ +// priority: 0 + +const hideFTBQuestsStuff = (event) => { + global.FTB_QUESTS_DISABLED_ITEMS.forEach(item => { + event.hide(item) + }) +} \ No newline at end of file diff --git a/kubejs/client_scripts/mods/gtceu.js b/kubejs/client_scripts/mods/gtceu.js index 91c582567..d4ef845fa 100644 --- a/kubejs/client_scripts/mods/gtceu.js +++ b/kubejs/client_scripts/mods/gtceu.js @@ -110,8 +110,6 @@ const groupGTCEUStuff = (event) => { event.groupItemsByTag('tfg:rei_groups/restrictive_pipes/normal', 'Normal Resctrictive Pipes', 'forge:restrictive_pipes/normal') event.groupItemsByTag('tfg:rei_groups/restrictive_pipes/large', 'Large Resctrictive Pipes', 'forge:restrictive_pipes/large') event.groupItemsByTag('tfg:rei_groups/restrictive_pipes/huge', 'Huge Resctrictive Pipes', 'forge:restrictive_pipes/huge') - - event.groupItems("tfg:rei_groups/boiler", "Boiler", [/gtceu:.*_boiler/]); event.groupItems("tfg:rei_groups/diode", "Diode", [/gtceu:(?!.*smd).*_diode/]); diff --git a/kubejs/config/probejs.json b/kubejs/config/probejs.json new file mode 100644 index 000000000..b9897fa44 --- /dev/null +++ b/kubejs/config/probejs.json @@ -0,0 +1,14 @@ +{ + "firstLoad": false, + "noAggressiveProbing": true, + "docsTimestamp": 1704370339573, + "allowRegistryObjectDumps": true, + "allowRegistryLiteralDumps": true, + "requireSingleAndPerm": true, + "enabled": true, + "modChanged": false, + "disableRecipeJsonDump": true, + "dumpJSONIntermediates": false, + "pullSchema": false, + "version": 1 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/vein/deep_magnetite.json b/kubejs/data/tfg/worldgen/configured_feature/vein/deep_magnetite.json index 57f0a09e0..a9f375c72 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/vein/deep_magnetite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/vein/deep_magnetite.json @@ -1,7 +1,7 @@ { "type": "tfc:cluster_vein", "config": { - "rarity": 235, + "rarity": 205, "density": 0.3, "min_y": -64, "max_y": 30, diff --git a/kubejs/data/tfg/worldgen/configured_feature/vein/deep_naquadah.json b/kubejs/data/tfg/worldgen/configured_feature/vein/deep_naquadah.json index efd95bb1f..ae246bac5 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/vein/deep_naquadah.json +++ b/kubejs/data/tfg/worldgen/configured_feature/vein/deep_naquadah.json @@ -1,7 +1,7 @@ { "type": "tfc:cluster_vein", "config": { - "rarity": 380, + "rarity": 310, "density": 0.25, "min_y": -64, "max_y": -20, diff --git a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_beryllium.json b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_beryllium.json index 8b8c77c94..0ff3e26c5 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_beryllium.json +++ b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_beryllium.json @@ -25,7 +25,11 @@ }, { "block": "gtceu:rhyolite_emerald_ore", - "weight": 65 + "weight": 50 + }, + { + "block": "gtceu:rhyolite_thorium_ore", + "weight": 15 } ] }, @@ -40,7 +44,11 @@ }, { "block": "gtceu:basalt_emerald_ore", - "weight": 65 + "weight": 50 + }, + { + "block": "gtceu:basalt_thorium_ore", + "weight": 15 } ] }, @@ -55,7 +63,11 @@ }, { "block": "gtceu:andesite_emerald_ore", - "weight": 65 + "weight": 50 + }, + { + "block": "gtceu:andesite_thorium_ore", + "weight": 15 } ] }, @@ -70,7 +82,11 @@ }, { "block": "gtceu:dacite_emerald_ore", - "weight": 65 + "weight": 50 + }, + { + "block": "gtceu:dacite_thorium_ore", + "weight": 15 } ] } diff --git a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_garnierite.json b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_garnierite.json index a00fc8cd6..b213d644c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_garnierite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_garnierite.json @@ -15,7 +15,7 @@ "with": [ { "block": "gtceu:gabbro_garnierite_ore", - "weight": 40 + "weight": 30 }, { "block": "gtceu:gabbro_nickel_ore", @@ -27,7 +27,11 @@ }, { "block": "gtceu:gabbro_pentlandite_ore", - "weight": 30 + "weight": 25 + }, + { + "block": "gtceu:gabbro_cobalt_ore", + "weight": 15 } ] } diff --git a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_lubricant.json b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_lubricant.json index 32877b425..5248cc9bf 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_lubricant.json +++ b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_lubricant.json @@ -15,11 +15,11 @@ "with": [ { "block": "gtceu:granite_soapstone_ore", - "weight": 35 + "weight": 30 }, { "block": "gtceu:granite_talc_ore", - "weight": 25 + "weight": 20 }, { "block": "gtceu:granite_glauconite_sand_ore", @@ -28,6 +28,10 @@ { "block": "gtceu:granite_pentlandite_ore", "weight": 15 + }, + { + "block": "gtceu:granite_trona_ore", + "weight": 10 } ] }, @@ -38,11 +42,11 @@ "with": [ { "block": "gtceu:diorite_soapstone_ore", - "weight": 35 + "weight": 30 }, { "block": "gtceu:diorite_talc_ore", - "weight": 25 + "weight": 20 }, { "block": "gtceu:diorite_glauconite_sand_ore", @@ -51,6 +55,10 @@ { "block": "gtceu:diorite_pentlandite_ore", "weight": 15 + }, + { + "block": "gtceu:diorite_trona_ore", + "weight": 10 } ] }, @@ -61,11 +69,11 @@ "with": [ { "block": "gtceu:gabbro_soapstone_ore", - "weight": 35 + "weight": 30 }, { "block": "gtceu:gabbro_talc_ore", - "weight": 25 + "weight": 20 }, { "block": "gtceu:gabbro_glauconite_sand_ore", @@ -74,6 +82,10 @@ { "block": "gtceu:gabbro_pentlandite_ore", "weight": 15 + }, + { + "block": "gtceu:gabbro_trona_ore", + "weight": 10 } ] } diff --git a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_oilsands.json b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_oilsands.json new file mode 100644 index 000000000..c8ac7aca6 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_oilsands.json @@ -0,0 +1,90 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 170, + "density": 0.3, + "min_y": 20, + "max_y": 70, + "size": 55, + "random_name": "normal_oilsands", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_oilsands_ore", + "weight": 100 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_oilsands_ore", + "weight": 100 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_oilsands_ore", + "weight": 100 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_oilsands_ore", + "weight": 100 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_oilsands_ore", + "weight": 100 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_oilsands_ore", + "weight": 100 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_oilsands_ore", + "weight": 100 + } + ] + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_olivine.json b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_olivine.json index ad4ef4618..11114ea15 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_olivine.json +++ b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_olivine.json @@ -18,7 +18,7 @@ "weight": 35 }, { - "block": "gtceu:rhyolite_magnetite_ore", + "block": "gtceu:rhyolite_magnesite_ore", "weight": 25 }, { @@ -41,7 +41,7 @@ "weight": 35 }, { - "block": "gtceu:basalt_magnetite_ore", + "block": "gtceu:basalt_magnesite_ore", "weight": 25 }, { @@ -64,7 +64,7 @@ "weight": 35 }, { - "block": "gtceu:andesite_magnetite_ore", + "block": "gtceu:andesite_magnesite_ore", "weight": 25 }, { @@ -87,7 +87,7 @@ "weight": 35 }, { - "block": "gtceu:dacite_magnetite_ore", + "block": "gtceu:dacite_magnesite_ore", "weight": 25 }, { @@ -110,7 +110,7 @@ "weight": 35 }, { - "block": "gtceu:granite_magnetite_ore", + "block": "gtceu:granite_magnesite_ore", "weight": 25 }, { @@ -133,7 +133,7 @@ "weight": 35 }, { - "block": "gtceu:diorite_magnetite_ore", + "block": "gtceu:diorite_magnesite_ore", "weight": 25 }, { @@ -156,7 +156,7 @@ "weight": 35 }, { - "block": "gtceu:gabbro_magnetite_ore", + "block": "gtceu:gabbro_magnesite_ore", "weight": 25 }, { diff --git a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_spodumene.json b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_spodumene.json new file mode 100644 index 000000000..2075f8fce --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_spodumene.json @@ -0,0 +1,221 @@ +{ + "type": "tfc:disc_vein", + "config": { + "rarity": 180, + "density": 0.375, + "min_y": 20, + "max_y": 60, + "size": 35, + "height": 6, + "random_name": "normal_spodumene", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:granite_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:granite_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:granite_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:diorite_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:diorite_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:diorite_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:gabbro_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:gabbro_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/quartzite" + ], + "with": [ + { + "block": "gtceu:quartzite_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:quartzite_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:quartzite_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:quartzite_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/slate" + ], + "with": [ + { + "block": "gtceu:slate_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:slate_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:slate_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:slate_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/phyllite" + ], + "with": [ + { + "block": "gtceu:phyllite_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:phyllite_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:phyllite_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:phyllite_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/schist" + ], + "with": [ + { + "block": "gtceu:schist_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:schist_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:schist_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:schist_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gneiss" + ], + "with": [ + { + "block": "gtceu:gneiss_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:gneiss_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:gneiss_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:gneiss_spodumene_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/marble" + ], + "with": [ + { + "block": "gtceu:marble_rock_salt_ore", + "weight": 20 + }, + { + "block": "gtceu:marble_salt_ore", + "weight": 30 + }, + { + "block": "gtceu:marble_lepidolite_ore", + "weight": 15 + }, + { + "block": "gtceu:marble_spodumene_ore", + "weight": 35 + } + ] + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/vein/surface_copper.json b/kubejs/data/tfg/worldgen/configured_feature/vein/surface_copper.json index c2c34cc8d..06ef4a2c4 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/vein/surface_copper.json +++ b/kubejs/data/tfg/worldgen/configured_feature/vein/surface_copper.json @@ -15,7 +15,7 @@ "with": [ { "block": "gtceu:rhyolite_chalcopyrite_ore", - "weight": 70 + "weight": 55 }, { "block": "gtceu:rhyolite_zeolite_ore", @@ -24,6 +24,10 @@ { "block": "gtceu:rhyolite_cassiterite_ore", "weight": 5 + }, + { + "block": "gtceu:rhyolite_realgar_ore", + "weight": 15 } ] }, @@ -34,7 +38,7 @@ "with": [ { "block": "gtceu:basalt_chalcopyrite_ore", - "weight": 70 + "weight": 55 }, { "block": "gtceu:basalt_zeolite_ore", @@ -43,6 +47,10 @@ { "block": "gtceu:basalt_cassiterite_ore", "weight": 5 + }, + { + "block": "gtceu:basalt_realgar_ore", + "weight": 15 } ] }, @@ -53,7 +61,7 @@ "with": [ { "block": "gtceu:andesite_chalcopyrite_ore", - "weight": 70 + "weight": 55 }, { "block": "gtceu:andesite_zeolite_ore", @@ -62,6 +70,10 @@ { "block": "gtceu:andesite_cassiterite_ore", "weight": 5 + }, + { + "block": "gtceu:andesite_realgar_ore", + "weight": 15 } ] }, @@ -72,7 +84,7 @@ "with": [ { "block": "gtceu:dacite_chalcopyrite_ore", - "weight": 70 + "weight": 55 }, { "block": "gtceu:dacite_zeolite_ore", @@ -81,6 +93,10 @@ { "block": "gtceu:dacite_cassiterite_ore", "weight": 5 + }, + { + "block": "gtceu:dacite_realgar_ore", + "weight": 15 } ] } diff --git a/kubejs/data/tfg/worldgen/placed_feature/vein/normal_oilsands.json b/kubejs/data/tfg/worldgen/placed_feature/vein/normal_oilsands.json new file mode 100644 index 000000000..b93414bf7 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/vein/normal_oilsands.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:vein/normal_oilsands", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/vein/normal_spodumene.json b/kubejs/data/tfg/worldgen/placed_feature/vein/normal_spodumene.json new file mode 100644 index 000000000..090e0f59b --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/vein/normal_spodumene.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:vein/normal_spodumene", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/jsconfig.json b/kubejs/jsconfig.json new file mode 100644 index 000000000..e2acac6af --- /dev/null +++ b/kubejs/jsconfig.json @@ -0,0 +1,16 @@ +{ + "compilerOptions": { + "lib": [ + "ES5", + "ES2015" + ], + "rootDirs": [ + "probe/generated", + "probe/user", + "server_scripts", + "startup_scripts", + "client_scripts" + ], + "target": "ES2015" + } +} \ No newline at end of file diff --git a/kubejs/server_scripts/ae2/recipes.js b/kubejs/server_scripts/ae2/recipes.js index 894f109e5..598a39d2f 100644 --- a/kubejs/server_scripts/ae2/recipes.js +++ b/kubejs/server_scripts/ae2/recipes.js @@ -190,7 +190,7 @@ const registerAE2Recipes = (event) => { 'FEF' ], { A: 'ae2:wireless_receiver', - B: 'ae2:crafting_terminal', + B: 'ae2:terminal', C: 'ae2:engineering_processor', D: '#forge:circuits/hv', E: 'gtceu:hv_lithium_battery', diff --git a/kubejs/server_scripts/ae2wtlib/recipes.js b/kubejs/server_scripts/ae2wtlib/recipes.js index df4cc9431..1568dd133 100644 --- a/kubejs/server_scripts/ae2wtlib/recipes.js +++ b/kubejs/server_scripts/ae2wtlib/recipes.js @@ -13,7 +13,7 @@ const registerAE2WTLibRecipes = (event) => { // Wireless Pattern Terminal event.recipes.gtceu.assembler('ae2wtlib:wireless_pattern_encoding_terminal') .itemInputs( - '2x ae2:dense_energy_cell', + '2x gtceu:hv_lithium_battery', 'ae2:wireless_terminal', 'ae2:pattern_encoding_terminal', '2x gtceu:luv_sensor', @@ -27,7 +27,7 @@ const registerAE2WTLibRecipes = (event) => { // Pattern Access Terminal event.recipes.gtceu.assembler('ae2wtlib:wireless_pattern_access_terminal') .itemInputs( - '2x ae2:dense_energy_cell', + '2x gtceu:hv_lithium_battery', 'ae2:wireless_terminal', 'ae2:pattern_access_terminal', '2x gtceu:luv_sensor', diff --git a/kubejs/server_scripts/computer_craft/data.js b/kubejs/server_scripts/computer_craft/data.js new file mode 100644 index 000000000..b2ca79f9d --- /dev/null +++ b/kubejs/server_scripts/computer_craft/data.js @@ -0,0 +1,40 @@ +// priority: 0 + +const registerComputerCraftData = (event) => { + const TURTLE_TOOL_TYPES = [ GTToolType.SWORD, GTToolType.PICKAXE, GTToolType.AXE, GTToolType.SHOVEL, GTToolType.HOE ] + + GTRegistries.MATERIALS.forEach(material => { + TURTLE_TOOL_TYPES.forEach(type => { + let toolStack = $ToolHelper.get(type, material) + + if (!toolStack.isEmpty()) { + + let json = { + type: "computercraft:tool", + item: toolStack.getId(), + adjective: `upgrade.minecraft.diamond_${type.name}.adjective`, + allowEnchantments: true, + consumeDurability: "always" + } + + switch (type) { + case GTToolType.SWORD: + json["breakable"] = "computercraft:turtle_sword_harvestable" + break; + + case GTToolType.SHOVEL: + json["breakable"] = "computercraft:turtle_shovel_harvestable" + break; + + + case GTToolType.HOE: + json["breakable"] = "computercraft:turtle_hoe_harvestable" + break; + } + + event.addJson(`computercraft:computercraft/turtle_upgrades/${material}_${type.name}`, json) + } + }) + }); + +} \ No newline at end of file diff --git a/kubejs/server_scripts/computer_craft/recipes.js b/kubejs/server_scripts/computer_craft/recipes.js index b57407afd..6ae285586 100644 --- a/kubejs/server_scripts/computer_craft/recipes.js +++ b/kubejs/server_scripts/computer_craft/recipes.js @@ -3,5 +3,263 @@ const registerComputerCraftRecipes = (event) => { // Удаление рецептов мода - event.remove({ mod: 'computercraft' }); + event.remove({ not: [ + { id: 'computercraft:printed_pages' }, + { id: 'computercraft:printed_book' }, + ], mod: 'computercraft' }); + + // Networking Cable + event.recipes.gtceu.assembler('computercraft:cable') + .itemInputs('ae2:fluix_glass_cable') + .inputFluids(Fluid.of('gtceu:redstone', 288)) + .itemOutputs('computercraft:cable') + .duration(80) + .EUt(120) + + // Wireless Modem Normal + event.shaped('computercraft:wireless_modem_normal', [ + ' A ', + 'BCB', + ' D ' + ], { + A: 'gtceu:hv_sensor', + B: 'ae2:calculation_processor', + C: '#forge:circuits/hv', + D: 'computercraft:cable', + }).id('tfg:crafting/wireless_modem_normal') + + // Wireless Modem Advanced + event.shaped('computercraft:wireless_modem_advanced', [ + ' A ', + 'BCB', + ' D ' + ], { + A: 'ae2:wireless_receiver', + B: 'ae2:calculation_processor', + C: '#forge:circuits/hv', + D: 'computercraft:cable', + }).id('tfg:crafting/wireless_modem_advanced') + + // Monitor Normal + event.shaped('computercraft:monitor_normal', [ + 'ABA', + 'CDC', + 'EFE' + ], { + A: '#forge:wires/single/magnesium_diboride', + B: 'gtceu:computer_monitor_cover', + C: 'ae2:calculation_processor', + D: 'gtceu:mv_machine_casing', + E: 'computercraft:cable', + F: '#forge:circuits/mv', + }).id('tfg:crafting/monitor_normal') + + // Monitor Advanced + event.shaped('computercraft:monitor_advanced', [ + 'ABA', + 'CDC', + 'EFE' + ], { + A: '#forge:wires/single/mercury_barium_calcium_cuprate', + B: 'gtceu:computer_monitor_cover', + C: 'ae2:calculation_processor', + D: 'gtceu:hv_machine_casing', + E: 'computercraft:cable', + F: '#forge:circuits/hv', + }).id('tfg:crafting/monitor_advanced') + + // Disk Drive + event.shaped('computercraft:disk_drive', [ + 'ABA', + 'CDC', + 'AEA' + ], { + A: 'computercraft:cable', + B: 'ae2:drive', + C: '#forge:circuits/hv', + D: 'gtceu:hv_machine_casing', + E: 'gtceu:hv_sensor', + }).id('tfg:crafting/disk_drive') + + // Speaker + event.shaped('computercraft:speaker', [ + ' A ', + 'BCB', + ' D ' + ], { + A: 'minecraft:note_block', + B: 'computercraft:cable', + C: 'gtceu:mv_machine_casing', + D: '#forge:circuits/mv', + }).id('tfg:crafting/speaker') + + // Printer + event.shaped('computercraft:printer', [ + 'ABC', + 'DED', + 'FBF' + ], { + A: 'gtceu:mv_electric_motor', + B: '#forge:circuits/mv', + C: 'gtceu:mv_robot_arm', + D: 'computercraft:cable', + E: 'gtceu:mv_machine_casing', + F: 'gtceu:mv_conveyor_module' + }).id('tfg:crafting/printer') + + // Wired Modem + event.shaped('computercraft:wired_modem', [ + ' A ', + 'BCB', + 'BDB' + ], { + A: 'gtceu:mv_sensor', + B: 'computercraft:cable', + C: '#forge:circuits/mv', + D: 'ae2:calculation_processor', + }).id('tfg:crafting/wired_modem') + + event.shapeless('computercraft:wired_modem', ['computercraft:wired_modem_full']) + .id('tfg:crafting/wired_modem_shapeless') + + event.shapeless('computercraft:wired_modem_full', ['computercraft:wired_modem']) + .id('tfg:crafting/wired_modem_full_shapeless') + + // Computer Normal + event.shaped('computercraft:computer_normal', [ + 'AB ', + 'CD ', + 'EAE' + ], { + A: '#forge:wires/single/magnesium_diboride', + B: 'gtceu:computer_monitor_cover', + C: '#forge:batteries/mv', + D: 'gtceu:mv_machine_casing', + E: '#forge:circuits/hv' + }).id('tfg:crafting/computer_normal') + + // Computer Advanced + event.shaped('computercraft:computer_advanced', [ + 'AB ', + 'CD ', + 'EAE' + ], { + A: '#forge:wires/single/mercury_barium_calcium_cuprate', + B: 'gtceu:computer_monitor_cover', + C: '#forge:batteries/hv', + D: 'gtceu:hv_machine_casing', + E: '#forge:circuits/ev' + }).id('tfg:crafting/computer_advanced') + + // Turtle Normal + event.shaped('computercraft:turtle_normal', [ + 'ABC', + 'DFD', + 'EGH' + ], { + A: 'gtceu:hv_conveyor_module', + B: 'gtceu:hv_emitter', + C: 'gtceu:hv_sensor', + D: 'gtceu:hv_robot_arm', + E: '#forge:circuits/ev', + F: 'computercraft:computer_normal', + G: 'gtceu:steel_crate', + H: 'gtceu:hv_electric_piston', + }).id('tfg:crafting/turtle_normal') + + // Turtle Advanced + event.shaped('computercraft:turtle_advanced', [ + 'ABC', + 'DFD', + 'EGH' + ], { + A: 'gtceu:ev_conveyor_module', + B: 'gtceu:ev_emitter', + C: 'gtceu:ev_sensor', + D: 'gtceu:ev_robot_arm', + E: '#forge:circuits/iv', + F: 'computercraft:computer_advanced', + G: 'gtceu:aluminium_crate', + H: 'gtceu:ev_electric_piston', + }).id('tfg:crafting/turtle_advanced') + + // Disk Crafts + for (let i = 0; i < 16; i++) { + event.recipes.gtceu.chemical_bath('computercraft:disk' + `${global.MINECRAFT_DYE_NAMES[i]}`) + .itemInputs('ae2:blank_pattern') + .inputFluids(Fluid.of(`gtceu:${global.MINECRAFT_DYE_NAMES[i]}_dye`, 288)) + .itemOutputs(Item.of('computercraft:disk', global.COMPUTER_CRAFT_DISCS[i])) + .duration(20) + .EUt(7) + } + + // Normal Pocket Computers + // Pocket Computer Normal + event.shaped('computercraft:pocket_computer_normal', [ + 'ABA', + 'CDE', + 'FGF' + ], { + A: 'ae2:wireless_receiver', + B: '#forge:wires/single/mercury_barium_calcium_cuprate', + C: '#forge:batteries/hv', + D: 'ae2:terminal', + E: 'gtceu:hv_emitter', + F: '#forge:circuits/ev', + G: '#forge:plates/titanium' + }).id('tfg:crafting/pocket_computer_normal') + + // Pocket Computer Normal Upgrade : Wireless Modem Advanced + event.shapeless(Item.of('computercraft:pocket_computer_normal', '{Upgrade:"computercraft:wireless_modem_advanced"}'), [ + 'computercraft:pocket_computer_normal', + 'computercraft:wireless_modem_advanced' + ]).id('computercraft:ender_pocket_computer_normal_shapless') + + // Pocket Computer Normal Upgrade : Wireless Modem Normal + event.shapeless(Item.of('computercraft:pocket_computer_normal', '{Upgrade:"computercraft:wireless_modem_normal"}'), [ + 'computercraft:pocket_computer_normal', + 'computercraft:wireless_modem_normal' + ]).id('computercraft:wireless_pocket_computer_normal_shapless') + + // Pocket Computer Normal Upgrade : Speaker + event.shapeless(Item.of('computercraft:pocket_computer_normal', '{Upgrade:"computercraft:speaker"}'), [ + 'computercraft:pocket_computer_normal', + 'computercraft:speaker' + ]).id('computercraft:noisy_pocket_computer_normal_shapless') + + // Advanced Pocket Computers + // Pocket Computer Advanced + event.shaped('computercraft:pocket_computer_advanced', [ + 'ABA', + 'CDE', + 'FGF' + ], { + A: 'ae2:wireless_receiver', + B: '#forge:wires/single/uranium_triplatinum', + C: '#forge:batteries/ev', + D: 'ae2:terminal', + E: 'gtceu:ev_emitter', + F: '#forge:circuits/iv', + G: '#forge:plates/tungsten_steel' + }).id('tfg:crafting/pocket_computer_advanced') + + // Pocket Computer Advanced Upgrade : Wireless Modem Advanced + event.shapeless(Item.of('computercraft:pocket_computer_advanced', '{Upgrade:"computercraft:wireless_modem_advanced"}'), [ + 'computercraft:pocket_computer_advanced', + 'computercraft:wireless_modem_advanced' + ]).id('computercraft:ender_pocket_computer_advanced_shapless') + + // Pocket Computer Advanced Upgrade : Wireless Modem Normal + event.shapeless(Item.of('computercraft:pocket_computer_advanced', '{Upgrade:"computercraft:wireless_modem_normal"}'), [ + 'computercraft:pocket_computer_advanced', + 'computercraft:wireless_modem_normal' + ]).id('computercraft:wireless_pocket_computer_advanced_shapless') + + // Pocket Computer Advanced Upgrade : Speaker + event.shapeless(Item.of('computercraft:pocket_computer_advanced', '{Upgrade:"computercraft:speaker"}'), [ + 'computercraft:pocket_computer_advanced', + 'computercraft:speaker' + ]).id('computercraft:noisy_pocket_computer_advanced_shapless') + + } \ No newline at end of file diff --git a/kubejs/server_scripts/computer_craft/tags.js b/kubejs/server_scripts/computer_craft/tags.js new file mode 100644 index 000000000..6aa24c4ef --- /dev/null +++ b/kubejs/server_scripts/computer_craft/tags.js @@ -0,0 +1,5 @@ +// priority: 0 + +const registerComputerCraftBlockTags = (event) => { + event.add('computercraft:turtle_hoe_harvestable', '#tfc:mineable_with_sharp_tool') +} \ No newline at end of file diff --git a/kubejs/server_scripts/create/recipes.js b/kubejs/server_scripts/create/recipes.js index 95bde468e..48d9e5f8e 100644 --- a/kubejs/server_scripts/create/recipes.js +++ b/kubejs/server_scripts/create/recipes.js @@ -92,6 +92,7 @@ const registerCreateRecipes = (event) => { { id: 'create:compat/ae2/mixing/fluix_crystal' }, { id: 'create:sequenced_assembly/precision_mechanism' }, { id: 'create:crafting/logistics/content_observer' }, + { id: 'create:milling/bone' }, ], mod: 'create' }) // Пушка для постройки схематик @@ -687,12 +688,12 @@ const registerCreateRecipes = (event) => { ], { A: '#forge:chests/wooden', B: '#forge:sheets/wrought_iron', - C: '#forge:screw/steel', + C: '#forge:screws/steel', D: '#forge:tools/screwdrivers' }).id('tfg:create/shaped/item_vault') event.recipes.gtceu.assembler('tfg:create/item_vault') - .itemInputs('3x #forge:chests/wooden', '#forge:sheets/wrought_iron', '2x #forge:screw/steel') + .itemInputs('3x #forge:chests/wooden', '#forge:sheets/wrought_iron', '2x #forge:screws/steel') .circuit(3) .itemOutputs('create:item_vault') .duration(200) @@ -862,7 +863,7 @@ const registerCreateRecipes = (event) => { 'CDC' ], { A: '#forge:plates/copper', - B: 'tfc:metal/helmet/copper', + B: 'tfc:metal/boots/copper', C: '#forge:fluid_pipes/tiny/polyethylene', D: '#forge:foils/rubber' }).id('tfg:create/shaped/copper_diving_boots') diff --git a/kubejs/server_scripts/exposure/recipes.js b/kubejs/server_scripts/exposure/recipes.js index 4567236fd..381b1cc83 100644 --- a/kubejs/server_scripts/exposure/recipes.js +++ b/kubejs/server_scripts/exposure/recipes.js @@ -54,37 +54,56 @@ const registerExposureRecipes = (event) => { }).id('exposure:color_film') // Developed Black and White Film - - event.remove({ id: 'exposure:developing_black_and_white_film' }) - - event.recipes.tfc.barrel_instant() - .inputFluid(Fluid.of('minecraft:water', 100)) - .inputItem('exposure:black_and_white_film') - .outputItem('exposure:developed_black_and_white_film') - .id('tfg:barrel/instant/developing_black_and_white_film') - - event.recipes.gtceu.mixer('developing_black_and_white_film') - .inputFluids(Fluid.of('minecraft:water', 100)) - .itemInputs('exposure:black_and_white_film') - .itemOutputs('exposure:developed_black_and_white_film') - .duration(50) - .EUt(16) + event.custom({ + type: "exposure:film_developing", + film: { + item: "exposure:black_and_white_film" + }, + ingredients: [ + { + type: "tfc:fluid_item", + fluid_ingredient: { + ingredient: "minecraft:water", + amount: 1000 + } + }, + ], + result: { + item: "exposure:developed_black_and_white_film" + } + }).id('exposure:developing_black_and_white_film') // Developed Color Film - - event.remove({ id: 'exposure:developing_color_film' }) - - event.recipes.tfc.barrel_instant() - .inputFluid(Fluid.of('minecraft:water', 300)) - .inputItem('exposure:color_film') - .outputItem('exposure:developed_color_film') - .id('tfg:barrel/instant/developing_color_film') - - event.recipes.gtceu.mixer('developing_color_film') - .inputFluids(Fluid.of('minecraft:water', 300)) - .itemInputs('exposure:color_film') - .itemOutputs('exposure:developed_color_film') - .duration(70) - .EUt(16) - + event.custom({ + type: "exposure:film_developing", + film: { + item: "exposure:color_film" + }, + ingredients: [ + { + type: "tfc:fluid_item", + fluid_ingredient: { + ingredient: "minecraft:water", + amount: 1000 + } + }, + { + type: "tfc:fluid_item", + fluid_ingredient: { + ingredient: "minecraft:water", + amount: 1000 + } + }, + { + type: "tfc:fluid_item", + fluid_ingredient: { + ingredient: "minecraft:water", + amount: 1000 + } + }, + ], + result: { + item: "exposure:developed_color_film" + } + }).id('exposure:developing_color_film') } \ No newline at end of file diff --git a/kubejs/server_scripts/firmalife/recipes.js b/kubejs/server_scripts/firmalife/recipes.js index a2437fa58..993039097 100644 --- a/kubejs/server_scripts/firmalife/recipes.js +++ b/kubejs/server_scripts/firmalife/recipes.js @@ -1,7 +1,23 @@ // priority: 0 const registerFirmaLifeRecipes = (event) => { - + + //#region Нержавеющая теплица + + event.remove({ id: 'firmalife:crafting/greenhouse/stainless_steel_greenhouse_wall' }) + event.remove({ id: 'firmalife:crafting/greenhouse/stainless_steel_greenhouse_panel_wall' }) + event.remove({ id: 'firmalife:crafting/greenhouse/stainless_steel_greenhouse_panel_roof' }) + event.remove({ id: 'firmalife:crafting/greenhouse/stainless_steel_greenhouse_roof' }) + event.remove({ id: 'firmalife:crafting/greenhouse/stainless_steel_greenhouse_roof_top' }) + event.remove({ id: 'firmalife:crafting/greenhouse/stainless_steel_greenhouse_trapdoor' }) + event.remove({ id: 'firmalife:crafting/greenhouse/stainless_steel_greenhouse_door' }) + event.remove({ id: 'firmalife:crafting/greenhouse/stainless_steel_greenhouse_port' }) + + //#endregion + + event.remove({ id: 'firmalife:crafting/compost_tumbler' }) + event.remove({ id: 'firmalife:crafting/pumping_station' }) + // - Chromium // Ingot @@ -64,6 +80,24 @@ const registerFirmaLifeRecipes = (event) => { .tier(3) .id('firmalife:anvil/pie_pan') + // Jarring Station + event.shaped('firmalife:jarring_station', [ + 'A A', + 'BBB' + ], { + A: '#forge:plates/wrought_iron', + B: 'firmalife:treated_lumber' + }).id('firmalife:crafting/jarring_station') + + // Vat + event.shaped('firmalife:vat', [ + 'A A', + 'BAB' + ], { + A: '#forge:plates/wrought_iron', + B: 'firmalife:beeswax' + }).id('firmalife:crafting/vat') + //#region Рецепты электрической теплицы // Дерево diff --git a/kubejs/server_scripts/gregtech/loot.js b/kubejs/server_scripts/gregtech/loot.js index 8bc9356da..c119af447 100644 --- a/kubejs/server_scripts/gregtech/loot.js +++ b/kubejs/server_scripts/gregtech/loot.js @@ -8,9 +8,9 @@ const registerGTCEULoots = (event) => { event.addBlockLootModifier(`gtceu:${stoneType}_${material}_ore`) .removeLoot(Ingredient.all) .addWeightedLoot([ - Item.of(`gtceu:rich_raw_${material}`).withChance(20), - Item.of(`gtceu:raw_${material}`).withChance(60), - Item.of(`gtceu:poor_raw_${material}`).withChance(20) + Item.of(`#forge:rich_raw_materials/${material}`).withChance(0.2), + Item.of(`#forge:raw_materials/${material}`).withChance(0.6), + Item.of(`#forge:poor_raw_materials/${material}`).withChance(0.2) ]); } }) diff --git a/kubejs/server_scripts/gregtech/recipes.js b/kubejs/server_scripts/gregtech/recipes.js index 292bbaa7e..fbfc8d864 100644 --- a/kubejs/server_scripts/gregtech/recipes.js +++ b/kubejs/server_scripts/gregtech/recipes.js @@ -1,6 +1,6 @@ // priority: 0 -const $MaterialFlags = Java.loadClass('com.gregtechceu.gtceu.api.data.chemical.material.info.MaterialFlags') + const registerGTCEURecipes = (event) => { @@ -166,32 +166,12 @@ const registerGTCEURecipes = (event) => { //#region Выход: Пропитанные доски - event.shaped('8x gtceu:treated_wood_planks', [ - 'AAA', - 'ABA', - 'AAA' - ], { - A: '#minecraft:planks', - B: Item.of('tfc:wooden_bucket', '{fluid:{Amount:1000,FluidName:"gtceu:creosote"}}').strongNBT() - }).id('tfg:shaped/treated_wood_planks_wood_bucket') + event.remove({ id: 'gtceu:shaped/treated_wood_planks' }) - event.shaped('8x gtceu:treated_wood_planks', [ - 'AAA', - 'ABA', - 'AAA' - ], { - A: '#minecraft:planks', - B: Item.of('tfc:metal/bucket/red_steel', '{fluid:{Amount:1000,FluidName:"gtceu:creosote"}}').strongNBT() - }).id('tfg:shaped/treated_wood_planks_red_steel_bucket') - - event.shaped('8x gtceu:treated_wood_planks', [ - 'AAA', - 'ABA', - 'AAA' - ], { - A: '#minecraft:planks', - B: Item.of('tfc:metal/bucket/blue_steel', '{fluid:{Amount:1000,FluidName:"gtceu:creosote"}}').strongNBT() - }).id('tfg:shaped/treated_wood_planks_blue_steel_bucket') + event.recipes.tfc.barrel_sealed(4000) + .outputItem('gtceu:treated_wood_planks') + .inputs('#minecraft:planks', TFC.fluidStackIngredient('#forge:creosote', 100)) + .id('tfg:barrel/treated_wood_planks') //#endregion @@ -1051,6 +1031,22 @@ const registerGTCEURecipes = (event) => { //#endregion + //#region Выход: некоторые рецепты пылей + + event.remove({id: 'gtceu:shapeless/dust_brass'}) + event.remove({id: 'gtceu:shapeless/glass_dust_flint'}) + event.remove({id: 'gtceu:shapeless/dust_bronze'}) + event.remove({id: 'gtceu:shapeless/potin_dust'}) + + //#endregion + + //#region Вырезка из резины + + // event.recipes.tfc.knapping('gtceu:rubber_ring', 'tfg:rubber', ['XXX', 'X X', 'XXX']) + // .ingredient('gtceu:rubber_plate') + + //#endregion + // Удаление рецептов связанных с Primitive Blast Furnace event.remove({id: 'gtceu:arc_furnace/arc_primitive_blast_furnace'}) event.remove({id: 'gtceu:macerator/macerate_primitive_blast_furnace'}) @@ -1070,6 +1066,16 @@ const registerGTCEURecipes = (event) => { event.remove({id: 'gtceu:smelting/fireclay_brick'}) event.remove({id: 'gtceu:macerator/macerate_firebrick'}) + // Деревянная шестерня + event.shaped('gtceu:wood_gear', [ + ' A ', + 'ABA', + ' A ' + ], { + A: '#tfc:can_be_lit_on_torch', + B: '#forge:tools/wrenches' + }).id('gtceu:shaped/gear_wood') + // Контроллер теплицы event.shaped('gtceu:greenhouse', [ 'ABA', @@ -1258,6 +1264,26 @@ const registerGTCEURecipes = (event) => { //#region Рецепты, которые итерируются по всем материалам GTRegistries.MATERIALS.forEach(material => { + + //#region Рецепты инструментов + + if (material.hasFlag($TFGMaterialFlags.HAS_TFC_TOOL)) { + global.GTCEU_ANVIL_TOOL_TYPES.forEach(toolType => { + let toolStack = $ToolHelper.get(toolType, material) + + event.recipes.tfc.advanced_shaped_crafting(TFC.itemStackProvider.of(toolStack).copyForgingBonus(), [ + 'A', + 'B' + ], { + A: `gtceu:${material}_${toolType.name}_head`, + B: '#forge:rods/wooden' + }, 0, 0).id(`gtceu:shaped/${toolType.name}_${material}`) + + }) + } + + //#endregion + if (material.hasProperty(PropertyKey.ORE)) { // Бедная сырая руда -> Дробленная руда + Дробленная руда (30%) @@ -1276,8 +1302,16 @@ const registerGTCEURecipes = (event) => { .id(`tfg:crushing/${material}_crushed_ore_from_rich_raw_ore`) // Грязная пыль -> Пыль (90%) - event.recipes.createSplashing(Item.of(`gtceu:${material}_dust`).withChance(0.9), `gtceu:${material}_impure_dust`) - .id(`tfg:splashing/${material}_dust`) + event.recipes.createSplashing(Item.of(`#forge:dusts/${material}`).withChance(0.9), `gtceu:${material}_impure_dust`) + .id(`tfg:splashing/${material}_dust_from_impure`) + + // Очищенная пыль -> Пыль (90%) + event.recipes.createSplashing(Item.of(`#forge:dusts/${material}`).withChance(0.9), `gtceu:${material}_pure_dust`) + .id(`tfg:splashing/${material}_dust_from_pure`) + + // Дробленная руда -> Очищенная руда (90%) + event.recipes.createSplashing(Item.of(`#forge:purified_ores/${material}`).withChance(0.9), `gtceu:${material}_crushed_ore`) + .id(`tfg:splashing/${material}_purified_ore`) // Грязная пыль -> Пыль event.custom({ @@ -1292,10 +1326,40 @@ const registerGTCEURecipes = (event) => { } ], result: Item.of(`#forge:dusts/${material}`).toJson() - }).id(`tfg:ae_transform/${material}_dust`) + }).id(`tfg:ae_transform/${material}_dust_from_impure`) + + // Очищенная пыль -> Пыль + event.custom({ + type: "ae2:transform", + circumstance: { + type: "fluid", + tag: "minecraft:water" + }, + ingredients: [ + { + item: `gtceu:${material}_pure_dust` + } + ], + result: Item.of(`#forge:dusts/${material}`).toJson() + }).id(`tfg:ae_transform/${material}_dust_from_pure`) + + // Дробленная руда -> Очищенная руда + event.custom({ + type: "ae2:transform", + circumstance: { + type: "fluid", + tag: "minecraft:water" + }, + ingredients: [ + { + item: `gtceu:${material}_crushed_ore` + } + ], + result: Item.of(`#forge:purified_ores/${material}`).toJson() + }).id(`tfg:ae_transform/${material}_purified_ore`) } - if (material.hasFlag($MaterialFlags.GENERATE_PLATE) && material != 'wood') + if (material.hasFlag($MaterialFlags.GENERATE_PLATE) && (material != 'wood' || material != 'treated_wood')) { if (material.hasProperty(PropertyKey.INGOT)) { @@ -1333,6 +1397,17 @@ const registerGTCEURecipes = (event) => { }).id(`tfg:rolling/${material}_rod`) } } + + if (material.hasProperty(PropertyKey.INGOT)) { + event.recipes.createCrushing(Item.of(`#forge:dusts/${material}`), `#forge:ingots/${material}`) + .processingTime(150) + .id(`tfg:crushing/${material}_dust`) + } + else { + event.recipes.createMilling(Item.of(`#forge:dusts/${material}`), `#forge:gems/${material}`) + .processingTime(150) + .id(`tfg:milling/${material}_dust`) + } }); //#endregion diff --git a/kubejs/server_scripts/main_server_script.js b/kubejs/server_scripts/main_server_script.js index 0c0cd2c96..cd002aee0 100644 --- a/kubejs/server_scripts/main_server_script.js +++ b/kubejs/server_scripts/main_server_script.js @@ -1,5 +1,9 @@ // priority: 1 +const $MaterialFlags = Java.loadClass('com.gregtechceu.gtceu.api.data.chemical.material.info.MaterialFlags') +const $TFGMaterialFlags = Java.loadClass('su.terrafirmagreg.core.compat.gtceu.TFGMaterialFlags') +const $ToolHelper = Java.loadClass('com.gregtechceu.gtceu.api.item.tool.ToolHelper') + /** * Событие регистрации предмет-тэгов. */ @@ -29,6 +33,7 @@ ServerEvents.tags('item', event => { */ ServerEvents.tags('block', event => { registerTFCBlockTags(event) + registerComputerCraftBlockTags(event) }) /** @@ -52,6 +57,7 @@ ServerEvents.tags('worldgen/placed_feature', event => { * Срабатывает до инициализации рецептов. */ ServerEvents.highPriorityData(event => { + registerComputerCraftData(event) }) /** diff --git a/kubejs/server_scripts/minecraft/recipes.js b/kubejs/server_scripts/minecraft/recipes.js index fff4d3e4e..1708bedc4 100644 --- a/kubejs/server_scripts/minecraft/recipes.js +++ b/kubejs/server_scripts/minecraft/recipes.js @@ -2573,6 +2573,12 @@ const registerMinecraftRecipes = (event) => { //#endregion + //#region Выход: Кирпич + + event.remove({ id: 'minecraft:brick' }) + + //#endregion + //#region Выход: Незер бревна event.remove({ id: 'minecraft:stripped_crimson_stem_via_vanilla_stripping' }) diff --git a/kubejs/server_scripts/tfc/data.js b/kubejs/server_scripts/tfc/data.js index cfd51cda2..cd4d994f5 100644 --- a/kubejs/server_scripts/tfc/data.js +++ b/kubejs/server_scripts/tfc/data.js @@ -6,6 +6,7 @@ const registerTFCDataForTFC = (event) => { registerTFCFuels(event) registerTFCLampFuels(event) registerTFCFertilizers(event) + registerTFCKnappingTypes(event) registerTFCItemSize(event) } @@ -33,6 +34,10 @@ const registerTFCMetals = (event) => { event.metal('gtceu:black_steel', 1485, 0.00857, '#forge:ingots/black_steel', '#forge:double_ingots/black_steel', '#forge:plates/black_steel', 5, 'tfc:black_steel') event.metal('gtceu:blue_steel', 1540, 0.00857, '#forge:ingots/blue_steel', '#forge:double_ingots/blue_steel', '#forge:plates/blue_steel', 6, 'tfc:blue_steel') event.metal('gtceu:red_steel', 1540, 0.00857, '#forge:ingots/red_steel', '#forge:double_ingots/red_steel', '#forge:plates/red_steel', 6, 'tfc:red_steel') + + event.metal('gtceu:redstone', 460, 0.01729, null, null, null, 1, 'tfg:redstone') + event.metal('gtceu:red_alloy', 740, 0.01529, '#forge:ingots/red_alloy', null, '#forge:plates/red_alloy', 2, 'tfg:red_alloy') + event.metal('gtceu:tin_alloy', 1250, 0.00829, '#forge:ingots/tin_alloy', null, '#forge:plates/tin_alloy', 3, 'tfg:tin_alloy') } const registerTFCHeats = (event) => { @@ -103,7 +108,7 @@ const registerTFCFuels = (event) => { } const registerTFCLampFuels = (event) => { - event.lampFuel('gtceu:creosote', '#tfc:lamps', 1) + event.lampFuel('gtceu:creosote', '#tfc:lamps', 1000) } const registerTFCFertilizers = (event) => { @@ -118,6 +123,12 @@ const registerTFCFertilizers = (event) => { event.fertilizer('gtceu:phosphorus_dust', null, 0.15, null) } +const registerTFCKnappingTypes = (event) => { + // event.knappingType('gtceu:rubber_plate', 1, 5, 'tfc:item.knapping.leather', true, false, true, 'gtceu:rubber_plate', 'tfg:rubber') + // event.knappingType('gtceu:styrene_butadiene_rubber_plate', 1, 5, 'tfc:item.knapping.leather', true, false, true, 'gtceu:styrene_butadiene_rubber_plate', 'tfg:styrene_butadiene_rubber_plate') + // event.knappingType('gtceu:silicone_rubber_plate', 1, 5, 'tfc:item.knapping.leather', true, false, true, 'gtceu:silicone_rubber_plate', 'tfg:silicone_rubber_plate') +} + const registerTFCItemSize = (event) => { // TODO event.itemSize('minecraft:gold_ingot', 'huge', 'very_heavy') } \ No newline at end of file diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index 193138f8f..d7eb39068 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -43,6 +43,11 @@ const registerTFCRecipes = (event) => { event.recipes.tfc.heating(`tfc:metal/double_ingot/${metal}`, metalSpecs.melt_temp) .resultFluid(Fluid.of(metalSpecs.output_fluid, 288)) .id(`tfc:heating/metal/${metal}_double_ingot`) + + // Двойной слиток -> Пластина + event.recipes.tfc.anvil(`gtceu:${metal}_plate`, `tfc:metal/double_ingot/${metal}`, ['hit_last', 'hit_second_last', 'hit_third_last']) + .tier(metalSpecs.tier) + .id(`tfc:anvil/${metal}_sheet`) } if (metalSpecs.props.includes(global.PART_GEN)) { @@ -57,41 +62,63 @@ const registerTFCRecipes = (event) => { // Удалание рецептов полублоков event.remove({ id: `tfc:crafting/metal/block/${metal}_slab` }) event.remove({ id: `tfc:heating/metal/${metal}_block_slab` }) + } + if (metalSpecs.props.includes(global.BLOCK_GEN)) { // Декрафт блока в жидкость event.recipes.tfc.heating(`#forge:storage_blocks/${metal}`, metalSpecs.melt_temp) .resultFluid(Fluid.of(metalSpecs.output_fluid, 1296)) .id(`tfc:heating/metal/${metal}_block`) + } + + if (metalSpecs.props.includes(global.ROD_GEN)) { + // Слиток -> 2 Стержня + event.recipes.tfc.anvil(`2x gtceu:${metal}_rod`, `#forge:ingots/${metal}`, ['bend_last', 'draw_second_last', 'draw_third_last']) + .tier(metalSpecs.tier) + .id(`tfc:anvil/${metal}_rod`) // Декрафт стержня в жидкость event.recipes.tfc.heating(`gtceu:${metal}_rod`, metalSpecs.melt_temp) .resultFluid(Fluid.of(metalSpecs.output_fluid, 72)) .id(`tfc:heating/metal/${metal}_rod`) - // Двойной слиток -> Пластина - event.recipes.tfc.anvil(`gtceu:${metal}_plate`, `tfc:metal/double_ingot/${metal}`, ['hit_last', 'hit_second_last', 'hit_third_last']) - .tier(metalSpecs.tier) - .id(`tfc:anvil/${metal}_sheet`) + let long_rod = Item.of(`gtceu:${metal}_long_rod`); + + if (!long_rod.isEmpty()) { + // Декрафт длинного стержня в жидкость + event.recipes.tfc.heating(`gtceu:${metal}_long_rod`, metalSpecs.melt_temp) + .resultFluid(Fluid.of(metalSpecs.output_fluid, 144)) + .id(`tfc:heating/metal/${metal}_long_rod`) + // Стержни -> Длинный стержень + event.recipes.tfc.welding(`gtceu:${metal}_long_rod`, `#forge:rods/${metal}`, `#forge:rods/${metal}`) + .tier(metalSpecs.tier) + .id(`tfc:anvil/${metal}_long_rod`) + } + + } + + if (metalSpecs.props.includes(global.PLATE_GEN)) { // Декрафт пластины в жидкость event.recipes.tfc.heating(`gtceu:${metal}_plate`, metalSpecs.melt_temp) .resultFluid(Fluid.of(metalSpecs.output_fluid, 144)) .id(`tfc:heating/metal/${metal}_sheet`) + } - // Две пластины -> Двойная пластина - event.recipes.tfc.welding(`gtceu:${metal}_double_plate`, `gtceu:${metal}_plate`, `gtceu:${metal}_plate`) - .tier(metalSpecs.tier) - .id(`tfc:welding/${metal}_double_sheet`) + if (metalSpecs.props.includes(global.DOUBLE_PLATE_GEN)) { + let double_plate = Item.of(`gtceu:${metal}_double_plate`) - // Слиток -> 2 Стержня - event.recipes.tfc.anvil(`2x gtceu:${metal}_rod`, `#forge:ingots/${metal}`, ['bend_last', 'draw_second_last', 'draw_third_last']) - .tier(metalSpecs.tier) - .id(`tfc:anvil/${metal}_rod`) + if (!double_plate.isEmpty()) { + // Декрафт двойных пластин + event.recipes.tfc.heating(`gtceu:${metal}_double_plate`, metalSpecs.melt_temp) + .resultFluid(Fluid.of(metalSpecs.output_fluid, 288)) + .id(`tfc:heating/metal/${metal}_double_sheet`) - // Декрафт двойных пластин - event.recipes.tfc.heating(`gtceu:${metal}_double_plate`, metalSpecs.melt_temp) - .resultFluid(Fluid.of(metalSpecs.output_fluid, 288)) - .id(`tfc:heating/metal/${metal}_double_sheet`) + // Две пластины -> Двойная пластина + event.recipes.tfc.welding(`gtceu:${metal}_double_plate`, `gtceu:${metal}_plate`, `gtceu:${metal}_plate`) + .tier(metalSpecs.tier) + .id(`tfc:welding/${metal}_double_sheet`) + } } if (metalSpecs.props.includes(global.ARMOR_GEN)) { @@ -211,18 +238,16 @@ const registerTFCRecipes = (event) => { .resultFluid(Fluid.of(metalSpecs.output_fluid, 36)) .id(`tfc:heating/metal/${metal}_bolt`) + // Стержень -> Болт event.recipes.tfc.anvil(`2x gtceu:${metal}_bolt`, `#forge:rods/${metal}`, ['punch_last', 'draw_second_last', 'draw_third_last']) .tier(metalSpecs.tier) .id(`tfc:anvil/${metal}_bolt`) - // Стержень -> Болт - // Винт -> Металл event.recipes.tfc.heating(`gtceu:${metal}_screw`, metalSpecs.melt_temp) .resultFluid(Fluid.of(metalSpecs.output_fluid, 72)) .id(`tfc:heating/metal/${metal}_screw`) - // Стержень -> Винт event.recipes.tfc.anvil(`gtceu:${metal}_screw`, `#forge:rods/${metal}`, ['punch_last', 'punch_second_last', 'shrink_third_last']) .tier(metalSpecs.tier) @@ -618,6 +643,48 @@ const registerTFCRecipes = (event) => { //#endregion + //#region Молот шахтера + + // Декрафт инструмента в жидкость + event.recipes.tfc.heating(`gtceu:${metal}_mining_hammer`, metalSpecs.melt_temp) + .resultFluid(Fluid.of(metalSpecs.output_fluid, 288)) + .useDurability(true) + .id(`tfc:heating/metal/${metal}_mining_hammer`) + + // Крафт оголовья + event.recipes.tfc.anvil(`gtceu:${metal}_mining_hammer_head`, `#forge:double_ingots/${metal}`, ['punch_last', 'shrink_not_last']) + .tier(metalSpecs.tier) + .bonus(true) + .id(`tfc:anvil/${metal}_mining_hammer_head`) + + // Декрафт оголовья в жидкость + event.recipes.tfc.heating(`gtceu:${metal}_mining_hammer_head`, metalSpecs.melt_temp) + .resultFluid(Fluid.of(metalSpecs.output_fluid, 288)) + .id(`tfc:heating/metal/${metal}_mining_hammer_head`) + + //#endregion + + //#region Большая лопата + + // Декрафт инструмента в жидкость + event.recipes.tfc.heating(`gtceu:${metal}_spade`, metalSpecs.melt_temp) + .resultFluid(Fluid.of(metalSpecs.output_fluid, 288)) + .useDurability(true) + .id(`tfc:heating/metal/${metal}_spade`) + + // Крафт оголовья + event.recipes.tfc.anvil(`gtceu:${metal}_spade_head`, `#forge:double_ingots/${metal}`, ['punch_last', 'hit_not_last']) + .tier(metalSpecs.tier) + .bonus(true) + .id(`tfc:anvil/${metal}_spade_head`) + + // Декрафт оголовья в жидкость + event.recipes.tfc.heating(`gtceu:${metal}_spade_head`, metalSpecs.melt_temp) + .resultFluid(Fluid.of(metalSpecs.output_fluid, 288)) + .id(`tfc:heating/metal/${metal}_spade_head`) + + //#endregion + //#region Ножницы // Сварка оголовий @@ -798,7 +865,7 @@ const registerTFCRecipes = (event) => { .id(`tfg:heating/small_dust/${metal}`) // Декрафт пыли - event.recipes.tfc.heating(`gtceu:${metal}_dust`, metalSpecs.melt_temp) + event.recipes.tfc.heating(Item.of(`#forge:dusts/${metal}`), metalSpecs.melt_temp) .resultFluid(Fluid.of(metalSpecs.output_fluid, global.calcAmountOfMetal(144, metalSpecs.percent_of_material))) .id(`tfg:heating/dust/${metal}`) } @@ -829,6 +896,20 @@ const registerTFCRecipes = (event) => { }) + //#region Новые рецепты сплавов + + event.recipes.tfc.alloy('tfg:red_alloy', [ + TFC.alloyPart('tfg:redstone', 0.15, 0.25), + TFC.alloyPart('tfc:copper', 0.75, 0.85) + ]).id('tfg:alloy/red_alloy') + + event.recipes.tfc.alloy('tfg:tin_alloy', [ + TFC.alloyPart('tfc:tin', 0.45, 0.55), + TFC.alloyPart('tfc:cast_iron', 0.45, 0.55) + ]).id('tfg:alloy/tin_alloy') + + //#endregion + //#region Фиксы рецептов предметов из Cast Iron //#region Удаление @@ -886,10 +967,18 @@ const registerTFCRecipes = (event) => { .resultFluid(Fluid.of('tfc:metal/cast_iron', 144)) .id(`tfg:heating/iron_dust`) + event.recipes.tfc.heating('#forge:poor_raw_materials/iron', 1535) + .resultFluid(Fluid.of('tfc:metal/cast_iron', 24)) + .id(`tfg:heating/poor_raw_iron`) + event.recipes.tfc.heating('#forge:raw_materials/iron', 1535) .resultFluid(Fluid.of('tfc:metal/cast_iron', 36)) .id(`tfg:heating/raw_iron`) + event.recipes.tfc.heating('#forge:rich_raw_materials/iron', 1535) + .resultFluid(Fluid.of('tfc:metal/cast_iron', 48)) + .id(`tfg:heating/rich_raw_iron`) + event.recipes.tfc.heating('#forge:ingots/iron', 1535) .resultFluid(Fluid.of('tfc:metal/cast_iron', 144)) .id(`tfg:heating/iron_ingot`) @@ -2525,16 +2614,13 @@ const registerTFCRecipes = (event) => { event.recipes.tfc.collapse('#tfg:rock_walls').id('tfg:collapse/rock_walls') global.TFC_STONE_TYPES.forEach(stoneType => { - let oresToCollapse = [] - - GTRegistries.MATERIALS.forEach(material => { - if (material.hasProperty(PropertyKey.ORE)) { - oresToCollapse.push(`gtceu:${stoneType}_${material}_ore`) - } - }) - - event.recipes.tfc.collapse(`tfc:rock/cobble/${stoneType}`, TFC.blockIngredient(oresToCollapse)) - .id(`tfg:collapse/${stoneType}_gt_ores`) + event.custom({ + type: "tfc:collapse", + ingredient: { + tag: `forge:ores_in_ground/${stoneType}` + }, + result: `tfc:rock/cobble/${stoneType}` + }).id(`tfg:collapse/${stoneType}_gt_ores`) }) //#endregion diff --git a/kubejs/server_scripts/tfc/tags.js b/kubejs/server_scripts/tfc/tags.js index 4aced4a3d..a59ad6fb0 100644 --- a/kubejs/server_scripts/tfc/tags.js +++ b/kubejs/server_scripts/tfc/tags.js @@ -8,16 +8,17 @@ const registerTFCItemTags = (event) => { }) // Теги для соответствия инструментов TFC и GT - event.add('tfc:axes', '#minecraft:axes') - event.add('tfc:hammers', '#forge:tools/hammers') - event.add('tfc:hoes', '#minecraft:hoes') - event.add('tfc:knives', '#forge:tools/knives') + event.add('tfc:swords', '#minecraft:swords') event.add('tfc:pickaxes', '#minecraft:pickaxes') + event.add('tfc:axes', '#minecraft:axes') + event.add('tfc:shovels', '#minecraft:shovels') + event.add('tfc:hoes', '#minecraft:hoes') + + event.add('tfc:hammers', '#forge:tools/hammers') + event.add('tfc:knives', '#forge:tools/knives') event.add('tfc:saws', '#forge:tools/saws') event.add('tfc:scythes', '#forge:tools/scythes') - event.add('tfc:shovels', '#minecraft:shovels') - event.add('tfc:swords', '#minecraft:swords') - + event.add('tfc:usable_on_tool_rack', '#tfc:axes') event.add('tfc:usable_on_tool_rack', '#tfc:hammers') event.add('tfc:usable_on_tool_rack', '#tfc:hoes') @@ -38,8 +39,6 @@ const registerTFCItemTags = (event) => { event.add('tfc:usable_on_tool_rack', '#forge:tools/plungers') event.add('tfc:usable_on_tool_rack', '#forge:tools/mortars') event.add('tfc:usable_on_tool_rack', '#forge:tools/mallets') - - event.add('forge:tools/aoe', '#forge:tools/mining_hammers') // Для складывания event.add('tfc:pileable_ingots', '#forge:ingots') @@ -228,6 +227,9 @@ const registerTFCFluidTags = (event) => { event.add('tfc:usable_in_ingot_mold', "gtceu:blue_steel") event.add('tfc:usable_in_ingot_mold', "gtceu:red_steel") + event.add('tfc:usable_in_ingot_mold', "gtceu:red_alloy") + event.add('tfc:usable_in_ingot_mold', "gtceu:tin_alloy") + event.add('tfc:usable_in_bell_mold', "gtceu:bronze") event.add('tfc:usable_in_bell_mold', "gtceu:gold") event.add('tfc:usable_in_bell_mold', "gtceu:brass") @@ -243,6 +245,7 @@ const registerTFCFluidTags = (event) => { event.add('tfc:usable_in_wooden_bucket', "gtceu:latex") + event.add('tfc:usable_in_barrel', 'gtceu:creosote') event.add('tfc:usable_in_wooden_bucket', 'gtceu:creosote') event.add('tfc:usable_in_red_steel_bucket', 'gtceu:creosote') event.add('tfc:usable_in_blue_steel_bucket', 'gtceu:creosote') @@ -317,6 +320,8 @@ const registerTFCPlacedFeatures = (event) => { event.add('tfc:in_biome/veins', 'tfg:vein/normal_gold') event.add('tfc:in_biome/veins', 'tfg:vein/normal_graphite') event.add('tfc:in_biome/veins', 'tfg:vein/normal_hematite') + event.add('tfc:in_biome/veins', 'tfg:vein/normal_spodumene') + event.add('tfc:in_biome/veins', 'tfg:vein/normal_oil_sands') event.add('tfc:in_biome/veins', 'tfg:vein/normal_lapis') event.add('tfc:in_biome/veins', 'tfg:vein/normal_limonite') event.add('tfc:in_biome/veins', 'tfg:vein/normal_lubricant') diff --git a/kubejs/startup_scripts/computer_craft/constants.js b/kubejs/startup_scripts/computer_craft/constants.js new file mode 100644 index 000000000..ada33678a --- /dev/null +++ b/kubejs/startup_scripts/computer_craft/constants.js @@ -0,0 +1,20 @@ +// priority: 0 + +global.COMPUTER_CRAFT_DISCS = [ + '{Color:15790320}', + '{Color:15905331}', + '{Color:15040472}', + '{Color:10072818}', + '{Color:14605932}', + '{Color:8375321}', + '{Color:15905484}', + '{Color:5000268}', + '{Color:10066329}', + '{Color:5020082}', + '{Color:11691749}', + '{Color:3368652}', + '{Color:8349260}', + '{Color:5744206}', + '{Color:13388876}', + '{Color:1118481}', +] \ No newline at end of file diff --git a/kubejs/startup_scripts/firmalife/constants.js b/kubejs/startup_scripts/firmalife/constants.js index e07f85d88..fccc12fd1 100644 --- a/kubejs/startup_scripts/firmalife/constants.js +++ b/kubejs/startup_scripts/firmalife/constants.js @@ -33,8 +33,58 @@ global.FIRMALIFE_DISABLED_ITEMS = [ 'firmalife:metal/block/stainless_steel_slab', // Other + 'firmalife:compost_tumbler', + 'firmalife:pumping_station' ]; +global.FIRMALIFE_HIDED_ITEMS = [ + 'firmalife:weathered_copper_greenhouse_wall', + 'firmalife:weathered_copper_greenhouse_panel_wall', + 'firmalife:weathered_copper_greenhouse_panel_roof', + 'firmalife:weathered_copper_greenhouse_roof', + 'firmalife:weathered_copper_greenhouse_roof_top', + 'firmalife:weathered_copper_greenhouse_trapdoor', + 'firmalife:weathered_copper_greenhouse_door', + 'firmalife:weathered_copper_greenhouse_port', + + 'firmalife:stainless_steel_greenhouse_wall', + 'firmalife:stainless_steel_greenhouse_panel_wall', + 'firmalife:stainless_steel_greenhouse_panel_roof', + 'firmalife:stainless_steel_greenhouse_roof', + 'firmalife:stainless_steel_greenhouse_roof_top', + 'firmalife:stainless_steel_greenhouse_trapdoor', + 'firmalife:stainless_steel_greenhouse_door', + 'firmalife:stainless_steel_greenhouse_port', + + 'firmalife:rusted_iron_greenhouse_wall', + 'firmalife:rusted_iron_greenhouse_panel_wall', + 'firmalife:rusted_iron_greenhouse_panel_roof', + 'firmalife:rusted_iron_greenhouse_roof', + 'firmalife:rusted_iron_greenhouse_roof_top', + 'firmalife:rusted_iron_greenhouse_trapdoor', + 'firmalife:rusted_iron_greenhouse_door', + 'firmalife:rusted_iron_greenhouse_port', + + 'firmalife:oxidized_copper_greenhouse_wall', + 'firmalife:oxidized_copper_greenhouse_panel_wall', + 'firmalife:oxidized_copper_greenhouse_panel_roof', + 'firmalife:oxidized_copper_greenhouse_roof', + 'firmalife:oxidized_copper_greenhouse_roof_top', + 'firmalife:oxidized_copper_greenhouse_trapdoor', + 'firmalife:oxidized_copper_greenhouse_door', + 'firmalife:oxidized_copper_greenhouse_port', + + 'firmalife:exposed_copper_greenhouse_wall', + 'firmalife:exposed_copper_greenhouse_panel_wall', + 'firmalife:exposed_copper_greenhouse_panel_roof', + 'firmalife:exposed_copper_greenhouse_roof', + 'firmalife:exposed_copper_greenhouse_roof_top', + 'firmalife:exposed_copper_greenhouse_trapdoor', + 'firmalife:exposed_copper_greenhouse_door', + 'firmalife:exposed_copper_greenhouse_port', +]; + + global.FIRMALIFE_ORE_MATERIALS = [ 'chromite' ]; diff --git a/kubejs/startup_scripts/gtceu/constants.js b/kubejs/startup_scripts/gtceu/constants.js index 2b9fde612..e748321dd 100644 --- a/kubejs/startup_scripts/gtceu/constants.js +++ b/kubejs/startup_scripts/gtceu/constants.js @@ -42,4 +42,27 @@ global.GTCEU_DISABLED_ITEMS = [ 'gtceu:rubber_log', 'gtceu:rubber_leaves', 'gtceu:rubber_planks', +]; + +global.GTCEU_ANVIL_TOOL_TYPES = [ + GTToolType.SWORD, + GTToolType.PICKAXE, + GTToolType.SHOVEL, + GTToolType.AXE, + GTToolType.HOE, + GTToolType.MINING_HAMMER, + GTToolType.SPADE, + GTToolType.SAW, + GTToolType.HARD_HAMMER, + // GTToolType.SOFT_MALLET, + // GTToolType.WRENCH, + GTToolType.FILE, + // GTToolType.CROWBAR, + // GTToolType.SCREWDRIVER, + // GTToolType.MORTAR, + // GTToolType.WIRE_CUTTER, + GTToolType.SCYTHE, + GTToolType.KNIFE, + GTToolType.BUTCHERY_KNIFE, + // GTToolType.PLUNGER ]; \ No newline at end of file diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index dade4b17d..a601df0d3 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -784,10 +784,30 @@ global.DUST_GEN = 'dusts'; global.ORE_CHUNKS_GEN = 'ore_chunks'; /** - * Указывает, что у этого металла есть: sheet, double_sheet, rod, block, block_stairs, block_slab. + * Указывает, что у этого металла есть: plated_block, block_stairs, block_slab. */ global.PART_GEN = 'part'; +/** + * Указывает, что у этого металла есть: block. + */ +global.BLOCK_GEN = 'block'; + +/** + * Указывает, что у этого металла есть: rod. + */ +global.ROD_GEN = 'rod'; + +/** + * Указывает, что у этого металла есть: sheet. + */ +global.PLATE_GEN = 'plate'; + +/** + * Указывает, что у этого металла есть: double_sheet. + */ +global.DOUBLE_PLATE_GEN = 'double_plate'; + /** * Указывает, что у этого металла есть: anvil, bars, chain, trapdoor, lamp, unfinished_lamp. */ @@ -844,6 +864,10 @@ global.METAL_TO_SPECS = { global.NUGGET_GEN, global.DUST_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.ARMOR_GEN, global.TOOL_GEN, global.UTILITY_GEN, @@ -868,6 +892,10 @@ global.METAL_TO_SPECS = { global.NUGGET_GEN, global.DUST_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.ARMOR_GEN, global.TOOL_GEN, global.UTILITY_GEN, @@ -890,6 +918,10 @@ global.METAL_TO_SPECS = { global.NUGGET_GEN, global.DUST_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.ARMOR_GEN, global.TOOL_GEN, global.UTILITY_GEN, @@ -912,6 +944,10 @@ global.METAL_TO_SPECS = { global.NUGGET_GEN, global.DUST_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.ARMOR_GEN, global.TOOL_GEN, global.UTILITY_GEN, @@ -935,6 +971,10 @@ global.METAL_TO_SPECS = { global.NUGGET_GEN, global.DUST_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.ARMOR_GEN, global.TOOL_GEN, global.UTILITY_GEN, @@ -958,6 +998,10 @@ global.METAL_TO_SPECS = { global.NUGGET_GEN, global.DUST_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.ARMOR_GEN, global.TOOL_GEN, global.UTILITY_GEN, @@ -979,6 +1023,10 @@ global.METAL_TO_SPECS = { global.NUGGET_GEN, global.DUST_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.ARMOR_GEN, global.TOOL_GEN, global.UTILITY_GEN, @@ -1000,6 +1048,10 @@ global.METAL_TO_SPECS = { global.NUGGET_GEN, global.DUST_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.ARMOR_GEN, global.TOOL_GEN, global.UTILITY_GEN, @@ -1023,6 +1075,10 @@ global.METAL_TO_SPECS = { global.NUGGET_GEN, global.DUST_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.ARMOR_GEN, global.TOOL_GEN, global.UTILITY_GEN, @@ -1111,6 +1167,10 @@ global.METAL_TO_SPECS = { global.DUST_GEN, global.ORE_CHUNKS_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.TFC_SMALL_NATIVE_ORE_GEN ] }, @@ -1130,6 +1190,10 @@ global.METAL_TO_SPECS = { global.DUST_GEN, global.ORE_CHUNKS_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.IS_GT_DUP, ] @@ -1148,6 +1212,10 @@ global.METAL_TO_SPECS = { global.NUGGET_GEN, global.DUST_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.IS_GT_DUP, ] @@ -1167,6 +1235,10 @@ global.METAL_TO_SPECS = { global.DUST_GEN, global.ORE_CHUNKS_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.IS_GT_DUP, ] @@ -1185,6 +1257,10 @@ global.METAL_TO_SPECS = { global.NUGGET_GEN, global.DUST_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.IS_GT_DUP, ] @@ -1204,6 +1280,10 @@ global.METAL_TO_SPECS = { global.DUST_GEN, global.ORE_CHUNKS_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.TFC_SMALL_NATIVE_ORE_GEN, global.IS_GT_DUP, @@ -1224,6 +1304,10 @@ global.METAL_TO_SPECS = { global.DUST_GEN, global.ORE_CHUNKS_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.IS_GT_DUP, ] @@ -1242,6 +1326,10 @@ global.METAL_TO_SPECS = { global.NUGGET_GEN, global.DUST_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.IS_GT_DUP, ] @@ -1260,6 +1348,10 @@ global.METAL_TO_SPECS = { global.NUGGET_GEN, global.DUST_GEN, global.PART_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN, global.IS_GT_DUP, ] @@ -1464,6 +1556,59 @@ global.METAL_TO_SPECS = { global.DUST_GEN, global.ORE_CHUNKS_GEN ], + }, + + // GT материалы + redstone: { + forging_temp: 240, + welding_temp: 320, + melt_temp: 460, + output_fluid: "gtceu:redstone", + percent_of_material: 100, + tier: 1, + props: [ + global.DUST_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.BLOCK_GEN, + global.ORE_CHUNKS_GEN + ], + }, + + red_alloy: { + forging_temp: 570, + welding_temp: 650, + melt_temp: 740, + output_fluid: "gtceu:red_alloy", + percent_of_material: 100, + tier: 2, + props: [ + global.NUGGET_GEN, + global.INGOT_GEN, + global.DUST_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN + ], + }, + + tin_alloy: { + forging_temp: 1000, + welding_temp: 1100, + melt_temp: 1250, + output_fluid: "gtceu:tin_alloy", + percent_of_material: 100, + tier: 3, + props: [ + global.NUGGET_GEN, + global.INGOT_GEN, + global.DUST_GEN, + global.PLATE_GEN, + global.DOUBLE_PLATE_GEN, + global.ROD_GEN, + global.BLOCK_GEN + ], } }; diff --git a/mods b/mods index a16da40a3..df46ea658 160000 --- a/mods +++ b/mods @@ -1 +1 @@ -Subproject commit a16da40a33e77d59e41288f5e21ea679cf47604c +Subproject commit df46ea6580c15ab413c35248d108a0d18cbdd6ee