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
+18
View File
@@ -0,0 +1,18 @@
#Settings for the infusing system
[infuser]
#Maximum amount of dimensional shards before a machine is fully infused
# Default: 256
# Range: > 1
maxInfuse = 256
#Amount of RF used per tick while infusing
# Default: 600
# Range: > 0
usePerTick = 600
#Maximum RF storage that the infuser can hold
# Default: 60000
# Range: > 0
infuserMaxRF = 60000
#RF per tick that the infuser can receive
# Default: 600
# Range: > 0
infuserRFPerTick = 600