Im trying to make a complicated weapon and I need some help.

Started by SolarTreason on

Topic category: Help with modding (Java Edition)

Last seen on 16:39, 2. Jun 2021
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Im trying to make a complicated weapon and I need some help.

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?

Last seen on 18:34, 12. Jun 2021
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
create the item then create…
Fri, 05/28/2021 - 02:10

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.