Help with procedure

Started by FlippinLegend on

Topic category: Help with MCreator software

Last seen on 19:42, 26. Feb 2024
Joined Aug 2019
Points:

User statistics:

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

I tried making a procedure so when you right click on a item it spawns other items around the player in a radius of 10x10, but it didn't work can someone send a screenshot of the procedure? or just explain how I could make my own?

Last seen on 15:43, 1. Jan 2024
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could probably achieve…
Tue, 10/06/2020 - 21:32

You could probably achieve this by having it spawn the gem (item) with X,and Z of X/Z + [10 - [Round up [random 0,1 x 20]].

(Where the [ ] represents a slot, where something goes in with another procedure block)

The items it would generate would have to be set using more random 0,1's if you want the spawned items to be random.
But otherwise it should work.