Resource Deleting

How do I make something that will either delete a resource when it’s mined or when it’s in a player’s inventory?

Make a player granter grant -() of the item.

That would only be for an item granter but you don’t use an item granter for mining blocks, (right?)

1 Like

No mining with a pickaxe

1 Like

Just make a trigger loop that continuously gives -() of that object.

3 Likes

Mark a solution if you have one.

1 Like

Wait how, you can only wire something into the item granter and never the other way around

Because the item granter is an output not an input.

yes, as that is how the games works.

How would it work if you have a wire coming from an ig?

I already know that.

Well, then what is your question…
:expressionless_face:

AstralLuke said just make a loop and never specified anything else

Make a loop and when the loop happens, wire it to a item granter.

2 Likes

When Item Granted or something, sorry off topic.

That’s solution farming sorry, you have to mark someone else.

Well, you dont’t have
to, but it generally frowned upon to give yourself the solution.
instead, give it to the post that helped you the most, which will also make things easier for future people reading this post for help.

2 Likes

I’m back and btw I never knew

1 Like

Sorry My brain isn’t working today, can you please tell me specifically what to use and how to make it into a loop?

When triggered, broadcast message
Trigger when recieving message
Trigger delay 1 so it loops every second

use 0.1 delay.

but be warned, without a delay, the trigger loops wont work