Question - Why do gates vanish?
MohawkyMagoo opened this issue ยท 3 comments
OK, so I updated to Java8 to cure the entity ticking bug crash and locked worlds problem, but on reopening my builder worlds, all the previously placed AW portcullises and gates had disappeared?
I've had this missing gates problem a few times on AW updates - on 50+ structures that use them, often with multiple gates per structure its annoying to have to replace them all constantly.
Why does this happen, and can it be prevented?
Gates are a combination of blocks and entity. Kinda like vanilla leach attached to a block.
This might be loading order issue. Needs investigating.
Already working on improving gates anyway.