Method RootMod
RootMod(string, string)
Create a mod in the root pack (runs before/after all other packs). Use for special single-instance spawners like stairs, boss spawners, etc. Returns the FieldModification for further configuration.
public FieldModification RootMod(string name, string tag = "")
Parameters
Returns
- FieldModification