Crop Hopper

  • 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.

Froaku

Member
Aug 14, 2020
1
0
1
19
I'm trying to make a hopper that will pick up crops at a faster rate and only crops, I am trying to set it up right now for sugar cane only and I was gonna do the rest later. But I keep getting stuck on the part after

loop-dropped-items in radius 3 of loop-block:
if loop-items is "sugar cane": <- but it doesnt detect this as a loop

I was wondering if anyone knew how to make this a loop or how to make it detect the loop-dropped-items
i've tried looking basically everywhere, and nothing. I've also tried doing:

if loop-dropped-items is "sugar cane": and just etc like that.
 

Attachments

  • 1b38438c6e09f9e0bf4e3474025df7b6.png
    1b38438c6e09f9e0bf4e3474025df7b6.png
    42.5 KB · Views: 220
Hey Froaku,

I reccomend you try something like:
Code:
loop all items in radius 3 of loop-block:
  if loop-item is sugar cane:

I hope this helps!
 
Status
Not open for further replies.