From 71e7f3dc16a7be69a3f89c17a170d401383bf021 Mon Sep 17 00:00:00 2001 From: Elisis Date: Sat, 24 Aug 2024 05:18:09 +1000 Subject: General beamline fixes, balancing (#2899) * Remove cell chemistry, increase tiering of recipes from mask-making process * Fix LN2 and LOX in LINAC and Synchrotron * Fix Synchrotron structure definition antenna having a different meta to the actual block * Fix Accelerator Glass Hardness * Fix mobs spawning inside Synchrotron, make LiB6 rods less painful to make * Halve TC base recipe duration, loosen focus requirements for lower-tier wafers, add more detail to LINAC TT * Improve LINAC output energy eu/t scaling * Remove log * Spotless * Remove merge artifact * Spotless apply for branch beamline-fixes-2 for #2899 (#2900) spotlessApply Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Robertz Co-authored-by: Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com> --- src/main/resources/assets/gtnhlanth/lang/en_US.lang | 3 ++- .../gtnhlanth/textures/blocks/casing.niobium_cavity.png | Bin 0 -> 720 bytes 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/assets/gtnhlanth/textures/blocks/casing.niobium_cavity.png (limited to 'src/main/resources') diff --git a/src/main/resources/assets/gtnhlanth/lang/en_US.lang b/src/main/resources/assets/gtnhlanth/lang/en_US.lang index 7b3568b390..b9729347d5 100644 --- a/src/main/resources/assets/gtnhlanth/lang/en_US.lang +++ b/src/main/resources/assets/gtnhlanth/lang/en_US.lang @@ -54,7 +54,7 @@ LINAC.hint.10=Dot 4: Beamline Output Hatch Synchrotron.hint.0=676x Shielded Accelerator Casing Synchrotron.hint.1=90x Superconducting Coil Block -Synchrotron.hint.2=64x Niobium Block +Synchrotron.hint.2=64x Niobium Cavity Machine Casing Synchrotron.hint.3=28x Coolant Delivery Casing Synchrotron.hint.4=16x Borosilicate Glass (LuV+) Synchrotron.hint.5=4x Antenna Casing @@ -119,6 +119,7 @@ casing.electrode.name=Electrode Casing casing.coolant_delivery.name=Coolant Delivery Casing casing.antenna_t1.name=Antenna Casing (T1) casing.antenna_t2.name=Antenna Casing (T2) +casing.niobium_cavity.name=Niobium Cavity Machine Casing casing.focus_manipulator.name=Focus Manipulator casing.focus_holder.name=Focus Holder casing.target_receptacle.name=Target Receptacle diff --git a/src/main/resources/assets/gtnhlanth/textures/blocks/casing.niobium_cavity.png b/src/main/resources/assets/gtnhlanth/textures/blocks/casing.niobium_cavity.png new file mode 100644 index 0000000000..bb9c93beec Binary files /dev/null and b/src/main/resources/assets/gtnhlanth/textures/blocks/casing.niobium_cavity.png differ -- cgit