From 56d7f408a6fa7fe10bd243d6cb7bf175d00d3174 Mon Sep 17 00:00:00 2001
From: DianeXD <64360468+DianeXD@users.noreply.github.com>
Date: Wed, 27 Jul 2022 18:21:47 +0800
Subject: Some LES bug fixes (#57)
* Add mod check to prevent unexpected crash
* Fix wrong NBTbase type
* Fix some missing Essentia
* Change incorrect text
* careless
* Use the correct random function
---
src/main/resources/assets/goodgenerator/lang/en_US.lang | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/main/resources')
diff --git a/src/main/resources/assets/goodgenerator/lang/en_US.lang b/src/main/resources/assets/goodgenerator/lang/en_US.lang
index 62c4704a4d..e5d0b72ca6 100644
--- a/src/main/resources/assets/goodgenerator/lang/en_US.lang
+++ b/src/main/resources/assets/goodgenerator/lang/en_US.lang
@@ -489,7 +489,7 @@ research.ESSENTIA_UPGRADE_RADIATION.page.1=Acceptable Aspects:
Radio: 238
research.ESSENTIA_UPGRADE_RADIATION.page.2=Optional Liquid:
Molten Caesium: Efficiency:x2.0
Molten Uranium-235: Efficiency:x3.0
Molten Naquadah: Efficiency:x4.0
Molten Atomic Separation Catalyst: Efficiency:x16.0
research.ESSENTIA_UPGRADE_ELECTRIC.page.0=The ELECTRUM Essentia itself represents electricity!
The higher the voltage of the generator dynamo hatch, the more ELECTRUM will be affected by potential difference and increase the amount of energy.
research.ESSENTIA_UPGRADE_ELECTRIC.page.1=Acceptable Aspects: Electrum
The formula to calculate its power:
8x(3.0^Dynamo Hatch Tier)EU
-research.ESSENTIA_SMELTERY.page.0=The Advanced Alchemical Furnace is no longer enough to support your Essentia production...
The LES(Large Elemental Smelter) is an advanced version of the Advanced Alchemical Furnace, which consumes electricity and cent-vis to smelt Essentia.
+research.ESSENTIA_SMELTERY.page.0=The Advanced Alchemical Furnace is no longer enough to support your Essentia production...
The LES(Large Essentia Smeltery) is an advanced version of the Advanced Alchemical Furnace, which consumes electricity and cent-vis to smelt Essentia.
research.ESSENTIA_SMELTERY.page.1=Ignis and Aqua are the basic conditions for the operation of LES. The minimum demand is about the highest Energy Hatch tier^2*1.15cv/work, and the machine can run only after it is satisfied.
Ordo affects the pollution and the generation of Flux Gas (randomly exhaust Flux Gas at the facing of the muffler when smelting Essentia).
Perditio can speed up machine work, up to 200% (100cv/5t).
research.ESSENTIA_SMELTERY.page.2=The Essentia Diffusion Cell tier and structure size only affect the machine parallel, and the max parallel is 64x.
Items without Essentia will be smelted to 1 point of perditio.
research.ESSENTIA_OUTPUT_HATCH_ME.page.0=Someday you will use it...
Be sure to connect to the network. It has no cache!
--
cgit