#how to disable apotheosis affix type

12 messages · Page 1 of 1 (latest)

tribal cedar
#

So im pretty sure this is possible by using KJS, in theory anyway. The dev of Apotheosis stated it is possible to disable individual affixes by replacing their jsons with condition-false json's. He granted an example of what the json file would then contain after editing:

{
    "conditions": [{
        "type": "forge:false"
    }]
}

the only thing inside the file would be the code block above, so any all code there was would be replaced by those 2 lines.

The crux of this is i have 0 idea of where to even start approaching this. Anyone got any ideas?

next sundialBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

solar umbra
#

you need to use the same path, starting in kubejs/data

#

using scripting for this is not the best thing to do, idk even know if its possible

tribal cedar
#

you just opened a whole lot of newdoors, thank you very much!

solar umbra
#

you just add folders for each mod in it and you can override / add stuff to anything

#

here's the one from my pack

tribal cedar
#

again thank you so much. this makes things way easier for developing this pack

solar umbra
#

the assets folder is the same thing but with resourcepacks too