Started by
FlippinLegend
on
Topic category: Help with MCreator software
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?
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.