16 lines
537 B
TOML
16 lines
537 B
TOML
|
|
[general]
|
|
#The alternative names of this material.
|
|
alternativeNames = []
|
|
#The byproducts of this material.
|
|
extras = []
|
|
#Is the storage block of this material small (2x2).
|
|
isSmallStorageBlock = true
|
|
#The module blacklist of this material. "*" is an alias for all modules. If a module name occurs an odd number of times (including wildcards), then the module is blacklisted.
|
|
moduleBlacklist = []
|
|
#Should items of this material have the enchanted glow.
|
|
hasEffect = false
|
|
#The model type of the material.
|
|
modelType = "crystal"
|
|
|