We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding trigger conditions for example
block: STONE trigger: step > this will give you speed while walking over stone effect: speed
block: CAMPFIRE trigger: right_click > this will give you regeneration if you right click the campfire effect: regeneration
block: SLIME_BLOCK trigger: break > this will give you nausea when breaking the slime block effect: nausea
block: SLIME_BLOCK trigger: place > this will give you jump boost when you place a slime block effect: jump_boost
block: BEACON trigger: jump > this will give you glowing if you jump over a beacon effect: glowing
The text was updated successfully, but these errors were encountered:
Pretty good idea
Sorry, something went wrong.
No branches or pull requests
adding trigger conditions
for example
block: STONE
trigger: step > this will give you speed while walking over stone
effect: speed
block: CAMPFIRE
trigger: right_click > this will give you regeneration if you right click the campfire
effect: regeneration
block: SLIME_BLOCK
trigger: break > this will give you nausea when breaking the slime block
effect: nausea
block: SLIME_BLOCK
trigger: place > this will give you jump boost when you place a slime block
effect: jump_boost
block: BEACON
trigger: jump > this will give you glowing if you jump over a beacon
effect: glowing
The text was updated successfully, but these errors were encountered: