Created
April 7, 2022 19:31
-
-
Save toka7290/bfeef518670ae44c3a120aace1403bb3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"format_version": "1.19.0", | |
"minecraft:volume": { | |
"description": { | |
"identifier": "toka7290:toka_test_volumes" | |
}, | |
"components": { | |
"minecraft:fog": { | |
"fog_identifier": "minecraft:fog_the_end", | |
"priority": 1 | |
}, | |
"minecraft:on_actor_enter": { | |
"on_enter": [ | |
{ | |
"condition": "query.modified_move_speed >= 1.0", | |
"event": "toka:7290:volume_enter", | |
"target": "self" | |
} | |
] | |
}, | |
"minecraft:on_actor_leave": { | |
"on_leave": [ | |
{ | |
"condition": "query.modified_move_speed <= 0.9", | |
"event": "toka:7290:volume_leave", | |
"target": "self" | |
} | |
] | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment