Apply Biome Definition Tag (Effect) — SkNMS

Addon: SkNMS · Category: Effect · Since: 1.1.0

Syntax

apply to [biome] tag[s] %strings%

Description

Used in a `tags` section of the biome registration section, you can specify which biome tags for your biome to be included in.

Examples

registry registration:
	register new biome:
		id: "skbee:colorful_forest"
		has_precipitation: true
		temperature: 0.7
		downfall: 0.8
		tags:
			apply to tag "minecraft:has_structure/village_taiga"
			apply to tag "minecraft:is_forest"

View source