feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 deletions
@@ -0,0 +1,47 @@
#Energy per operation in Joules of: Recycler
# Default: 50
# Range: 0 ~ 9223372036854775807
recycler = 50
#Energy per operation in Joules of: Planting Station
# Default: 50
# Range: 0 ~ 9223372036854775807
plantingStation = 50
#Energy per operation in Joules of: CNC Stamper
# Default: 50
# Range: 0 ~ 9223372036854775807
cnc_stamper = 50
#Energy per operation in Joules of: CNC Lathe
# Default: 50
# Range: 0 ~ 9223372036854775807
cnc_lathe = 50
#Energy per operation in Joules of: CNC Rolling Mill
# Default: 50
# Range: 0 ~ 9223372036854775807
cnc_rollingMill = 50
#Energy per operation in Joules of: Ambient Gas Collector
# Default: 100
# Range: 0 ~ 9223372036854775807
ambientGasCollector = 100
#Energy per operation in Joules of: Large Rotary Condensentrator
# Default: 50
# Range: 0 ~ 9223372036854775807
largeRotaryCondensentrator = 50
#Energy per operation in Joules of: Large Chemical Infuser
# Default: 100
# Range: 0 ~ 9223372036854775807
largeChemicalInfuser = 100
#Settings for configuring Replicator Energy Usage
[replicator]
#Energy per operation in Joules of: Item Replicator
# Default: 102400
# Range: 0 ~ 9223372036854775807
itemReplicator = 102400
#Energy per operation in Joules of: Fluid Replicator
# Default: 102400
# Range: 0 ~ 9223372036854775807
fluidReplicator = 102400
#Energy per operation in Joules of: Chemical Replicator
# Default: 102400
# Range: 0 ~ 9223372036854775807
chemicalReplicator = 102400