Skip to content

Filters

Nischhelm edited this page Feb 26, 2025 · 4 revisions

Filters define what items or types of items will be a specific gem. So for example all stone variants can be the same gem, while it is also possible to define per item metadata what specific gem it will be (for gem qualities for example)

Filter Types

Item

  • Item Name, required, modid:itemname
  • Item Metadata, default 0
  • Strict Metadata, default false

Ore Dictionary

  • Ore Dictionary Name, required, OreDictionary entry like oreGold
  • Strict Metadata, default true

Setting Strict Metadata to true will only use items with the specified metadata for this gem. With oreDictionary entries this is important, as Lapis only differs from other dyes by its metadata.

Clone this wiki locally