Biome (Expression) — Skript

Addon: Skript · Category: Expression · Since: 1.4.4, 2.6.1 (3D biomes)

Syntax

[the] biome [(of|%direction%) %locations%]

Description

The biome at a certain location. Please note that biomes are only defined for x/z-columns (i.e. the <a href='#ExprAltitude'>altitude</a> (y-coordinate) doesn't matter), up until Minecraft 1.15.x. As of Minecraft 1.16, biomes are now 3D (per block vs column).

Examples

# damage player in deserts constantly
every real minute:
	loop all players:
		biome at loop-player is desert
		damage the loop-player by 1

View source