Started by
SolarTreason
on
Topic category: Help with Minecraft modding (Java Edition)
So the weapon is called a Midas Staff and when right clicked it summons a 3 block wide and 6 block long strip of gold 2 blocks in the air wherever your looking. Could someone help me please?
create the item then create a separate procedure. Under global calls select "when entity uses an item" beneath that create an if statement then do a check for the item in the player right hand and use block procedures to spawn in the blocks. If you want them to be fake/pseudo blocks set up a wait timer then delete them after so many ticks.