Spawn Gem Alternative?

Started by marshydo on

Topic category: Help with modding (Java Edition)

Last seen on 03:33, 18. Feb 2021
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Spawn Gem Alternative?

Hey I was just wondering if there is any better "Spawn Gem" procedure block alternatives? Mainly similar to the style of how blocks drop upon being broken. I've noticed that the spawn gem procedure throws the item selected in it VERY wildly, this sucks as I am using the spawn gem procedure to allow fortune on some new ores I have added that are located above the void in the end. Having the item fall exactly how blocks normally do would make it so much more predictable. If there are any current plugins or work arounds I could try, it would be greatly appreciated. If not, I appreciate the read.

Last seen on 03:33, 18. Feb 2021
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That works! But how can I…
Wed, 08/12/2020 - 19:58

That works! But how can I get it to spawn in the location the block was without the shooting?

Last seen on 14:22, 1. Jan 2022
Joined Feb 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can use the minecraft…
Fri, 08/21/2020 - 19:25

You can use the minecraft commands for it. You can use the:

Execute command / "summon minecraft:item ~ ~ ~ {Item:{id:"minecraft:coal",Count:1b}}" at x: x y: y z: z

So it will summon an item at the spot the procedure is configured, so by setting it to: When block is destroyed by player, the item will always spawn at the block's position