From ca2ebd4bd1887d32dab8c9c23b419c617a1b4f58 Mon Sep 17 00:00:00 2001 From: boubou19 Date: Tue, 18 Jul 2023 17:52:23 +0200 Subject: Added machine type on single block tooltips (#2138) * change tooltips * put machine types together * Added constructor to accept multi line tooltip on sbs * sorting machine registering methods * update MachineType * migrate machines to multiline description * add new constructor for matter amplifier * migrate matter amplifier to multi line tooltip * spotless apply * Capitalize machine types * breakdown large run methods into themed methods * migrate TE IDs to an enum (1/?) * spotless apply * migrate TE IDs to an enum (2/?) * migrate TE IDs to an enum (3/?) * migrate TE IDs to an enum (4/?) * spotless apply * sorting crafting recipes by type + fix meta id typo * migrate TE IDs to an enum(5/?) * spotless apply * merge master (#2143) * Make structure tooltips more colorful (#2133) * default color changes * add colored casing amount builders * oversight * address reviews * GPL Special Item access (#2134) * Added getters to allow a machine to set the special item for recipe checking * Changes to ore factorys running mode description (#2135) * Changes the integrated ore factory mode description to match what its actually doing. * Some tooltip grammar changes. That would have annoyed me :) * Enable void protection for PA (#2136) * Added ofNoOverclock builder that accepts eut and duration (#2140) * Fix findRecipe might limit stack size by 64 (#2139) * Fix potential issue with applecore ItemFoodProxy (#2137) * Fix potential issue with applecore ItemFoodProxy * Fix the worst class loader issue ive ever encountered --------- Co-authored-by: GDCloud <93287602+GDCloudstrike@users.noreply.github.com> Co-authored-by: Maxim Co-authored-by: Lyfts <127234178+Lyfts@users.noreply.github.com> Co-authored-by: miozune Co-authored-by: Serenibyss <10861407+serenibyss@users.noreply.github.com> * Moved machine type and descriptions to lang files * Removed redundant visibility modifier * Only expose translated descriptions * Using prefix gt.recipe for NEI compatibility * Deprecate use of LanguageManager in GT_Recipe_Map * Unify GT_Recipe and MachineType localization * Electromagnetic Polarizer consistency with Separator * Added Packager MachineType * Added Scanner MachineType * Added Rock breaker MachineType * Added Mass Fabricator MachineType * Added Replicator MachineType * Added "Machine Type" tooltip to steam machines * public modifier unnecessary * Spotless apply --------- Co-authored-by: minecraft7771 Co-authored-by: Martin Robertz Co-authored-by: GDCloud <93287602+GDCloudstrike@users.noreply.github.com> Co-authored-by: Lyfts <127234178+Lyfts@users.noreply.github.com> Co-authored-by: miozune Co-authored-by: Serenibyss <10861407+serenibyss@users.noreply.github.com> Co-authored-by: YannickMG --- src/main/resources/assets/gregtech/lang/en_US.lang | 98 ++++++++++++++++++++++ 1 file changed, 98 insertions(+) (limited to 'src/main/resources/assets/gregtech/lang') diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 431d89c291..3e5280b731 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -89,6 +89,104 @@ GT5U.coil.MAX=Eternal GT5U.MS.multismelting=Multi smelting +# Machine types +gt.recipe.alloysmelter=Alloy Smelter +gt.recipe.alloysmelter.description=HighTech combination Smelter +gt.recipe.arcfurnace=Arc Furnace +gt.recipe.arcfurnace.description= +gt.recipe.assembler=Assembler +gt.recipe.assembler.description=Avengers, Assemble! +gt.recipe.autoclave=Autoclave +gt.recipe.autoclave.description=Crystallizing your Dusts +gt.recipe.metalbender=Bending Machine +gt.recipe.metalbender.description=Boo, he's bad! We want BENDER!!! +gt.recipe.canner=Canner +gt.recipe.canner.description=Unmobile Food Canning Machine GTA4 +gt.recipe.centrifuge=Centrifuge +gt.recipe.centrifuge.description=Separating Molecules +gt.recipe.chemicalbath=Chemical Bath +gt.recipe.chemicalbath.description=Bathing Ores in Chemicals to separate them +gt.recipe.chemicalreactor=Chemical Reactor +gt.recipe.chemicalreactor.description=Letting Chemicals react with each other +gt.recipe.circuitassembler=Circuit Assembler +gt.recipe.circuitassembler.description=Pick-n-Place all over the place +gt.recipe.compressor=Compressor +gt.recipe.compressor.description=Compress-O-Matic C77 +gt.recipe.cuttingsaw=Cutting Machine +gt.recipe.cuttingsaw.description=Slice'N Dice +gt.recipe.distillery=Distillery +gt.recipe.distillery.description=Extracting the most relevant Parts of Fluids +gt.recipe.furnace=Furnace +gt.recipe.furnace.description=Not like using a Commodore 64 +gt.recipe.electrolyzer=Electrolyzer +gt.recipe.electrolyzer.description=Electrolyzing Molecules +gt.recipe.electromagneticseparator=Electromagnetic Separator +gt.recipe.electromagneticseparator.description=Separating the magnetic Ores from the rest +gt.recipe.extractor=Extractor +gt.recipe.extractor.description=Dejuicer-Device of Doom - D123 +gt.recipe.extruder=Extruder +gt.recipe.extruder.description=Universal Machine for Metal Working +gt.recipe.fermenter=Fermenter +gt.recipe.fermenter.description=Fermenting Fluids +gt.recipe.fluidcanner=Fluid Canner +gt.recipe.fluidcanner.description=Puts Fluids into and out of Containers +gt.recipe.fluidextractor=Fluid Extractor +gt.recipe.fluidextractor.description=Extracting Fluids from Items +gt.recipe.fluidsolidifier=Fluid Solidifier +gt.recipe.fluidsolidifier.description=Cools Fluids down to form Solids +gt.recipe.hammer=Forge Hammer +gt.recipe.hammer.description=Stop, Hammertime! +gt.recipe.press=Forming Press +gt.recipe.press.description=Imprinting Images into things +gt.recipe.fluidheater=Fluid Heater +gt.recipe.fluidheater.description=Heating up your Fluids +gt.recipe.laserengraver=Laser Engraver +gt.recipe.laserengraver.description=Don't look directly at the Laser +gt.recipe.lathe=Lathe +gt.recipe.lathe.description=Produces Rods more efficiently +gt.recipe.macerator=Macerator +gt.recipe.macerator.description=Schreddering your Ores +gt.recipe.macerator_pulverizer=Macerator/Pulverizer +gt.recipe.macerator_pulverizer.description=Schreddering your Ores +gt.recipe.uuamplifier=Matter Amplifier +gt.recipe.uuamplifier.description=Extracting UU Amplifier +gt.recipe.massfab=Mass Fabrication +gt.recipe.massfab.description=UUM = Matter * Fabrication Squared +gt.recipe.microwave=Furnace +gt.recipe.microwave.description=Did you really read the instruction Manual? +gt.recipe.mixer=Mixer +gt.recipe.mixer.description=Will it Blend? +gt.recipe.orewasher=Ore Washer +gt.recipe.orewasher.description=Getting more Byproducts from your Ores +gt.recipe.oven=Furnace +gt.recipe.oven.description=Just a Furnace with a different Design +gt.recipe.packager=Packager +gt.recipe.packager.description="Puts things into Boxes" +gt.recipe.plasmaarcfurnace=Plasma Arc Furnace +gt.recipe.plasmaarcfurnace.description= +gt.recipe.polarizer=Electromagnetic Polarizer +gt.recipe.polarizer.description=Bipolarising your Magnets +gt.recipe.printer=Printer +gt.recipe.printer.description=It can copy Books and paint Stuff +ic.recipe.recycler=Recycler +ic.recipe.recycler.description=Compress, burn, obliterate and filter EVERYTHING +gt.recipe.replicator=Replicator +gt.recipe.replicator.description=Producing Elemental Matter +gt.recipe.rockbreaker=Rock Breaker +gt.recipe.rockbreaker.description=Put Lava and Water adjacent +gt.recipe.scanner=Scanner +gt.recipe.scanner.description=Scans Crops and other things. +gt.recipe.sifter=Sifter +gt.recipe.sifter.description=Stay calm and keep sifting +gt.recipe.slicer=Slicer +gt.recipe.slicer.description=Slice of Life +gt.recipe.thermalcentrifuge=Thermal Centrifuge +gt.recipe.thermalcentrifuge.description=Separating Ores more precisely +gt.recipe.unpackager=Unpackager +gt.recipe.unpackager.description=Grabs things out of Boxes +gt.recipe.wiremill=Wiremill +gt.recipe.wiremill.description=Produces Wires more efficiently + GT5U.machines.tier=Tier GT5U.machines.workarea=Work Area GT5U.machines.workareaset=Work Area set to -- cgit