Help with item spawning

Started by MGMac on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with item spawning

I need to spawn an item above a block every 1 minute. I had used on block update tick with wait 1200 ticks then spawn gem but it waited 1 minute then started spawning gems every tick which is very bad. Please help, this relates to the modjam and is therefore very urgent

Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wow this was very helpful, I…
Wed, 03/30/2022 - 04:20

Wow this was very helpful, I'll have to test it out but thanks

Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wouldn't this apply to all…
Wed, 03/30/2022 - 14:16

Wouldn't this apply to all of the blocks? I would like each block of this type to still work

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use a while true to have a…
Wed, 03/30/2022 - 20:13

Use a while true to have a wait 1200 ticks then run?
Or have a ticker that goes up every tick and will summon a gem when it hits X before resetting to 0