Random Problem

Started by NotLiveZezo on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Random Problem

So uuh...

I was trying to make an Item Generator witch spawns an item every minute...

But... I don't know how to.

 

Idea:

  1. The special information happens when the block is place

  2. The block should do it, NOT the player

  3. The item (In dropped form) should spawn every minute on top of the block (Sorta like a dispenser/dropper)

    Thanks for reading :)

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Track time using a variable…
Fri, 02/14/2025 - 03:18

Track time using a variable that iterates every tick or a wait procedure then spawn the item with the "spawn dropped item" procedure block

Joined Feb 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yeah so... I already learned…
Fri, 02/14/2025 - 11:58

Yeah so...

I already learned how to do it. now I just need to make the particles go up slowly.