diff options
author | Elisis <gtandemmodding@gmail.com> | 2024-08-24 05:18:09 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-23 19:18:09 +0000 |
commit | 71e7f3dc16a7be69a3f89c17a170d401383bf021 (patch) | |
tree | 2b4f74c3edfdefc2152fb0dd245916e6eb3222f5 /src/main/resources | |
parent | 0dc1b9feefc03c16efe66e14c5b8707214693658 (diff) | |
download | GT5-Unofficial-71e7f3dc16a7be69a3f89c17a170d401383bf021.tar.gz GT5-Unofficial-71e7f3dc16a7be69a3f89c17a170d401383bf021.tar.bz2 GT5-Unofficial-71e7f3dc16a7be69a3f89c17a170d401383bf021.zip |
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 <dream-master@gmx.net>
Co-authored-by: Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/gtnhlanth/lang/en_US.lang | 3 | ||||
-rw-r--r-- | src/main/resources/assets/gtnhlanth/textures/blocks/casing.niobium_cavity.png | bin | 0 -> 720 bytes |
2 files changed, 2 insertions, 1 deletions
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 Binary files differnew file mode 100644 index 0000000000..bb9c93beec --- /dev/null +++ b/src/main/resources/assets/gtnhlanth/textures/blocks/casing.niobium_cavity.png |