diff options
author | DrNuget <drnuget@outlook.com> | 2024-09-01 01:47:41 +0300 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2024-09-01 01:47:41 +0300 |
commit | ff3f3eec73c6fdaa01d22d4aaf55d0ec3a655e9e (patch) | |
tree | c33e0cc839e4c654239dc2ee62e831860f07f6f7 /config/forestry/extratrees/modules.cfg |
first commit
Diffstat (limited to 'config/forestry/extratrees/modules.cfg')
-rw-r--r-- | config/forestry/extratrees/modules.cfg | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/config/forestry/extratrees/modules.cfg b/config/forestry/extratrees/modules.cfg new file mode 100644 index 0000000..a08b74a --- /dev/null +++ b/config/forestry/extratrees/modules.cfg @@ -0,0 +1,44 @@ +# Configuration file + +########################################################################################################## +# modules +#--------------------------------------------------------------------------------------------------------# +# Disabling these modules can greatly change how the mod functions. +# Your mileage may vary, please report any issues. +########################################################################################################## + +modules { + # + # Dependencies: [ extratrees:extratrees.core ] + B:extratrees.alcohol=true + + # Adds decorative glass and wood blocks. And the Woodworker, Panelworker and Glassworker. + # Dependencies: [ extratrees:extratrees.machines ] + B:extratrees.carpentry=true + + # extratrees.module.core + # Dependencies: [ forestry:arboriculture ] + B:extratrees.core=true + + # Adds a database for butterflies. + # Dependencies: [ extratrees:extratrees.core, forestry:lepidopterology ] + B:extratrees.database.moth=true + + # Adds a database for trees. + # Dependencies: [ extratrees:extratrees.core ] + B:extratrees.database.tree=true + + # + # Dependencies: [ extratrees:extratrees.core ] + B:extratrees.kitchen=true + + # Adds the Lumbermill, Fruit Press, Brewery and Distillery. + # Dependencies: [ extratrees:extratrees.core ] + B:extratrees.machines=true + + # Adds wood stairs, fences, planks, logs and doors. + # Dependencies: [ extratrees:extratrees.core ] + B:extratrees.wood=true +} + + |