Started by
slave2midn
on
Topic category: Help with MCreator software
So I'm working with procedures, and I've got the gist of many of them - however I can't seem to locate a means of making one in particular work for me. I have a small crystal shard item - that when you click on it, will combin 9 shards into 1 item. I have the item, the result, and the right click procedure down correclty - I seem to be able to add and remove items from inventory - but I don't have a means of locking it down to only process the procedure when 9 of the base item are present. Anyone with any experience with procedures able to advise me on a proper way to set that procedure up?
I'm not great with procedures but I know some commands. You could probably work it out with a /execute block in procedures and write out vanilla commands
Have you looked up vanilla command tutorials to help with this? I think that would probably be more efficient
I have not, but willing too if you know any. I tried to look into some commands - but couldn't seem to find any for this particular function. If there are commands that can do it more efficiantly, I would love too.