On right clicking on a Composte block is no dropping stone

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Tonipop

Member
Aug 15, 2021
12
0
1
I need a Help with my Skript.
it only can set block the composter block to level 0
but it doesnt drop the button (it suposed to drop but no works)
Code:
on right click on composter:
    set {_block} to "%target block of player%"
    if {_block} contains "level 4":
        drop 1 stone button of Sharpness 1
        set block data of target block to minecraft:composter[level=0]


My server version is 1.19.2
Skript Version: 2.6.3

- Skellett v2.0.7
- MorkazSk v1.3
- SkQuery v4.1.7
- Khoryl-1.0.6
 
Status
Not open for further replies.