Registry - Tag Key (Type) — SkBee

Addon: SkBee · Category: Type · Since: 3.8.0

Syntax

tagkey

Description

Represents a key for a Minecraft tag. TagKeys can also compare if it contains objects (Think of them like a list).

Examples

set {_tagkey} to tag key "minecraft:wool" from block registry
if {_tagkey} contains player's tool:
if biome registry tag key "minecraft:is_forest" contains biome at player:

View source