Started by
xDadiKxTheModMaker
on
Topic category: Help with MCreator software
Example: While you are making a cake, you use buckets of milk, after you made the cake, the buckets don't disappear but can be used again.
So, how do you do that?
Try using the WhenCrafted event, or if it is not an item, then use the WhenPlaced event for blocks or the WhenEaten event for food.
Use the "stay in crafting grid " option for items. I use that option for pulverizer, depulverizer, essence infuser, atomic reconstructor, brick infuser and chiseler of RaolCraft 3
Yes, try to use the "stay in crafting grid " option. I also use it for all of my machines in the Kazaxe mod and my another upcomming mod :)
Thanks for the help. Can't do it now since I am not on the same computer but will try it out once I get back to my computer.
For this situation i would say the first option, the whencrafted event would be the best option, the option 'Stay in crafting grid' will give back the exact item, however, the event could for example be made so it gives back a bucket instead.
Also i noticed on my own mod, the item does not actually stay in the grid, it just gets placed back into your inventory instantly after crafting.
@#5 Well I didn't say but I just need it to stay the same item and not being different.