30 lines
878 B
TOML
30 lines
878 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 = false
|
|
#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"
|
|
#The color of this material.
|
|
color = 10457492
|
|
|
|
[theurgy]
|
|
#The alchemical sulfur tier of this material.
|
|
tier = "common"
|
|
|
|
[mekanism]
|
|
#The default base to use in Mekanism's Combiner to recreate ores.
|
|
oreBase = "#forge:cobblestone/normal"
|
|
|
|
[molten]
|
|
#The temperature of this molten fluid.
|
|
temperature = 1000
|
|
|