From 05692b1e7b114ee2a22648d08a37b845b2364c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 1 Dec 2024 19:57:51 +0100 Subject: [PATCH] #246 --- config/appflux-common.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config/appflux-common.toml diff --git a/config/appflux-common.toml b/config/appflux-common.toml new file mode 100644 index 00000000..29c3fe92 --- /dev/null +++ b/config/appflux-common.toml @@ -0,0 +1,21 @@ +[flux_cell] + #FE can be stored per byte. + # Default: 1048576 + # Range: > 1 + amount = 65536 + +[flux_accessor] + #The I/O limit of Flux Accessor. 0 means no limitation. + # Default: 0 + # Range: 0 ~ 2147483647 + io_limit = 2000000 + #Allow Flux Accessor to charge ME network with stored FE. + enable = false + +[misc] + #Allow ME Import Bus to import energy like items/fluids. + enable = false + +[third_party_support] + #Enable MI-EU support. + enable_mi = true