Skip to content

General Information

Corey Powell edited this page May 8, 2016 · 1 revision

Welcome to the Growthcraft General Information section.

Config Tags (Effective in 2.6.x+)

You may encounter some config options that use scsv (semi-colon separated values), Growthcraft uses a special parser for handling these values called TagParser

TagParser has a few simple rules

  • - This SHOULD be treated as an exclusion
  • + This MUST be present
  • ~ Useless, normally mean "this value is optional", which is the default behaviour

EG.

  • +MOUNTAIN,HILLS, means that MOUNTAIN is required, optionally it can have HILLS
  • +MOUNTAIN,-SNOWY, means that MOUNTAIN is required, and it should NOT be a SNOWY

Rule of Thumb, using qualifiers (+, -) usually defeats the purpose of optional values, if you decide to use these qualifiers, it's best to remove the optional values as they become useless.

Clone this wiki locally