Started by
AheeDude
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a block that spawns a randomized ingot (iron, gold, or copper) every 7 seconds. Can anyone help me with this?
Topic category: Help with Minecraft modding (Java Edition)
I want to make a block that spawns a randomized ingot (iron, gold, or copper) every 7 seconds. Can anyone help me with this?
You can create a "Tag" element for items. Add all the ingots, etc. you want to the tag. Then in your procedure under the "Items" tab there is a block for "get random e item from tag".