Specific Items - SpaceCat97/SpaceCats-Wikis GitHub Wiki

Some items need to be configured in very specific ways

All examples can be found at the bottom of the main CVT page.

Treasure Maps

This feature is currently broken and does not work in the latest version of the mod. This is due to restrictions from 1.16 (and I haven't got round to fixing it yet).

For treasure maps you must:

  • Set "itemKey": "minecraft:filled_map"
  • Define mapStructure (an example would be "minecraft:buried_treasure")

You can also use modded structures, you just need their registry key.

Tipped Arrows

For tipped arrows, you must:

  • Set "itemKey": "minecrarft:tipped_arrow"
  • Set "effects.potionKey" to the correct potion key. This is the only field you need to specify. The normal "effect" fields do not matter.