#stages of wheat

1 messages · Page 1 of 1 (latest)

crude fox
#

if event-block is stage 8 wheat plant

it triggers no matter the stage of the wheat how do i do this?

obtuse hedge
#

So, you want to do something when the wheat is fully grown?

#

use "ripe" instead of "stage 8"
@crude fox

keen hornet
#

blockdata is also applicable here, theres a pin in #skript-help-2 with a bunch of useful info

keen hornet
crude fox
#

why dose this code not work?

    if player's target block is furnace:
        open chest with 1 row named "&8Smelt" to sender
        wait a tick
        format slot 0 of player with {item::oak wood}

on inventory click:
    if name of event-inventory is "&8Smelt":
        cancel event```
#

oop