Create a Moon Rock Block!
MCreator
Using what you've learned about conjunctions (AND Statements), code a custom moon rock block in MCreator that has these conditions:
- If it is daytime and you're standing (not crouching!), mining the block will give you the Blindness and Slowness potion effect
- If you're crouching, the conjunction will be broken and allow you to mine the block like normal!
- If it is nighttime and you aren't crouching, you can moon jump on the moon rock blocks you've placed, using potion effects to give you the feeling of low gravity
- If you're crouching on the blocks or it is daytime, the conjunction will be broken and you'll only jump the normal height!
In MCreator, the two triggers you'll be using for your code are "When Block Destroyed by Player" and "When Entity Walks on The Block", code inside those triggers to give you the required effects for the block!
