Cracker's Wither Storm Mod

Cracker's Wither Storm Mod

5M Downloads

Command blocks, soul sand and wither skeleton skulls do not disappear immediately when a wither storm spawns

ValueBackingDown opened this issue · 6 comments

commented

Maybe because of the instant lag when the wither storm spawns?
I think this is a small problem, I think it can be solved by simply optimizing the spawning decision of the first stage of the wither storm
Uploading 2022-05-22_18.17.37.png…

commented

This will be fixed in the next major release

commented

When the Wither Storm is first summoned it locates and prepares a "bowels" structure in the bowels dimension for the final boss fight., which causes the game to temporarily "freeze." The reason why it does it when it's summoned is because if it were to do it when you wanted to enter, the game would hang for a few seconds before you actually entered the bowels. The hang is removed by locating and prepping the bowels beforehand. I've tried looking at things right out of the box I could make better performance wise, however there isn't anything that stands out. I'll look into better improvements in the future, so for now I'll leave this open.

commented

It turns out that, I wish your wither storm mod to find a solution in this regard as soon as possible!

commented

Maybe make a bowels structure on world creation and any wither storm made after that would add a new one

commented

For removing the command block and soul sand, maybe wait something like 1 or 2 game ticks before generating the bowels? IDK if that is possible, but I think that would allow for the game to process that those blocks should be gone while still generating bowels on summon.

commented

In my opinion, the best way to do this is to have the final boss arena generated when the invulnerability period of the wither storm ends.