Update NCR-Encryption.json, client.json, common.json, and 49 more files

This commit is contained in:
2026-07-13 16:51:37 +01:00
parent f6694318ba
commit 35b3ca112b
1436 changed files with 233033 additions and 2193 deletions
@@ -0,0 +1,16 @@
#General Config. This config is synced from server to client.
[general]
#mB of Unstable Dimensional Gas collected by the Ambient Gas Collector.
#Range: 1 ~ 1000
gasCollectAmount = 1
#mB of Unstable Dimensional Gas collected by the Ambient Gas Collector.
wirelessChargingStationChargingRate = "100000"
#Custom Replicator Recipes
[general.replicator_recipes]
#The recipes added here will be added to the item replicator. Write using modid:registeredName#amount, # followed by the amount(not null or zero) of UU matter consumed. For example:["minecraft:stone#10","mekanism:basic_bin#100"]
itemReplicatorRecipe = []
#The recipes added here will be added to the fluid replicator. Write using modid:registeredName#amount, # followed by the amount(not null or zero) of UU matter consumed. For example:["minecraft:water#10","mekanism:heavy_water#100"]
fluidReplicatorRecipe = []
@@ -0,0 +1,25 @@
#Machine Energy Storage Config. This config is synced from server to client.
[storage]
#Base energy storage (Joules).
recycler = "20000"
#Base energy storage (Joules).
plantingStation = "80000"
#Base energy storage (Joules).
cnc_stamper = "20000"
#Base energy storage (Joules).
cnc_lathe = "20000"
#Base energy storage (Joules).
cnc_rollingMill = "20000"
#Base energy storage (Joules).
ambientGasCollector = "40000"
#Base energy storage (Joules).
wirelessChargingStation = "10000000"
#Settings for configuring Replicator Energy Storage
[storage.replicator]
#Base energy storage (Joules).
itemReplicator = "102400000"
#Base energy storage (Joules).
fluidReplicator = "102400000"
@@ -0,0 +1,23 @@
#Machine Energy Usage Config. This config is synced from server to client.
[usage]
#Energy per operation tick (Joules).
recycler = "50"
#Energy per operation tick (Joules).
plantingStation = "200"
#Energy per operation tick (Joules).
cnc_stamper = "50"
#Energy per operation tick (Joules).
cnc_lathe = "50"
#Energy per operation tick (Joules).
cnc_rollingMill = "50"
#Energy per operation tick (Joules).
ambientGasCollector = "100"
#Settings for configuring Replicator Energy Usage
[usage.replicator]
#Energy per operation tick (Joules).
itemReplicator = "102400"
#Energy per operation tick (Joules).
fluidReplicator = "102400"
@@ -0,0 +1,61 @@
#Tier Config. This config is synced from server to client.
[tier]
#Large Chemical Tanks
[tier.large_chemical_tanks]
#Mid Chemical Tanks
[tier.large_chemical_tanks.mid]
#Storage size of Basic mid chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
basicStorage = 160000
#Output rate of Basic mid chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
basicOutput = 2500
#Storage size of Advanced mid chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
advancedStorage = 640000
#Output rate of Advanced mid chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
advancedOutput = 40000
#Storage size of Elite mid chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
eliteStorage = 2560000
#Output rate of Elite mid chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
eliteOutput = 320000
#Storage size of Ultimate mid chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
ultimateStorage = 20480000
#Output rate of Ultimate mid chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
ultimateOutput = 1280000
#Max Chemical Tanks
[tier.large_chemical_tanks.max]
#Storage size of Basic max chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
basicStorage = 256000
#Output rate of Basic max chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
basicOutput = 4000
#Storage size of Advanced max chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
advancedStorage = 1024000
#Output rate of Advanced max chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
advancedOutput = 64000
#Storage size of Elite max chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
eliteStorage = 4096000
#Output rate of Elite max chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
eliteOutput = 512000
#Storage size of Ultimate max chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
ultimateStorage = 32768000
#Output rate of Ultimate max chemical tanks in mB.
#Range: 1 ~ 9223372036854775807
ultimateOutput = 2048000