Open xiewuzhiying opened 8 months ago
Long story: I wanted to make a VS compatible chunk loader. I started with making a standard chunk loader. It didn't work with VS2 (kinda what I expected). Then I asked Ruby. They said that I just havw to do X and then it works with VS. I asked Ewoudje too. They said that you can't really do that with VS yet. Then I tried X. X is currently in the code. It doesn't work. Ruby was wrong. So now I am waiting on API support for that kind of stuff.
Oh also the front offset is in chunks, not in blocks.
This issue occurs when only Valkyrien Skies and addons are installed and no other mods
Minecraft Version
1.18
Mod Loader
Forge
Issue description
vst_chunks.start(1000, {x=-256, z=0})
and the rocket(my ship) is facing west. The rocket should continue flying along the negative x-axis.But it stopped a few hundred blocks away, and I had to pass before it could continue flying.
Issue reproduction
Make anything to test chunk loader.
Logs
No response