Started by
TreeIsCool
on
Topic category: Help with Minecraft modding (Java Edition)
I have a custom creeper I want to use. I want it to generate an ore in the chunk it is killed in. Is this possible?
Topic category: Help with Minecraft modding (Java Edition)
I have a custom creeper I want to use. I want it to generate an ore in the chunk it is killed in. Is this possible?
make a custom feature mod element of type ore and place it in the location where the creeper died upon death using procedure attached to death event in the entity triggers tab
or if you mean you want the ore to spawn underground, use an indexed loop to loop while decreasing y position index until the block at the y position index is equal to stone or whatever, then go down a few more blocks and place the ore