Started by
heredragonmods
on
Topic category: Help with Minecraft modding (Java Edition)
i want to make my mob lay an item like an chicken.
i don't know how to do this.
and i want picture that tells me.
Topic category: Help with Minecraft modding (Java Edition)
i want to make my mob lay an item like an chicken.
i don't know how to do this.
and i want picture that tells me.
Use the on entity tick update trigger with an RNG to define the rarity of the event. then create a loot table (even if it's one item) and make the procedure run the command
Loot spawn ~ ~ ~ loot [loot table registry name]
can you send a picture?