i am struggling to prevent a compatibility issue from generating overworld ores in the nether. the file i've tried a bunch of stuff in is attached.
the issue (if i'm guessing correctly) is from weird interactions between three mods. the first are quark/create/terralith, which have blocks that spawn in both the nether and overworld. the second is excavated variants, which allows for new ore variants (say, copper andesite ore) with those stones. the third mods are gobber and easy steel, which are suddenly given valid targets in two dimensions and start generating in both dimensions (which they shouldn't).
the relevant problem for kubejs is that my script to fix this weird problem seems to have no effect. the goal is to either completely remove the bad generation and rewrite it with better tags, or prevent the ores from generating in the wrong dimension.
this is a continuation of this post: https://discord.com/channels/303440391124942858/1057800598189248623
its the same author doing both mods