Cold Sweat
  • Temperature Basics
  • TempModifiers
  • List of TempModifiers
  • Block Temperature
  • Attributes
  • Tags
    • Item Tags
    • Block Tags
    • Dimension Type Tags
    • Potion Effect Tags
  • Datapacks
    • Datapack Basics
    • Requirements
      • Entity Requirement
      • Item Requirement
      • Block Requirement
      • NBT Requirement
      • Components Requirement
      • Location Requirement
    • Item Configs
    • Block/World Configs
    • Entity Configs
    • Registry Removals
  • KubeJS
    • KubeJS Basics
    • Registries
      • Block Temperature
  • Add-Ons
    • Origin Configs
  • Utility Classes
    • DynamicHolder
    • CapabilityCache
Powered by GitBook
On this page
  1. Tags

Potion Effect Tags

For now, there is only one mob effect tag:

mob_effect/hearth_blacklisted

A potion item with any of the effects in this tag will be disallowed from being placed in the hearth. This can be used to prevent certain overpowered or dangerous potion effects from being used in this way. All negative Vanilla potion effects are banned by default to prevent griefing.

// By default, this tag is empty
{
  "replace": false,
  "values": [
  ]
}
PreviousDimension Type TagsNextDatapack Basics

Last updated 7 months ago