Skip to content

Instantly share code, notes, and snippets.

@border999
Created May 18, 2019 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save border999/a9da84e9e2ba0cbddfe70499d7e1cb76 to your computer and use it in GitHub Desktop.
Save border999/a9da84e9e2ba0cbddfe70499d7e1cb76 to your computer and use it in GitHub Desktop.
# Configuration file
general {
# Toggles Construct's Armory integration for Pewter.
B:ConstructsArmoryIntegration=true
# If set to true, will load json files from the config folder (besides _example.json) as custom materials. For more info, see: https://github.com/ejektaflex/Pewter/wiki/Custom-Materials
B:LoadMaterialJSONS=false
# If set to false, Pewter will not load any of it's own content.
B:LoadPewterContent=true
}
##########################################################################################################
# material blacklist:
#--------------------------------------------------------------------------------------------------------#
# Possible materials you can blacklist:
# [elementium, livingrock, livingwood, magical_fabric, manasteel, manastring, osmium, terrasteel, thaumium, voidmetal]
##########################################################################################################
"material blacklist:" {
# Blacklist for Pewter Materials. Add the materials you don't want and they will not be loaded on startup [default: ]
S:materialBlacklist < Osmium
>
}
##########################################################################################################
# modifier blacklist:
#--------------------------------------------------------------------------------------------------------#
# Possible modifiers you can blacklist:
# [amber, amber, amethyst, amethyst, bountiful, dragonstone, dragonstone, malachite, malachite, peridot, peridot, quicksilver, ruby, ruby, runeautumn, runemana, runemana, sanitizing, sapphire, sapphire, tanzanite, tanzanite, topaz, topaz]
##########################################################################################################
"modifier blacklist:" {
# Blacklist for Pewter Modifiers. Add the modifiers you don't want and they will not be loaded on startup [default: ]
S:materialBlacklist <
>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment