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```
#Farming
1 messages · Page 1 of 1 (latest)
Which part doesnt work? The giving carrots item?
normally on the wheat part it works fine, gives the player the wheat and respawns the wheat.
on the carrot part it doesnt give the player carrots or respawn the carrot
For the item i think u need to change carrots -> carrot
carrots dont have age 7
Does the fresh planted carrots work?
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
LMAO