#pocket dimension mods support
1 messages · Page 1 of 1 (latest)
supplementaries already got fixed
and it's not any mods that create dimensions
it's any mods that create dimensions incorrectly
there's a specific tick phase in minecraft which is meant for dimension creation
creating dimensions outside of this tick phase is just wrong
it's also really bad for vs2 since vs relies on dimensions being created in the right tick phase
in order to properly initialize them for physics
for supplementaries and create we just marked their dimensions as fake, so vs ignores them
but we can't do that for an actual dimension
So it'd have to be fixed on the other mods end ?
pretty much
we could try to make a mixin to fix it for them
but it is a way worse solution than them fixing it themselves
is it a separate thing from the "hack" that was done on supplementaries side?
their hack was them trying to outright disable the vs tick phase checker for all dimensions
it their hack now disabled since it was introduced on VS side?
no clue
I hope it is
(i don't want to sound obnoxious, but suplmenetaries-valkyrien skies was one of 3 issues that blocked our modpack from being finished, months ago)
hence i ask
i will have to look there then, thanks.
I can't really imagine how supplementaries would be a major enough mod to block a modpack
but that doesn't matter
eitherway
even if their "fix" is still in
the worst it'll do is
uhhh
lead to an actual dimension failing to initialize on vs's side
leading to extremely weird and undiagnosable ship behaviour in said dimension
we don't add any new dimensions so that shouldn't happen.