MVS - Moog's Voyager Structures

MVS - Moog's Voyager Structures

3M Downloads

Water Logging Structures

FinnSetchell opened this issue ยท 3 comments

commented

structures like the wells are getting waterlogged stairs

commented

Had this issue too, especially with mvs:well/small_well, which usually causes flooding in the surrounding area

commented

if you're using certain mods from yung or integrated dungeons etc. you can use their waterlogging processor and apply them to the processor list of the problematic structures

e.g.

{
  "processors": [
    {
      "processor_type": "integrated_api:waterlogging_fix_processor"
    }
  ]
}
commented

if you're using certain mods from yung or integrated dungeons etc. you can use their waterlogging processor and apply them to the processor list of the problematic structures

e.g.

{
  "processors": [
    {
      "processor_type": "integrated_api:waterlogging_fix_processor"
    }
  ]
}

Could you expand on how to do this?