diff options
Diffstat (limited to 'config/forestry/farm.cfg')
-rw-r--r-- | config/forestry/farm.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/forestry/farm.cfg b/config/forestry/farm.cfg new file mode 100644 index 0000000..326d8ef --- /dev/null +++ b/config/forestry/farm.cfg @@ -0,0 +1,12 @@ +# Configuration file + +~CONFIG_VERSION: 1.0.0 + +fertilizers { + # Add fertilizers to Forestry. An entry has to look like this: modID:itemName:MetaData;fertilizerValue. You need to separate every entry in a separate line. You can't remove auto generated entries you only can deactivate them if you set their value to 0. + S:items < + forestry:fertilizer_compound;500 + > +} + + |