diff options
author | DrNuget <drnuget@outlook.com> | 2024-09-01 04:40:08 +0300 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2024-09-01 04:40:08 +0300 |
commit | 5959df2f14a81b55f20c17a0c2634a57239398b5 (patch) | |
tree | 2c9d9a437fd3dd7e6a695c0723c83316e7ce0ea9 | |
parent | ffb09bf1eb9584414c640aa012247e1a695bd4b0 (diff) |
fix nuclearcraft energy conversion ratio
-rw-r--r-- | config/nuclearcraft.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nuclearcraft.cfg b/config/nuclearcraft.cfg index ec5bf1f..436fdd7 100644 --- a/config/nuclearcraft.cfg +++ b/config/nuclearcraft.cfg @@ -1999,7 +1999,7 @@ processor { > # Conversion ratio between Redstone Flux and IC2 and GTCE Energy Units. - I:rf_per_eu=16 + I:rf_per_eu=1 # If enabled, energy from IC2 can be accepted and emitted by NC machines. B:enable_ic2_eu=true |