Started by
NotLiveZezo
on
Topic category: Help with Minecraft modding (Java Edition)
So uuh...
I was trying to make an Item Generator witch spawns an item every minute...
But... I don't know how to.
Idea:
-
The special information happens when the block is place -
The block should do it, NOT the player
-
The item (In dropped form) should spawn every minute on top of the block (Sorta like a dispenser/dropper)
Thanks for reading :)
Track time using a variable that iterates every tick or a wait procedure then spawn the item with the "spawn dropped item" procedure block
Yeah so...
I already learned how to do it. now I just need to make the particles go up slowly.