generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 176
Fluid Height
apace100 edited this page Mar 10, 2021
·
3 revisions
Entity Condition. Checks how high a specific fluid is at the player. A fluid height of 0 means the player is not touching the fluid.
Type ID: origins:fluid_height
Fields:
fluid
, string: ID of the fluid tag of which the height should be checked. Most important examples: minecraft:water
and minecraft:lava
.
comparison
, Comparison: How the fluid height should be compared to the specified value.
compare_to
, float: Which value the fluid height should be compared to.
Tutorials (Data packs)
Video Tutorial by CandyCaneCazoo
Tutorials (Add-ons)
Working with more unique powers
Lists
List of vanilla damage source names
Data Types