Started by
kidkln123
on
Topic category: Help with Minecraft modding (Java Edition)
so, i wanted to make something like terraria where ores start spawning after a certain task is completed. i want to make it that after u use an item then a new type of ore / entity starts spawning, is this possible and if it is possible pls tell me how
You can not do it in all the world only with procedure , but i think it be possible to do it in a way .
How ?
Make a player tick update procedure and get the player pos and for every for example 60 block from player randomly spawn entitys and replace some block with your ore ans save that pos in some where and make it to do so just on time .
But if you could write some cod it will be better .