modsdotgroovy.frontend-dsl.neoforge.2.0.0-beta.23.source-code.DependencyType.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neoforge Show documentation
Show all versions of neoforge Show documentation
The frontend DSL for mods.groovy on NeoForge
enum DependencyType {
REQUIRED,
OPTIONAL,
INCOMPATIBLE,
DISCOURAGED
}