Added mod files
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
Find more info on the website: https://kubejs.com/
|
||||
|
||||
Directory information:
|
||||
|
||||
assets - Acts as a resource pack, you can put any client resources in here, like textures, models, etc. Example: assets/kubejs/textures/item/test_item.png
|
||||
data - Acts as a datapack, you can put any server resources in here, like loot tables, functions, etc. Example: data/kubejs/loot_tables/blocks/test_block.json
|
||||
|
||||
startup_scripts - Scripts that get loaded once during game startup - Used for adding items and other things that can only happen while the game is loading (Can be reloaded with /kubejs reload_startup_scripts, but it may not work!)
|
||||
server_scripts - Scripts that get loaded every time server resources reload - Used for modifying recipes, tags, loot tables, and handling server events (Can be reloaded with /reload)
|
||||
client_scripts - Scripts that get loaded every time client resources reload - Used for JEI events, tooltips and other client side things (Can be reloaded with F3+T)
|
||||
|
||||
config - KubeJS config storage. This is also the only directory that scripts can access other than world directory
|
||||
exported - Data dumps like texture atlases end up here
|
||||
|
||||
You can find type-specific logs in logs/kubejs/ directory
|
||||
@@ -0,0 +1,248 @@
|
||||
{
|
||||
"item.kubejs.certus_crystal_seed": "Certus Quartz Seed",
|
||||
"item.kubejs.fluix_crystal_seed": "Fluix Quartz Seed",
|
||||
"item.kubejs.growing_certus_seed": "Certus Quartz Seed",
|
||||
"item.kubejs.growing_fluix_seed": "Fluix Quartz Seed",
|
||||
"item.kubejs.tiny_certus_crystal": "Tiny Certus Quartz Crystal",
|
||||
"item.kubejs.tiny_fluix_crystal": "Tiny Fluix Quartz Crystal",
|
||||
"item.kubejs.growing_tiny_certus_crystal": "Tiny Certus Quartz Crystal",
|
||||
"item.kubejs.growing_tiny_fluix_crystal": "Tiny Fluix Quartz Crystal",
|
||||
"item.kubejs.small_certus_crystal": "Small Certus Quartz Crystal",
|
||||
"item.kubejs.small_fluix_crystal": "Small Fluix Quartz Crystal",
|
||||
"item.kubejs.growing_small_certus_crystal": "Small Certus Quartz Crystal",
|
||||
"item.kubejs.growing_small_fluix_crystal": "Small Fluix Quartz Crystal",
|
||||
"item.kubejs.incomplete_calculation_processor": "Incomplete Calculation Processor",
|
||||
"item.kubejs.incomplete_logic_processor": "Incomplete Logic Processor",
|
||||
"item.kubejs.incomplete_engineering_processor": "Incomplete Engineering Processor",
|
||||
"item.kubejs.incomplete_flight_anchor": "Incomplete Flight Anchor",
|
||||
"item.kubejs.incomplete_gravity_normalizer": "Incomplete Gravity Normalizer",
|
||||
"item.kubejs.zero": "Zero",
|
||||
"item.kubejs.one": "One",
|
||||
"item.kubejs.two": "Two",
|
||||
"item.kubejs.three": "Three",
|
||||
"item.kubejs.four": "Four",
|
||||
"item.kubejs.five": "Five",
|
||||
"item.kubejs.six": "Six",
|
||||
"item.kubejs.seven": "Seven",
|
||||
"item.kubejs.eight": "Eight",
|
||||
"item.kubejs.nine": "Nine",
|
||||
"item.kubejs.plus": "Plus",
|
||||
"item.kubejs.minus": "Minus",
|
||||
"item.kubejs.multiply": "Multiply",
|
||||
"item.kubejs.divide": "Divide",
|
||||
"item.kubejs.kinetic_mechanism": "Kinetic Mechanism",
|
||||
"item.kubejs.sealed_mechanism": "Sealed Mechanism",
|
||||
"item.kubejs.reinforced_mechanism": "Reinforced Mechanism",
|
||||
"item.kubejs.infernal_mechanism": "Infernal Mechanism",
|
||||
"item.kubejs.logistic_mechanism": "Logistic Mechanism",
|
||||
"item.kubejs.inductive_mechanism": "Inductive Mechanism",
|
||||
"item.kubejs.abstruse_mechanism": "Abstruse Mechanism",
|
||||
"item.kubejs.calculation_mechanism": "Calculation Mechanism",
|
||||
"item.kubejs.radiant_coil": "Radiant Induction Coil",
|
||||
"item.kubejs.radiant_sheet": "Radiant Sheet",
|
||||
"item.kubejs.earth_slimy_fern_leaf": "Slimy Fern Leaf",
|
||||
"item.kubejs.sky_slimy_fern_leaf": "Slimy Fern Leaf",
|
||||
"item.kubejs.ender_slimy_fern_leaf": "Slimy Fern Leaf",
|
||||
"item.kubejs.earth_slime_fern_paste": "Slimy Fern Blend",
|
||||
"item.kubejs.sky_slime_fern_paste": "Slimy Fern Blend",
|
||||
"item.kubejs.ender_slime_fern_paste": "Slimy Fern Blend",
|
||||
"item.kubejs.pipe_module_utility": "Utility Pipe Module",
|
||||
"item.kubejs.pipe_module_tier_1": "Brass Pipe Module",
|
||||
"item.kubejs.pipe_module_tier_2": "Invar Pipe Module",
|
||||
"item.kubejs.pipe_module_tier_3": "Enderium Pipe Module",
|
||||
"item.kubejs.circuit_scrap": "Circuit Scrap",
|
||||
"item.kubejs.missingno": "∄",
|
||||
"item.kubejs.zinc_dust": "Zinc Dust",
|
||||
"item.kubejs.sand_ball": "Ball of Sand",
|
||||
"item.kubejs.rough_sand": "Sand Chunks",
|
||||
"item.kubejs.purified_sand": "Purified Sand",
|
||||
"item.kubejs.silicon_compound": "Silicon Compound",
|
||||
"item.kubejs.incomplete_coke_chunk": "Cut Coke",
|
||||
"item.kubejs.coke_chunk": "Coke Chunks",
|
||||
"item.kubejs.matter_plastics": "Matter Plastics",
|
||||
"item.kubejs.nickel_compound": "Nickel Compound",
|
||||
"item.kubejs.invar_compound": "Unprocessed Invar Ingot",
|
||||
"item.kubejs.dye_entangled_singularity": "Chromatic Singularity",
|
||||
"item.kubejs.chromatic_resonator": "Chromatic Resonator",
|
||||
"item.kubejs.flash_drive": "Flash Drive",
|
||||
"item.kubejs.strainer_filter": "Strainer Filter",
|
||||
"item.kubejs.alchemical_laser": "Alchemical Laser (Ponder Entry)",
|
||||
"item.kubejs.thermal_cast": "Thermal Cast",
|
||||
"item.kubejs.three_cast": "Integer Cast (3)",
|
||||
"item.kubejs.eight_cast": "Integer Cast (8)",
|
||||
"item.kubejs.plus_cast": "Operator Cast (+)",
|
||||
"item.kubejs.minus_cast": "Operator Cast (-)",
|
||||
"item.kubejs.multiply_cast": "Operator Cast (x)",
|
||||
"item.kubejs.divide_cast": "Operator Cast (/)",
|
||||
"item.kubejs.attachment_base": "Attachment Base",
|
||||
"item.kubejs.silver_coin": "Silver Coin Stack Icon",
|
||||
"item.kubejs.gold_coin": "Gold Coin Stack Icon",
|
||||
"item.kubejs.mystic_pottery_sherd": "Mystic Pottery Sherd",
|
||||
"item.kubejs.cozy_pottery_sherd": "Cozy Pottery Sherd",
|
||||
"item.kubejs.circuit_pottery_sherd": "Circuit Pottery Sherd",
|
||||
"block.kubejs.enderium_casing": "Ender Casing",
|
||||
"block.kubejs.lead_casing": "Lead Casing",
|
||||
"block.kubejs.zinc_casing": "Zinc Casing",
|
||||
"block.kubejs.invar_casing": "Invar Casing",
|
||||
"block.kubejs.fluix_casing": "Fluix Casing",
|
||||
"block.kubejs.computation_matrix": "Computation Matrix",
|
||||
"block.kubejs.navigation_computer": "Navigation Computer",
|
||||
"block.kubejs.lander_deployer": "Lander Deployer",
|
||||
"block.kubejs.andesite_machine": "Andesite Machine",
|
||||
"block.kubejs.brass_machine": "Brass Machine",
|
||||
"block.kubejs.copper_machine": "Copper Machine",
|
||||
"block.kubejs.gold_machine": "Gold Machine",
|
||||
"block.kubejs.lead_machine": "Lead Machine",
|
||||
"block.kubejs.zinc_machine": "Zinc Machine",
|
||||
"block.kubejs.enderium_machine": "Enderium Machine",
|
||||
"block.kubejs.treasure_pot": "Treasure Pot",
|
||||
"block.kubejs.tall_treasure_pot": "Tall Treasure Pot",
|
||||
"block.kubejs.small_treasure_pot": "Small Treasure Pot",
|
||||
"block.kubejs.small_quartz_treasure_pot": "Small Quartz Treasure Pot",
|
||||
"block.kubejs.tall_quartz_treasure_pot": "Tall Quartz Treasure Pot",
|
||||
"block.kubejs.failed_alchemy_0": "Mundane Alchemic Blend",
|
||||
"block.kubejs.failed_alchemy_1": "Mundane Alchemic Blend",
|
||||
"block.kubejs.failed_alchemy_2": "Mundane Alchemic Blend",
|
||||
"block.kubejs.failed_alchemy_3": "Mundane Alchemic Blend",
|
||||
"block.kubejs.failed_alchemy_4": "Mundane Alchemic Blend",
|
||||
"block.kubejs.failed_alchemy_5": "Mundane Alchemic Blend",
|
||||
"block.kubejs.failed_alchemy_6": "Mundane Alchemic Blend",
|
||||
"block.kubejs.failed_alchemy_7": "Mundane Alchemic Blend",
|
||||
"block.kubejs.failed_alchemy_8": "Mundane Alchemic Blend",
|
||||
"block.kubejs.failed_alchemy_9": "Mundane Alchemic Blend",
|
||||
"block.kubejs.failed_alchemy_10": "Mundane Alchemic Blend",
|
||||
"block.kubejs.failed_alchemy_11": "Mundane Alchemic Blend",
|
||||
"block.kubejs.failed_alchemy_12": "Mundane Alchemic Blend",
|
||||
"block.kubejs.failed_alchemy_13": "Mundane Alchemic Blend",
|
||||
"block.kubejs.failed_alchemy_14": "Mundane Alchemic Blend",
|
||||
"block.kubejs.trial_copper_block": "Illusionary Block of Copper",
|
||||
"block.kubejs.trial_cut_copper": "Illusionary Cut Copper",
|
||||
"block.kubejs.trial_chiseled_copper": "Illusionary Chiseled Copper",
|
||||
"block.kubejs.trial_copper_grate": "Illusionary Copper Grate",
|
||||
"block.kubejs.trial_cut_copper_stairs": "Illusionary Cut Copper Stairs",
|
||||
"block.kubejs.trial_cut_copper_slab": "Illusionary Cut Copper Slab",
|
||||
"block.kubejs.trial_oxidized_copper": "Illusionary Oxidized Block of Copper",
|
||||
"block.kubejs.trial_oxidized_cut_copper": "Illusionary Oxidized Cut Copper",
|
||||
"block.kubejs.trial_chiseled_copper_oxidized": "Illusionary Oxidized Chiseled Copper",
|
||||
"block.kubejs.trial_copper_grate_oxidized": "Illusionary Oxidized Copper Grate",
|
||||
"block.kubejs.trial_oxidized_cut_copper_stairs": "Illusionary Oxidized Cut Copper Stairs",
|
||||
"block.kubejs.trial_oxidized_cut_copper_slab": "Illusionary Oxidized Cut Copper Slab",
|
||||
"block.kubejs.substrate_andesite": "Andesite Reagent",
|
||||
"block.kubejs.substrate_diorite": "Diorite Reagent",
|
||||
"block.kubejs.substrate_granite": "Granite Reagent",
|
||||
"block.kubejs.substrate_cobblestone": "Stone Reagent",
|
||||
"block.kubejs.substrate_basalt": "Basalt Reagent",
|
||||
"block.kubejs.substrate_scoria": "Scoria Reagent",
|
||||
"block.kubejs.substrate_red": "Crimson Reagent",
|
||||
"block.kubejs.substrate_orange": "Orange Reagent",
|
||||
"block.kubejs.substrate_yellow": "Goldenrod Reagent",
|
||||
"block.kubejs.substrate_green": "Olive Reagent",
|
||||
"block.kubejs.substrate_blue": "Azure Reagent",
|
||||
"block.kubejs.substrate_magenta": "Fuchsia Reagent",
|
||||
"block.kubejs.substrate_blaze": "Blazing Reagent",
|
||||
"block.kubejs.substrate_slime": "Slime Reagent",
|
||||
"block.kubejs.substrate_nether": "Nether Reagent",
|
||||
"block.kubejs.substrate_obsidian": "Obsidian Reagent",
|
||||
"block.kubejs.substrate_gunpowder": "Gunpowder Reagent",
|
||||
"block.kubejs.substrate_prismarine": "Aquatic Reagent",
|
||||
"block.kubejs.substrate_fluix": "Fluix Reagent",
|
||||
"block.kubejs.substrate_apatite": "Apatite Reagent",
|
||||
"block.kubejs.substrate_sulfur": "Sulfuric Reagent",
|
||||
"block.kubejs.substrate_niter": "Nitric Reagent",
|
||||
"block.kubejs.substrate_certus": "Certus Quartz Reagent",
|
||||
"block.kubejs.substrate_quartz": "Nether Quartz Reagent",
|
||||
"block.kubejs.substrate_zinc": "Zinc Reagent",
|
||||
"block.kubejs.substrate_copper": "Copper Reagent",
|
||||
"block.kubejs.substrate_iron": "Iron Reagent",
|
||||
"block.kubejs.substrate_nickel": "Nickel Reagent",
|
||||
"block.kubejs.substrate_lead": "Lead Reagent",
|
||||
"block.kubejs.substrate_gold": "Gold Reagent",
|
||||
"block.kubejs.substrate_cinnabar": "Cinnabar Reagent",
|
||||
"block.kubejs.substrate_lapis": "Lapis Lazuli Reagent",
|
||||
"block.kubejs.substrate_sapphire": "Sapphire Reagent",
|
||||
"block.kubejs.substrate_emerald": "Emerald Reagent",
|
||||
"block.kubejs.substrate_ruby": "Ruby Reagent",
|
||||
"block.kubejs.substrate_diamond": "Diamond Reagent",
|
||||
"block.kubejs.substrate_igneous": "Igneous Catalyst",
|
||||
"block.kubejs.substrate_herbal": "Herbal Catalyst",
|
||||
"block.kubejs.substrate_volatile": "Volatile Catalyst",
|
||||
"block.kubejs.substrate_crystal": "Crystalline Catalyst",
|
||||
"block.kubejs.substrate_metal": "Metallurgic Catalyst",
|
||||
"block.kubejs.substrate_gem": "Gemstone Catalyst",
|
||||
"block.kubejs.substrate_chaos": "Chaos Catalyst",
|
||||
"block.kubejs.substrate_silicon": "Silicon Reagent",
|
||||
"block.kubejs.substrate_silver": "Silver Reagent",
|
||||
"block.kubejs.accellerator_glowstone": "Glowstone Accelerator",
|
||||
"block.kubejs.accellerator_redstone": "Redstone Accelerator",
|
||||
"block.mbd2.strainer": "Sediment Strainer",
|
||||
"mbd2.strainer": "Sediment Straining",
|
||||
"fluid.kubejs.raw_logic": "Liquified Logic (Unprocessed)",
|
||||
"fluid.kubejs.number_0": "Liquified Logic (0)",
|
||||
"fluid.kubejs.number_1": "Liquified Logic (1)",
|
||||
"fluid.kubejs.number_2": "Liquified Logic (2)",
|
||||
"fluid.kubejs.number_3": "Liquified Logic (3)",
|
||||
"fluid.kubejs.number_4": "Liquified Logic (4)",
|
||||
"fluid.kubejs.number_5": "Liquified Logic (5)",
|
||||
"fluid.kubejs.number_6": "Liquified Logic (6)",
|
||||
"fluid.kubejs.number_7": "Liquified Logic (7)",
|
||||
"fluid.kubejs.number_8": "Liquified Logic (8)",
|
||||
"fluid.kubejs.number_9": "Liquified Logic (9)",
|
||||
"fluid.kubejs.matrix": "Liquified Computation Matrix",
|
||||
"fluid.kubejs.fine_sand": "Fine Sand",
|
||||
"fluid.kubejs.liquid_pulp": "Liquid Pulp",
|
||||
"item.metalbarrels.barrel.tooltip": "§7{0} Slots",
|
||||
"item.kubejs.main_assembly": "§7Main Assembly: §6{0}",
|
||||
"item.kubejs.bonus_assembly": "§7Bonus Assembly: §6{0}",
|
||||
"item.kubejs.not_consumed_in_assembly": "§7Not consumed in the Assembly Process",
|
||||
"item.minecraft.redstone_ore.tooltip": "§7Does not generate, crush Cinnabar to obtain Redstone.",
|
||||
"item.minecraft.deepslate_redstone_ore.tooltip": "§7Does not generate, crush Cinnabar to obtain Redstone.",
|
||||
"item.supplementaries.ash.tooltip": "Created by burning wooden materials in-world",
|
||||
"item.functionalstorage.controller.tooltip": "Allows automation to insert and extract from connected drawers",
|
||||
"item.functionalstorage.controller_extension.tooltip": "Serves as an extra point for automation to insert and extract items from if a drawer controller is present.",
|
||||
"item.kubejs.pureore.tooltip": "§7A purer grade of ore. §7Can only be found by exploring.",
|
||||
"item.kubejs.accellerator_redstone.tooltip": "§7When used in Alchemy Research: §6One of the §ecorrect §6Reagents in §eincorrect §6slots will not be consumed",
|
||||
"item.kubejs.accellerator_glowstone.tooltip": "§7When used in Alchemy Research: §6One of the §ecorrect §6Reagents in §ecorrect §6slots will not be consumed",
|
||||
"item.kubejs.failed_alchemy.tooltip": "§7Place in Centrifugal Separator to analyse.\n\n§6Yields\n- Ash §7for each incorrect ingredient\n- Redstone §7for each correct ingredient in an incorrect slot\n- Glowstone §7for each correct ingredient in the correct slot",
|
||||
"item.kubejs.category.igneous": "§8Category: §7Igneous",
|
||||
"item.kubejs.category.herbal": "§8Category: §7Herbal",
|
||||
"item.kubejs.category.volatile": "§8Category: §7Volatile",
|
||||
"item.kubejs.category.crystalline": "§8Category: §7Crystalline",
|
||||
"item.kubejs.category.metallurgic": "§8Category: §7Metallurgic",
|
||||
"item.kubejs.category.gemstone": "§8Category: §7Gemstone",
|
||||
"item.kubejs.category.catalyst": "§8Category: §7Catalyst",
|
||||
"item.structurescompass.structures_compass.tooltip": "§7Right-Click to Activate",
|
||||
"item.reliquary.alkahestry_tome.tooltip": "§6Cannot be used in Mechanical Crafting or Mixing",
|
||||
"item.kubejs.shift.summary": "§7Hold [Shift] for Summary",
|
||||
"item.kubejs.machine.details": "§7A machine, able to be transformed into a variety of useful gadgets and gizmos.",
|
||||
"item.kubejs.machine.transformation": "§7Machine Transformation can be automated with a Deployer or a Filtered Saw.",
|
||||
"item.kubejs.trial.details": "§7An odd form of copper caused by a reaction between Copper and Lumisense.",
|
||||
"item.kubejs.trial.special_info": "§7It's far cheaper than regular copper but does not oxidize. Perfect for base building!",
|
||||
"item.spirit_fire.info": "§7A mysterious fire that is capable of transmuation. Will never burn out.",
|
||||
"item.spirit_fire.creation": "§7Created by igniting Demon's Dream Fruit with Flint and Steel.",
|
||||
"filled_map.fortress": "Fortress Locator Map",
|
||||
|
||||
"cabin.ponder.tag.ponders": "CABIN",
|
||||
"cabin.ponder.tag.ponders.description": "Components and Devices which are distinctive to A&B and CABIN",
|
||||
"ponderjs.ponder.alchemy_setup.header": "The Alchemical Laser",
|
||||
"ponderjs.ponder.alchemy_setup.text_1": "Start with an Invar Machine",
|
||||
"ponderjs.ponder.alchemy_setup.text_2": "Attach an Industrial Lamp of any colour",
|
||||
"ponderjs.ponder.alchemy_setup.text_3": "Place a Deployer targeting the Invar Machine",
|
||||
"ponderjs.ponder.alchemy_setup.text_4": "Set it to Punch mode using a Wrench",
|
||||
"ponderjs.ponder.alchemy_setup.text_5": "Whenever the Deployer activates...",
|
||||
"ponderjs.ponder.alchemy_setup.text_6": "...the Laser Lamp will emit a High-Energy Beam",
|
||||
"ponderjs.ponder.alchemy_setup.text_7": "Hopper Minecarts caught in the Beam will process their contained Items",
|
||||
|
||||
"cabin.trials.crafter.deprecation.tooltip": "Deprecated. Craft into a Crafter from Quark",
|
||||
|
||||
"cabin.profession.prefix": "Profession: %s",
|
||||
"cabin.profession.farming": "Farming",
|
||||
"cabin.profession.carpentry": "Carpentry",
|
||||
"cabin.profession.mining": "Mining",
|
||||
"cabin.profession.masonry": "Masonry",
|
||||
"cabin.profession.hunting": "Hunting",
|
||||
"cabin.profession.cooking": "Cooking",
|
||||
"cabin.profession.fishing": "Fishing",
|
||||
"cabin.profession.smithing": "Smithing",
|
||||
|
||||
"cabin.import.prefix": "Import: %s"
|
||||
}
|
||||
@@ -0,0 +1,244 @@
|
||||
{
|
||||
"item.kubejs.certus_crystal_seed": "Semilla de Cuarzo Certus",
|
||||
"item.kubejs.fluix_crystal_seed": "Semilla de Cuarzo Fluix",
|
||||
"item.kubejs.growing_certus_seed": "Semilla de Cuarzo Certus",
|
||||
"item.kubejs.growing_fluix_seed": "Semilla de Cuarzo Fluix",
|
||||
"item.kubejs.tiny_certus_crystal": "Cristal de Cuarzo Certus diminuto",
|
||||
"item.kubejs.tiny_fluix_crystal": "Cristal de Cuarzo Fluix diminuto",
|
||||
"item.kubejs.growing_tiny_certus_crystal": "Cristal de Cuarzo Certus diminuto",
|
||||
"item.kubejs.growing_tiny_fluix_crystal": "Cristal de Cuarzo Fluix diminuto",
|
||||
"item.kubejs.small_certus_crystal": "Cristal de Cuarzo Certus pequeño",
|
||||
"item.kubejs.small_fluix_crystal": "Cristal de Cuarzo Fluix pequeño",
|
||||
"item.kubejs.growing_small_certus_crystal": "Cristal de Cuarzo Certus pequeño",
|
||||
"item.kubejs.growing_small_fluix_crystal": "Cristal de Cuarzo Fluix pequeño",
|
||||
"item.kubejs.incomplete_calculation_processor": "Procesador de Cálculos Incompleto",
|
||||
"item.kubejs.incomplete_logic_processor": "Procesador Lógico Incompleto",
|
||||
"item.kubejs.incomplete_engineering_processor": "Procesador de Ingeniería Incompleto",
|
||||
"item.kubejs.zero": "Cero",
|
||||
"item.kubejs.one": "Uno",
|
||||
"item.kubejs.two": "Dos",
|
||||
"item.kubejs.three": "Tres",
|
||||
"item.kubejs.four": "Cuatro",
|
||||
"item.kubejs.five": "Cinco",
|
||||
"item.kubejs.six": "Seis",
|
||||
"item.kubejs.seven": "Siete",
|
||||
"item.kubejs.eight": "Ocho",
|
||||
"item.kubejs.nine": "Nueve",
|
||||
"item.kubejs.plus": "Extra",
|
||||
"item.kubejs.minus": "Menos",
|
||||
"item.kubejs.multiply": "Multiplicar",
|
||||
"item.kubejs.divide": "Divíde",
|
||||
"item.kubejs.kinetic_mechanism": "Mecanismo Cinético",
|
||||
"item.kubejs.sealed_mechanism": "Mecanismo Sellado",
|
||||
"item.kubejs.reinforced_mechanism": "Mecanismo Reforzado",
|
||||
"item.kubejs.infernal_mechanism": "Mecanismo Infernal",
|
||||
"item.kubejs.logistic_mechanism": "Mecanismo Logístico",
|
||||
"item.kubejs.inductive_mechanism": "Mecanismo Inductivo",
|
||||
"item.kubejs.abstruse_mechanism": "Mecanismo Abstruso",
|
||||
"item.kubejs.calculation_mechanism": "Mecanismo de Cálculo",
|
||||
"item.kubejs.radiant_coil": "Bobina de Inducción Radiante",
|
||||
"item.kubejs.radiant_sheet": "Lámina Radiante",
|
||||
"item.kubejs.earth_slimy_fern_leaf": "Hoja de Helecho Viscosa",
|
||||
"item.kubejs.sky_slimy_fern_leaf": "Hoja de Helecho Viscosa",
|
||||
"item.kubejs.ender_slimy_fern_leaf": "Hoja de Helecho Viscosa",
|
||||
"item.kubejs.earth_slime_fern_paste": "Mezcla de Helecho Viscoso",
|
||||
"item.kubejs.sky_slime_fern_paste": "Mezcla de Helecho Viscoso",
|
||||
"item.kubejs.ender_slime_fern_paste": "Mezcla de Helecho Viscoso",
|
||||
"item.kubejs.pipe_module_utility": "Módulo utilitario de tubería",
|
||||
"item.kubejs.pipe_module_tier_1": "Módulo de Tubería de Bronce",
|
||||
"item.kubejs.pipe_module_tier_2": "Módulo de Tubería de Invar",
|
||||
"item.kubejs.pipe_module_tier_3": "Módulo de Tubería de Enderium",
|
||||
"item.kubejs.circuit_scrap": "Chatarra de circuito",
|
||||
"item.kubejs.missingno": "∄",
|
||||
"item.kubejs.zinc_dust": "Polvo de Zinc",
|
||||
"item.kubejs.sand_ball": "Bola de Arena",
|
||||
"item.kubejs.rough_sand": "Pedazos de Arena",
|
||||
"item.kubejs.purified_sand": "Arena Purificada",
|
||||
"item.kubejs.silicon_compound": "Compuesto de Silicio",
|
||||
"item.kubejs.incomplete_coke_chunk": "Coque Cortado",
|
||||
"item.kubejs.coke_chunk": "Pedazos de Coque",
|
||||
"item.kubejs.matter_plastics": "Materia Plástica",
|
||||
"item.kubejs.nickel_compound": "Compuesto de Níquel",
|
||||
"item.kubejs.invar_compound": "Lingote de Invar no Procesado",
|
||||
"item.kubejs.dye_entangled_singularity": "Singularidad Cromática",
|
||||
"item.kubejs.chromatic_resonator": "Resonador Cromático",
|
||||
"item.kubejs.flash_drive": "Pendrive",
|
||||
"item.kubejs.strainer_filter": "Filtro de Colador",
|
||||
"item.kubejs.alchemical_laser": "Láser Alquímico (Entrada de Ponder)",
|
||||
"item.kubejs.thermal_cast": "Molde Térmico",
|
||||
"item.kubejs.three_cast": "Molde de Números (3)",
|
||||
"item.kubejs.eight_cast": "Molde de Números (8)",
|
||||
"item.kubejs.plus_cast": "Molde de Operador (+)",
|
||||
"item.kubejs.minus_cast": "Molde de Operador (-)",
|
||||
"item.kubejs.multiply_cast": "Molde de Operador (x)",
|
||||
"item.kubejs.divide_cast": "Molde de Operador (/)",
|
||||
"item.kubejs.attachment_base": "Base de Anexo",
|
||||
"item.kubejs.silver_coin": "Icono de Pila de Monedas de Plata",
|
||||
"item.kubejs.gold_coin": "Icono de Pila de Monedas de Oro",
|
||||
"item.kubejs.mystic_pottery_sherd": "Vasija de Cerámica Mística",
|
||||
"item.kubejs.cozy_pottery_sherd": "Vasija de Cerámica Acogedor",
|
||||
"item.kubejs.circuit_pottery_sherd": "Vasija de Cerámica de Circuito",
|
||||
"block.kubejs.enderium_casing": "Revestidor de Ender",
|
||||
"block.kubejs.lead_casing": "Revesitdor de Plomo",
|
||||
"block.kubejs.zinc_casing": "Revesitdor de Zinc",
|
||||
"block.kubejs.invar_casing": "Revesitdor de Invar",
|
||||
"block.kubejs.fluix_casing": "Revesitdor de Fluix",
|
||||
"block.kubejs.computation_matrix": "Matrix de Cálculo",
|
||||
"block.kubejs.navigation_computer": "Ordenador de Navegación",
|
||||
"block.kubejs.lander_deployer": "Desplegador de Aterrizaje",
|
||||
"block.kubejs.andesite_machine": "Máquina de Andesita",
|
||||
"block.kubejs.brass_machine": "Máquina de Bronce",
|
||||
"block.kubejs.copper_machine": "Máquina de Cobre",
|
||||
"block.kubejs.gold_machine": "Máquina de Oro",
|
||||
"block.kubejs.lead_machine": "Máquina de Plomo",
|
||||
"block.kubejs.zinc_machine": "Máquina de Zinc",
|
||||
"block.kubejs.enderium_machine": "Máquina de Enderium",
|
||||
"block.kubejs.treasure_pot": "Pote del Tesoro",
|
||||
"block.kubejs.tall_treasure_pot": "Pote del Tesoro Alto",
|
||||
"block.kubejs.small_treasure_pot": "Pote del Tesoro Pequeño",
|
||||
"block.kubejs.small_quartz_treasure_pot": "Pote del Tesoro de Cuarzo Pequeño",
|
||||
"block.kubejs.tall_quartz_treasure_pot": "Pote del Tesoro de Cuarzo Alto",
|
||||
"block.kubejs.failed_alchemy_0": "Mezcla Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_1": "Mezcla Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_2": "Mezcla Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_3": "Mezcla Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_4": "Mezcla Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_5": "Mezcla Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_6": "Mezcla Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_7": "Mezcla Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_8": "Mezcla Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_9": "Mezcla Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_10": "Mezcla Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_11": "Mezcla Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_12": "Mezcla Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_13": "Mezcla Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_14": "Mezcla Alquímica Mundana",
|
||||
"block.kubejs.substrate_andesite": "Reactivo de Andesita",
|
||||
"block.kubejs.substrate_diorite": "Reactivo de Diorita",
|
||||
"block.kubejs.substrate_granite": "Reactivo de Granito",
|
||||
"block.kubejs.substrate_cobblestone": "Reactivo de Piedra",
|
||||
"block.kubejs.substrate_basalt": "Reactivo de Basalto",
|
||||
"block.kubejs.substrate_scoria": "Reactivo de Escoria",
|
||||
"block.kubejs.substrate_red": "Reactivo Carmesí",
|
||||
"block.kubejs.substrate_orange": "Reactivo Naranja",
|
||||
"block.kubejs.substrate_yellow": "Reactivo de Vara de Oro",
|
||||
"block.kubejs.substrate_green": "Reactivo Oliva",
|
||||
"block.kubejs.substrate_blue": "Reactivo Azul",
|
||||
"block.kubejs.substrate_magenta": "Reactivo Magenta",
|
||||
"block.kubejs.substrate_blaze": "Reactivo Abrasador",
|
||||
"block.kubejs.substrate_slime": "Reactivo de Slime",
|
||||
"block.kubejs.substrate_nether": "Reactivo de Nether",
|
||||
"block.kubejs.substrate_obsidian": "Reactivo de Obsidiana",
|
||||
"block.kubejs.substrate_gunpowder": "Reactivo de Pólvora",
|
||||
"block.kubejs.substrate_prismarine": "Reactivo Acuático",
|
||||
"block.kubejs.substrate_apatite": "Reactivo de Apatita",
|
||||
"block.kubejs.substrate_sulfur": "Reactivo Sulfúrico",
|
||||
"block.kubejs.substrate_niter": "Reactivo Nítrico",
|
||||
"block.kubejs.substrate_certus": "Reactivo de Cuarzo Certus",
|
||||
"block.kubejs.substrate_quartz": "Reactivo de Cuarzo del Nether",
|
||||
"block.kubejs.substrate_zinc": "Reactivo de ZInc",
|
||||
"block.kubejs.substrate_copper": "Reactivo de Cobre",
|
||||
"block.kubejs.substrate_iron": "Reactivo de Hierro",
|
||||
"block.kubejs.substrate_nickel": "Reactivo de Níquel",
|
||||
"block.kubejs.substrate_lead": "Reactivo de Plomo",
|
||||
"block.kubejs.substrate_gold": "Reactivo de Oro",
|
||||
"block.kubejs.substrate_cinnabar": "Reactivo de Cinabrio",
|
||||
"block.kubejs.substrate_lapis": "Reactivo de Lapislázuli",
|
||||
"block.kubejs.substrate_sapphire": "Reactivo de Zafiro",
|
||||
"block.kubejs.substrate_emerald": "Reactivo de Esmeralda",
|
||||
"block.kubejs.substrate_ruby": "Reactivo de Rubí",
|
||||
"block.kubejs.substrate_diamond": "Reactivo de Diamante",
|
||||
"block.kubejs.substrate_chaos": "Catalizador del Caos",
|
||||
"block.kubejs.substrate_silicon": "Reactivo de Silicona",
|
||||
"block.kubejs.substrate_silver": "Reactivo de Plata",
|
||||
"block.kubejs.accellerator_glowstone": "Acelerador de Piedra Luminosa",
|
||||
"block.kubejs.accellerator_redstone": "Acelerador de Redstone",
|
||||
"fluid.kubejs.raw_logic": "Lógica Licuada (sin Procesar)",
|
||||
"fluid.kubejs.number_0": "Lógica Licuada (0)",
|
||||
"fluid.kubejs.number_1": "Lógica Licuada (1)",
|
||||
"fluid.kubejs.number_2": "Lógica Licuada (2)",
|
||||
"fluid.kubejs.number_3": "Lógica Licuada (3)",
|
||||
"fluid.kubejs.number_4": "Lógica Licuada (4)",
|
||||
"fluid.kubejs.number_5": "Lógica Licuada (5)",
|
||||
"fluid.kubejs.number_6": "Lógica Licuada (6)",
|
||||
"fluid.kubejs.number_7": "Lógica Licuada (7)",
|
||||
"fluid.kubejs.number_8": "Lógica Licuada (8)",
|
||||
"fluid.kubejs.number_9": "Lógica Licuada (9)",
|
||||
"fluid.kubejs.matrix": "Matriz de Cálculo Licuada",
|
||||
"fluid.kubejs.fine_sand": "Arena Fina",
|
||||
"item.metalbarrels.barrel.tooltip": "§7{0} Ranuras",
|
||||
"item.kubejs.main_assembly": "§7Montaje Principal: §6{0}",
|
||||
"item.kubejs.bonus_assembly": "§7Montaje Bonus: §6{0}",
|
||||
"item.kubejs.not_consumed_in_assembly": "§7No se Consume en el Proceso de Montaje",
|
||||
"item.minecraft.redstone_ore.tooltip": "§7No se genera, fresa Cinabrio para Obtener Redstone.",
|
||||
"item.minecraft.deepslate_redstone_ore.tooltip": "§7No se genera, fresa Cinabrio para Obtener Redstone.",
|
||||
"item.supplementaries.ash.tooltip": "Creado Quemando Materiales de Madera en el Mundo",
|
||||
"item.functionalstorage.controller.tooltip": "Permite automatizar la inserción y extracción de cajones conectados",
|
||||
"item.functionalstorage.controller_extension.tooltip": "Sirve como punto adicional para que la automatización inserte y extraiga artículos si hay un controlador de cajón.",
|
||||
"item.kubejs.pureore.tooltip": "§7Un mineral más puro. §7Sólo se puede encontrar explorando.",
|
||||
"item.kubejs.accellerator_redstone.tooltip": "§7Cuando se utiliza en Investigación Alquímica: §6Uno de los §6Reactivos §ecorrectos §6en una ranura §eincorrecta §6no se consumirá",
|
||||
"item.kubejs.accellerator_glowstone.tooltip": "§7Cuando se utiliza en Investigación Alquímica: §6Uno de los §6Reactivos §ecorrectos §6en una ranura §ecorrecta §6no se consumirá",
|
||||
"item.kubejs.failed_alchemy.tooltip": "§7Colocar en el Separador Centrífugo para analizar.\n\n§6Produce\n- Ceniza §7por cada ingrediente incorrecto\n- Redstone §7por cada ingrediente correcto en una ranura incorrecta\n- Piedra Luminosa §7por cada ingrediente correcto en la ranura correcta",
|
||||
"item.kubejs.category.igneous": "§8Categoría: §7Ígneo",
|
||||
"item.kubejs.category.herbal": "§8Categoría: §7Herbal",
|
||||
"item.kubejs.category.volatile": "§8Herbal: §7Volátil",
|
||||
"item.kubejs.category.crystalline": "§8Categoría: §7Cristalino",
|
||||
"item.kubejs.category.metallurgic": "§8Categoría: §7Metalurgico",
|
||||
"item.kubejs.category.gemstone": "§8Categoría: §7Piedras Preciosas",
|
||||
"item.kubejs.category.catalyst": "§8Categoría: §7Catalizador",
|
||||
"item.structurescompass.structures_compass.tooltip": "§7Click Derecho para Activar",
|
||||
"item.reliquary.alkahestry_tome.tooltip": "§6No se puede utilizar en Artesanía Mecánica ni en Mezcla",
|
||||
"item.kubejs.shift.summary": "§7Manten [Shift] para el Resumen",
|
||||
"item.kubejs.machine.details": "§7Una máquina capaz de transformarse en una gran variedad de artilugios y artefactos útiles.",
|
||||
"item.kubejs.machine.transformation": "§7La Transformación de Máquinas puede automatizarse con un Desplegador o una Sierra Filtrada.",
|
||||
"item.kubejs.trial.details": "§7Una extraña forma de cobre causada por una reacción entre Cobre y Lumisense.",
|
||||
"item.kubejs.trial.special_info": "§7Es mucho más barato que el cobre normal, pero no se oxida. ¡Perfecto para la construcción de bases!",
|
||||
"block.kubejs.trial_cut_copper": "Cobre Cortado Ilusorio",
|
||||
"block.kubejs.trial_copper_block": "Bloque de Cobre Ilusorio",
|
||||
"block.kubejs.trial_chiseled_copper": "Cobre Cincelado Ilusorio",
|
||||
"block.kubejs.trial_copper_grate": "Rejilla de Cobre Ilusorio",
|
||||
"block.kubejs.trial_cut_copper_stairs": "Escaleras de Cobre Cortado Ilusorio",
|
||||
"block.kubejs.trial_cut_copper_slab": "Losa de Cobre Cortado Ilusorio",
|
||||
"block.kubejs.trial_oxidized_cut_copper": "Cobre Cortado Oxidado Ilusorio",
|
||||
"block.kubejs.trial_oxidized_copper": "Cobre Oxidado Ilusorio",
|
||||
"block.kubejs.trial_copper_grate_oxidized": "Rejilla de Cobre Oxidado Ilusorio",
|
||||
"mbd2.strainer": "Colado de Sedimentos",
|
||||
"block.kubejs.trial_chiseled_copper_oxidized": "Cobre Cincelado Oxidado Ilusorio",
|
||||
"block.mbd2.strainer": "Colador de Sedimentos",
|
||||
"block.kubejs.trial_oxidized_cut_copper_stairs": "Escaleras de Cobre Cortado Oxidado Ilusorio",
|
||||
"block.kubejs.trial_oxidized_cut_copper_slab": "Losa de Cobre Cortado Oxidado Ilusorio",
|
||||
"fluid.kubejs.liquid_pulp": "Pulpa Líquida",
|
||||
"block.kubejs.substrate_herbal": "Catalizador Herbal",
|
||||
"block.kubejs.substrate_igneous": "Catalizador Ígneo",
|
||||
"block.kubejs.substrate_gem": "Catalizador de Gemas",
|
||||
"block.kubejs.substrate_volatile": "Catalizador Volátil",
|
||||
"block.kubejs.substrate_metal": "Catalizador Metalúrgico",
|
||||
"block.kubejs.substrate_crystal": "Catalizador Cristalino",
|
||||
"item.spirit_fire.info": "§7Un fuego misterioso capaz de transmutarse. Nunca se apagará.",
|
||||
"item.spirit_fire.creation": "§7Creado encendiendo una Fruta de Sueño Demoníaco con un Mechero.",
|
||||
"item.kubejs.incomplete_flight_anchor": "Ancla de Vuelo Incompleta",
|
||||
"item.kubejs.incomplete_gravity_normalizer": "Normalizador de Gravedad Incompleto",
|
||||
"block.kubejs.substrate_fluix": "Reactivo de Fluix",
|
||||
"filled_map.fortress": "Mapa Localizador de Fortalezas",
|
||||
"cabin.trials.crafter.deprecation.tooltip": "Descontinuado. Haz en un Crafter de Quark",
|
||||
"cabin.ponder.tag.ponders": "CABIN",
|
||||
"ponderjs.ponder.alchemy_setup.text_5": "Quandosea que el Depositador se active...",
|
||||
"ponderjs.ponder.alchemy_setup.text_4": "Cambia a modo de golpe usando una Llave Inglesa",
|
||||
"ponderjs.ponder.alchemy_setup.text_1": "Empiensa con una Machina Invar",
|
||||
"ponderjs.ponder.alchemy_setup.text_6": "...la Lámpara Láser eimita un rayo de alta Energia",
|
||||
"ponderjs.ponder.alchemy_setup.text_7": "Las vagonetas con tolva atrapadas en el rayo van a procesar sus objetos contenidos",
|
||||
"ponderjs.ponder.alchemy_setup.header": "EL Láser De Alquimia",
|
||||
"ponderjs.ponder.alchemy_setup.text_3": "Coloca un Deployer dirigido hacia la Maquina de Invar",
|
||||
"ponderjs.ponder.alchemy_setup.text_2": "Adjusta una Lampara Industrial de qualquier color",
|
||||
"cabin.ponder.tag.ponders.description": "Componentes y Dispositivos que son distinctivos a A&B y CABIN",
|
||||
"cabin.import.prefix": "Import: %s",
|
||||
"cabin.profession.masonry": "Albañilería",
|
||||
"cabin.profession.fishing": "Pesca",
|
||||
"cabin.profession.hunting": "Caza",
|
||||
"cabin.profession.smithing": "Herrería",
|
||||
"cabin.profession.farming": "Agricultura",
|
||||
"cabin.profession.cooking": "Cocina",
|
||||
"cabin.profession.mining": "Minería",
|
||||
"cabin.profession.carpentry": "Carpintería",
|
||||
"cabin.profession.prefix": "Oficio: %s"
|
||||
}
|
||||
@@ -0,0 +1,244 @@
|
||||
{
|
||||
"item.kubejs.certus_crystal_seed": "Graine de quartz certus",
|
||||
"item.kubejs.fluix_crystal_seed": "Graine de quartz fluide",
|
||||
"item.kubejs.growing_certus_seed": "Graine de quartz certus",
|
||||
"item.kubejs.growing_fluix_seed": "Graine de quartz fluide",
|
||||
"item.kubejs.tiny_certus_crystal": "Cristal de quartz certus minuscule",
|
||||
"item.kubejs.tiny_fluix_crystal": "Cristal de quartz fluide minuscule",
|
||||
"item.kubejs.growing_tiny_certus_crystal": "Cristal de quartz certus minuscule",
|
||||
"item.kubejs.growing_tiny_fluix_crystal": "Cristal de quartz fluide minuscule",
|
||||
"item.kubejs.small_certus_crystal": "Petit cristal de quartz certus",
|
||||
"item.kubejs.small_fluix_crystal": "Petit cristal de quartz fluide",
|
||||
"item.kubejs.growing_small_certus_crystal": "Petit cristal de quartz certus",
|
||||
"item.kubejs.growing_small_fluix_crystal": "Petit Crystal de Quartz Fluix",
|
||||
"item.kubejs.incomplete_calculation_processor": "Processeur de calcul incomplet",
|
||||
"item.kubejs.incomplete_logic_processor": "Processeur logique incomplet",
|
||||
"item.kubejs.incomplete_engineering_processor": "Processeur d'Ingénierie Incomplet",
|
||||
"item.kubejs.zero": "Zéro",
|
||||
"item.kubejs.one": "Un",
|
||||
"item.kubejs.two": "Deux",
|
||||
"item.kubejs.three": "Trois",
|
||||
"item.kubejs.four": "Quatre",
|
||||
"item.kubejs.five": "Cinq",
|
||||
"item.kubejs.six": "Six",
|
||||
"item.kubejs.seven": "Sept",
|
||||
"item.kubejs.eight": "Huit",
|
||||
"item.kubejs.nine": "Neuf",
|
||||
"item.kubejs.plus": "Plus",
|
||||
"item.kubejs.minus": "Moins",
|
||||
"item.kubejs.multiply": "Multiplier",
|
||||
"item.kubejs.divide": "Diviser",
|
||||
"item.kubejs.kinetic_mechanism": "Mécanisme Cinétique",
|
||||
"item.kubejs.sealed_mechanism": "Mécanisme Hermétique",
|
||||
"item.kubejs.reinforced_mechanism": "Mécanisme Renforcé",
|
||||
"item.kubejs.infernal_mechanism": "Mécanisme Infernal",
|
||||
"item.kubejs.logistic_mechanism": "Mécanisme Logistique",
|
||||
"item.kubejs.inductive_mechanism": "Mécanisme Inductif",
|
||||
"item.kubejs.abstruse_mechanism": "Mécanisme Abstrus",
|
||||
"item.kubejs.calculation_mechanism": "Mécanisme de Calcul",
|
||||
"item.kubejs.radiant_coil": "Bobine à Induction Rayonnante",
|
||||
"item.kubejs.radiant_sheet": "Feuille Rayonnante",
|
||||
"item.kubejs.earth_slimy_fern_leaf": "Feuille de Fougère Visqueuse",
|
||||
"item.kubejs.sky_slimy_fern_leaf": "Feuille de Fougère Visqueuse",
|
||||
"item.kubejs.ender_slimy_fern_leaf": "Feuille de Fougère Visqueuse",
|
||||
"item.kubejs.earth_slime_fern_paste": "Mélange de Fougères Visqueuses",
|
||||
"item.kubejs.sky_slime_fern_paste": "Mélange de Fougères Visqueuses",
|
||||
"item.kubejs.ender_slime_fern_paste": "Mélange de Fougères Visqueuses",
|
||||
"item.kubejs.pipe_module_utility": "Module de Tuyauterie Utilitaire",
|
||||
"item.kubejs.pipe_module_tier_1": "Module de Tuyauterie en Laiton",
|
||||
"item.kubejs.pipe_module_tier_2": "Module de Tuyauterie en Invar",
|
||||
"item.kubejs.pipe_module_tier_3": "Module de Tuyauterie en Enderium",
|
||||
"item.kubejs.circuit_scrap": "Débris de Circuit",
|
||||
"item.kubejs.missingno": "∄",
|
||||
"item.kubejs.zinc_dust": "Poussière de Zinc",
|
||||
"item.kubejs.sand_ball": "Boule de Sable",
|
||||
"item.kubejs.rough_sand": "Morceau de Sable",
|
||||
"item.kubejs.purified_sand": "Sable purifié",
|
||||
"item.kubejs.silicon_compound": "Composé de Silicium",
|
||||
"item.kubejs.incomplete_coke_chunk": "Coke Coupé",
|
||||
"item.kubejs.coke_chunk": "Morceaux de Coke",
|
||||
"item.kubejs.matter_plastics": "Matières Plastiques",
|
||||
"item.kubejs.nickel_compound": "Composé de Nickel",
|
||||
"item.kubejs.invar_compound": "Lingot d'Invar Non Traité",
|
||||
"item.kubejs.dye_entangled_singularity": "Singularité Chromatique",
|
||||
"item.kubejs.chromatic_resonator": "Résonateur Chromatique",
|
||||
"item.kubejs.flash_drive": "Disque Flash",
|
||||
"item.kubejs.strainer_filter": "Filtre à Tamis",
|
||||
"item.kubejs.alchemical_laser": "Laser Alchimique ( Entrée D'Analyse)",
|
||||
"item.kubejs.thermal_cast": "Moulage Thermique",
|
||||
"item.kubejs.three_cast": "Moulage d'Entier (3)",
|
||||
"item.kubejs.eight_cast": "Moulage d'Entier (8)",
|
||||
"item.kubejs.plus_cast": "Moulage d'Opération (+)",
|
||||
"item.kubejs.minus_cast": "Moulage d'Opération (-)",
|
||||
"item.kubejs.multiply_cast": "Moulage d'Opération (x)",
|
||||
"item.kubejs.divide_cast": "Moulage d'Opération (/)",
|
||||
"item.kubejs.attachment_base": "Base de Fixation",
|
||||
"item.kubejs.silver_coin": "Icon de pile de pièces d'argent",
|
||||
"item.kubejs.gold_coin": "Icon de Pile de pièces d'Or",
|
||||
"item.kubejs.mystic_pottery_sherd": "Fragment de Poterie Mystique",
|
||||
"item.kubejs.cozy_pottery_sherd": "Fragment de Poterie Chaleureux",
|
||||
"item.kubejs.circuit_pottery_sherd": "Fragment de Poterie de Circuit",
|
||||
"block.kubejs.enderium_casing": "Revêtement en Ender",
|
||||
"block.kubejs.lead_casing": "Revêtement en Plomb",
|
||||
"block.kubejs.zinc_casing": "Revêtement en Zinc",
|
||||
"block.kubejs.invar_casing": "Revêtement en Invar",
|
||||
"block.kubejs.fluix_casing": "Revêtement en Fluix",
|
||||
"block.kubejs.computation_matrix": "Matrice de Calcul",
|
||||
"block.kubejs.navigation_computer": "Ordinateur de navigation",
|
||||
"block.kubejs.lander_deployer": "Déployeur d'atterrisseur",
|
||||
"block.kubejs.andesite_machine": "Machine en Andesite",
|
||||
"block.kubejs.brass_machine": "Machine en Laiton",
|
||||
"block.kubejs.copper_machine": "Machine en Cuivre",
|
||||
"block.kubejs.gold_machine": "Machine en Or",
|
||||
"block.kubejs.lead_machine": "Machine en Plomb",
|
||||
"block.kubejs.zinc_machine": "Machine en Zinc",
|
||||
"block.kubejs.enderium_machine": "Machine en Enderium",
|
||||
"block.kubejs.treasure_pot": "Pot au Trésor",
|
||||
"block.kubejs.tall_treasure_pot": "Grand Pot au Trésor",
|
||||
"block.kubejs.small_treasure_pot": "Petit Pot au Trésor",
|
||||
"block.kubejs.small_quartz_treasure_pot": "Petit Pot au Trésor en Quartz",
|
||||
"block.kubejs.tall_quartz_treasure_pot": "Grand Pot au Trésor en Quartz",
|
||||
"block.kubejs.failed_alchemy_0": "Mélange Alchimique Ordinaire",
|
||||
"block.kubejs.failed_alchemy_1": "Mélange Alchimique Ordinaire",
|
||||
"block.kubejs.failed_alchemy_2": "Mélange Alchimique Ordinaire",
|
||||
"block.kubejs.failed_alchemy_3": "Mélange Alchimique Ordinaire",
|
||||
"block.kubejs.failed_alchemy_4": "Mélange Alchimique Ordinaire",
|
||||
"block.kubejs.failed_alchemy_5": "Mélange Alchimique Ordinaire",
|
||||
"block.kubejs.failed_alchemy_6": "Mélange Alchimique Ordinaire",
|
||||
"block.kubejs.failed_alchemy_7": "Mélange Alchimique Ordinaire",
|
||||
"block.kubejs.failed_alchemy_8": "Mélange Alchimique Ordinaire",
|
||||
"block.kubejs.failed_alchemy_9": "Mélange Alchimique Ordinaire",
|
||||
"block.kubejs.failed_alchemy_10": "Mélange Alchimique Ordinaire",
|
||||
"block.kubejs.failed_alchemy_11": "Mélange Alchimique Ordinaire",
|
||||
"block.kubejs.failed_alchemy_12": "Mélange Alchimique Ordinaire",
|
||||
"block.kubejs.failed_alchemy_13": "Mélange Alchimique Ordinaire",
|
||||
"block.kubejs.failed_alchemy_14": "Mélange Alchimique Ordinaire",
|
||||
"block.kubejs.substrate_andesite": "Réactif en Andesite",
|
||||
"block.kubejs.substrate_diorite": "Réactif en Diorite",
|
||||
"block.kubejs.substrate_granite": "Réactif en Granite",
|
||||
"block.kubejs.substrate_cobblestone": "Réactif en Pierre",
|
||||
"block.kubejs.substrate_basalt": "Réactif en Basalte",
|
||||
"block.kubejs.substrate_scoria": "Réactif en Scorie",
|
||||
"block.kubejs.substrate_red": "Réactif Cramoisie",
|
||||
"block.kubejs.substrate_orange": "Réactif Orange",
|
||||
"block.kubejs.substrate_yellow": "Réactif de Verge d'or",
|
||||
"block.kubejs.substrate_green": "Réactif Olive",
|
||||
"block.kubejs.substrate_blue": "Réactif Azur",
|
||||
"block.kubejs.substrate_magenta": "Réactif Fuchsia",
|
||||
"block.kubejs.substrate_blaze": "Reactif Ardent",
|
||||
"block.kubejs.substrate_slime": "Réactif de Slime",
|
||||
"block.kubejs.substrate_nether": "Réactif du Nether",
|
||||
"block.kubejs.substrate_obsidian": "Réactif en Obsidienne",
|
||||
"block.kubejs.substrate_gunpowder": "Réactif en poudre à Canon",
|
||||
"block.kubejs.substrate_prismarine": "Réactif Aquatique",
|
||||
"block.kubejs.substrate_apatite": "Réactif d'Apatite",
|
||||
"block.kubejs.substrate_sulfur": "Réactif Sulfurique",
|
||||
"block.kubejs.substrate_niter": "Réactif Nitrique",
|
||||
"block.kubejs.substrate_certus": "Réactif de Certus Quartz",
|
||||
"block.kubejs.substrate_quartz": "Réactif de Quartz du Nether",
|
||||
"block.kubejs.substrate_zinc": "Réactif de Zinc",
|
||||
"block.kubejs.substrate_copper": "Réactif de Cuivre",
|
||||
"block.kubejs.substrate_iron": "Réactif de Fer",
|
||||
"block.kubejs.substrate_nickel": "Réactif de Nickel",
|
||||
"block.kubejs.substrate_lead": "Réactif de Plomb",
|
||||
"block.kubejs.substrate_gold": "Réactif d'Or",
|
||||
"block.kubejs.substrate_cinnabar": "Réactif de Cinabre",
|
||||
"block.kubejs.substrate_lapis": "Réactif de Lapis Lazuli",
|
||||
"block.kubejs.substrate_sapphire": "Réactif de Saphir",
|
||||
"block.kubejs.substrate_emerald": "Réactif d'Émeraude",
|
||||
"block.kubejs.substrate_ruby": "Réactif de Rubis",
|
||||
"block.kubejs.substrate_diamond": "Réactif de Diamant",
|
||||
"block.kubejs.substrate_chaos": "Catalyste à Chaos",
|
||||
"block.kubejs.substrate_silicon": "Réactif de Silicium",
|
||||
"block.kubejs.substrate_silver": "Réactif d'Argent",
|
||||
"block.kubejs.accellerator_glowstone": "Accélérateur à Pierre Lumineuse",
|
||||
"block.kubejs.accellerator_redstone": "Accélérateur à Redstone",
|
||||
"fluid.kubejs.raw_logic": "Logique Liquéfié (non traitée)",
|
||||
"fluid.kubejs.number_0": "Logique Liquéfiée (0)",
|
||||
"fluid.kubejs.number_1": "Logique Liquéfiée (1)",
|
||||
"fluid.kubejs.number_2": "Logique Liquéfiée (2)",
|
||||
"fluid.kubejs.number_3": "Logique Liquéfiée (3)",
|
||||
"fluid.kubejs.number_4": "Logique Liquéfiée (4)",
|
||||
"fluid.kubejs.number_5": "Logique Liquéfiée (5)",
|
||||
"fluid.kubejs.number_6": "Logique Liquéfiée (6)",
|
||||
"fluid.kubejs.number_7": "Logique Liquéfiée (7)",
|
||||
"fluid.kubejs.number_8": "Logique Liquéfiée (8)",
|
||||
"fluid.kubejs.number_9": "Logique Liquéfiée (9)",
|
||||
"fluid.kubejs.matrix": "Matrice de Calcul Liquéfiée",
|
||||
"fluid.kubejs.fine_sand": "Sable Fin",
|
||||
"item.metalbarrels.barrel.tooltip": "§7{0} Emplacement",
|
||||
"item.kubejs.main_assembly": "§7Assemblage Principal: §6{0}",
|
||||
"item.kubejs.bonus_assembly": "§7Assemblage Bonus: §6{0}",
|
||||
"item.kubejs.not_consumed_in_assembly": "§7Non consommé dans le Processus d'Assemblage",
|
||||
"item.minecraft.redstone_ore.tooltip": "§7Ne se génère pas, Pulvériser du Cinabre pour obtenir de la Redstone.",
|
||||
"item.minecraft.deepslate_redstone_ore.tooltip": "§7Ne se génère pas, Pulvériser du Cinabre pour obtenir de la Redstone.",
|
||||
"item.supplementaries.ash.tooltip": "Crée en brûlant des matériaux en bois dans le monde.",
|
||||
"item.functionalstorage.controller.tooltip": "Permet à l'automatisation d'insérer et d'extraire depuis les Tiroirs connectés.",
|
||||
"item.functionalstorage.controller_extension.tooltip": "Fait office de point supplémentaire permettant à l'automatisation d'insérer et d'extraire des objets si un contrôleur de tiroirs est présent.",
|
||||
"item.kubejs.pureore.tooltip": "§7Un minerai de qualité plus pure. §7Ne peut être trouvé qu'en explorant.",
|
||||
"item.kubejs.accellerator_redstone.tooltip": "§7Lorsqu'utilisé dans la recherche alchimique : §6L'un des §eréactifs corrects §6placés dans des emplacements §eincorrects §6ne sera pas consommé.",
|
||||
"item.kubejs.accellerator_glowstone.tooltip": "§7Lorsqu'utilisé dans la recherche alchimique : §6L'un des §eréactifs corrects §6placés dans des emplacements §ecorrects §6ne sera pas consommé.",
|
||||
"item.kubejs.failed_alchemy.tooltip": "§7Placez dans le Séparateur Centrifuge pour analyser.\n\n§6Produit\nCendre §7pour chaque ingrédient incorrect\nRedstone §7pour chaque ingrédient correct dans un emplacement incorrect\nPierre lumineuse §7pour chaque ingrédient correct dans le bon emplacement",
|
||||
"item.kubejs.category.igneous": "§8Catégorie: §7Ignifère",
|
||||
"item.kubejs.category.herbal": "§8Category: §7Herbal",
|
||||
"item.kubejs.category.volatile": "§8Category: §7Volatile",
|
||||
"item.kubejs.category.crystalline": "§8Category: §7Crystalline",
|
||||
"item.kubejs.category.metallurgic": "§8Category: §7Metallurgic",
|
||||
"item.kubejs.category.gemstone": "§8Category: §7Gemstone",
|
||||
"item.kubejs.category.catalyst": "§8Category: §7Catalyst",
|
||||
"item.structurescompass.structures_compass.tooltip": "§7Right-Click to Activate",
|
||||
"item.reliquary.alkahestry_tome.tooltip": "§6Cannot be used in Mechanical Crafting or Mixing",
|
||||
"item.kubejs.shift.summary": "§7Hold [Shift] for Summary",
|
||||
"item.kubejs.machine.details": "§7A machine, able to be transformed into a variety of useful gadgets and gizmos.",
|
||||
"item.kubejs.machine.transformation": "§7Machine Transformation can be automated with a Deployer or a Filtered Saw.",
|
||||
"item.kubejs.trial.details": "§7An odd form of copper caused by a reaction between Copper and Lumisense.",
|
||||
"item.kubejs.trial.special_info": "§7It's far cheaper than regular copper but does not oxidize. Perfect for base building!",
|
||||
"block.kubejs.trial_cut_copper": "Illusionary Cut Copper",
|
||||
"block.kubejs.trial_copper_grate": "Illusionary Copper Grate",
|
||||
"block.kubejs.trial_chiseled_copper": "Illusionary Chiseled Copper",
|
||||
"block.kubejs.trial_oxidized_cut_copper_slab": "Illusionary Oxidized Cut Copper Slab",
|
||||
"block.mbd2.strainer": "Sediment Strainer",
|
||||
"block.kubejs.substrate_igneous": "Igneous Catalyst",
|
||||
"block.kubejs.substrate_herbal": "Herbal Catalyst",
|
||||
"block.kubejs.substrate_gem": "Gemstone Catalyst",
|
||||
"block.kubejs.substrate_metal": "Metallurgic Catalyst",
|
||||
"item.spirit_fire.info": "§7A mysterious fire that is capable of transmuation. Will never burn out.",
|
||||
"block.kubejs.trial_oxidized_copper": "Illusionary Oxidized Block of Copper",
|
||||
"block.kubejs.trial_cut_copper_stairs": "Illusionary Cut Copper Stairs",
|
||||
"block.kubejs.trial_oxidized_cut_copper_stairs": "Illusionary Oxidized Cut Copper Stairs",
|
||||
"block.kubejs.substrate_crystal": "Crystalline Catalyst",
|
||||
"block.kubejs.substrate_volatile": "Volatile Catalyst",
|
||||
"mbd2.strainer": "Sediment Straining",
|
||||
"fluid.kubejs.liquid_pulp": "Liquid Pulp",
|
||||
"item.spirit_fire.creation": "§7Created by igniting Demon's Dream Fruit with Flint and Steel.",
|
||||
"block.kubejs.substrate_fluix": "Fluix Reagent",
|
||||
"item.kubejs.incomplete_flight_anchor": "Incomplete Flight Anchor",
|
||||
"block.kubejs.trial_chiseled_copper_oxidized": "Illusionary Oxidized Chiseled Copper",
|
||||
"block.kubejs.trial_oxidized_cut_copper": "Illusionary Oxidized Cut Copper",
|
||||
"block.kubejs.trial_copper_grate_oxidized": "Illusionary Oxidized Copper Grate",
|
||||
"block.kubejs.trial_cut_copper_slab": "Illusionary Cut Copper Slab",
|
||||
"block.kubejs.trial_copper_block": "Illusionary Block of Copper",
|
||||
"item.kubejs.incomplete_gravity_normalizer": "Incomplete Gravity Normalizer",
|
||||
"filled_map.fortress": "Fortress Locator Map",
|
||||
"cabin.trials.crafter.deprecation.tooltip": "Depreciated. Craft into a Crafter from Quark",
|
||||
"ponderjs.ponder.alchemy_setup.text_5": "Whenever the Deployer activates...",
|
||||
"cabin.ponder.tag.ponders": "CABIN",
|
||||
"ponderjs.ponder.alchemy_setup.text_6": "...the Laser Lamp will emit a High-Energy Beam",
|
||||
"ponderjs.ponder.alchemy_setup.text_7": "Hopper Minecarts caught in the Beam will process their contained Items",
|
||||
"ponderjs.ponder.alchemy_setup.header": "The Alchemical Laser",
|
||||
"ponderjs.ponder.alchemy_setup.text_3": "Place a Deployer targeting the Invar Machine",
|
||||
"ponderjs.ponder.alchemy_setup.text_4": "Set it to Punch mode using a Wrench",
|
||||
"ponderjs.ponder.alchemy_setup.text_1": "Start with an Invar Machine",
|
||||
"ponderjs.ponder.alchemy_setup.text_2": "Attach an Industrial Lamp of any colour",
|
||||
"cabin.ponder.tag.ponders.description": "Components and Devices which are distinctive to A&B and CABIN",
|
||||
"cabin.profession.farming": "Farming",
|
||||
"cabin.profession.carpentry": "Carpentry",
|
||||
"cabin.profession.prefix": "Profession: %s",
|
||||
"cabin.import.prefix": "Import: %s",
|
||||
"cabin.profession.masonry": "Masonry",
|
||||
"cabin.profession.fishing": "Fishing",
|
||||
"cabin.profession.hunting": "Hunting",
|
||||
"cabin.profession.smithing": "Smithing",
|
||||
"cabin.profession.cooking": "Cooking",
|
||||
"cabin.profession.mining": "Mining"
|
||||
}
|
||||
@@ -0,0 +1,244 @@
|
||||
{
|
||||
"item.kubejs.certus_crystal_seed": "Semente de Quartzo Certus",
|
||||
"item.kubejs.fluix_crystal_seed": "Semente de Quartzo Fluix",
|
||||
"item.kubejs.growing_certus_seed": "Semente de Quartzo Certus",
|
||||
"item.kubejs.growing_fluix_seed": "Semente de Quartzo Fluix",
|
||||
"item.kubejs.tiny_certus_crystal": "Cristal Minúsculo de Quartzo Certus",
|
||||
"item.kubejs.tiny_fluix_crystal": "Cristal Minúsculo de Quartzo Fluix",
|
||||
"item.kubejs.growing_tiny_certus_crystal": "Cristal Minúsculo de Quartzo Certus",
|
||||
"item.kubejs.growing_tiny_fluix_crystal": "Cristal Minúsculo de Quartzo Fluix",
|
||||
"item.kubejs.small_certus_crystal": "Cristal Pequeno de Quartzo Certus",
|
||||
"item.kubejs.small_fluix_crystal": "Cristal Pequeno de Quartzo Fluix",
|
||||
"item.kubejs.growing_small_certus_crystal": "Cristal Pequeno de Quartzo Certus",
|
||||
"item.kubejs.growing_small_fluix_crystal": "Cristal Pequeno de Quartzo Fluix",
|
||||
"item.kubejs.incomplete_calculation_processor": "Processador de Cálculo Incompleto",
|
||||
"item.kubejs.incomplete_logic_processor": "Processador Lógico Incompleto",
|
||||
"item.kubejs.incomplete_engineering_processor": "Processador de Engenharia Incompleto",
|
||||
"item.kubejs.zero": "Zero",
|
||||
"item.kubejs.one": "Um",
|
||||
"item.kubejs.two": "Dois",
|
||||
"item.kubejs.three": "Três",
|
||||
"item.kubejs.four": "Quatro",
|
||||
"item.kubejs.five": "Cinco",
|
||||
"item.kubejs.six": "Seis",
|
||||
"item.kubejs.seven": "Sete",
|
||||
"item.kubejs.eight": "Oito",
|
||||
"item.kubejs.nine": "Nove",
|
||||
"item.kubejs.plus": "Mais",
|
||||
"item.kubejs.minus": "Menos",
|
||||
"item.kubejs.multiply": "Multiplicação",
|
||||
"item.kubejs.divide": "Divisão",
|
||||
"item.kubejs.kinetic_mechanism": "Mecanismo Cinético",
|
||||
"item.kubejs.sealed_mechanism": "Mecanismo Selado",
|
||||
"item.kubejs.reinforced_mechanism": "Mecanismo Reforçado",
|
||||
"item.kubejs.infernal_mechanism": "Mecanismo Infernal",
|
||||
"item.kubejs.logistic_mechanism": "Mecanismo Logístico",
|
||||
"item.kubejs.inductive_mechanism": "Mecanismo Indutivo",
|
||||
"item.kubejs.abstruse_mechanism": "Mecanismo Abstruso",
|
||||
"item.kubejs.calculation_mechanism": "Mecanismo de Cálculo",
|
||||
"item.kubejs.radiant_coil": "Bobina de Indução Radiante",
|
||||
"item.kubejs.radiant_sheet": "Chapa Radiante",
|
||||
"item.kubejs.earth_slimy_fern_leaf": "Folha de Samambaia Pegajosa",
|
||||
"item.kubejs.sky_slimy_fern_leaf": "Folha de Samambaia Pegajosa",
|
||||
"item.kubejs.ender_slimy_fern_leaf": "Folha de Samambaia Pegajosa",
|
||||
"item.kubejs.earth_slime_fern_paste": "Mistura de Samambaia Pegajosa",
|
||||
"item.kubejs.sky_slime_fern_paste": "Mistura de Samambaia Pegajosa",
|
||||
"item.kubejs.ender_slime_fern_paste": "Mistura de Samambaia Pegajosa",
|
||||
"item.kubejs.pipe_module_utility": "Módulo de Cano Utilitário",
|
||||
"item.kubejs.pipe_module_tier_1": "Módulo de Cano de Bronze",
|
||||
"item.kubejs.pipe_module_tier_2": "Módulo de Cano de Invar",
|
||||
"item.kubejs.pipe_module_tier_3": "Módulo de Cano de Enderium",
|
||||
"item.kubejs.circuit_scrap": "Sucata de Circuito",
|
||||
"item.kubejs.missingno": "∄",
|
||||
"item.kubejs.zinc_dust": "Pó de Zinco",
|
||||
"item.kubejs.sand_ball": "Bola de Areia",
|
||||
"item.kubejs.rough_sand": "Pedaços de Areia",
|
||||
"item.kubejs.purified_sand": "Areia Purificada",
|
||||
"item.kubejs.silicon_compound": "Composto de Silício",
|
||||
"item.kubejs.incomplete_coke_chunk": "Coque Cortado",
|
||||
"item.kubejs.coke_chunk": "Pedaços de Coque",
|
||||
"item.kubejs.matter_plastics": "Plástico de Matéria",
|
||||
"item.kubejs.nickel_compound": "Composto de Níquel",
|
||||
"item.kubejs.invar_compound": "Barra de Invar Não Processada",
|
||||
"item.kubejs.dye_entangled_singularity": "Singularidade Cromática",
|
||||
"item.kubejs.chromatic_resonator": "Ressonador Cromático",
|
||||
"item.kubejs.flash_drive": "Pendrive",
|
||||
"item.kubejs.strainer_filter": "Filtro Coador",
|
||||
"item.kubejs.alchemical_laser": "Laser Alquímico (Registro de Ponderação)",
|
||||
"item.kubejs.thermal_cast": "Molde Térmico",
|
||||
"item.kubejs.three_cast": "Molde de Algarismo (3)",
|
||||
"item.kubejs.eight_cast": "Molde de Algarismo (8)",
|
||||
"item.kubejs.plus_cast": "Molde de Operador (+)",
|
||||
"item.kubejs.minus_cast": "Molde de Operador (-)",
|
||||
"item.kubejs.multiply_cast": "Molde de Operador (x)",
|
||||
"item.kubejs.divide_cast": "Molde de Operador (/)",
|
||||
"item.kubejs.attachment_base": "Base de Anexo",
|
||||
"item.kubejs.silver_coin": "Ícone de Pilha de Moedas de Prata",
|
||||
"item.kubejs.gold_coin": "Ícone de Pilha de Moedas de Ouro",
|
||||
"item.kubejs.mystic_pottery_sherd": "Óstraco Místico",
|
||||
"item.kubejs.cozy_pottery_sherd": "Óstraco Aconchegante",
|
||||
"item.kubejs.circuit_pottery_sherd": "Óstraco de Circuito",
|
||||
"block.kubejs.enderium_casing": "Revestimento de Ender",
|
||||
"block.kubejs.lead_casing": "Revestimento de Chumbo",
|
||||
"block.kubejs.zinc_casing": "Revestimento de Zinco",
|
||||
"block.kubejs.invar_casing": "Revestimento de Invar",
|
||||
"block.kubejs.fluix_casing": "Revestimento de Fluix",
|
||||
"block.kubejs.computation_matrix": "Matriz de Computação",
|
||||
"block.kubejs.navigation_computer": "Computador de Navegação",
|
||||
"block.kubejs.lander_deployer": "Módulo de Pouso",
|
||||
"block.kubejs.andesite_machine": "Máquina de Andesito",
|
||||
"block.kubejs.brass_machine": "Máquina de Latão",
|
||||
"block.kubejs.copper_machine": "Máquina de Cobre",
|
||||
"block.kubejs.gold_machine": "Máquina de Ouro",
|
||||
"block.kubejs.lead_machine": "Máquina de Chumbo",
|
||||
"block.kubejs.zinc_machine": "Máquina de Zinco",
|
||||
"block.kubejs.enderium_machine": "Máquina de Enderium",
|
||||
"block.kubejs.treasure_pot": "Vaso de Tesouro",
|
||||
"block.kubejs.tall_treasure_pot": "Vaso de Tesouro Alto",
|
||||
"block.kubejs.small_treasure_pot": "Vaso de Tesouro Pequeno",
|
||||
"block.kubejs.small_quartz_treasure_pot": "Vaso de Tesouro de Quartzo Pequeno",
|
||||
"block.kubejs.tall_quartz_treasure_pot": "Vaso de Tesouro de Quartzo Alto",
|
||||
"block.kubejs.failed_alchemy_0": "Mistura Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_1": "Mistura Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_2": "Mistura Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_3": "Mistura Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_4": "Mistura Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_5": "Mistura Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_6": "Mistura Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_7": "Mistura Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_8": "Mistura Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_9": "Mistura Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_10": "Mistura Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_11": "Mistura Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_12": "Mistura Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_13": "Mistura Alquímica Mundana",
|
||||
"block.kubejs.failed_alchemy_14": "Mistura Alquímica Mundana",
|
||||
"block.kubejs.substrate_andesite": "Reagente de Andesito",
|
||||
"block.kubejs.substrate_diorite": "Reagente de Diorito",
|
||||
"block.kubejs.substrate_granite": "Reagente de Granito",
|
||||
"block.kubejs.substrate_cobblestone": "Reagente de Pedra",
|
||||
"block.kubejs.substrate_basalt": "Reagente de Basalto",
|
||||
"block.kubejs.substrate_scoria": "Reagente de Escória",
|
||||
"block.kubejs.substrate_red": "Reagente Carmesim",
|
||||
"block.kubejs.substrate_orange": "Reagente Laranja",
|
||||
"block.kubejs.substrate_yellow": "Reagente de Vara Dourada",
|
||||
"block.kubejs.substrate_green": "Reagente Oliva",
|
||||
"block.kubejs.substrate_blue": "Reagente Índigo",
|
||||
"block.kubejs.substrate_magenta": "Reagente Fúcsia",
|
||||
"block.kubejs.substrate_blaze": "Reagente Flamejante",
|
||||
"block.kubejs.substrate_slime": "Reagente de Slime",
|
||||
"block.kubejs.substrate_nether": "Reagente do Nether",
|
||||
"block.kubejs.substrate_obsidian": "Reagente de Obsidiana",
|
||||
"block.kubejs.substrate_gunpowder": "Reagente de Pólvora",
|
||||
"block.kubejs.substrate_prismarine": "Reagente Aquático",
|
||||
"block.kubejs.substrate_apatite": "Reagente de Apatita",
|
||||
"block.kubejs.substrate_sulfur": "Reagente Sulfúrico",
|
||||
"block.kubejs.substrate_niter": "Reagente Nítrico",
|
||||
"block.kubejs.substrate_certus": "Reagente de Quartzo Certus",
|
||||
"block.kubejs.substrate_quartz": "Reagente de Quartzo do Nether",
|
||||
"block.kubejs.substrate_zinc": "Reagente de Zinco",
|
||||
"block.kubejs.substrate_copper": "Reagente de Cobre",
|
||||
"block.kubejs.substrate_iron": "Reagente de Ferro",
|
||||
"block.kubejs.substrate_nickel": "Reagente de Níquel",
|
||||
"block.kubejs.substrate_lead": "Reagente de Chumbo",
|
||||
"block.kubejs.substrate_gold": "Reagente de Ouro",
|
||||
"block.kubejs.substrate_cinnabar": "Reagente de Cinábrio",
|
||||
"block.kubejs.substrate_lapis": "Reagente de Lápis-lazúli",
|
||||
"block.kubejs.substrate_sapphire": "Reagente de Safira",
|
||||
"block.kubejs.substrate_emerald": "Reagente de Esmeralda",
|
||||
"block.kubejs.substrate_ruby": "Reagente de Rubi",
|
||||
"block.kubejs.substrate_diamond": "Reagente de Diamante",
|
||||
"block.kubejs.substrate_chaos": "Catalisador do Caos",
|
||||
"block.kubejs.substrate_silicon": "Reagente de Silício",
|
||||
"block.kubejs.substrate_silver": "Reagente de Prata",
|
||||
"block.kubejs.accellerator_glowstone": "Acelerador de Pedra Luminosa",
|
||||
"block.kubejs.accellerator_redstone": "Acelerador de Redstone",
|
||||
"fluid.kubejs.raw_logic": "Lógica Liquefeita (Não Processada)",
|
||||
"fluid.kubejs.number_0": "Lógica Liquefeita (0)",
|
||||
"fluid.kubejs.number_1": "Lógica Liquefeita (1)",
|
||||
"fluid.kubejs.number_2": "Lógica Liquefeita (2)",
|
||||
"fluid.kubejs.number_3": "Lógica Liquefeita (3)",
|
||||
"fluid.kubejs.number_4": "Lógica Liquefeita (4)",
|
||||
"fluid.kubejs.number_5": "Lógica Liquefeita (5)",
|
||||
"fluid.kubejs.number_6": "Lógica Liquefeita (6)",
|
||||
"fluid.kubejs.number_7": "Lógica Liquefeita (7)",
|
||||
"fluid.kubejs.number_8": "Lógica Liquefeita (8)",
|
||||
"fluid.kubejs.number_9": "Lógica Liquefeita (9)",
|
||||
"fluid.kubejs.matrix": "Matriz de Computação Liquefeita",
|
||||
"fluid.kubejs.fine_sand": "Areia Fina",
|
||||
"item.metalbarrels.barrel.tooltip": "§7{0} Espaços",
|
||||
"item.kubejs.main_assembly": "§7Montagem Principal: §6{0}",
|
||||
"item.kubejs.bonus_assembly": "§7Montagem Bônus: §6{0}",
|
||||
"item.kubejs.not_consumed_in_assembly": "§7Não consumido no Processo de Montagem",
|
||||
"item.minecraft.redstone_ore.tooltip": "§7Não é gerado, moa Cinábrio para conseguir Redstone.",
|
||||
"item.minecraft.deepslate_redstone_ore.tooltip": "§7Não é gerado, moa Cinábrio para conseguir Redstone.",
|
||||
"item.supplementaries.ash.tooltip": "Criado a partir da queima da madeira no mundo",
|
||||
"item.functionalstorage.controller.tooltip": "Permite automatização para inserir e extrair das gavetas conectadas",
|
||||
"item.functionalstorage.controller_extension.tooltip": "Serve como um ponto extra de automatização para inserir e extrair itens se um controlador de gaveta estiver presente.",
|
||||
"item.kubejs.pureore.tooltip": "§7Um grau mais puro de minério. §7Somente pode ser encontrado explorando.",
|
||||
"item.kubejs.accellerator_redstone.tooltip": "§7Quando usado em um Pesquisa Alquímica: §6Um dos Reagentes §eCorretos §6em um espaço §eIncorreto §6não será consumido",
|
||||
"item.kubejs.accellerator_glowstone.tooltip": "§7Quando usado em um Pesquisa Alquímica: §6Um dos Reagentes §eCorretos §6em um espaço §eCorreto §6não será consumido",
|
||||
"item.kubejs.failed_alchemy.tooltip": "§7Coloque em um Separador Centrífugo para analisar.\n\n§6Produz\n- Cinzas §7para cada ingrediente incorreto.\n- Redstone §7para cada ingrediente correto em um espaço incorreto\n- Pedra Brilhante §7para cada ingrediente correto em um espaço correto",
|
||||
"item.kubejs.category.igneous": "§8Categoria: §7Ígneo",
|
||||
"item.kubejs.category.herbal": "§8Categoria: §7Herbal",
|
||||
"item.kubejs.category.volatile": "§8Categoria: §7Volátil",
|
||||
"item.kubejs.category.crystalline": "§8Categoria: §7Cristalino",
|
||||
"item.kubejs.category.metallurgic": "§8Categoria: §7Metalúrgico",
|
||||
"item.kubejs.category.gemstone": "§8Categoria: §7Gemas",
|
||||
"item.kubejs.category.catalyst": "§8Categoria: §7Catalisador",
|
||||
"item.structurescompass.structures_compass.tooltip": "§7Botão Direito para Ativar",
|
||||
"item.reliquary.alkahestry_tome.tooltip": "§6Não pode ser usado em Fabricador Mecânico ou Misturando",
|
||||
"item.kubejs.shift.summary": "§7Segure [Shift] para ver o Resumo",
|
||||
"item.kubejs.machine.details": "§7Uma maquina que pode ser transformada em uma variedade de acessórios e engenhocas úteis.",
|
||||
"item.kubejs.machine.transformation": "§7A Transformação de Maquinário pode ser automatizada com um Implantador ou uma Serra Mecânica filtrada.",
|
||||
"item.kubejs.trial.details": "§7Uma forma estranha do cobre causada pela reação entre o Cobre e Lumisena.",
|
||||
"item.kubejs.trial.special_info": "§7É muito mais barato que o cobre comum e não oxida. Perfeito para construção de bases!",
|
||||
"block.kubejs.trial_cut_copper": "Cobre Lapidado Ilusório",
|
||||
"block.kubejs.trial_chiseled_copper_oxidized": "Cobre Talhado Ilusório Oxidado",
|
||||
"block.kubejs.trial_cut_copper_stairs": "Escadas de Cobre Lapidado Ilusórias",
|
||||
"block.kubejs.trial_cut_copper_slab": "Laje de Cobre Lapidado Ilusória",
|
||||
"mbd2.strainer": "Coando Sedimentos",
|
||||
"block.kubejs.trial_copper_block": "Bloco de Cobre Ilusório",
|
||||
"block.mbd2.strainer": "Coador de Sedimentos",
|
||||
"block.kubejs.trial_oxidized_copper": "Bloco de Cobre Ilusório Oxidado",
|
||||
"block.kubejs.trial_copper_grate": "Gradeado de Cobre Ilusório",
|
||||
"block.kubejs.trial_oxidized_cut_copper_slab": "Laje de Cobre Lapidado Ilusória Oxidada",
|
||||
"block.kubejs.trial_chiseled_copper": "Cobre Talhado Ilusório",
|
||||
"block.kubejs.trial_oxidized_cut_copper_stairs": "Escadas de Cobre Lapidado Ilusórias Oxidadas",
|
||||
"block.kubejs.trial_oxidized_cut_copper": "Cobre Lapidado Ilusório Oxidado",
|
||||
"block.kubejs.trial_copper_grate_oxidized": "Gradeado de Cobre Ilusório Oxidado",
|
||||
"block.kubejs.substrate_metal": "Catalisador Metalúrgico",
|
||||
"block.kubejs.substrate_gem": "Catalisador de Gemas",
|
||||
"block.kubejs.substrate_igneous": "Catalisador Ígneo",
|
||||
"block.kubejs.substrate_herbal": "Catalisador Herbal",
|
||||
"block.kubejs.substrate_volatile": "Catalisador Volátil",
|
||||
"block.kubejs.substrate_crystal": "Catalisador Cristalino",
|
||||
"fluid.kubejs.liquid_pulp": "Polpa Líquida",
|
||||
"item.spirit_fire.creation": "§7Criado ao acender a Demon's Dream Fruit com uma Pederneira.",
|
||||
"item.spirit_fire.info": "§7Um fogo misterioso que é capaz de transmutar. Nunca se apagará.",
|
||||
"item.kubejs.incomplete_gravity_normalizer": "Normalizador de Gravidade Incompleto",
|
||||
"item.kubejs.incomplete_flight_anchor": "Âncora de Voo Incompleta",
|
||||
"block.kubejs.substrate_fluix": "Reagente de Fluix",
|
||||
"filled_map.fortress": "Mapa Localizador de Fortalezas",
|
||||
"cabin.trials.crafter.deprecation.tooltip": "Descontinuado. Use um Crafter do Quark",
|
||||
"ponderjs.ponder.alchemy_setup.text_5": "Quando o Implantador ativar...",
|
||||
"ponderjs.ponder.alchemy_setup.text_4": "Coloque-o no modo Atacar usando uma Chave-Inglesa",
|
||||
"ponderjs.ponder.alchemy_setup.text_1": "Comece com uma Máquina de Invar",
|
||||
"cabin.ponder.tag.ponders": "CABIN",
|
||||
"ponderjs.ponder.alchemy_setup.text_6": "...a Lâmpada Laser vai emitir um Raio Altamente Energético",
|
||||
"ponderjs.ponder.alchemy_setup.text_7": "Carrinhos de Mina com Funil que forem atingidos vão processar os itens que conterem",
|
||||
"ponderjs.ponder.alchemy_setup.header": "O Laser Alquímico",
|
||||
"ponderjs.ponder.alchemy_setup.text_3": "Coloque um Implantador virado para a Máquina de Invar",
|
||||
"ponderjs.ponder.alchemy_setup.text_2": "Coloque uma Lâmpada Industrial de qualquer cor",
|
||||
"cabin.ponder.tag.ponders.description": "Componentes e Aparelhos que são diferentes entre o A&B e o CABIN",
|
||||
"cabin.import.prefix": "Importação: %s",
|
||||
"cabin.profession.masonry": "Alvenaria",
|
||||
"cabin.profession.fishing": "Pesca",
|
||||
"cabin.profession.hunting": "Caça",
|
||||
"cabin.profession.smithing": "Ferraria",
|
||||
"cabin.profession.farming": "Agricultura",
|
||||
"cabin.profession.carpentry": "Carpintaria",
|
||||
"cabin.profession.cooking": "Culinária",
|
||||
"cabin.profession.mining": "Mineração",
|
||||
"cabin.profession.prefix": "Profissão: %s"
|
||||
}
|
||||
@@ -0,0 +1,244 @@
|
||||
{
|
||||
"item.kubejs.certus_crystal_seed": "Семена истинного кварца",
|
||||
"item.kubejs.fluix_crystal_seed": "Семена флюисового кристалла",
|
||||
"item.kubejs.growing_certus_seed": "Семена истинного кварца",
|
||||
"item.kubejs.growing_fluix_seed": "Семена флюисового кристалла",
|
||||
"item.kubejs.tiny_certus_crystal": "Крошечный кристалл истинного кварца",
|
||||
"item.kubejs.tiny_fluix_crystal": "Крошечный флюисовый кристалл",
|
||||
"item.kubejs.growing_tiny_certus_crystal": "Крошечный кристалл истинного кварца",
|
||||
"item.kubejs.growing_tiny_fluix_crystal": "Крошечный флюисовый кристалл",
|
||||
"item.kubejs.small_certus_crystal": "Маленький кристалл истинного кварца",
|
||||
"item.kubejs.small_fluix_crystal": "Маленький флюисовый кристалл",
|
||||
"item.kubejs.growing_small_certus_crystal": "Маленький кристалл истинного кварца",
|
||||
"item.kubejs.growing_small_fluix_crystal": "Маленький флюисовый кристалл",
|
||||
"item.kubejs.incomplete_calculation_processor": "Незаконченный вычислительный процессор",
|
||||
"item.kubejs.incomplete_logic_processor": "Незаконченный логический процессор",
|
||||
"item.kubejs.incomplete_engineering_processor": "Незаконченный инженерный процессор",
|
||||
"item.kubejs.zero": "Ноль",
|
||||
"item.kubejs.one": "Один",
|
||||
"item.kubejs.two": "Два",
|
||||
"item.kubejs.three": "Три",
|
||||
"item.kubejs.four": "Четыре",
|
||||
"item.kubejs.five": "Пять",
|
||||
"item.kubejs.six": "Шесть",
|
||||
"item.kubejs.seven": "Семь",
|
||||
"item.kubejs.eight": "Восемь",
|
||||
"item.kubejs.nine": "Девять",
|
||||
"item.kubejs.plus": "Плюс",
|
||||
"item.kubejs.minus": "Минус",
|
||||
"item.kubejs.multiply": "Умножение",
|
||||
"item.kubejs.divide": "Деление",
|
||||
"item.kubejs.kinetic_mechanism": "Кинетический механизм",
|
||||
"item.kubejs.sealed_mechanism": "Герметичный механизм",
|
||||
"item.kubejs.reinforced_mechanism": "Усиленный механизм",
|
||||
"item.kubejs.infernal_mechanism": "Адский механизм",
|
||||
"item.kubejs.logistic_mechanism": "Логистический механизм",
|
||||
"item.kubejs.inductive_mechanism": "Индукционный механизм",
|
||||
"item.kubejs.abstruse_mechanism": "Заумный механизм",
|
||||
"item.kubejs.calculation_mechanism": "Вычислительный механизм",
|
||||
"item.kubejs.radiant_coil": "Излучающая индукционная катушка",
|
||||
"item.kubejs.radiant_sheet": "Излучающий лист",
|
||||
"item.kubejs.earth_slimy_fern_leaf": "Лист слизневого папоротника",
|
||||
"item.kubejs.sky_slimy_fern_leaf": "Лист слизневого папоротника",
|
||||
"item.kubejs.ender_slimy_fern_leaf": "Лист слизневого папоротника",
|
||||
"item.kubejs.earth_slime_fern_paste": "Смесь из слизневого папоротника",
|
||||
"item.kubejs.sky_slime_fern_paste": "Смесь из слизневого папоротника",
|
||||
"item.kubejs.ender_slime_fern_paste": "Смесь из слизневого папоротника",
|
||||
"item.kubejs.pipe_module_utility": "Вспомогательный модуль трубы",
|
||||
"item.kubejs.pipe_module_tier_1": "Латунный модуль трубы",
|
||||
"item.kubejs.pipe_module_tier_2": "Инварный модуль трубы",
|
||||
"item.kubejs.pipe_module_tier_3": "Эндериевый модуль трубы",
|
||||
"item.kubejs.circuit_scrap": "Печатный металлолом",
|
||||
"item.kubejs.missingno": "∄",
|
||||
"item.kubejs.zinc_dust": "Цинковая пыль",
|
||||
"item.kubejs.sand_ball": "Шарик песка",
|
||||
"item.kubejs.rough_sand": "Кусочки песка",
|
||||
"item.kubejs.purified_sand": "Очищенный песок",
|
||||
"item.kubejs.silicon_compound": "Кремниевая смесь",
|
||||
"item.kubejs.incomplete_coke_chunk": "Нарезанный кокс",
|
||||
"item.kubejs.coke_chunk": "Кусочки коксового угля",
|
||||
"item.kubejs.matter_plastics": "Матерчатый пластик",
|
||||
"item.kubejs.nickel_compound": "Никелевое соединение",
|
||||
"item.kubejs.invar_compound": "Необработанный инварный слиток",
|
||||
"item.kubejs.dye_entangled_singularity": "Хроматическая сингулярность",
|
||||
"item.kubejs.chromatic_resonator": "Хроматический резонатор",
|
||||
"item.kubejs.flash_drive": "Флешка",
|
||||
"item.kubejs.strainer_filter": "Сетчатый фильтр",
|
||||
"item.kubejs.alchemical_laser": "Алхимический лазер (для Размышлений)",
|
||||
"item.kubejs.thermal_cast": "Тепловая литейная форма",
|
||||
"item.kubejs.three_cast": "Литейная форма цифры (3)",
|
||||
"item.kubejs.eight_cast": "Литейная форма цифры (8)",
|
||||
"item.kubejs.plus_cast": "Литейная форма оператора (+)",
|
||||
"item.kubejs.minus_cast": "Литейная форма оператора (-)",
|
||||
"item.kubejs.multiply_cast": "Литейная форма оператора (x)",
|
||||
"item.kubejs.divide_cast": "Литейная форма оператора (/)",
|
||||
"item.kubejs.attachment_base": "Основа для насадки",
|
||||
"item.kubejs.silver_coin": "Иконка стака серебряных монет",
|
||||
"item.kubejs.gold_coin": "Иконка стака золотых монет",
|
||||
"item.kubejs.mystic_pottery_sherd": "Глинянный черепок «Мистика»",
|
||||
"item.kubejs.cozy_pottery_sherd": "Глинянный черепок «Уют»",
|
||||
"item.kubejs.circuit_pottery_sherd": "Глинянный черепок «Микросхема»",
|
||||
"block.kubejs.enderium_casing": "Эндериевый корпус",
|
||||
"block.kubejs.lead_casing": "Свинцовый корпус",
|
||||
"block.kubejs.zinc_casing": "Цинковый корпус",
|
||||
"block.kubejs.invar_casing": "Инварный корпус",
|
||||
"block.kubejs.fluix_casing": "Флюисовый корпус",
|
||||
"block.kubejs.computation_matrix": "Расчётная матрица",
|
||||
"block.kubejs.navigation_computer": "Навигационый компьютер",
|
||||
"block.kubejs.lander_deployer": "Развертыватель посадочного модуля",
|
||||
"block.kubejs.andesite_machine": "Андезитовое устройство",
|
||||
"block.kubejs.brass_machine": "Латунное устройство",
|
||||
"block.kubejs.copper_machine": "Медное устройство",
|
||||
"block.kubejs.gold_machine": "Золотое устройство",
|
||||
"block.kubejs.lead_machine": "Свинцовое устройство",
|
||||
"block.kubejs.zinc_machine": "Цинковое устройство",
|
||||
"block.kubejs.enderium_machine": "Эндериевое устройство",
|
||||
"block.kubejs.treasure_pot": "Горшок с сокровищами",
|
||||
"block.kubejs.tall_treasure_pot": "Высокий горшок с сокровищами",
|
||||
"block.kubejs.small_treasure_pot": "Маленький горшок с сокровищами",
|
||||
"block.kubejs.small_quartz_treasure_pot": "Маленький кварцевый горшок с сокровищами",
|
||||
"block.kubejs.tall_quartz_treasure_pot": "Высокий кварцевый горшок с сокровищами",
|
||||
"block.kubejs.failed_alchemy_0": "Испорченная алхимическая смесь",
|
||||
"block.kubejs.failed_alchemy_1": "Испорченная алхимическая смесь",
|
||||
"block.kubejs.failed_alchemy_2": "Испорченная алхимическая смесь",
|
||||
"block.kubejs.failed_alchemy_3": "Испорченная алхимическая смесь",
|
||||
"block.kubejs.failed_alchemy_4": "Испорченная алхимическая смесь",
|
||||
"block.kubejs.failed_alchemy_5": "Испорченная алхимическая смесь",
|
||||
"block.kubejs.failed_alchemy_6": "Испорченная алхимическая смесь",
|
||||
"block.kubejs.failed_alchemy_7": "Испорченная алхимическая смесь",
|
||||
"block.kubejs.failed_alchemy_8": "Испорченная алхимическая смесь",
|
||||
"block.kubejs.failed_alchemy_9": "Испорченная алхимическая смесь",
|
||||
"block.kubejs.failed_alchemy_10": "Испорченная алхимическая смесь",
|
||||
"block.kubejs.failed_alchemy_11": "Испорченная алхимическая смесь",
|
||||
"block.kubejs.failed_alchemy_12": "Испорченная алхимическая смесь",
|
||||
"block.kubejs.failed_alchemy_13": "Испорченная алхимическая смесь",
|
||||
"block.kubejs.failed_alchemy_14": "Испорченная алхимическая смесь",
|
||||
"block.kubejs.substrate_andesite": "Андезитовый реагент",
|
||||
"block.kubejs.substrate_diorite": "Диоритовый реагент",
|
||||
"block.kubejs.substrate_granite": "Гранитный реагент",
|
||||
"block.kubejs.substrate_cobblestone": "Каменный реагент",
|
||||
"block.kubejs.substrate_basalt": "Базальтовый реагент",
|
||||
"block.kubejs.substrate_scoria": "Пепельный реагент",
|
||||
"block.kubejs.substrate_red": "Алый реагент",
|
||||
"block.kubejs.substrate_orange": "Оранжевый реагент",
|
||||
"block.kubejs.substrate_yellow": "Золотарниковый реагент",
|
||||
"block.kubejs.substrate_green": "Оливковый реагент",
|
||||
"block.kubejs.substrate_blue": "Лазурный реагент",
|
||||
"block.kubejs.substrate_magenta": "Фуксиевый реагент",
|
||||
"block.kubejs.substrate_blaze": "Всполоховый реагент",
|
||||
"block.kubejs.substrate_slime": "Слизневый реагент",
|
||||
"block.kubejs.substrate_nether": "Адский реагент",
|
||||
"block.kubejs.substrate_obsidian": "Обсидиановый реагент",
|
||||
"block.kubejs.substrate_gunpowder": "Пороховой реагент",
|
||||
"block.kubejs.substrate_prismarine": "Акватический реагент",
|
||||
"block.kubejs.substrate_apatite": "Апатитовый реагент",
|
||||
"block.kubejs.substrate_sulfur": "Серный реагент",
|
||||
"block.kubejs.substrate_niter": "Селитровый реагент",
|
||||
"block.kubejs.substrate_certus": "Истинно-кварцевый реагент",
|
||||
"block.kubejs.substrate_quartz": "Кварцевый реагент",
|
||||
"block.kubejs.substrate_zinc": "Цинковый реагент",
|
||||
"block.kubejs.substrate_copper": "Медный реагент",
|
||||
"block.kubejs.substrate_iron": "Железный реагент",
|
||||
"block.kubejs.substrate_nickel": "Никелевый реагент",
|
||||
"block.kubejs.substrate_lead": "Свинцовый реагент",
|
||||
"block.kubejs.substrate_gold": "Золотой реагент",
|
||||
"block.kubejs.substrate_cinnabar": "Киноваровый реагент",
|
||||
"block.kubejs.substrate_lapis": "Лазуритовый реагент",
|
||||
"block.kubejs.substrate_sapphire": "Сапфировый реагент",
|
||||
"block.kubejs.substrate_emerald": "Изумрудный реагент",
|
||||
"block.kubejs.substrate_ruby": "Рубиновый реагент",
|
||||
"block.kubejs.substrate_diamond": "Алмазный реагент",
|
||||
"block.kubejs.substrate_chaos": "Катализатор Хаоса",
|
||||
"block.kubejs.substrate_silicon": "Кремниевый реагент",
|
||||
"block.kubejs.substrate_silver": "Серебряный реагент",
|
||||
"block.kubejs.accellerator_glowstone": "Светокаменный ускоритель",
|
||||
"block.kubejs.accellerator_redstone": "Редстоун ускоритель",
|
||||
"fluid.kubejs.raw_logic": "Жидкая логика (Необработанная)",
|
||||
"fluid.kubejs.number_0": "Жидкая логика (0)",
|
||||
"fluid.kubejs.number_1": "Жидкая логика (1)",
|
||||
"fluid.kubejs.number_2": "Жидкая логика (2)",
|
||||
"fluid.kubejs.number_3": "Жидкая логика (3)",
|
||||
"fluid.kubejs.number_4": "Жидкая логика (4)",
|
||||
"fluid.kubejs.number_5": "Жидкая логика (5)",
|
||||
"fluid.kubejs.number_6": "Жидкая логика (6)",
|
||||
"fluid.kubejs.number_7": "Жидкая логика (7)",
|
||||
"fluid.kubejs.number_8": "Жидкая логика (8)",
|
||||
"fluid.kubejs.number_9": "Жидкая логика (9)",
|
||||
"fluid.kubejs.matrix": "Жидкая расчетная матрица",
|
||||
"fluid.kubejs.fine_sand": "Мелкий песок",
|
||||
"item.metalbarrels.barrel.tooltip": "§7{0} Слота(ов)",
|
||||
"item.kubejs.main_assembly": "§7Основная сборка: §6{0}",
|
||||
"item.kubejs.bonus_assembly": "§7Опциональная сборка: §6{0}",
|
||||
"item.kubejs.not_consumed_in_assembly": "§7Не тратится в процессе сборки",
|
||||
"item.minecraft.redstone_ore.tooltip": "§7Не генерируется в мире, для получения редстоуна необходимо измельчить киноварь.",
|
||||
"item.minecraft.deepslate_redstone_ore.tooltip": "§7Не генерируется в мире, для получения редстоуна необходимо измельчить киноварь.",
|
||||
"item.supplementaries.ash.tooltip": "Создается путем сжигания деревянных материалов в мире",
|
||||
"item.functionalstorage.controller.tooltip": "Позволяет автоматизировать вставку и извлечение из подключенных ящиков",
|
||||
"item.functionalstorage.controller_extension.tooltip": "Служит дополнительным средством автоматизации для вставки и извлечения предметов при наличии контроллера ящиков.",
|
||||
"item.kubejs.pureore.tooltip": "§7Более чистый сорт руды. §7Может быть найден только при исследовании мира.",
|
||||
"item.kubejs.accellerator_redstone.tooltip": "§7При использовании в алхимическом исследовании: §6Один из §eправильных §6реагентов в §eнеправильном §6слоте не будет потрачен",
|
||||
"item.kubejs.accellerator_glowstone.tooltip": "§7При использовании в алхимическом исследовании: §6Один из §eправильных §6реагентов в §eправильном §6слоте не будет потрачен",
|
||||
"item.kubejs.failed_alchemy.tooltip": "§7Поместите в центрифугу для анализа.\n\n§6Даёт:\n- Пепел §7за каждый неправильный ингридиент\n- Редстоун §7за каждый правильный ингридиент в неправильном слоте\n- Глоустоун §7за каждый правильный ингридиент в правильном слоте",
|
||||
"item.kubejs.category.igneous": "§8Категория: §7Магматические",
|
||||
"item.kubejs.category.herbal": "§8Категория: §7Травяные",
|
||||
"item.kubejs.category.volatile": "§8Категория: §7Нестабильные",
|
||||
"item.kubejs.category.crystalline": "§8Категория: §7Кристалические",
|
||||
"item.kubejs.category.metallurgic": "§8Категория: §7Металлургические",
|
||||
"item.kubejs.category.gemstone": "§8Категория: §7Самоцветные",
|
||||
"item.kubejs.category.catalyst": "§8Категория: §7Катализаторы",
|
||||
"item.structurescompass.structures_compass.tooltip": "§7[ПКМ] для активации",
|
||||
"item.reliquary.alkahestry_tome.tooltip": "§6Невозможно использовать в механическом крафте или смешивании",
|
||||
"item.kubejs.shift.summary": "§7Удерживайте [Shift] для сводки",
|
||||
"item.kubejs.machine.details": "§7Устройство, способное трансформироваться в множество полезных гаджетов и приспособлений.",
|
||||
"item.kubejs.machine.transformation": "§7Трансформацию можно автоматизировать при помощи активатора или фильтрованой пилы.",
|
||||
"item.kubejs.trial.details": "§7Странная форма меди, образовавшаяся в результате реакции между медью и светоном.",
|
||||
"item.kubejs.trial.special_info": "§7Она намного дешевле обычной меди, но не окисляется. Идеально подходит для строительства баз!",
|
||||
"block.kubejs.trial_chiseled_copper": "Ложный декоративный медный блок",
|
||||
"block.kubejs.trial_cut_copper_stairs": "Ложные резные медные ступеньки",
|
||||
"block.kubejs.trial_cut_copper_slab": "Ложная резная медная плита",
|
||||
"block.kubejs.trial_cut_copper": "Ложный резной медный блок",
|
||||
"block.kubejs.trial_copper_block": "Ложный медный блок",
|
||||
"block.kubejs.trial_copper_grate": "Ложная декоративная медная решётка",
|
||||
"block.kubejs.trial_oxidized_cut_copper": "Ложный окисленный резной медный блок",
|
||||
"block.kubejs.trial_oxidized_copper": "Ложный окисленный медный блок",
|
||||
"block.kubejs.trial_oxidized_cut_copper_slab": "Ложная окисленная резная медная плита",
|
||||
"block.mbd2.strainer": "Фильтр осадка",
|
||||
"block.kubejs.trial_chiseled_copper_oxidized": "Ложный окисленный декоративный медный блок",
|
||||
"block.kubejs.trial_oxidized_cut_copper_stairs": "Ложные окисленные резные медные ступеньки",
|
||||
"block.kubejs.trial_copper_grate_oxidized": "Ложная окисленная медная решётка",
|
||||
"mbd2.strainer": "Фильтрование осадка",
|
||||
"block.kubejs.substrate_metal": "Металлургический катализатор",
|
||||
"block.kubejs.substrate_volatile": "Нестабильный катализатор",
|
||||
"block.kubejs.substrate_crystal": "Кристаллический катализатор",
|
||||
"block.kubejs.substrate_gem": "Самоцветный катализатор",
|
||||
"block.kubejs.substrate_igneous": "Магматический катализатор",
|
||||
"block.kubejs.substrate_herbal": "Травяной катализатор",
|
||||
"fluid.kubejs.liquid_pulp": "Жидкая древесная масса",
|
||||
"item.spirit_fire.info": "§7Таинственный огонь, способный к трансмутации. Никогда не погаснет.",
|
||||
"item.spirit_fire.creation": "§7Создаётся при поджоге огнивом фрукта демонической мечты.",
|
||||
"item.kubejs.incomplete_flight_anchor": "Незаконченный якорь полёта",
|
||||
"item.kubejs.incomplete_gravity_normalizer": "Незаконченный нормализатор гравитации",
|
||||
"block.kubejs.substrate_fluix": "Флюисовый реагент",
|
||||
"filled_map.fortress": "Карта поиска крепости",
|
||||
"cabin.trials.crafter.deprecation.tooltip": "Не используется. Переделайте его в крафтер из Quark",
|
||||
"ponderjs.ponder.alchemy_setup.text_5": "При каждом срабатывании активатора...",
|
||||
"ponderjs.ponder.alchemy_setup.text_4": "Переключите его режим с помощью гаечного ключа",
|
||||
"ponderjs.ponder.alchemy_setup.text_1": "Начните с инварного устройства",
|
||||
"cabin.ponder.tag.ponders": "CABIN",
|
||||
"ponderjs.ponder.alchemy_setup.text_6": "...лазерная лампа испускает высокоэнергетический луч",
|
||||
"ponderjs.ponder.alchemy_setup.text_7": "Любые вагонетки с воронкой, попавшие в луч, переработают содержащиеся в себе предметы",
|
||||
"ponderjs.ponder.alchemy_setup.header": "Алхимический лазер",
|
||||
"ponderjs.ponder.alchemy_setup.text_3": "Поставьте активатор напротив инварного устройства",
|
||||
"ponderjs.ponder.alchemy_setup.text_2": "Прикрепите индустриальную лампу любого цвета",
|
||||
"cabin.ponder.tag.ponders.description": "Компоненты и устройства, отличительные для A&B и CABIN",
|
||||
"cabin.profession.farming": "Фермер",
|
||||
"cabin.profession.carpentry": "Плотник",
|
||||
"cabin.profession.prefix": "Профессия: %s",
|
||||
"cabin.profession.masonry": "Каменщик",
|
||||
"cabin.profession.fishing": "Рыбак",
|
||||
"cabin.profession.hunting": "Охотник",
|
||||
"cabin.profession.smithing": "Кузнец",
|
||||
"cabin.import.prefix": "Импорт: %s",
|
||||
"cabin.profession.cooking": "Повар",
|
||||
"cabin.profession.mining": "Шахтер"
|
||||
}
|
||||
@@ -0,0 +1,244 @@
|
||||
{
|
||||
"item.kubejs.certus_crystal_seed": "赛特斯石英种子",
|
||||
"item.kubejs.fluix_crystal_seed": "福鲁伊克斯石英种子",
|
||||
"item.kubejs.growing_certus_seed": "赛特斯石英种子",
|
||||
"item.kubejs.growing_fluix_seed": "福鲁伊克斯石英种子",
|
||||
"item.kubejs.tiny_certus_crystal": "微型赛特斯石英水晶",
|
||||
"item.kubejs.tiny_fluix_crystal": "微型福鲁伊克斯石英水晶",
|
||||
"item.kubejs.growing_tiny_certus_crystal": "微型赛特斯石英种子",
|
||||
"item.kubejs.growing_tiny_fluix_crystal": "微型福鲁伊克斯石英水晶",
|
||||
"item.kubejs.small_certus_crystal": "小型赛特斯石英水晶",
|
||||
"item.kubejs.small_fluix_crystal": "小型福鲁伊克斯石英水晶",
|
||||
"item.kubejs.growing_small_certus_crystal": "小型赛特斯石英水晶",
|
||||
"item.kubejs.growing_small_fluix_crystal": "小型福鲁伊克斯石英水晶",
|
||||
"item.kubejs.incomplete_calculation_processor": "未完成的运算处理器",
|
||||
"item.kubejs.incomplete_logic_processor": "未完成的逻辑处理器",
|
||||
"item.kubejs.incomplete_engineering_processor": "未完成的工程处理器",
|
||||
"item.kubejs.zero": "零",
|
||||
"item.kubejs.one": "壹",
|
||||
"item.kubejs.two": "贰",
|
||||
"item.kubejs.three": "叁",
|
||||
"item.kubejs.four": "肆",
|
||||
"item.kubejs.five": "伍",
|
||||
"item.kubejs.six": "陆",
|
||||
"item.kubejs.seven": "柒",
|
||||
"item.kubejs.eight": "捌",
|
||||
"item.kubejs.nine": "玖",
|
||||
"item.kubejs.plus": "加",
|
||||
"item.kubejs.minus": "減",
|
||||
"item.kubejs.multiply": "乘",
|
||||
"item.kubejs.divide": "除",
|
||||
"item.kubejs.kinetic_mechanism": "动力构件",
|
||||
"item.kubejs.sealed_mechanism": "密封构件",
|
||||
"item.kubejs.reinforced_mechanism": "加固构件",
|
||||
"item.kubejs.infernal_mechanism": "下界构件",
|
||||
"item.kubejs.logistic_mechanism": "物流构件",
|
||||
"item.kubejs.inductive_mechanism": "感应构件",
|
||||
"item.kubejs.abstruse_mechanism": "精湛构件",
|
||||
"item.kubejs.calculation_mechanism": "运算构件",
|
||||
"item.kubejs.radiant_coil": "光辉感应线圈",
|
||||
"item.kubejs.radiant_sheet": "光辉板",
|
||||
"item.kubejs.earth_slimy_fern_leaf": "黏液蕨叶片",
|
||||
"item.kubejs.sky_slimy_fern_leaf": "黏液蕨叶片",
|
||||
"item.kubejs.ender_slimy_fern_leaf": "黏液蕨叶片",
|
||||
"item.kubejs.earth_slime_fern_paste": "黏液蕨末",
|
||||
"item.kubejs.sky_slime_fern_paste": "黏液蕨末",
|
||||
"item.kubejs.ender_slime_fern_paste": "黏液蕨末",
|
||||
"item.kubejs.pipe_module_utility": "多用途管道模块",
|
||||
"item.kubejs.pipe_module_tier_1": "黄铜管道模块",
|
||||
"item.kubejs.pipe_module_tier_2": "殷钢管道模块",
|
||||
"item.kubejs.pipe_module_tier_3": "末影管道模块",
|
||||
"item.kubejs.circuit_scrap": "电路碎片",
|
||||
"item.kubejs.missingno": "∄",
|
||||
"item.kubejs.zinc_dust": "锌粉",
|
||||
"item.kubejs.sand_ball": "沙子球",
|
||||
"item.kubejs.rough_sand": "沙子碎块",
|
||||
"item.kubejs.purified_sand": "纯净沙子",
|
||||
"item.kubejs.silicon_compound": "含硅化合物",
|
||||
"item.kubejs.incomplete_coke_chunk": "焦炭切片",
|
||||
"item.kubejs.coke_chunk": "焦煤碎块",
|
||||
"item.kubejs.matter_plastics": "物质塑料",
|
||||
"item.kubejs.nickel_compound": "含镍化合物",
|
||||
"item.kubejs.invar_compound": "殷钢化合物",
|
||||
"item.kubejs.dye_entangled_singularity": "异彩奇点",
|
||||
"item.kubejs.chromatic_resonator": "异彩共振器",
|
||||
"item.kubejs.flash_drive": "闪存盘",
|
||||
"item.kubejs.strainer_filter": "筛网过滤器",
|
||||
"item.kubejs.alchemical_laser": "炼金镭射器(可思索)",
|
||||
"item.kubejs.thermal_cast": "热力铸模",
|
||||
"item.kubejs.three_cast": "整数铸模(3)",
|
||||
"item.kubejs.eight_cast": "整数铸模(8)",
|
||||
"item.kubejs.plus_cast": "运算符号铸模(+)",
|
||||
"item.kubejs.minus_cast": "运算符号铸模(-)",
|
||||
"item.kubejs.multiply_cast": "运算符号铸模(x)",
|
||||
"item.kubejs.divide_cast": "运算符号铸模(/)",
|
||||
"item.kubejs.attachment_base": "连接底座",
|
||||
"item.kubejs.silver_coin": "银币堆叠图标",
|
||||
"item.kubejs.gold_coin": "金币堆叠图标",
|
||||
"item.kubejs.mystic_pottery_sherd": "神秘纹样残片",
|
||||
"item.kubejs.cozy_pottery_sherd": "舒适纹样残片",
|
||||
"item.kubejs.circuit_pottery_sherd": "电路纹样残片",
|
||||
"block.kubejs.enderium_casing": "末影机壳",
|
||||
"block.kubejs.lead_casing": "铅制机壳",
|
||||
"block.kubejs.zinc_casing": "锌制机壳",
|
||||
"block.kubejs.invar_casing": "殷钢机壳",
|
||||
"block.kubejs.fluix_casing": "福鲁伊克斯机壳",
|
||||
"block.kubejs.computation_matrix": "计算矩阵",
|
||||
"block.kubejs.navigation_computer": "导航计算机",
|
||||
"block.kubejs.lander_deployer": "着陆部署器",
|
||||
"block.kubejs.andesite_machine": "安山机器框架",
|
||||
"block.kubejs.brass_machine": "黄铜机器框架",
|
||||
"block.kubejs.copper_machine": "铜制机器框架",
|
||||
"block.kubejs.gold_machine": "金制机器框架",
|
||||
"block.kubejs.lead_machine": "铅制机器框架",
|
||||
"block.kubejs.zinc_machine": "锌制机器框架",
|
||||
"block.kubejs.enderium_machine": "末影机器框架",
|
||||
"block.kubejs.treasure_pot": "藏宝罐",
|
||||
"block.kubejs.tall_treasure_pot": "高藏宝罐",
|
||||
"block.kubejs.small_treasure_pot": "小藏宝罐",
|
||||
"block.kubejs.small_quartz_treasure_pot": "小石英藏宝罐",
|
||||
"block.kubejs.tall_quartz_treasure_pot": "高石英藏宝罐",
|
||||
"block.kubejs.failed_alchemy_0": "平凡的炼金混合物",
|
||||
"block.kubejs.failed_alchemy_1": "平凡的炼金混合物",
|
||||
"block.kubejs.failed_alchemy_2": "平凡的炼金混合物",
|
||||
"block.kubejs.failed_alchemy_3": "平凡的炼金混合物",
|
||||
"block.kubejs.failed_alchemy_4": "平凡的炼金混合物",
|
||||
"block.kubejs.failed_alchemy_5": "平凡的炼金混合物",
|
||||
"block.kubejs.failed_alchemy_6": "平凡的炼金混合物",
|
||||
"block.kubejs.failed_alchemy_7": "平凡的炼金混合物",
|
||||
"block.kubejs.failed_alchemy_8": "平凡的炼金混合物",
|
||||
"block.kubejs.failed_alchemy_9": "平凡的炼金混合物",
|
||||
"block.kubejs.failed_alchemy_10": "平凡的炼金混合物",
|
||||
"block.kubejs.failed_alchemy_11": "平凡的炼金混合物",
|
||||
"block.kubejs.failed_alchemy_12": "平凡的炼金混合物",
|
||||
"block.kubejs.failed_alchemy_13": "平凡的炼金混合物",
|
||||
"block.kubejs.failed_alchemy_14": "平凡的炼金混合物",
|
||||
"block.kubejs.substrate_andesite": "安山岩试剂",
|
||||
"block.kubejs.substrate_diorite": "闪长岩试剂",
|
||||
"block.kubejs.substrate_granite": "花岗岩试剂",
|
||||
"block.kubejs.substrate_cobblestone": "石头试剂",
|
||||
"block.kubejs.substrate_basalt": "玄武岩试剂",
|
||||
"block.kubejs.substrate_scoria": "熔渣试剂",
|
||||
"block.kubejs.substrate_red": "绯红试剂",
|
||||
"block.kubejs.substrate_orange": "橙色试剂",
|
||||
"block.kubejs.substrate_yellow": "金黄试剂",
|
||||
"block.kubejs.substrate_green": "橄榄试剂",
|
||||
"block.kubejs.substrate_blue": "天蓝试剂",
|
||||
"block.kubejs.substrate_magenta": "紫红试剂",
|
||||
"block.kubejs.substrate_blaze": "烈焰试剂",
|
||||
"block.kubejs.substrate_slime": "史莱姆试剂",
|
||||
"block.kubejs.substrate_nether": "下界试剂",
|
||||
"block.kubejs.substrate_obsidian": "黑曜石试剂",
|
||||
"block.kubejs.substrate_gunpowder": "火药试剂",
|
||||
"block.kubejs.substrate_prismarine": "海晶试剂",
|
||||
"block.kubejs.substrate_apatite": "磷灰石试剂",
|
||||
"block.kubejs.substrate_sulfur": "硫磺试剂",
|
||||
"block.kubejs.substrate_niter": "硝石试剂",
|
||||
"block.kubejs.substrate_certus": "赛特斯石英试剂",
|
||||
"block.kubejs.substrate_quartz": "下界石英试剂",
|
||||
"block.kubejs.substrate_zinc": "锌试剂",
|
||||
"block.kubejs.substrate_copper": "铜试剂",
|
||||
"block.kubejs.substrate_iron": "铁试剂",
|
||||
"block.kubejs.substrate_nickel": "镍试剂",
|
||||
"block.kubejs.substrate_lead": "铅试剂",
|
||||
"block.kubejs.substrate_gold": "金试剂",
|
||||
"block.kubejs.substrate_cinnabar": "朱砂试剂",
|
||||
"block.kubejs.substrate_lapis": "青金石试剂",
|
||||
"block.kubejs.substrate_sapphire": "蓝宝石试剂",
|
||||
"block.kubejs.substrate_emerald": "绿宝石试剂",
|
||||
"block.kubejs.substrate_ruby": "红宝石试剂",
|
||||
"block.kubejs.substrate_diamond": "钻石试剂",
|
||||
"block.kubejs.substrate_chaos": "混沌催化剂",
|
||||
"block.kubejs.substrate_silicon": "硅试剂",
|
||||
"block.kubejs.substrate_silver": "银试剂",
|
||||
"block.kubejs.accellerator_glowstone": "荧石促成剂",
|
||||
"block.kubejs.accellerator_redstone": "红石促成剂",
|
||||
"fluid.kubejs.raw_logic": "液态逻辑 (未加工)",
|
||||
"fluid.kubejs.number_0": "液态逻辑 (0)",
|
||||
"fluid.kubejs.number_1": "液态逻辑 (1)",
|
||||
"fluid.kubejs.number_2": "液态逻辑 (2)",
|
||||
"fluid.kubejs.number_3": "液态逻辑 (3)",
|
||||
"fluid.kubejs.number_4": "液态逻辑 (4)",
|
||||
"fluid.kubejs.number_5": "液态逻辑 (5)",
|
||||
"fluid.kubejs.number_6": "液态逻辑 (6)",
|
||||
"fluid.kubejs.number_7": "液态逻辑 (7)",
|
||||
"fluid.kubejs.number_8": "液态逻辑 (8)",
|
||||
"fluid.kubejs.number_9": "液态逻辑 (9)",
|
||||
"fluid.kubejs.matrix": "液态计算矩阵",
|
||||
"fluid.kubejs.fine_sand": "细沙",
|
||||
"item.metalbarrels.barrel.tooltip": "§7{0} 格",
|
||||
"item.kubejs.main_assembly": "§7主要构件: §6{0}",
|
||||
"item.kubejs.bonus_assembly": "§7额外构件: §6{0}",
|
||||
"item.kubejs.not_consumed_in_assembly": "§7在序列组装过程中不会被消耗",
|
||||
"item.minecraft.redstone_ore.tooltip": "§7不会自然生成, 粉碎朱砂以获取红石。",
|
||||
"item.minecraft.deepslate_redstone_ore.tooltip": "§7不会自然生成, 粉碎朱砂以获取红石.",
|
||||
"item.supplementaries.ash.tooltip": "通过在世界中点燃木制材料获得",
|
||||
"item.functionalstorage.controller.tooltip": "允许自动化系统从连接的抽屉中输入和输出物品",
|
||||
"item.functionalstorage.controller_extension.tooltip": "如果存在抽屉控制器,它可以作为额外的接口供自动化系统输入和输出物品。",
|
||||
"item.kubejs.pureore.tooltip": "§7更纯净的矿石. §7只能在探险中发现。",
|
||||
"item.kubejs.accellerator_redstone.tooltip": "§7在炼金研究中使用时: §6放置在§e错误的§6槽位中的§e正确§6试剂不会被消耗",
|
||||
"item.kubejs.accellerator_glowstone.tooltip": "§7在炼金研究中使用时: §6放置在§e错误的§6槽位中的§e正确§6试剂不会被消耗",
|
||||
"item.kubejs.failed_alchemy.tooltip": "§7放入离心分离机进行分析。\n\n§6产出:\n- §7每个错误的材料都会产生灰烬\n- §7每个放在错误槽位的正确材料都会产生红石粉\n- §7每个放在正确槽位的正确材料都会产生荧石粉",
|
||||
"item.kubejs.category.igneous": "§8类型: §7火成",
|
||||
"item.kubejs.category.herbal": "§8类型: §7草本",
|
||||
"item.kubejs.category.volatile": "§8类型: §7挥发",
|
||||
"item.kubejs.category.crystalline": "§8类型: §7晶体",
|
||||
"item.kubejs.category.metallurgic": "§8类型: §7冶金",
|
||||
"item.kubejs.category.gemstone": "§8类型: §7宝石",
|
||||
"item.kubejs.category.catalyst": "§8类型: §7催化剂",
|
||||
"item.structurescompass.structures_compass.tooltip": "§7右键激活",
|
||||
"item.reliquary.alkahestry_tome.tooltip": "§6无法在动力合成或混合搅拌中使用",
|
||||
"item.kubejs.shift.summary": "§7按住[Shift]查看详情",
|
||||
"item.kubejs.machine.details": "§7一种可以转化为各种有用装置和小工具的机器框架。",
|
||||
"item.kubejs.machine.transformation": "§7自动化转换可以通过机械手或带有过滤的动力锯完成。",
|
||||
"item.kubejs.trial.details": "§7一种由铜与荧光物质反应生成的特殊材料。",
|
||||
"item.kubejs.trial.special_info": "§7它比普通铜便宜得多, 而且不会自然氧化, 非常适合用于建筑!",
|
||||
"block.kubejs.substrate_volatile": "挥发催化剂",
|
||||
"block.kubejs.substrate_crystal": "晶体催化剂",
|
||||
"fluid.kubejs.liquid_pulp": "液态纸浆",
|
||||
"item.spirit_fire.creation": "§7用打火石点燃魔鬼之梦果实。",
|
||||
"block.kubejs.trial_cut_copper": "切制幻象铜块",
|
||||
"block.kubejs.substrate_metal": "冶金催化剂",
|
||||
"block.kubejs.trial_chiseled_copper": "幻象雕纹铜块",
|
||||
"block.kubejs.trial_copper_grate": "幻象铜格栅",
|
||||
"block.kubejs.trial_cut_copper_stairs": "切制幻象铜楼梯",
|
||||
"block.kubejs.trial_cut_copper_slab": "切制幻象铜台阶",
|
||||
"block.kubejs.trial_oxidized_cut_copper_stairs": "氧化的切制幻象铜楼梯",
|
||||
"block.kubejs.trial_chiseled_copper_oxidized": "氧化的幻象雕纹铜块",
|
||||
"block.kubejs.trial_copper_block": "幻象铜块",
|
||||
"block.kubejs.trial_oxidized_cut_copper_slab": "氧化的切制幻象铜台阶",
|
||||
"item.spirit_fire.info": "§7一种可以被转化的神秘火焰。永不熄灭。",
|
||||
"block.kubejs.trial_oxidized_copper": "氧化的幻象铜块",
|
||||
"block.kubejs.trial_oxidized_cut_copper": "氧化的切制幻象铜块",
|
||||
"block.kubejs.substrate_igneous": "火成催化剂",
|
||||
"block.kubejs.substrate_gem": "宝石催化剂",
|
||||
"block.kubejs.trial_copper_grate_oxidized": "氧化的幻象铜格栅",
|
||||
"block.kubejs.substrate_herbal": "草本催化剂",
|
||||
"block.mbd2.strainer": "沉积过滤器",
|
||||
"mbd2.strainer": "沉积过滤",
|
||||
"item.kubejs.incomplete_flight_anchor": "未完成的飞行锚点",
|
||||
"item.kubejs.incomplete_gravity_normalizer": "未完成的重力标准化器",
|
||||
"block.kubejs.substrate_fluix": "福鲁伊克斯试剂",
|
||||
"filled_map.fortress": "下界堡垒定位图",
|
||||
"cabin.trials.crafter.deprecation.tooltip": "Depreciated. Craft into a Crafter from Quark",
|
||||
"ponderjs.ponder.alchemy_setup.text_5": "每当机械手激活时...",
|
||||
"ponderjs.ponder.alchemy_setup.text_4": "用扳手将机械手设置为攻击模式(拳头)",
|
||||
"ponderjs.ponder.alchemy_setup.text_1": "以一个殷钢机器框架开始",
|
||||
"cabin.ponder.tag.ponders": "CABIN",
|
||||
"ponderjs.ponder.alchemy_setup.text_6": "...镭射灯就会发射高能光束",
|
||||
"ponderjs.ponder.alchemy_setup.text_7": "被光束击中的漏斗矿车会处理它们所包含的物品",
|
||||
"ponderjs.ponder.alchemy_setup.header": "炼金镭射",
|
||||
"ponderjs.ponder.alchemy_setup.text_3": "放置一个机械手,朝向殷钢机器框架",
|
||||
"ponderjs.ponder.alchemy_setup.text_2": "安装任意一种颜色的工业灯",
|
||||
"cabin.ponder.tag.ponders.description": "Components and Devices which are distinctive to A&B and CABIN",
|
||||
"cabin.import.prefix": "产品: %s",
|
||||
"cabin.profession.smithing": "铁匠",
|
||||
"cabin.profession.masonry": "泥瓦匠",
|
||||
"cabin.profession.fishing": "渔夫",
|
||||
"cabin.profession.hunting": "猎人",
|
||||
"cabin.profession.farming": "农夫",
|
||||
"cabin.profession.carpentry": "木匠",
|
||||
"cabin.profession.cooking": "厨师",
|
||||
"cabin.profession.mining": "矿工",
|
||||
"cabin.profession.prefix": "职业: %s"
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"filters": [{
|
||||
"category": "ftbquests:quest"
|
||||
},
|
||||
{
|
||||
"category": "ae2:certus_growth"
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "create:item/dough"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "emi:item/half_item",
|
||||
"textures": {
|
||||
"first": "create:item/iron_sheet",
|
||||
"second": "create:item/golden_sheet"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "create:item/copper_sheet"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "create:item/golden_sheet"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "create:item/iron_sheet"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "emi:item/half_item",
|
||||
"textures": {
|
||||
"first": "minecraft:item/cod",
|
||||
"second": "minecraft:item/salmon"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "farmersdelight:item/diamond_knife"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:block/oak_log"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"kubejs.ponder.alchemy_setup.header": "The Alchemical Laser",
|
||||
"kubejs.ponder.alchemy_setup.text_1": "Start with an Invar Machine",
|
||||
"kubejs.ponder.alchemy_setup.text_2": "Attach an Industrial Lamp of any colour",
|
||||
"kubejs.ponder.alchemy_setup.text_3": "Place a Deployer targeting the Invar Machine",
|
||||
"kubejs.ponder.alchemy_setup.text_4": "Set it to Punch mode using a Wrench",
|
||||
"kubejs.ponder.alchemy_setup.text_5": "Whenever the Deployer activates...",
|
||||
"kubejs.ponder.alchemy_setup.text_6": "...the Laser Lamp will emit a High-Energy Beam",
|
||||
"kubejs.ponder.alchemy_setup.text_7": "Hopper Minecarts caught in the Beam will process their contained Items",
|
||||
"cabin.ponder.tag.ponders": "CABIN",
|
||||
"cabin.ponder.tag.ponders.description": "Components which are distinctive to A\u0026B and CABIN"
|
||||
}
|
||||
@@ -0,0 +1,111 @@
|
||||
ClientEvents.highPriorityAssets(event=>{
|
||||
let json = {
|
||||
added: [
|
||||
{
|
||||
"stack": "item:tconstruct:tinkers_anvil{'texture':'create:zinc_block'}",
|
||||
"after": "item:tconstruct:modifier_worktable"
|
||||
},
|
||||
{
|
||||
"stack": "item:tconstruct:scorched_anvil{'texture':'create:zinc_block'}",
|
||||
"after": "item:tconstruct:tinkers_anvil"
|
||||
}
|
||||
]
|
||||
}
|
||||
event.add("emi:index/stacks/kubejs_added_stacks", json)
|
||||
|
||||
// Hide Multiblock'd strainer category since it doesn't play well with EMI
|
||||
json = {
|
||||
"filters": [
|
||||
{
|
||||
"category": "mbd2:strainer"
|
||||
}
|
||||
]
|
||||
}
|
||||
event.add("emi:recipe/filters/strainer", json)
|
||||
})
|
||||
|
||||
// JEIEvents.groupEntries( event => {
|
||||
|
||||
// event.groupItemsByTag('kubejs:rei_groups/supplementaries/hanging_signs', 'Sign Posts', 'supplementaries:hanging_signs')
|
||||
// event.groupItemsByTag('kubejs:rei_groups/supplementaries/sign_posts', 'Sign Posts', 'supplementaries:sign_posts')
|
||||
|
||||
// trades cards need a rework first
|
||||
// event.groupItemsByTag('kubejs:rei_groups/kubejs/transaction_cards/profession', 'Trade Card: Profession', "kubejs:transaction_cards/profession")
|
||||
// event.groupItemsByTag('kubejs:rei_groups/kubejs/transaction_cards/import', 'Trade Card: Import', "kubejs:transaction_cards/import")
|
||||
|
||||
|
||||
// const useNbt = [
|
||||
// 'reliquary:potion',
|
||||
// 'reliquary:potion_essence',
|
||||
// 'reliquary:splash_potion',
|
||||
// 'reliquary:lingering_potion',
|
||||
// 'reliquary:tipped_arrow',
|
||||
// 'tconstruct:crafting_station',
|
||||
// 'tconstruct:tinker_station',
|
||||
// 'tconstruct:part_builder',
|
||||
// 'tconstruct:modifier_worktable',
|
||||
// 'tconstruct:tinkers_anvil',
|
||||
// 'tconstruct:scorched_anvil',
|
||||
// 'tconstruct:seared_drain',
|
||||
// 'tconstruct:seared_duct',
|
||||
// 'tconstruct:seared_chute',
|
||||
// 'tconstruct:scorched_drain',
|
||||
// 'tconstruct:scorched_duct',
|
||||
// 'tconstruct:scorched_chute',
|
||||
// 'tconstruct:smeltery_controller',
|
||||
// 'tconstruct:foundry_controller',
|
||||
// 'tconstruct:repair_kit',
|
||||
// 'tconstruct:slime_helmet'
|
||||
// ]
|
||||
|
||||
// useNbt.forEach(id => {
|
||||
// const item = Item.of(id)
|
||||
// const { namespace, path } = Utils.id(item.id)
|
||||
// event.groupSameItem(`kubejs:rei_groups/${namespace}/${path}`, item.name, item)
|
||||
// })
|
||||
|
||||
// event.groupSameItem('kubejs:rei_groups/microblocks', 'Microblocks', "cb_microblock:microblock")
|
||||
|
||||
// event.groupItems('kubejs:rei_groups/fluidbuckets', 'Buckets of Fluids', [
|
||||
// /bucket/
|
||||
// ])
|
||||
|
||||
// event.groupItems('kubejs:rei_groups/buddycards_base_set', 'Buddy Cards Base Set', [
|
||||
// /buddycards:buddycard_base/
|
||||
// ])
|
||||
|
||||
// event.groupItems('kubejs:rei_groups/buddycards_nether_set', 'Buddy Cards Nether Set', [
|
||||
// /buddycards:buddycard_nether/
|
||||
// ])
|
||||
|
||||
// event.groupItems('kubejs:rei_groups/buddycards_end_set', 'Buddy Cards End Set', [
|
||||
// /buddycards:buddycard_end/
|
||||
// ])
|
||||
|
||||
// event.groupItems('kubejs:rei_groups/buddycards_create_set', 'Buddy Cards Create Set', [
|
||||
// /buddycardsexp:buddycard_create/
|
||||
// ])
|
||||
|
||||
// event.groupItems('kubejs:rei_groups/buddycards_aquaculture_set', 'Buddy Cards Aquaculture Set', [
|
||||
// /buddycardsexp:buddycard_aquaculture/
|
||||
// ])
|
||||
|
||||
// event.groupItems("kubejs:rei_groups/buddycards_farmers_set", "Buddy Cards Farmer's Set", [
|
||||
// /buddycardsexp:buddycard_farmers/
|
||||
// ])
|
||||
|
||||
// event.groupItems('kubejs:rei_groups/buddycards_malum_set', 'Buddy Cards Malum Set', [
|
||||
// /buddycardsexp:buddycard_malum/
|
||||
// ])
|
||||
|
||||
// event.groupItems('kubejs:rei_groups/buddycards_holiday', 'Buddy Cards Holiday', [
|
||||
// "buddycards:buddycard_holiday1",
|
||||
// "buddycards:buddycard_holiday2",
|
||||
// "buddycards:buddycard_holiday3",
|
||||
// "buddycards:buddycard_holiday4",
|
||||
// "buddycards:buddycard_holiday5",
|
||||
// "buddycards:buddycard_holiday6",
|
||||
// /buddycards:buddycard_holiday/
|
||||
// ])
|
||||
|
||||
// })
|
||||
@@ -0,0 +1,53 @@
|
||||
// priority: 99
|
||||
const POTION_BOTTLES = ["REGULAR", "SPLASH", "LINGERING"];
|
||||
const POTIONS = [ // The order that we create these rei entries in is important!
|
||||
["minecraft:mundane", []],
|
||||
["minecraft:thick", []],
|
||||
["minecraft:awkward", []],
|
||||
["minecraft:night_vision", ["long"]],
|
||||
["minecraft:invisibility", ["long"]],
|
||||
["minecraft:leaping", ["long", "strong"]],
|
||||
["minecraft:fire_resistance", ["long"]],
|
||||
["minecraft:swiftness", ["long", "strong"]],
|
||||
["minecraft:slowness", ["long", "strong"]],
|
||||
["minecraft:turtle_master", ["long", "strong"]],
|
||||
["minecraft:water_breathing", ["long"]],
|
||||
["minecraft:healing", ["strong"]],
|
||||
["minecraft:harming", ["strong"]],
|
||||
["minecraft:poison", ["long", "strong"]],
|
||||
["minecraft:regeneration", ["long", "strong"]],
|
||||
["minecraft:strength", ["long", "strong"]],
|
||||
["minecraft:weakness", ["long"]],
|
||||
["minecraft:luck", []],
|
||||
["minecraft:slow_falling", ["long"]],
|
||||
["kubejs:haste", ["long", "strong"]]
|
||||
];
|
||||
|
||||
|
||||
// Add Potion fluids to REI
|
||||
ClientEvents.highPriorityAssets(event => {
|
||||
let json = {
|
||||
added: []
|
||||
}
|
||||
POTION_BOTTLES.forEach(bottle=>{
|
||||
for (let i = 0;i < POTIONS.length;++i) {
|
||||
let potionName = POTIONS[i][0];
|
||||
json.added.unshift({
|
||||
"stack": "fluid:create:potion" + `{Bottle: "${bottle}", Potion: "${potionName}"}`,
|
||||
"after": "fluid:create:chocolate"
|
||||
})
|
||||
for (let j = 0;j < POTIONS[i][1].length;++j) {
|
||||
let subPotionNameArray = potionName.split(":");
|
||||
subPotionNameArray.splice(1, 0, ":",POTIONS[i][1][j],"_");
|
||||
let subPotionName = subPotionNameArray.join("");
|
||||
|
||||
json.added.unshift({
|
||||
"stack": "fluid:create:potion" + `{Bottle: "${bottle}", Potion: "${subPotionName}"}`,
|
||||
"after": "fluid:create:chocolate"
|
||||
})
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
event.add("emi:index/stacks/kubejs_potion_fluids", json)
|
||||
})
|
||||
@@ -0,0 +1,183 @@
|
||||
JEIEvents.hideItems(event => {
|
||||
event.hide(/^sophisticatedstorage:limited.+barrel.+$/)
|
||||
event.hide("sophisticatedstorage:copper_barrel")
|
||||
event.hide("sophisticatedstorage:copper_chest")
|
||||
event.hide("sophisticatedstorage:copper_shulker_box")
|
||||
event.hide(/^sophisticatedstorage:.*copper.*tier_upgrade$/)
|
||||
event.hide("sophisticatedstorage:stack_upgrade_tier_1_plus")
|
||||
event.hide("sophisticatedbackpacks:stack_upgrade_omega_tier")
|
||||
event.hide("sophisticatedbackpacks:inception_upgrade")
|
||||
event.hide(/xp_pump_upgrade/)
|
||||
|
||||
event.hide(/itemfilters/)
|
||||
|
||||
event.hide(["ae2:inscriber", "ae2:vibration_chamber"])
|
||||
event.hide(/ae2:.*_budding_quartz/)
|
||||
event.hide("ae2:small_quartz_bud")
|
||||
event.hide("ae2:medium_quartz_bud")
|
||||
event.hide("ae2:large_quartz_bud")
|
||||
event.hide("ae2:quartz_cluster")
|
||||
|
||||
event.hide("architects_palette:withered_bone")
|
||||
|
||||
let begoneEarth = [
|
||||
"tier_1_rover", "tier_2_rocket", "tier_3_rocket", "tier_4_rocket",
|
||||
"steel_cable", "desh_cable", "desh_fluid_pipe", "ostrum_fluid_pipe", "cable_duct", "fluid_pipe_duct",
|
||||
"coal_generator", "compressor", "etrionic_blast_furnace", "nasa_workbench", "fuel_refinery",
|
||||
"water_pump", "energizer", "cryo_freezer",
|
||||
"etrionic_capacitor",
|
||||
"oxygen_gear", "wheel", "engine_frame", "fan", "rocket_nose_cone", "rocket_fin",
|
||||
"etrionic_core", "photovoltaic_vesnium_cell",
|
||||
"infernal_spire_block", "sky_stone",
|
||||
"iron_plate",
|
||||
"cryo_fuel_bucket"
|
||||
]
|
||||
event.hide(begoneEarth.map(begone=>{return `ad_astra:${begone}`}))
|
||||
|
||||
event.hide(/^ad_astra:(netherite_space|jet_suit)_(helmet|suit|pants|boots)$/)
|
||||
event.hide("ad_astra:jet_suit")
|
||||
event.hide(/^ad_astra:(steel|desh|ostrum|calorite)_(tank|engine)$/)
|
||||
event.hide(/ad_astra:.*mars/)
|
||||
event.hide(/ad_astra:.*venus/)
|
||||
event.hide(/ad_astra:.*mercury/)
|
||||
event.hide(/ad_astra:.*glacio/)
|
||||
event.hide(/^ad_astra:(?!photovoltaic).*(ostrum|calorite|etrium).*/)
|
||||
event.hide(/^ad_astra:.*conglomerate.*/)
|
||||
event.hide(/^ad_astra:.*permafrost.*/)
|
||||
event.hide(/^(ad_astra|everycomp|supplementaries):.*(aeronos|strophar|glacian).*/)
|
||||
event.hide(["ad_astra:deepslate_desh_ore", "ad_astra:deepslate_ice_shard_ore"])
|
||||
|
||||
event.hide("biomesoplenty:blood")
|
||||
|
||||
event.hide("create:crushed_raw_tin")
|
||||
event.hide("create:crushed_raw_osmium")
|
||||
event.hide("create:crushed_raw_platinum")
|
||||
event.hide("create:crushed_raw_silver")
|
||||
event.hide("create:crushed_raw_quicksilver")
|
||||
event.hide("create:crushed_raw_aluminum")
|
||||
event.hide("create:crushed_raw_uranium")
|
||||
event.hide("create:sturdy_sheet")
|
||||
event.hide("create:unprocessed_obsidian_sheet")
|
||||
|
||||
event.hide(/^createdeco:.*coin/)
|
||||
|
||||
event.hide(/incomplete/)
|
||||
event.hide(/kubejs:growing/)
|
||||
event.hide(/kubejs:failed/)
|
||||
event.hide("kubejs:silver_coin")
|
||||
event.hide("kubejs:gold_coin")
|
||||
|
||||
event.hide("decorative_blocks:blockstate_copy_item")
|
||||
|
||||
event.hide("occultism:obsidian_dust")
|
||||
event.hide("occultism:raw_silver")
|
||||
event.hide("occultism:silver_ingot")
|
||||
event.hide("occultism:silver_nugget")
|
||||
event.hide("occultism:silver_ore")
|
||||
event.hide("occultism:silver_ore_deepslate")
|
||||
event.hide("occultism:iron_dust")
|
||||
event.hide("occultism:gold_dust")
|
||||
event.hide("occultism:copper_dust")
|
||||
event.hide("occultism:silver_dust")
|
||||
event.hide("occultism:debug_foliot_lumberjack")
|
||||
event.hide("occultism:debug_foliot_transport_items")
|
||||
event.hide("occultism:debug_foliot_cleaner")
|
||||
event.hide("occultism:debug_foliot_trader")
|
||||
event.hide("occultism:debug_djinni_manage_machine")
|
||||
event.hide("occultism:debug_djinni_test")
|
||||
event.hide("occultism:lighted_air")
|
||||
event.hide("occultism:jei_dummy/none")
|
||||
event.hide("occultism:jei_dummy/require_sacrifice")
|
||||
event.hide("occultism:jei_dummy/require_item_use")
|
||||
|
||||
event.hide("prettypipes:blank_module")
|
||||
|
||||
event.hide("projectred_core:ruby")
|
||||
event.hide("projectred_core:sapphire")
|
||||
event.hide("projectred_core:peridot")
|
||||
event.hide("projectred_core:electrotine_ingot")
|
||||
event.hide("projectred_core:electrotine_dust")
|
||||
event.hide("projectred_core:electrotine_iron_comp")
|
||||
event.hide("projectred_core:conductive_plate")
|
||||
event.hide("projectred_core:wired_plate")
|
||||
event.hide("projectred_core:bundled_plate")
|
||||
event.hide("projectred_core:anode")
|
||||
event.hide("projectred_core:cathode")
|
||||
event.hide("projectred_core:pointer")
|
||||
event.hide("projectred_core:silicon_chip")
|
||||
event.hide("projectred_core:energized_silicon_chip")
|
||||
event.hide("projectred_core:red_iron_comp")
|
||||
event.hide("projectred_core:sand_coal_comp")
|
||||
event.hide("projectred_core:boule")
|
||||
event.hide("projectred_core:silicon")
|
||||
event.hide("projectred_core:red_silicon_comp")
|
||||
event.hide("projectred_core:glow_silicon_comp")
|
||||
event.hide("projectred_core:electrotine_silicon_comp")
|
||||
event.hide("projectred_core:infused_silicon")
|
||||
event.hide("projectred_core:energized_silicon")
|
||||
event.hide("projectred_core:electrotine_silicon")
|
||||
event.hide("projectred_core:copper_coil")
|
||||
event.hide("projectred_core:iron_coil")
|
||||
event.hide("projectred_core:gold_coil")
|
||||
event.hide("projectred_core:motor")
|
||||
event.hide("projectred_core:woven_cloth")
|
||||
event.hide("projectred_core:sail")
|
||||
event.hide("projectred_core:draw_plate")
|
||||
event.hide("projectred_core:multimeter")
|
||||
|
||||
event.hide("projectred_transmission:low_load_power_wire")
|
||||
event.hide("projectred_transmission:low_load_framed_power_wire")
|
||||
|
||||
event.hide("thermal:rs_control_augment")
|
||||
event.hide("thermal:side_config_augment")
|
||||
event.hide("thermal:press_coin_die")
|
||||
event.hide("thermal:press_gear_die")
|
||||
event.hide("thermal:press_packing_2x2_die")
|
||||
event.hide("thermal:press_packing_3x3_die")
|
||||
event.hide("thermal:press_unpacking_die")
|
||||
event.hide("thermal:iron_coin")
|
||||
event.hide("thermal:copper_coin")
|
||||
event.hide("thermal:tin_coin")
|
||||
event.hide("thermal:lead_coin")
|
||||
event.hide("thermal:nickel_coin")
|
||||
event.hide("thermal:netherite_coin")
|
||||
event.hide("thermal:bronze_coin")
|
||||
event.hide("thermal:constantan_coin")
|
||||
event.hide("thermal:invar_coin")
|
||||
event.hide("thermal:electrum_coin")
|
||||
event.hide("thermal:signalum_coin")
|
||||
event.hide("thermal:lumium_coin")
|
||||
event.hide("thermal:enderium_coin")
|
||||
event.hide("thermal:gold_plate")
|
||||
event.hide("thermal:iron_plate")
|
||||
event.hide("thermal:copper_plate")
|
||||
event.hide("thermal:netherite_plate")
|
||||
event.hide("thermal:silver_ore")
|
||||
event.hide("thermal:deepslate_silver_ore")
|
||||
event.hide("thermal:tin_ore")
|
||||
event.hide("thermal:deepslate_tin_ore")
|
||||
event.hide("thermal:tin_nugget")
|
||||
event.hide("thermal:tin_ingot")
|
||||
event.hide("thermal:tin_block")
|
||||
event.hide("thermal:tin_dust")
|
||||
event.hide("thermal:tin_plate")
|
||||
event.hide("thermal:tin_gear")
|
||||
event.hide("thermal:raw_tin")
|
||||
event.hide("thermal:raw_tin_block")
|
||||
event.hide("thermal:netherite_nugget")
|
||||
event.hide("thermal:copper_nugget")
|
||||
event.hide("thermal:ender_pearl_dust")
|
||||
event.hide("thermal:servo_attachment")
|
||||
event.hide("thermal:device_hive_extractor")
|
||||
|
||||
event.hide("cb_microblock:microblock")
|
||||
event.hide("ae2:facade")
|
||||
event.hide("chiselsandbits:block_bit")
|
||||
|
||||
event.hide("trials:crafter")
|
||||
})
|
||||
|
||||
JEIEvents.hideFluids(event => {
|
||||
event.hide("tconstruct:molten_tin")
|
||||
event.hide("ad_astra:cryo_fuel")
|
||||
})
|
||||
@@ -0,0 +1,18 @@
|
||||
// We'd love to be able to hide the control chip item but for some reason nothing seems to work
|
||||
|
||||
// if (Platform.isLoaded("create_connected")) {
|
||||
// JEIEvents.hideItems(event => {
|
||||
// event.hide("create_connected:control_chip")
|
||||
// event.hide("create_connected:incomplete_control_chip")
|
||||
// })
|
||||
|
||||
// ClientEvents.highPriorityAssets(event=>{
|
||||
// json = {
|
||||
// "removed": [
|
||||
// "item:create_connected:control_chip",
|
||||
// "item:create_connected:incomplete_contrl_chip"
|
||||
// ],
|
||||
// }
|
||||
// event.add("emi:index/stacks/create_connected", json)
|
||||
// })
|
||||
// }
|
||||
@@ -0,0 +1,53 @@
|
||||
if (Platform.isLoaded("createdieselgenerators")) {
|
||||
JEIEvents.hideItems(event => {
|
||||
event.hide("createaddition:capacitor")
|
||||
|
||||
event.hide("kubejs:incomplete_large_connector")
|
||||
event.hide("kubejs:incomplete_connector")
|
||||
|
||||
event.hide("thermal:diamond_dust")
|
||||
event.hide("thermal:electrum_ingot")
|
||||
event.hide("thermal:electrum_nugget")
|
||||
event.hide("thermal:electrum_plate")
|
||||
})
|
||||
|
||||
ClientEvents.highPriorityAssets(event=>{
|
||||
event.add("forge:models/tag/item/dusts/diamond",
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "createaddition:item/diamond_grit"
|
||||
}
|
||||
}
|
||||
)
|
||||
event.add("forge:models/tag/item/nuggets/electrum",
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "createaddition:item/electrum_nugget"
|
||||
}
|
||||
}
|
||||
)
|
||||
event.add("forge:models/tag/item/ingots/electrum",
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "createaddition:item/electrum_ingot"
|
||||
}
|
||||
}
|
||||
)
|
||||
event.add("forge:models/tag/item/plates/electrum",
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "createaddition:item/electrum_sheet"
|
||||
}
|
||||
}
|
||||
)
|
||||
event.add("forge:models/tag/item/storage_blocks/electrum",
|
||||
{
|
||||
"parent": "createaddition:block/electrum_block/block"
|
||||
}
|
||||
)
|
||||
})
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
if (Platform.isLoaded("createdieselgenerators")) {
|
||||
JEIEvents.hideItems(event => {
|
||||
event.hide("createcasing:oak_shaft")
|
||||
event.hide("createcasing:spruce_shaft")
|
||||
event.hide("createcasing:birch_shaft")
|
||||
event.hide("createcasing:jungle_shaft")
|
||||
event.hide("createcasing:acacia_shaft")
|
||||
event.hide("createcasing:dark_oak_shaft")
|
||||
event.hide("createcasing:crimson_shaft")
|
||||
event.hide("createcasing:warped_shaft")
|
||||
event.hide("createcasing:glass_shaft")
|
||||
event.hide("createcasing:brass_shaft")
|
||||
event.hide("createcasing:oak_cogwheel")
|
||||
event.hide("createcasing:spruce_cogwheel")
|
||||
event.hide("createcasing:birch_cogwheel")
|
||||
event.hide("createcasing:jungle_cogwheel")
|
||||
event.hide("createcasing:acacia_cogwheel")
|
||||
event.hide("createcasing:dark_oak_cogwheel")
|
||||
event.hide("createcasing:crimson_cogwheel")
|
||||
event.hide("createcasing:warped_cogwheel")
|
||||
event.hide("createcasing:oak_large_cogwheel")
|
||||
event.hide("createcasing:spruce_large_cogwheel")
|
||||
event.hide("createcasing:birch_large_cogwheel")
|
||||
event.hide("createcasing:jungle_large_cogwheel")
|
||||
event.hide("createcasing:acacia_large_cogwheel")
|
||||
event.hide("createcasing:dark_oak_large_cogwheel")
|
||||
event.hide("createcasing:crimson_large_cogwheel")
|
||||
event.hide("createcasing:warped_large_cogwheel")
|
||||
})
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
if (Platform.isLoaded("createdieselgenerators")) {
|
||||
JEIEvents.hideItems(event => {
|
||||
event.hide("create_connected:control_chip")
|
||||
event.hide("create_connected:incomplete_control_chip")
|
||||
})
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
if (Platform.isLoaded("createdieselgenerators")) {
|
||||
JEIEvents.hideItems(event => {
|
||||
event.hide("createdieselgenerators:crude_oil_bucket")
|
||||
event.hide("createdieselgenerators:gasoline_bucket")
|
||||
event.hide("createdieselgenerators:diesel_bucket")
|
||||
event.hide("createdieselgenerators:biodiesel_bucket")
|
||||
event.hide("createdieselgenerators:plant_oil_bucket")
|
||||
})
|
||||
JEIEvents.hideFluids(event => {
|
||||
event.hide("createdieselgenerators:crude_oil")
|
||||
event.hide("createdieselgenerators:flowing_crude_oil")
|
||||
event.hide("createdieselgenerators:gasoline")
|
||||
event.hide("createdieselgenerators:flowing_gasoline")
|
||||
event.hide("createdieselgenerators:diesel")
|
||||
event.hide("createdieselgenerators:flowing_diesel")
|
||||
event.hide("createdieselgenerators:biodiesel")
|
||||
event.hide("createdieselgenerators:flowing_biodiesel")
|
||||
event.hide("createdieselgenerators:plant_oil")
|
||||
event.hide("createdieselgenerators:flowing_plant_oil")
|
||||
})
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
// priority: 100
|
||||
|
||||
// Java imports
|
||||
// Mysterious Conversion recipe type
|
||||
const ConversionRecipe = Java.loadClass("com.simibubi.create.compat.jei.ConversionRecipe")
|
||||
// Used for creating Drawable graphics for JEI
|
||||
const ResourceLocation = Java.loadClass("net.minecraft.resources.ResourceLocation");
|
||||
const ChatFormatting = Java.loadClass("net.minecraft.ChatFormatting");
|
||||
const JEIIDrawableAnimated = Java.loadClass("mezz.jei.api.gui.drawable.IDrawableAnimated");
|
||||
// Used to make the FE energy tooltip when hovering over the energy bar
|
||||
const ThermalStringHelper = Java.loadClass("cofh.lib.util.helpers.StringHelper");
|
||||
// Used for to draw block models in jei categories
|
||||
const Boolean = Java.loadClass("java.lang.Boolean");
|
||||
const Axis = Java.loadClass("com.mojang.math.Axis");
|
||||
const BlockStateProperties = Java.loadClass("net.minecraft.world.level.block.state.properties.BlockStateProperties");
|
||||
const AnimatedKinetics = Java.loadClass("com.simibubi.create.compat.jei.category.animations.AnimatedKinetics");
|
||||
|
||||
const AttachFace = Java.loadClass("net.minecraft.world.level.block.state.properties.AttachFace")
|
||||
|
||||
// initialize globals
|
||||
if (!global.jeiCategories) global.jeiCategories = {}
|
||||
@@ -0,0 +1,133 @@
|
||||
if (!global.jeiCategories.alchemy) global.jeiCategories.alchemy = {
|
||||
recipeType: null,
|
||||
resources: {
|
||||
energyEmpty: null,
|
||||
energyFull: null,
|
||||
alchemyArrow: null
|
||||
},
|
||||
handlers: {
|
||||
verifyRecipe: undefined,
|
||||
setRecipe: undefined,
|
||||
draw: undefined,
|
||||
tooltips: undefined
|
||||
},
|
||||
loadResources: undefined
|
||||
};
|
||||
|
||||
/**
|
||||
* @param {Internal.IGuiHelper} guiHelper
|
||||
*/
|
||||
global.jeiCategories.alchemy.loadResources = function(guiHelper) {
|
||||
this.resources.energyEmpty = guiHelper.createDrawable(
|
||||
new ResourceLocation("cabin:textures/gui/jei/widgets.png"),
|
||||
0,
|
||||
0,
|
||||
14,
|
||||
18
|
||||
);
|
||||
this.resources.energyFull = guiHelper.createAnimatedDrawable(
|
||||
guiHelper.createDrawable(new ResourceLocation("cabin:textures/gui/jei/widgets.png"), 14, 0, 14, 18),
|
||||
40,
|
||||
JEIIDrawableAnimated.StartDirection.BOTTOM,
|
||||
false
|
||||
);
|
||||
this.resources.alchemyArrow = guiHelper.createDrawable(
|
||||
new ResourceLocation("cabin:textures/gui/jei/widgets.png"),
|
||||
28,
|
||||
0,
|
||||
42,
|
||||
18
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {Internal.IJeiHelpers} jeiHelpers
|
||||
* @param {any} recipe
|
||||
* @returns
|
||||
*/
|
||||
global.jeiCategories.alchemy.handlers.verifyRecipe = function (jeiHelpers, recipe) {
|
||||
// IMPORTANT: Always return true or false. If you do not, it could crash the game or cause JEI to not work properly.
|
||||
if (!recipe) return false;
|
||||
if (!recipe.data) return false;
|
||||
if (!recipe.data.input) return false;
|
||||
if (!recipe.data.output) return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {Internal.IJeiHelpers} jeiHelpers
|
||||
* @param {Internal.IRecipeLayoutBuilder} builder
|
||||
* @param {any} recipe
|
||||
* @param {Internal.IFocusGroup} focuses
|
||||
*/
|
||||
global.jeiCategories.alchemy.handlers.setRecipe = function (jeiHelpers, builder, recipe, focuses) {
|
||||
let guiHelper = jeiHelpers.getGuiHelper()
|
||||
let inputItems = recipe.data.input;
|
||||
|
||||
for(let i = 0;i < inputItems.length;++i) {
|
||||
builder.addSlot("INPUT", 20 + (20 * i), 45)
|
||||
.addItemStack(Item.of(inputItems[i]))
|
||||
.setStandardSlotBackground()
|
||||
.setBackground(guiHelper.getSlotDrawable(), -1, -1);
|
||||
}
|
||||
builder.addSlot("CATALYST", 75, 45)
|
||||
.addItemStack(Item.of("minecraft:hopper_minecart"));
|
||||
|
||||
builder.addSlot("OUTPUT", 114, 45)
|
||||
.addItemStack(Item.of(recipe.data.output))
|
||||
.setOutputSlotBackground()
|
||||
.setBackground(guiHelper.getOutputSlot(), -1, -1);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {Internal.IJeiHelpers} jeiHelpers
|
||||
* @param {any} recipe
|
||||
* @param {Internal.IRecipeSlotsView} recipeSlotsView
|
||||
* @param {Internal.GuiGraphics} guiGraphics
|
||||
* @param {number} mouseX
|
||||
* @param {number} mouseY
|
||||
*/
|
||||
global.jeiCategories.alchemy.handlers.draw = function (jeiHelpers, recipe, recipeSlotsView, guiGraphics, mouseX, mouseY) {
|
||||
global.jeiCategories.alchemy.resources.energyEmpty.draw(guiGraphics, 5, 44);
|
||||
global.jeiCategories.alchemy.resources.energyFull.draw(guiGraphics, 5, 44);
|
||||
global.jeiCategories.alchemy.resources.alchemyArrow.draw(guiGraphics, 60, 44);
|
||||
|
||||
// I don't fully understand this matrix stuff, most of it is copied from Create
|
||||
let matrixStack = guiGraphics.pose();
|
||||
matrixStack.pushPose();
|
||||
matrixStack.translate(2, 22, 200);
|
||||
matrixStack.translate(75, 5, 0);
|
||||
matrixStack.mulPose(Axis.XP.rotationDegrees(-15.5));
|
||||
matrixStack.mulPose(Axis.YP.rotationDegrees(22.5 + 90));
|
||||
|
||||
AnimatedKinetics.defaultBlockElement(Block.getBlock("thermal:machine_frame").defaultBlockState())
|
||||
.rotateBlock(0, 0, 0)
|
||||
.scale(20)
|
||||
.render(guiGraphics);
|
||||
|
||||
matrixStack.translate(0, 20, 0);
|
||||
|
||||
AnimatedKinetics.defaultBlockElement(Block.getBlock("ad_astra:small_orange_industrial_lamp").defaultBlockState().setValue(BlockStateProperties.ATTACH_FACE, AttachFace.CEILING))
|
||||
.rotateBlock(0, 0, 0)
|
||||
.scale(20)
|
||||
.render(guiGraphics);
|
||||
|
||||
matrixStack.popPose();
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {Internal.IJeiHelpers} jeiHelpers
|
||||
* @param {any} recipe
|
||||
* @param {Internal.IRecipeSlotsView} recipeSlotsView
|
||||
* @param {number} mouseX
|
||||
* @param {number} mouseY
|
||||
* @returns {[Internal.Component]}
|
||||
*/
|
||||
global.jeiCategories.alchemy.handlers.tooltips = function (jeiHelpers, recipe, recipeSlotsView, mouseX, mouseY) {
|
||||
if (mouseX > 5 && mouseX < 18 && mouseY > 44 && mouseY < 61) {
|
||||
return [ThermalStringHelper.getTextComponent("info.cofh.energy").append(": " + ThermalStringHelper.format(recipe.data.energy) + " " + ThermalStringHelper.localize("info.cofh.unit_rf"))];
|
||||
}
|
||||
return [];
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
JEIAddedEvents.registerCategories((event) => {
|
||||
event.custom("kubejs:alchemy", (category) => {
|
||||
let guiHelper = category.jeiHelpers.getGuiHelper();
|
||||
global.jeiCategories.alchemy.recipeType = category.recipeType;
|
||||
global.jeiCategories.alchemy.loadResources(guiHelper);
|
||||
|
||||
category.title("Alchemical Laser")
|
||||
.background(guiHelper.createBlankDrawable(146, 70))
|
||||
.icon(guiHelper.createDrawableItemStack(Item.of("kubejs:alchemical_laser")))
|
||||
.setIsRecipeHandledByCategory((recipe) => {
|
||||
return global.jeiCategories.alchemy.handlers["verifyRecipe"](category.jeiHelpers, recipe);
|
||||
})
|
||||
.setSetRecipeHandler((builder, recipe, focuses) => {
|
||||
global.jeiCategories.alchemy.handlers["setRecipe"](category.jeiHelpers, builder, recipe, focuses);
|
||||
})
|
||||
.setDrawHandler((recipe, recipeSlotsView, guiGraphics, mouseX, mouseY) => {
|
||||
global.jeiCategories.alchemy.handlers["draw"](category.jeiHelpers, recipe, recipeSlotsView, guiGraphics, mouseX, mouseY);
|
||||
})
|
||||
.setTooltipHandler((recipe, recipeSlotsView, mouseX, mouseY) => {
|
||||
return global.jeiCategories.alchemy.handlers["tooltips"](category.jeiHelpers, recipe, recipeSlotsView, mouseX, mouseY);
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
JEIAddedEvents.registerRecipeCatalysts(event => {
|
||||
let addRecipeCatalyst = function(ingredient, recipeTypes) {
|
||||
return event.data["addRecipeCatalyst(net.minecraft.world.item.ItemStack,mezz.jei.api.recipe.RecipeType[])"](ingredient, recipeTypes);
|
||||
}
|
||||
addRecipeCatalyst(Item.of("thermal:machine_frame"), [global.jeiCategories.alchemy.recipeType]);
|
||||
addRecipeCatalyst(Item.of("kubejs:alchemical_laser"), [global.jeiCategories.alchemy.recipeType]);
|
||||
addRecipeCatalyst(Item.of("minecraft:hopper_minecart"), [global.jeiCategories.alchemy.recipeType]);
|
||||
})
|
||||
|
||||
JEIAddedEvents.registerRecipes((event) => {
|
||||
event.custom("kubejs:alchemy")
|
||||
.add({input: ["thermal:flux_magnet", Item.of("minecraft:basalt", 2)], output: "thermal:basalz_rod", energy: 160})
|
||||
.add({input: ["ae2:entropy_manipulator", Item.of("minecraft:snowball", 2)], output: "thermal:blizz_rod", energy: 160});
|
||||
});
|
||||
@@ -0,0 +1,9 @@
|
||||
// We have to brute force things since the kubejs create guide doesn't work at all
|
||||
JEIEvents.removeRecipes(event => {
|
||||
const mysteryConversion = global.jeiRuntime.jeiHelpers.getRecipeType("create:mystery_conversion").get()
|
||||
global.jeiRuntime.recipeManager.addRecipes(mysteryConversion, [
|
||||
// Refined radiance mysterious conversion
|
||||
new ConversionRecipe.create("create:chromatic_compound", "create:refined_radiance"),
|
||||
new ConversionRecipe.create("create:chromatic_compound", "create:shadow_steel")
|
||||
]);
|
||||
})
|
||||
@@ -0,0 +1,106 @@
|
||||
if (!global.jeiCategories.straining) global.jeiCategories.straining = {
|
||||
recipeType: null,
|
||||
resources: {
|
||||
jeiArrow: null
|
||||
},
|
||||
handlers: {
|
||||
verifyRecipe: undefined,
|
||||
setRecipe: undefined,
|
||||
draw: undefined,
|
||||
tooltips: undefined
|
||||
},
|
||||
loadResources: undefined
|
||||
};
|
||||
|
||||
/**
|
||||
* @param {Internal.IGuiHelper} guiHelper
|
||||
*/
|
||||
global.jeiCategories.straining.loadResources = function(guiHelper) {
|
||||
global.jeiCategories.straining.resources.jeiArrow = guiHelper.createAnimatedDrawable(
|
||||
guiHelper.getRecipeArrowFilled(),
|
||||
60,
|
||||
JEIIDrawableAnimated.StartDirection.LEFT,
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {Internal.IJeiHelpers} jeiHelpers
|
||||
* @param {any} recipe
|
||||
* @returns
|
||||
*/
|
||||
global.jeiCategories.straining.handlers.verifyRecipe = function (jeiHelpers, recipe) {
|
||||
// IMPORTANT: Always return true or false. If you do not, it could crash the game or cause JEI to not work properly.
|
||||
if (!recipe) return false;
|
||||
if (!recipe.data) return false;
|
||||
if (!recipe.data.input) return false;
|
||||
if (!recipe.data.output) return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {Internal.IJeiHelpers} jeiHelpers
|
||||
* @param {Internal.IRecipeLayoutBuilder} builder
|
||||
* @param {any} recipe
|
||||
* @param {Internal.IFocusGroup} focuses
|
||||
*/
|
||||
global.jeiCategories.straining.handlers.setRecipe = function (jeiHelpers, builder, recipe, focuses) {
|
||||
let guiHelper = jeiHelpers.getGuiHelper()
|
||||
let inputItem = recipe.data.input;
|
||||
let outputItems = recipe.data.output;
|
||||
|
||||
builder.addSlot("CATALYST", 8, 6)
|
||||
.addItemStack(Item.of(inputItem))
|
||||
.setStandardSlotBackground()
|
||||
.setBackground(guiHelper.getSlotDrawable(), -1, -1);
|
||||
|
||||
for(let i = 0;i < 4;++i) {
|
||||
let slotBuilder = builder.addSlot("OUTPUT", 68 + (18 * i), 6)
|
||||
slotBuilder.setStandardSlotBackground()
|
||||
slotBuilder.setBackground(guiHelper.getSlotDrawable(), -1, -1);
|
||||
|
||||
if (i < outputItems.length) {
|
||||
let itemName = outputItems[i].Item;
|
||||
let chance = outputItems[i].Chance;
|
||||
|
||||
if (itemName.startsWith("#")) {
|
||||
slotBuilder.addItemStacks(Ingredient.of(itemName).getStacks().toArray());
|
||||
} else {
|
||||
slotBuilder.addItemStack(Item.of(itemName));
|
||||
}
|
||||
|
||||
slotBuilder.addRichTooltipCallback((recipeSlotView, tooltip) => {
|
||||
let chancePercent = (Math.round(chance * 100)).toString();
|
||||
let text = Component.translatable("create.recipe.processing.chance", chancePercent).withStyle(ChatFormatting.GOLD)
|
||||
tooltip.add(text);
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {Internal.IJeiHelpers} jeiHelpers
|
||||
* @param {any} recipe
|
||||
* @param {Internal.IRecipeSlotsView} recipeSlotsView
|
||||
* @param {Internal.GuiGraphics} guiGraphics
|
||||
* @param {number} mouseX
|
||||
* @param {number} mouseY
|
||||
*/
|
||||
global.jeiCategories.straining.handlers.draw = function (jeiHelpers, recipe, recipeSlotsView, guiGraphics, mouseX, mouseY) {
|
||||
let guiHelper = jeiHelpers.getGuiHelper();
|
||||
guiHelper.getRecipeArrow().draw(guiGraphics, 34, 6);
|
||||
global.jeiCategories.straining.resources.jeiArrow.draw(guiGraphics, 34, 6);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {Internal.IJeiHelpers} jeiHelpers
|
||||
* @param {any} recipe
|
||||
* @param {Internal.IRecipeSlotsView} recipeSlotsView
|
||||
* @param {number} mouseX
|
||||
* @param {number} mouseY
|
||||
* @returns {[Internal.Component]}
|
||||
*/
|
||||
global.jeiCategories.straining.handlers.tooltips = function(jeiHelpers, recipe, recipeSlotsView, mouseX, mouseY) {
|
||||
return [];
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
JEIAddedEvents.registerCategories((event) => {
|
||||
event.custom("kubejs:straining", (category) => {
|
||||
let guiHelper = category.jeiHelpers.getGuiHelper();
|
||||
global.jeiCategories.straining.recipeType = category.recipeType;
|
||||
global.jeiCategories.straining.loadResources(guiHelper);
|
||||
|
||||
category.title("Straining")
|
||||
.background(guiHelper.createBlankDrawable(146, 30))
|
||||
.icon(guiHelper.createDrawableItemStack(Item.of("mbd2:strainer")))
|
||||
.setIsRecipeHandledByCategory((recipe) => {
|
||||
return global.jeiCategories.straining.handlers["verifyRecipe"](category.jeiHelpers, recipe);
|
||||
})
|
||||
.setSetRecipeHandler((builder, recipe, focuses) => {
|
||||
global.jeiCategories.straining.handlers["setRecipe"](category.jeiHelpers, builder, recipe, focuses);
|
||||
})
|
||||
.setDrawHandler((recipe, recipeSlotsView, guiGraphics, mouseX, mouseY) => {
|
||||
global.jeiCategories.straining.handlers["draw"](category.jeiHelpers, recipe, recipeSlotsView, guiGraphics, mouseX, mouseY);
|
||||
})
|
||||
.setTooltipHandler((recipe, recipeSlotsView, mouseX, mouseY) => {
|
||||
return global.jeiCategories.straining.handlers["tooltips"](category.jeiHelpers, recipe, recipeSlotsView, mouseX, mouseY);
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
JEIAddedEvents.registerRecipeCatalysts(event => {
|
||||
let addRecipeCatalyst = function(ingredient, recipeTypes) {
|
||||
return event.data["addRecipeCatalyst(net.minecraft.world.item.ItemStack,mezz.jei.api.recipe.RecipeType[])"](ingredient, recipeTypes);
|
||||
}
|
||||
addRecipeCatalyst(Item.of("mbd2:strainer"), [global.jeiCategories.straining.recipeType]);
|
||||
})
|
||||
|
||||
JEIAddedEvents.registerRecipes((event) => {
|
||||
let strainer_filter = Item.of("kubejs:strainer_filter"); strainer_filter.setDamageValue(1);
|
||||
event.custom("kubejs:straining")
|
||||
.add({input: strainer_filter, output: [{Item: "#kubejs:strainer/sands", Chance: 0.75}, {Item: "minecraft:clay_ball", Chance: 0.25}]})
|
||||
});
|
||||
@@ -0,0 +1,23 @@
|
||||
const LANGS = ["es_es", "fr_fr", "pt_br", "ru_ru", "zh_cn"]
|
||||
LANGS.forEach(lang => {
|
||||
ClientEvents.lang(lang, event => {
|
||||
global.trades.forEach(id => {
|
||||
// raw may be "16x mod:custom_item" or "minecraft:dirt"
|
||||
let raw = global.transactions[id][0].out
|
||||
let displayName = Text.translatable(Item.of(raw).item.getDescriptionId())
|
||||
|
||||
let cardKey = `item.kubejs.trade_card_${id}`
|
||||
|
||||
event.add(cardKey, Text.translatable("cabin.import.prefix", displayName).getString())
|
||||
})
|
||||
|
||||
global.professions.forEach(id => {
|
||||
let profKey = `cabin.profession.${id}`
|
||||
let display = Text.translatable("cabin.profession.prefix", Text.translatable(profKey)).getString()
|
||||
|
||||
let cardKey = `item.kubejs.profession_card_${id}`
|
||||
|
||||
event.add(cardKey, display)
|
||||
})
|
||||
})
|
||||
})
|
||||
@@ -0,0 +1,52 @@
|
||||
if(Platform.isLoaded("create_central_kitchen")) {
|
||||
ClientEvents.highPriorityAssets(event=>{
|
||||
let emiHide = [
|
||||
"item:create_central_kitchen:creative_tab_icon",
|
||||
|
||||
"item:create_central_kitchen:incomplete_egg_sandwich",
|
||||
"item:create_central_kitchen:incomplete_chicken_sandwich",
|
||||
"item:create_central_kitchen:incomplete_hamburger",
|
||||
"item:create_central_kitchen:incomplete_bacon_sandwich",
|
||||
"item:create_central_kitchen:incomplete_mutton_wrap",
|
||||
"item:create_central_kitchen:incomplete_apple_pie",
|
||||
"item:create_central_kitchen:incomplete_sweet_berry_cheesecake",
|
||||
"item:create_central_kitchen:incomplete_pumpkin_pie",
|
||||
"item:create_central_kitchen:incomplete_cherry_pie",
|
||||
"item:create_central_kitchen:incomplete_truffle_pie",
|
||||
"item:create_central_kitchen:incomplete_mulberry_pie",
|
||||
];
|
||||
|
||||
if (!Platform.isLoaded("upgrade_aquatic")) emiHide.push("item:create_central_kitchen:mulberry_pie_slice")
|
||||
if (!Platform.isLoaded("peculiars")) {
|
||||
emiHide.push("item:create_central_kitchen:aloe_cake_slice")
|
||||
emiHide.push("item:create_central_kitchen:yucca_cake_slice")
|
||||
emiHide.push("item:create_central_kitchen:passionfruit_cake_slice")
|
||||
}
|
||||
if (!Platform.isLoaded("seasonals")) {
|
||||
emiHide.push("item:create_central_kitchen:pumpkin_cake_slice")
|
||||
emiHide.push("item:create_central_kitchen:sweet_berry_cake_slice")
|
||||
}
|
||||
if (!Platform.isLoaded("createaddition")) {
|
||||
emiHide.push("item:create_central_kitchen:chocolate_cake_slice")
|
||||
emiHide.push("item:create_central_kitchen:honey_cake_slice")
|
||||
}
|
||||
|
||||
let json = {
|
||||
removed: emiHide
|
||||
}
|
||||
event.add("emi:index/stacks/create_central_kitchen_removed_stacks", json)
|
||||
|
||||
// Hide CABIN's fern deploying recipes from EMI since cck has an automated cuting tab.
|
||||
let hiddenRecipes = [
|
||||
"jei:/kubejs/deploying/earth_slime_fern_leaf_using_deployer",
|
||||
"jei:/kubejs/deploying/sky_slime_fern_leaf_using_deployer",
|
||||
"jei:/kubejs/deploying/ender_slime_fern_leaf_using_deployer"
|
||||
]
|
||||
|
||||
json = {
|
||||
filters: hiddenRecipes.map(recipe=>{return {id: recipe}})
|
||||
}
|
||||
|
||||
event.add("emi:recipe/filters/create_central_kitchen_hidden_recipes", json)
|
||||
})
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
if(Platform.isLoaded("quark")) {
|
||||
POTIONS.push(["quark:resilience", ["long", "strong"]])
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
if (Platform.isLoaded("trials")) {
|
||||
POTIONS.push(["trials:winded", []])
|
||||
POTIONS.push(["trials:infested", []])
|
||||
POTIONS.push(["trials:weave", []])
|
||||
POTIONS.push(["trials:ooze", []])
|
||||
}
|
||||
@@ -0,0 +1,164 @@
|
||||
|
||||
// Ponder.registry((event) => {
|
||||
// event.create("kubejs:alchemical_laser")
|
||||
// .scene("alchemy_setup", "The Thermal Alchemy Setup", "laser_alchemy", (scene, util) => {
|
||||
// scene.configureBasePlate(0, 0, 5);
|
||||
// scene.showBasePlate();
|
||||
// scene.idle(10)
|
||||
|
||||
// let largeCog = util.select.position(5, 0, 2)
|
||||
// let deployerSingle = util.select.position(4, 1, 3)
|
||||
// let smallCog = util.select.position(4, 1, 2)
|
||||
// let lamp = util.select.fromTo(4, 1, 4, 4, 2, 4)
|
||||
// let deployer = util.select.fromTo(4, 1, 2, 4, 2, 4)
|
||||
// let machine = util.select.position(2, 1, 3)
|
||||
// let light = util.select.position(2, 1, 2)
|
||||
|
||||
// scene.world.showSection(machine, Facing.down)
|
||||
// scene.idle(15)
|
||||
|
||||
// scene.overlay.showText(50)
|
||||
// .text("Start with an Invar Machine")
|
||||
// .pointAt(util.vector.topOf(2, 1, 3))
|
||||
// .colored(PonderPalette.WHITE)
|
||||
// .placeNearTarget()
|
||||
// scene.idle(60)
|
||||
|
||||
// scene.world.showSection(light, Facing.east)
|
||||
// scene.overlay.showText(40)
|
||||
// .text("Attach a Cage Lamp of any colour")
|
||||
// .pointAt(util.vector.centerOf(2, 1, 2))
|
||||
// .colored(PonderPalette.WHITE)
|
||||
// .placeNearTarget()
|
||||
// scene.idle(60)
|
||||
|
||||
|
||||
// scene.overlay.showText(40)
|
||||
// .text("Toggle it on with a wrench")
|
||||
// .colored(PonderPalette.GREEN)
|
||||
// .pointAt(util.vector.centerOf(2, 1, 2))
|
||||
// .placeNearTarget()
|
||||
// scene.idle(20)
|
||||
|
||||
// scene.overlay.showControls(new PonderInput(util.vector.blockSurface(util.vector.centerOf(2.5, 1, 2), Facing.west), PonderPointing.RIGHT)
|
||||
// .rightClick().withWrench(),
|
||||
// 50)
|
||||
// scene.idle(10)
|
||||
|
||||
// scene.world.setBlock(util.grid.at(2, 1, 2), util.getDefaultState("kubejs:ponder_laser_lamp_on"), false)
|
||||
// scene.idle(15)
|
||||
|
||||
// scene.idle(50)
|
||||
|
||||
// scene.world.setKineticSpeed(deployer, 0)
|
||||
// scene.world.showSection(deployerSingle, Facing.down)
|
||||
// scene.idle(15)
|
||||
|
||||
// scene.overlay.showText(60)
|
||||
// .text("Place a Deployer targeting the Invar Machine")
|
||||
// .pointAt(util.vector.topOf(4, 1, 3))
|
||||
// .colored(PonderPalette.WHITE)
|
||||
// .placeNearTarget()
|
||||
// scene.idle(70)
|
||||
// scene.overlay.showControls(new PonderInput(util.vector.blockSurface(util.grid.at(4, 1, 3), Facing.west), PonderPointing.RIGHT)
|
||||
// .rightClick().withWrench(),
|
||||
// 50)
|
||||
// scene.idle(8)
|
||||
// scene.world.modifyTileNBT(deployerSingle, (nbt) => {nbt.Mode = { Mode: "PUNCH"}});
|
||||
|
||||
// scene.overlay.showText(50)
|
||||
// .text("Set it to Punch mode using a Wrench")
|
||||
// .colored(PonderPalette.GREEN)
|
||||
// .pointAt(util.vector.topOf(4, 1, 3))
|
||||
// .placeNearTarget()
|
||||
// scene.idle(20)
|
||||
// scene.world.showSection(largeCog, Facing.up)
|
||||
// scene.world.showSection(smallCog, Facing.down)
|
||||
// scene.idle(5)
|
||||
// scene.world.showSection(lamp, Facing.down)
|
||||
// scene.idle(5)
|
||||
// scene.world.setKineticSpeed(deployer, 64)
|
||||
// scene.idle(60)
|
||||
// scene.overlay.showText(50)
|
||||
// .attachKeyFrame()
|
||||
// .text("Whenever the Deployer activates...")
|
||||
// .pointAt(util.vector.topOf(4, 1, 3))
|
||||
// .colored(PonderPalette.WHITE)
|
||||
// .placeNearTarget()
|
||||
|
||||
// scene.idle(30)
|
||||
// scene.world.toggleRedstonePower(lamp)
|
||||
// scene.idle(3)
|
||||
// scene.world.moveDeployer(util.grid.at(4, 1, 3), 1, 25);
|
||||
// scene.idle(15)
|
||||
// scene.idle(10)
|
||||
|
||||
// scene.effects.indicateSuccess(util.grid.at(2, 1, 2))
|
||||
// scene.effects.indicateSuccess(util.grid.at(2, 1, 1))
|
||||
// scene.effects.indicateSuccess(util.grid.at(2, 1, 0))
|
||||
// scene.effects.indicateSuccess(util.grid.at(2, 1, -1))
|
||||
|
||||
// scene.idle(3)
|
||||
// scene.world.moveDeployer(util.grid.at(4, 1, 3), -1, 25);
|
||||
// scene.idle(10)
|
||||
// scene.world.toggleRedstonePower(lamp)
|
||||
// // scene.effects.indicateRedstone(util.grid.at(4, 2, 4))
|
||||
|
||||
// scene.overlay.showText(50)
|
||||
// .text("...the Laser Lamp will emit a High-Energy Beam")
|
||||
// .colored(PonderPalette.GREEN)
|
||||
// .pointAt(util.vector.centerOf(2, 1, 2))
|
||||
// .placeNearTarget()
|
||||
// scene.idle(60)
|
||||
|
||||
// scene.world.showSection(util.select.fromTo(1, 1, 0, 3, 1, 0), Facing.west)
|
||||
// scene.idle(5)
|
||||
// //let HopperMinecart = Java.loadClass("net.minecraft.entity.item.minecart.HopperMinecartEntity")
|
||||
// //let cartHandle =
|
||||
// //scene.special.createCart(util.vector.topOf(2, 0, 0), 0, (w, x, y, z) => new HopperMinecart(w, x, y, z))
|
||||
// scene.world.createEntity("minecraft:hopper_minecart", [2,1,0]);
|
||||
// scene.idle(20)
|
||||
// scene.overlay.showText(80)
|
||||
// .attachKeyFrame()
|
||||
// .text("Hopper Minecarts caught in the Beam will process their contained Items")
|
||||
// .pointAt(util.vector.centerOf(2, 1, 0))
|
||||
// .colored(PonderPalette.WHITE)
|
||||
// .placeNearTarget()
|
||||
// scene.idle(70)
|
||||
|
||||
// scene.overlay.showControls(new PonderInput(util.vector.centerOf(2, 1, 0), PonderPointing.DOWN)
|
||||
// .withItem("thermal:flux_magnet"),
|
||||
// 40)
|
||||
// scene.idle(5)
|
||||
// scene.overlay.showControls(new PonderInput(util.vector.centerOf(2, 1, 0), PonderPointing.UP)
|
||||
// .withItem("minecraft:basalt"),
|
||||
// 35)
|
||||
// scene.idle(30)
|
||||
|
||||
// scene.world.toggleRedstonePower(lamp)
|
||||
// scene.idle(3)
|
||||
// scene.world.moveDeployer(util.grid.at(4, 1, 3), 1, 25);
|
||||
// scene.idle(15)
|
||||
// scene.idle(10)
|
||||
|
||||
// scene.effects.indicateSuccess(util.grid.at(2, 1, 2))
|
||||
// scene.effects.indicateSuccess(util.grid.at(2, 1, 1))
|
||||
// scene.effects.indicateSuccess(util.grid.at(2, 1, 0))
|
||||
// scene.effects.indicateSuccess(util.grid.at(2, 1, -1))
|
||||
|
||||
// scene.idle(3)
|
||||
// scene.world.moveDeployer(util.grid.at(4, 1, 3), -1, 25);
|
||||
// scene.idle(10)
|
||||
|
||||
// scene.overlay.showControls(new PonderInput(util.vector.centerOf(2, 1, 0), PonderPointing.DOWN)
|
||||
// .withItem("thermal:flux_magnet"),
|
||||
// 40)
|
||||
// scene.idle(5)
|
||||
// scene.overlay.showControls(new PonderInput(util.vector.centerOf(2, 1, 0), PonderPointing.UP)
|
||||
// .withItem("thermal:basalz_rod"),
|
||||
// 35)
|
||||
|
||||
// // scene.effects.indicateRedstone(util.grid.at(4, 2, 4))
|
||||
// scene.world.toggleRedstonePower(lamp)
|
||||
// })
|
||||
// })
|
||||
@@ -0,0 +1,2 @@
|
||||
// Use scene = new CreateSceneBuilder(scene) to get a scene builder object with Create Scene Building Methods
|
||||
const CreateSceneBuilder = Java.loadClass("com.simibubi.create.foundation.ponder.CreateSceneBuilder")
|
||||
@@ -0,0 +1,177 @@
|
||||
Ponder.tags((event) => {
|
||||
/**
|
||||
* "kubejs:getting_started" -> the tag name
|
||||
* "minecraft:paper" -> the icon
|
||||
* "Getting Started" -> the title
|
||||
* "This is a description" -> the description
|
||||
* [...items] -> default items
|
||||
*/
|
||||
event.createTag(
|
||||
"cabin:ponders",
|
||||
"kubejs:gold_machine",
|
||||
// Ponder for Kubejs is bugged to not show non kubejs namespace text, edit these in en_us.json instead
|
||||
"CABIN",
|
||||
"Components which are distinctive to A&B and CABIN",
|
||||
["kubejs:alchemical_laser"]
|
||||
);
|
||||
});
|
||||
|
||||
Ponder.registry((event) => {
|
||||
event.create("kubejs:alchemical_laser")
|
||||
.scene("alchemy_setup", "The Alchemical Laser", "cabin:laser_alchemy", (scene, util) => {
|
||||
scene = new CreateSceneBuilder(scene)
|
||||
|
||||
scene.configureBasePlate(0, 0, 5);
|
||||
scene.showBasePlate();
|
||||
scene.idle(10)
|
||||
|
||||
let largeCog = util.select.position(5, 0, 2)
|
||||
let deployerSingle = util.select.position(4, 1, 3)
|
||||
let smallCog = util.select.position(4, 1, 2)
|
||||
let lamp = util.select.fromTo(4, 1, 4, 4, 2, 4)
|
||||
let deployer = util.select.fromTo(4, 1, 2, 4, 2, 4)
|
||||
let machine = util.select.position(2, 1, 3)
|
||||
let light = util.select.position(2, 1, 2)
|
||||
|
||||
scene.world.showSection(machine, Facing.down)
|
||||
scene.idle(15)
|
||||
|
||||
scene.overlay.showText(50)
|
||||
.text("Start with an Invar Machine")
|
||||
.pointAt(util.vector.topOf(2, 1, 3))
|
||||
.colored(PonderPalette.WHITE)
|
||||
.placeNearTarget()
|
||||
scene.idle(60)
|
||||
|
||||
scene.world.showSection(light, Facing.east)
|
||||
scene.overlay.showText(40)
|
||||
.text("Attach an Industrial Lamp of any colour")
|
||||
.pointAt(util.vector.centerOf(2, 1, 2))
|
||||
.colored(PonderPalette.WHITE)
|
||||
.placeNearTarget()
|
||||
scene.idle(60)
|
||||
|
||||
|
||||
// scene.overlay.showText(40)
|
||||
// .text("Toggle it on with a wrench")
|
||||
// .colored(PonderPalette.GREEN)
|
||||
// .pointAt(util.vector.centerOf(2, 1, 2))
|
||||
// .placeNearTarget()
|
||||
// scene.idle(20)
|
||||
|
||||
// scene.showControls(50, [2.5, 1, 2], "right")
|
||||
// .rightClick().withItem("create:wrench")
|
||||
// scene.idle(10)
|
||||
|
||||
// scene.world.setBlock(util.grid.at(2, 1, 2), util.getDefaultState("kubejs:ponder_laser_lamp_on"), false)
|
||||
// scene.idle(15)
|
||||
//
|
||||
// scene.idle(50)
|
||||
|
||||
scene.world.setKineticSpeed(deployer, 0)
|
||||
scene.world.showSection(deployerSingle, Facing.down)
|
||||
scene.idle(15)
|
||||
|
||||
scene.overlay.showText(60)
|
||||
.text("Place a Deployer targeting the Invar Machine")
|
||||
.pointAt(util.vector.topOf(4, 1, 3))
|
||||
.colored(PonderPalette.WHITE)
|
||||
.placeNearTarget()
|
||||
scene.idle(70)
|
||||
scene.showControls(50, [4, 1, 3], "right")
|
||||
.rightClick().withItem("create:wrench")
|
||||
scene.idle(8)
|
||||
scene.world.modifyBlockEntityNBT(deployerSingle, (nbt) => {nbt.Mode = { Mode: "PUNCH"}});
|
||||
|
||||
scene.overlay.showText(50)
|
||||
.text("Set it to Punch mode using a Wrench")
|
||||
.colored(PonderPalette.GREEN)
|
||||
.pointAt(util.vector.topOf(4, 1, 3))
|
||||
.placeNearTarget()
|
||||
scene.idle(20)
|
||||
scene.world.showSection(largeCog, Facing.up)
|
||||
scene.world.showSection(smallCog, Facing.down)
|
||||
scene.idle(5)
|
||||
scene.world.showSection(lamp, Facing.down)
|
||||
scene.idle(5)
|
||||
scene.world.setKineticSpeed(deployer, 64)
|
||||
scene.idle(60)
|
||||
scene.overlay.showText(50)
|
||||
.attachKeyFrame()
|
||||
.text("Whenever the Deployer activates...")
|
||||
.pointAt(util.vector.topOf(4, 1, 3))
|
||||
.colored(PonderPalette.WHITE)
|
||||
.placeNearTarget()
|
||||
|
||||
scene.idle(30)
|
||||
scene.world.toggleRedstonePower(lamp)
|
||||
scene.idle(3)
|
||||
scene.world.moveDeployer(util.grid.at(4, 1, 3), 1, 25);
|
||||
scene.idle(15)
|
||||
scene.idle(10)
|
||||
|
||||
scene.effects.createRedstoneParticles(util.grid.at(2, 1, 2), 0xFF9600, 10)
|
||||
scene.effects.createRedstoneParticles(util.grid.at(2, 1, 1), 0xFF9600, 10)
|
||||
scene.effects.createRedstoneParticles(util.grid.at(2, 1, 0), 0xFF9600, 10)
|
||||
scene.effects.createRedstoneParticles(util.grid.at(2, 1, -1), 0xFF9600, 10)
|
||||
|
||||
scene.idle(3)
|
||||
scene.world.moveDeployer(util.grid.at(4, 1, 3), -1, 25);
|
||||
scene.idle(10)
|
||||
scene.world.toggleRedstonePower(lamp)
|
||||
// scene.effects.indicateRedstone(util.grid.at(4, 2, 4))
|
||||
|
||||
scene.overlay.showText(50)
|
||||
.text("...the Laser Lamp will emit a High-Energy Beam")
|
||||
.colored(PonderPalette.GREEN)
|
||||
.pointAt(util.vector.centerOf(2, 1, 2))
|
||||
.placeNearTarget()
|
||||
scene.idle(60)
|
||||
|
||||
scene.world.showSection(util.select.fromTo(1, 1, 0, 3, 1, 0), Facing.west)
|
||||
scene.idle(5)
|
||||
// let HopperMinecart = java("net.minecraft.entity.item.minecart.HopperMinecartEntity")
|
||||
// let cartHandle =
|
||||
// scene.special.createCart(util.vector.topOf(2, 0, 0), 0, (w, x, y, z) => new HopperMinecart(w, x, y, z))
|
||||
scene.world.createEntity("minecraft:hopper_minecart", [2.5,1,0]);
|
||||
scene.idle(20)
|
||||
scene.overlay.showText(80)
|
||||
.attachKeyFrame()
|
||||
.text("Hopper Minecarts caught in the Beam will process their contained Items")
|
||||
.pointAt(util.vector.centerOf(2, 1, 0))
|
||||
.colored(PonderPalette.WHITE)
|
||||
.placeNearTarget()
|
||||
scene.idle(70)
|
||||
|
||||
scene.showControls(40, [2.5, 2, 0.5], "down")
|
||||
.withItem("thermal:flux_magnet")
|
||||
scene.idle(5)
|
||||
scene.showControls(35, [2.5, 1.75, 0.5], "up")
|
||||
.withItem("minecraft:basalt")
|
||||
scene.idle(30)
|
||||
|
||||
scene.world.toggleRedstonePower(lamp)
|
||||
scene.idle(3)
|
||||
scene.world.moveDeployer(util.grid.at(4, 1, 3), 1, 25);
|
||||
scene.idle(15)
|
||||
scene.idle(10)
|
||||
|
||||
scene.effects.createRedstoneParticles(util.grid.at(2, 1, 2), 0xFF9600, 10)
|
||||
scene.effects.createRedstoneParticles(util.grid.at(2, 1, 1), 0xFF9600, 10)
|
||||
scene.effects.createRedstoneParticles(util.grid.at(2, 1, 0), 0xFF9600, 10)
|
||||
scene.effects.createRedstoneParticles(util.grid.at(2, 1, -1), 0xFF9600, 10)
|
||||
|
||||
scene.idle(3)
|
||||
scene.world.moveDeployer(util.grid.at(4, 1, 3), -1, 25);
|
||||
scene.idle(10)
|
||||
|
||||
scene.showControls(40, [2.5, 2, 0.5], "down")
|
||||
.withItem("thermal:flux_magnet")
|
||||
scene.idle(5)
|
||||
scene.showControls(35, [2.5, 1.75, 0.5], "up")
|
||||
.withItem("thermal:basalz_rod")
|
||||
|
||||
// scene.effects.indicateRedstone(util.grid.at(4, 2, 4))
|
||||
scene.world.toggleRedstonePower(lamp)
|
||||
})
|
||||
})
|
||||
@@ -0,0 +1,33 @@
|
||||
const Minecraft = Java.loadClass("net.minecraft.client.Minecraft");
|
||||
const ResourceOverridesManager = Java.loadClass("fuzs.resourcepackoverrides.client.data.ResourceOverridesManager")
|
||||
|
||||
// Resets resource packs to the default, including resource packs configured by Resource Pack Overrides.
|
||||
// The version only needs to be updated when the default enabled resource packs are changed. Otherwise this number can stay the same.
|
||||
// Uses the 3 numbers from the semantic version. 5.3.2 would have 5 as the major version, 3 as the minor version, 2 as the patch version.
|
||||
const MAJOR_VERSION = 2;
|
||||
const MINOR_VERSION = 0;
|
||||
const PATCH_VERSION = 0;
|
||||
|
||||
const RESOURCE_VERSION = (MAJOR_VERSION << 16) + (MINOR_VERSION << 8) + PATCH_VERSION;
|
||||
const FILE_NAME = "kubejs_client_data.json";
|
||||
{
|
||||
|
||||
// read data from the file saved in the client's Minecraft folder
|
||||
let data = JsonIO.read(FILE_NAME) || {}
|
||||
|
||||
if (data.resourceOptionsVersion != RESOURCE_VERSION) {
|
||||
let instance = Minecraft.getInstance()
|
||||
let resourcePacks = ResourceOverridesManager.getDefaultResourcePacks(true)
|
||||
|
||||
// In client_scripts, If we set the resource packs in options to our list of resource packs we want to use, it'll load up the game using those resources
|
||||
instance.options.resourcePacks.clear()
|
||||
for(let i = 0;i < resourcePacks.size();++i) {
|
||||
instance.options.resourcePacks.add(resourcePacks.get(i))
|
||||
}
|
||||
instance.options.save()
|
||||
|
||||
// write the new version into the file so that we don't reset enabled resource packs until the defaults are changed again.
|
||||
data.resourceOptionsVersion = RESOURCE_VERSION
|
||||
JsonIO.write(FILE_NAME, data)
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,88 @@
|
||||
ItemEvents.tooltip(tooltip => {
|
||||
let holds = (id, slots) => tooltip.add("metalbarrels:" + id + "_barrel", Text.translatable("item.metalbarrels.barrel.tooltip", slots));
|
||||
let main_assembly = (id, stage) => tooltip.add(id, Text.translatable("item.kubejs.main_assembly", stage == "4" ? "Finale" : "Chapter " + stage));
|
||||
let bonus_assembly = (id, stage) => tooltip.add(id, Text.translatable("item.kubejs.bonus_assembly", "Chapter " + stage));
|
||||
let not_consumed = (id) => tooltip.add(id, Text.translatable("item.kubejs.not_consumed_in_assembly"));
|
||||
|
||||
tooltip.add("minecraft:redstone_ore", Text.translatable("item.minecraft.redstone_ore.tooltip"));
|
||||
tooltip.add("minecraft:deepslate_redstone_ore", Text.translatable("item.minecraft.deepslate_redstone_ore.tooltip"));
|
||||
tooltip.add("supplementaries:ash", Text.translatable("item.supplementaries.ash.tooltip"));
|
||||
tooltip.add("functionalstorage:storage_controller", Text.translatable("item.functionalstorage.controller.tooltip"));
|
||||
tooltip.add("functionalstorage:controller_extension", Text.translatable("item.functionalstorage.controller_extension.tooltip"));
|
||||
|
||||
holds("copper", 5 * 9);
|
||||
holds("iron", 6 * 9);
|
||||
holds("silver", 8 * 9);
|
||||
holds("gold", 9 * 9);
|
||||
|
||||
main_assembly("kubejs:kinetic_mechanism", "1");
|
||||
bonus_assembly("kubejs:sealed_mechanism", "1A");
|
||||
bonus_assembly("kubejs:reinforced_mechanism", "1B");
|
||||
main_assembly("create:precision_mechanism", "2");
|
||||
bonus_assembly("kubejs:infernal_mechanism", "2A");
|
||||
bonus_assembly("kubejs:logistic_mechanism", "2B");
|
||||
main_assembly("kubejs:inductive_mechanism", "3");
|
||||
bonus_assembly("kubejs:abstruse_mechanism", "3A");
|
||||
main_assembly("kubejs:calculation_mechanism", "4");
|
||||
|
||||
not_consumed("cb_microblock:stone_saw");
|
||||
not_consumed("cb_microblock:iron_saw");
|
||||
not_consumed("cb_microblock:diamond_saw");
|
||||
not_consumed("projectred-core:screwdriver");
|
||||
not_consumed("kubejs:chromatic_resonator");
|
||||
not_consumed("kubejs:flash_drive");
|
||||
|
||||
global.substrates[0].forEach(e => tooltip.add(e.id, Text.translatable("item.kubejs.category.igneous")));
|
||||
global.substrates[1].forEach(e => tooltip.add(e.id, Text.translatable("item.kubejs.category.herbal")));
|
||||
global.substrates[2].forEach(e => tooltip.add(e.id, Text.translatable("item.kubejs.category.volatile")));
|
||||
global.substrates[3].forEach(e => tooltip.add(e.id, Text.translatable("item.kubejs.category.crystalline")));
|
||||
global.substrates[4].forEach(e => tooltip.add(e.id, Text.translatable("item.kubejs.category.metallurgic")));
|
||||
global.substrates[5].forEach(e => tooltip.add(e.id, Text.translatable("item.kubejs.category.gemstone")));
|
||||
global.substrates[6].forEach(e => tooltip.add(e.id, Text.translatable("item.kubejs.category.catalyst")));
|
||||
|
||||
tooltip.add("structurescompass:structures_compass", Text.translatable("item.structurescompass.structures_compass.tooltip"));
|
||||
tooltip.add("reliquary:alkahestry_tome", Text.translatable("item.reliquary.alkahestry_tome.tooltip"));
|
||||
|
||||
tooltip.add("kubejs:accellerator_redstone", Text.translatable("item.kubejs.accellerator_redstone.tooltip"));
|
||||
tooltip.add("kubejs:accellerator_glowstone", Text.translatable("item.kubejs.accellerator_glowstone.tooltip"));
|
||||
|
||||
for (let i = 0; i < 15; i++) {
|
||||
tooltip.add(`kubejs:failed_alchemy_${i}`, Text.translatable("item.kubejs.failed_alchemy.tooltip"));
|
||||
}
|
||||
|
||||
const pureore = ["minecraft:raw_iron", "minecraft:raw_copper", "minecraft:raw_gold", "thermal:raw_lead", "thermal:raw_nickel", "create:raw_zinc"];
|
||||
pureore.forEach(pureore => {
|
||||
tooltip.add(pureore, Text.translatable("item.kubejs.pureore.tooltip"));
|
||||
});
|
||||
|
||||
tooltip.addAdvanced(["/^kubejs:.+machine$/", "thermal:machine_frame", "ae2:controller"], (item, adv, text) => {
|
||||
if (!tooltip.shift) {
|
||||
text.add(1, Text.translatable("item.kubejs.shift.summary"));
|
||||
} else {
|
||||
text.add(1, Text.translatable("item.kubejs.shift.summary"));
|
||||
text.add(2, Text.translatable("item.kubejs.machine.details"));
|
||||
text.add(3, Text.translatable("item.kubejs.machine.transformation"));
|
||||
}
|
||||
});
|
||||
tooltip.addAdvanced(["/^kubejs:trial.+$/"], (item, adv, text) => {
|
||||
if (!tooltip.shift) {
|
||||
text.add(1, Text.translatable("item.kubejs.shift.summary"));
|
||||
} else {
|
||||
text.add(1, Text.translatable("item.kubejs.shift.summary"));
|
||||
text.add(2, Text.translatable("item.kubejs.trial.details"));
|
||||
text.add(3, Text.translatable("item.kubejs.trial.special_info"));
|
||||
}
|
||||
});
|
||||
|
||||
tooltip.addAdvanced(["occultism:spirit_fire"], (item, adv, text) => {
|
||||
if (!tooltip.shift) {
|
||||
text.add(1, Text.translatable("item.kubejs.shift.summary"));
|
||||
} else {
|
||||
text.add(1, Text.translatable("item.kubejs.shift.summary"));
|
||||
text.add(2, Text.translatable("item.spirit_fire.info"));
|
||||
text.add(3, Text.translatable("item.spirit_fire.creation"));
|
||||
}
|
||||
});
|
||||
|
||||
tooltip.add("trials:crafter", Text.red(Text.translatable("cabin.trials.crafter.deprecation.tooltip")))
|
||||
});
|
||||
@@ -0,0 +1,16 @@
|
||||
#KubeJS Client Properties
|
||||
#Sun Feb 02 20:02:05 CST 2025
|
||||
backgroundColor=C46002
|
||||
menuBackgroundBrightness=64
|
||||
exportAtlases=false
|
||||
barBorderColor=EEBD3B
|
||||
disableRecipeBook=true
|
||||
title=CABIN
|
||||
barColor=E29020
|
||||
overrideColors=true
|
||||
fmlLogColor=ECEFF4
|
||||
showTagNames=false
|
||||
fmlMemoryColor=ECEFF4
|
||||
menuBackgroundScale=32.0
|
||||
blurScaledPackIcon=true
|
||||
menuInnerBackgroundBrightness=32
|
||||
@@ -0,0 +1,16 @@
|
||||
#KubeJS Common Properties
|
||||
#Sun Feb 02 20:02:07 CST 2025
|
||||
matchJsonRecipes=true
|
||||
allowAsyncStreams=true
|
||||
announceReload=true
|
||||
serverOnly=false
|
||||
printRemappedClasses=false
|
||||
ignoreCustomUniqueRecipeIds=false
|
||||
debugInfo=false
|
||||
creativeModeTabIcon=minecraft\:purple_dye
|
||||
disableClassFilter=true
|
||||
startupErrorGUI=true
|
||||
hideServerScriptErrors=false
|
||||
saveDevPropertiesInConfig=false
|
||||
packmode=default
|
||||
startupErrorReportUrl=
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"conditions": [],
|
||||
"bone": "tconstruct:necrotic_bone",
|
||||
"replaces": "minecraft:bone"
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"type": "minecraft:archaeology",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:shaft"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:cogwheel"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:sail_frame"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "thermal:silver_coin",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 12
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:brick"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:wheat"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:andesite_alloy"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "kubejs:cozy_pottery_sherd"
|
||||
}
|
||||
],
|
||||
"rolls": 1
|
||||
}
|
||||
],
|
||||
"random_sequence": "cabin:archaeology/windmill"
|
||||
}
|
||||
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 3,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cooked_cod",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cooked_salmon",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cooked_mutton",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cooked_chicken",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cooked_rabbit",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "cabin:chests/reliquary_overworld_drop"
|
||||
}
|
||||
@@ -0,0 +1,257 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"bonus_rolls": 0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:random_chance",
|
||||
"chance": 0.25
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "tconstruct:add_tool_data",
|
||||
"materials": [
|
||||
{
|
||||
"type": "tconstruct:random"
|
||||
},
|
||||
{
|
||||
"type": "tconstruct:random"
|
||||
},
|
||||
{
|
||||
"type": "tconstruct:random"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "tconstruct:war_pick"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 3,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:rotten_flesh",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:bone",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:gunpowder",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "cabin:chests/reliquary_overworld_drop",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0,
|
||||
"max": 2
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "cabin:chests/railshaft/potion"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:emerald",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 4,
|
||||
"max": 8
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "thermal:silver_coin",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 8,
|
||||
"max": 24
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:diamond",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:copper_ingot",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:zinc_ingot",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:iron_ingot",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:gold_ingot",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "cabin:chests/railshaft/bad_end"
|
||||
}
|
||||
@@ -0,0 +1,272 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:tuff",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:tuff_pillar",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 3
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:crushed_raw_copper",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:crushed_raw_zinc",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:crushed_raw_iron",
|
||||
"weight": 15,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:crushed_raw_gold",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:crushed_raw_lead",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:crushed_raw_nickel",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 4,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:lantern",
|
||||
"weight": 15,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:coal",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 10
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:lapis_lazuli",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 10
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "thermal:apatite",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 10
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "thermal:niter",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 10
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "thermal:sulfur",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "thermal:cinnabar",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "cabin:chests/railshaft/bad_end_barrel"
|
||||
}
|
||||
@@ -0,0 +1,185 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:random_chance",
|
||||
"chance": 0.25
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "quark:ancient_tome",
|
||||
"functions": [
|
||||
{
|
||||
"function": "quark:tome_enchant",
|
||||
"levels": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0,
|
||||
"max": 2
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "cabin:chests/reliquary_overworld_drop",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:emerald",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 4,
|
||||
"max": 8
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "thermal:silver_coin",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 8,
|
||||
"max": 24
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:diamond",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 3,
|
||||
"max": 6
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:copper_ingot",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:zinc_ingot",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:iron_ingot",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:gold_ingot",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "cabin:chests/railshaft/good_end"
|
||||
}
|
||||
@@ -0,0 +1,256 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "cabin:chests/reliquary_overworld_drop",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:name_tag",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:book",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:iron_pickaxe",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 4
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:iron_ingot",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 5
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:gold_ingot",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:redstone",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 4,
|
||||
"max": 9
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:lapis_lazuli",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 4,
|
||||
"max": 9
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "thermal:silver_coin",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 4,
|
||||
"max": 12
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:coal",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 3,
|
||||
"max": 8
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:bread",
|
||||
"weight": 15,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 3,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "moreminecarts:wooden_rail",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 8,
|
||||
"max": 16
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "create:controller_rail",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:detector_rail",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:activator_rail",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:lantern",
|
||||
"weight": 15,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "cabin:chests/railshaft/house"
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:potion",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:night_vision"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:potion",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:swiftness"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:potion",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:strength"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:potion",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "kubejs:haste"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "cabin:chests/railshaft/potion"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "reliquary:zombie_heart"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "reliquary:rib_bone"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "reliquary:catalyzing_gland"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "reliquary:chelicerae"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "reliquary:slime_pearl"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "reliquary:nebulous_heart"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "cabin:chests/reliquary_overworld_drop"
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"values": [
|
||||
"#forge:is_spooky"
|
||||
],
|
||||
"remove": [
|
||||
"#forge:is_underground",
|
||||
"#minecraft:is_ocean",
|
||||
"#minecraft:is_river"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:is_forest",
|
||||
"#minecraft:is_hill",
|
||||
"#minecraft:is_jungle",
|
||||
"#forge:is_plains",
|
||||
"#forge:is_lush",
|
||||
"#forge:is_cold/overworld",
|
||||
"#minecraft:is_savanna",
|
||||
"#minecraft:is_mountain"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:is_forest",
|
||||
"#minecraft:is_taiga",
|
||||
"#minecraft:is_hill",
|
||||
"#minecraft:is_jungle",
|
||||
"#forge:is_plains",
|
||||
"#forge:is_swamp",
|
||||
"#forge:is_lush",
|
||||
"#minecraft:is_savanna",
|
||||
"#minecraft:is_mountain"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:is_forest",
|
||||
"#minecraft:is_taiga",
|
||||
"#minecraft:is_hill",
|
||||
"#minecraft:is_jungle",
|
||||
"#forge:is_plains",
|
||||
"#forge:is_swamp",
|
||||
"#forge:is_lush",
|
||||
"#forge:is_cold/overworld",
|
||||
"#minecraft:is_savanna",
|
||||
"#minecraft:is_mountain"
|
||||
],
|
||||
"remove": [
|
||||
"#minecraft:is_ocean",
|
||||
"#minecraft:is_river"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:is_forest",
|
||||
"#minecraft:is_taiga",
|
||||
"#minecraft:is_hill",
|
||||
"#minecraft:is_jungle",
|
||||
"#forge:is_plains",
|
||||
"#forge:is_swamp",
|
||||
"#forge:is_lush",
|
||||
"#forge:is_cold/overworld",
|
||||
"#minecraft:is_savanna",
|
||||
"#minecraft:is_mountain"
|
||||
],
|
||||
"remove": [
|
||||
"#minecraft:is_ocean",
|
||||
"#minecraft:is_river"
|
||||
]
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user