#Hi I have a question

1 messages · Page 1 of 1 (latest)

exotic cedar
#

Lets say I want to detect when a player looks at seeds, is there a way to do this without tracking movement I do not want it to take up all the resources movement tracking would. Thanks!

hushed wren
#

you could periodically check the player's target block i suppose

exotic cedar
#

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)

hushed wren
#

that seems an excessive way to show growth

#

just make them right-click it or something

buoyant valley
#

or just like

#

look at the crop growth stage

#

as the game intended