Enigmatic Legacy

Enigmatic Legacy

12M Downloads

Twisted Mirror only working in vanilla dimensions

Bilanglosigkeit opened this issue ยท 2 comments

commented

Why does the mirror check whether the player using it is currently in a vanilla dimension?
Compatibility reasons or just to take some power off of it?

Would be cool if it also worked e.g. in the Aether by default, since the other curses like double damage also apply there

commented

I found an intentional dimension check in the source code, like: if (dimension.isVanilla()) teleport(); (pseudo-code)
So maybe it's intentional? Although I don't know why either.

commented

Yep, that's the check I meant
'isInVanillaDimension' definitely seems intentional