#Farming

1 messages · Page 1 of 1 (latest)

red halo
#
    cancel event
    if event-block = wheat[age=7]:
        if player's tool is any hoe named "&7&lFARMER'S HOE":
            give wheat to player
            set block at event-block to freshly planted wheat plant
            wait 2 seconds
            set block at event-block to fully grown wheat plant

on break of carrots:
    cancel event
    if event-block is carrots[age=7]:
        if player's tool is any hoe:
            give carrots to player
            set block at event-block to freshly planted carrots plant
            wait 2 seconds
            set block at event-block to fully grown carrots plant```
#

the carrots part doesnt work for some reason

versed elbow
red halo
versed elbow
#

For the item i think u need to change carrots -> carrot

grave tusk
#

carrots dont have age 7

versed elbow
#

Does the fresh planted carrots work?

grave tusk
#

only 3 or 4

#

but i believe you can just use ripe for all crops

red halo
#
    cancel event
    if event-block = carrots:
        if player's tool is any hoe:
            give carrot to player
            set block at event-block to freshly planted carrot plant
            wait 2 seconds
            set block at event-block to fully grown carrot plant```
this is basically the same script just without any "age"
still doesnt work
#

also im pretty sure "carrots" is correct

#

i tried both neither work though

#

alr nvm i rescripted it and it works

wanton mist
#

LMAO