From ff3f3eec73c6fdaa01d22d4aaf55d0ec3a655e9e Mon Sep 17 00:00:00 2001 From: DrNuget Date: Sun, 1 Sep 2024 01:47:41 +0300 Subject: first commit --- config/forestry/fluids.cfg | 64 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 config/forestry/fluids.cfg (limited to 'config/forestry/fluids.cfg') diff --git a/config/forestry/fluids.cfg b/config/forestry/fluids.cfg new file mode 100644 index 0000000..2fc223f --- /dev/null +++ b/config/forestry/fluids.cfg @@ -0,0 +1,64 @@ +# Configuration file + +~CONFIG_VERSION: 1.0.0 + +enablefluid { + # Enables Ethanol fluid. [default: true] + B:bio.ethanol=true + + # Enables Biomass fluid. [default: true] + B:biomass=true + + # Enables Honey fluid. [default: true] + B:for.honey=true + + # Enables Liquid Glass fluid. [default: true] + B:glass=true + + # Enables Crushed Ice fluid. [default: true] + B:ice=true + + # Enables Fruit Juice fluid. [default: true] + B:juice=true + + # Enables Milk fluid. [default: true] + B:milk=true + + # Enables Seed Oil fluid. [default: true] + B:seed.oil=true + + # Enables Short Mead fluid. [default: true] + B:short.mead=true +} + + +enablefluidblock { + # Enables Ethanol in-world fluid block. [default: true] + B:bio.ethanol=true + + # Enables Biomass in-world fluid block. [default: true] + B:biomass=true + + # Enables Honey in-world fluid block. [default: true] + B:for.honey=true + + # Enables Liquid Glass in-world fluid block. [default: true] + B:glass=true + + # Enables Crushed Ice in-world fluid block. [default: true] + B:ice=true + + # Enables Fruit Juice in-world fluid block. [default: true] + B:juice=true + + # Enables Milk in-world fluid block. [default: true] + B:milk=true + + # Enables Seed Oil in-world fluid block. [default: true] + B:seed.oil=true + + # Enables Short Mead in-world fluid block. [default: true] + B:short.mead=true +} + + -- cgit v1.2.3