Hoe that sets more blocks to farmland

  • 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 comminuty!

    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.

mordrowned

Member
Apr 22, 2021
40
2
8
Hi so i was working on a skript for a "hoe of greater tilling" and i tried a lot but this didn't seem to work.
Does anyone have any idea why?



on right click on dirt or grass block:
if name of player's tool contains "&fHoe of greater tilling":
loop blocks in a radius of 1 around event-block
if loop-block is dirt or grass block:
set loop-block to farmland
 
Next time please use a code block to send your code
Code:
on right click on dirt or grass block:
  if name of player's tool contains "&fHoe of greater tilling":
    loop blocks in a radius of 1 around event-block:
      if loop-block is dirt or grass block:
        set loop-block to farmland
 
Status
Not open for further replies.