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
+11
View File
@@ -0,0 +1,11 @@
[requester]
#The amount of requests a single ME Requester can hold.
# Default: 5
# Range: 1 ~ 64
requests = 5
#The amount of energy (in AE) the ME Requester drains from the ME network when idle.
# Default: 5.0
# Range: 0.0 ~ 1.7976931348623157E308
idle_energy = 5.0
#Whether the ME Requester requires an ME network channel to function.
require_channel = true