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
+40
View File
@@ -0,0 +1,40 @@
#mB of Unstable Dimensional Gas collected by the Ambient Gas Collector.
# Default: 1
# Range: 1 ~ 1000
gasCollectAmount = 1
#Amount of Energy(joules) an item can receive per tick from a Wireless Charging Station.
# Default: 100000
# Range: 0 ~ 9223372036854775807
wirelessChargingStationChargingRate = 100000
#Custom Replicator Recipes
[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 = []
#The recipes added here will be added to the chemical replicator. Write using modId:registeredName#amount, # followed by the amount(not null or zero) of UU matter consumed. For example:["mekanism:oxygen#10","mekanism:hydrogen#100"]
chemicalReplicatorRecipe = []
#Wireless Transmission Station Max Output Rate
[wireless_transmission_station_max_output_rate]
#Set the maximum energy transmission rate during wireless transmission
# Default: 100000
# Range: 1 ~ 9223372036854775807
energyRate = 100000
#Set the maximum fluids transmission rate during wireless transmission
# Default: 1000
# Range: > 1
fluidsRate = 1000
#Set the maximum chemicals transmission rate during wireless transmission
# Default: 4000
# Range: 1 ~ 9223372036854775807
chemicalsRate = 4000
#Set the maximum items transmission rate during wireless transmission
# Default: 64
# Range: 1 ~ 64
itemsRate = 64
#Set the maximum heat transmission rate during wireless transmission
# Default: 1.6777216E7
# Range: 0.1 ~ 9.223372036854776E18
heatRate = 1.6777216E7
@@ -0,0 +1,27 @@
#Settings for configuring Large Heat Generators
[large_heat_generator]
#Amount of energy in Joules the Large Heat Generator produces per tick. largeHeatGeneration + largeHeatGenerationLava * lavaSides + largeHeatGenerationNether. Note: lavaSides is how many sides are adjacent to lava, this includes the block itself if it is lava logged allowing for a max of 81 "sides".
# Default: 1000
# Range: 0 ~ 9223372036854775807
largeHeatGeneration = 1000
#Multiplier of effectiveness of Lava that is adjacent to the Large Heat Generator.
# Default: 350
# Range: 0 ~ 113868790578454022
largeHeatGenerationLava = 350
#Add this amount of Joules to the energy produced by a large heat generator if it is in an 'ultrawarm' dimension, in vanilla this is just the Nether.
# Default: 750
# Range: 0 ~ 9223372036854775807
largeHeatGenerationNether = 750
#The capacity in mB of the fluid tank in the Large Heat Generator.
# Default: 240000
# Range: > 1
tankCapacity = 240000
#The amount of lava in mB that gets consumed to transfer largeHeatGeneration Joules to the Large Heat Generator.
largeHeatGenerationFluidRate = 10
#Settings for configuring Large Gas-Burning Generators
[gas_generator]
#The capacity in mB of the chemical tank in the Large Gas-Burning Generator.
# Default: 180000
# Range: 1 ~ 9223372036854775807
tankCapacity = 180000
@@ -0,0 +1,63 @@
#Base energy storage in Joules of: Recycler
# Default: 20000
# Range: 1 ~ 9223372036854775807
recycler = 20000
#Base energy storage in Joules of: Planting Station
# Default: 80000
# Range: 1 ~ 9223372036854775807
plantingStation = 80000
#Base energy storage in Joules of: CNC Stamper
# Default: 20000
# Range: 1 ~ 9223372036854775807
cnc_stamper = 20000
#Base energy storage in Joules of: CNC Lathe
# Default: 20000
# Range: 1 ~ 9223372036854775807
cnc_lathe = 20000
#Base energy storage in Joules of: CNC Rolling Mill
# Default: 20000
# Range: 1 ~ 9223372036854775807
cnc_rollingMill = 20000
#Base energy storage in Joules of: Ambient Gas Collector
# Default: 40000
# Range: 1 ~ 9223372036854775807
ambientGasCollector = 40000
#Base energy storage in Joules of: Wireless Charging Station
# Default: 40000000
# Range: 1 ~ 9223372036854775807
wirelessChargingStation = 40000000
#Base energy storage in Joules of: Wireless Transmitter Station
# Default: 400000000
# Range: 1 ~ 9223372036854775807
wirelessTransmitterStation = 400000000
#Base energy storage in Joules of: Large Rotary Condensentrator
# Default: 4096000
# Range: 1 ~ 9223372036854775807
largeRotaryCondensentrator = 4096000
#Base energy storage in Joules of: Large Chemical Infuser
# Default: 4096000
# Range: 1 ~ 9223372036854775807
largeChemicalInfuser = 4096000
#Base energy storage in Joules of: Large Electrolytic Separator
# Default: 4096000
# Range: 1 ~ 9223372036854775807
largeElectrolyticSeparator = 4096000
#Base energy storage in Joules of: Large Heat Generator
# Default: 256600000
# Range: 1 ~ 9223372036854775807
largeHeatGenerator = 256600000
#Settings for configuring Replicator Energy Storage
[replicator]
#Base energy storage in Joules of: Item Replicator
# Default: 102400000
# Range: 1 ~ 9223372036854775807
itemReplicator = 102400000
#Base energy storage in Joules of: Fluid Replicator
# Default: 102400000
# Range: 1 ~ 9223372036854775807
fluidReplicator = 102400000
#Base energy storage in Joules of: Chemical Replicator
# Default: 102400000
# Range: 1 ~ 9223372036854775807
chemicalReplicator = 102400000
@@ -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
+69
View File
@@ -0,0 +1,69 @@
#Settings for configuring Mid Chemical Tanks
[max_chemical_tanks]
#Storage size of Basic max chemical tanks in mB.
# Default: 256000
# Range: 1 ~ 9223372036854775807
basicCapacity = 256000
#Output rate of Basic max chemical tanks in mB.
# Default: 4000
# Range: 1 ~ 9223372036854775807
basicOutput = 4000
#Storage size of Advanced max chemical tanks in mB.
# Default: 1024000
# Range: 1 ~ 9223372036854775807
advancedCapacity = 1024000
#Output rate of Advanced max chemical tanks in mB.
# Default: 64000
# Range: 1 ~ 9223372036854775807
advancedOutput = 64000
#Storage size of Elite max chemical tanks in mB.
# Default: 4096000
# Range: 1 ~ 9223372036854775807
eliteCapacity = 4096000
#Output rate of Elite max chemical tanks in mB.
# Default: 512000
# Range: 1 ~ 9223372036854775807
eliteOutput = 512000
#Storage size of Ultimate max chemical tanks in mB.
# Default: 32768000
# Range: 1 ~ 9223372036854775807
ultimateCapacity = 32768000
#Output rate of Ultimate max chemical tanks in mB.
# Default: 2048000
# Range: 1 ~ 9223372036854775807
ultimateOutput = 2048000
#Settings for configuring Max Chemical Tanks
[mid_chemical_tanks]
#Storage size of Basic mid chemical tanks in mB.
# Default: 160000
# Range: 1 ~ 9223372036854775807
basicCapacity = 160000
#Output rate of Basic mid chemical tanks in mB.
# Default: 2500
# Range: 1 ~ 9223372036854775807
basicOutput = 2500
#Storage size of Advanced mid chemical tanks in mB.
# Default: 640000
# Range: 1 ~ 9223372036854775807
advancedCapacity = 640000
#Output rate of Advanced mid chemical tanks in mB.
# Default: 40000
# Range: 1 ~ 9223372036854775807
advancedOutput = 40000
#Storage size of Elite mid chemical tanks in mB.
# Default: 2560000
# Range: 1 ~ 9223372036854775807
eliteCapacity = 2560000
#Output rate of Elite mid chemical tanks in mB.
# Default: 320000
# Range: 1 ~ 9223372036854775807
eliteOutput = 320000
#Storage size of Ultimate mid chemical tanks in mB.
# Default: 20480000
# Range: 1 ~ 9223372036854775807
ultimateCapacity = 20480000
#Output rate of Ultimate mid chemical tanks in mB.
# Default: 1280000
# Range: 1 ~ 9223372036854775807
ultimateOutput = 1280000