How to make a block that generates resources over time

Started by HopedVinicius0 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a block that generates resources over time

I've ben having diffculty upon making a block that generates cobblestone every 3 seconds and put into its inventory, i've tried to many possibilities and still havent make it correts its just doesnt generate for some reason (minecraft ver: 1.20.1)

Use random ticking and…
Mon, 01/06/2025 - 18:05

Use random ticking and generate said resources using the tick update procedure trigger that calls procedure that generates your needed resources

I suggest you check our…
Mon, 01/06/2025 - 18:05

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Could you explain it i didnt…
Mon, 01/06/2025 - 20:51

Could you explain it i didnt understood that well