Table of Contents

Enum EnumModType

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

Describes the type of a mod. Allows easy recognition and limiting of what any particular mod can do.

public enum EnumModType

Fields

Code = 2

Can modify existing assets, add new content and make use of C# source files (.cs) and pre-compiled assemblies (.dll).

Content = 1

Can modify any existing assets, or add new content, but no code.

Theme = 0

Makes only theme changes (texture, shape, sound, music) to existing game or mod assets / content without adding new content or code.