Sculk Depths

Sculk Depths

261 Downloads

Kryslum generation is replaced with lava generation when c2me is installed

warior456 opened this issue ยท 3 comments

commented

this is an issue to remind ourselves and figure out a solution

commented


Give your mixin a priority. Default priority is 1000, higher numbers get applied later, means if you want to overwrite a method, you want higher priority than any other mixins messing with it

@Mixin(value = NoiseChunkGenerator.class, priority = 1200)
commented

untested fix