Started by
temutsaj
on
Topic category: Advanced modding
Hi all I was wondering how I would make things like naturally spawning ores from a different mod of mine to spawn in a custom dimension of a new mod im making?
There would be too many new elements to combine the workspaces...
Thanks!
Hello!
One thing that could work is the usage of tags.
You could create a placeholder ore block on the mod that has the dimension, with a tag of your choosing.
Then on the other mod, run an on tick update procedure scanning the area around in player for blocks using that tag, and if any are found, replace them with the ore you want.
Hope this helps!
Thanks I will try this!