Started by
marshydo
on
Topic category: Help with Minecraft modding (Java Edition)
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.
Try not spawning gem in the block, this usually causes the "shooting" effect
That works! But how can I get it to spawn in the location the block was without the shooting?
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