#Hi I have a question
1 messages · Page 1 of 1 (latest)
you could periodically check the player's target block i suppose
but like when like i said it would check on player move or player look
i mean i did find this example on the docs
command /bedrock <boolean>:
permission: op
trigger:
set {bedrock} to arg
arg = true
while {bedrock} is true:
set target block of players to bedrock
wait 5 ticks
wait
i think i have an idea
i dont know, maybe it would help if i told you what i kinda want to do
so like, when you look at seeds it shows how much % grown it is
(with a custom system i made not just defualt minecraft growth)