Skip to content

Latest commit

 

History

History
75 lines (67 loc) · 2.66 KB

Materials.md

File metadata and controls

75 lines (67 loc) · 2.66 KB

New Materials

PlusTiC Reforged supports a wide range of materials from many mods. PlusTiC focuses on using tags instead of item IDs so that it may support a wide range of mods that all include the same items. Below is a list of all the materials that PlusTiC Reforged supports.

Note

Any materials that use tags should be supported in virtually every mod that includes the specified item. If a material is not supported, it is likely that the mod does not add the item to the specified tag, and you may want to file an issue on that mod's issue tracker.

Warning

Currently, gem blocks and other non-metal blocks are not supported. This is a known issue and will be fixed in a future update.

See the Mod Support page for a list of mods that PlusTiC Reforged supports.

Supported Materials

  • Bedrock (used only for testing purposes)
    • Uses minecraft:bedrock item ID
    • From: Minecraft
  • TNT
    • Uses minecraft:tnt item ID
    • From: Minecraft
  • Ruby
    • Uses forge:gems/ruby tag
    • Known compatible mods: Project Red, GemsPlusPlus, Silent's Gems
  • Sapphire
    • Uses forge:gems/sapphire tag
    • Known compatible mods: Project Red, GemsPlusPlus, Silent's Gems
  • Peridot
    • Uses forge:gems/peridot tag
    • Known compatible mods: Project Red, Silent's Gems
  • Jade
    • Uses forge:gems/jade tag
    • Known compatible mods: GemsPlusPlus, Silent's Gems
  • Malachite
    • Uses forge:gems/malachite tag
    • Known compatible mods: GemsPlusPlus, Silent's Gems
  • Topaz
    • Uses forge:gems/topaz tag
    • Known compatible mods: GemsPlusPlus, Silent's Gems
  • Amethyst
    • Uses forge:gems/amethyst tag
    • Known compatible mods: GemsPlusPlus, Silent's Gems
  • Phoenixite
    • Uses forge:gems/phoenixite tag
    • Known compatible mods: GemsPlusPlus
  • Dark Matter
    • Uses projecte:dark_matter item ID
    • From: ProjectE
  • Red Matter
    • Uses projecte:red_matter item ID
    • From: ProjectE
  • Psi Metal
    • Uses forge:ingots/psi tag
    • Known compatible mods: Psi
  • Psi Gem
    • Uses forge:gems/psi tag
    • Known compatible mods: Psi
  • Certus Quartz
    • Uses forge:gems/certus_quartz tag
    • Known compatible mods: Applied Energistics 2
  • Fluix
    • Uses forge:gems/fluix tag
    • Known compatible mods: Applied Energistics 2
  • Manasteel
    • Uses forge:ingots/manasteel tag
    • Known compatible mods: Botania
  • Elementium
    • Uses forge:ingots/elementium tag
    • Known compatible mods: Botania
  • Terrasteel
    • Uses forge:ingots/terrasteel tag
    • Known compatible mods: Botania

Requesting New Materials

If you would like to request a new material to be added, please open an issue on the GitHub repository!