Started by
FRAGMENTED_VOID
on
Topic category: Help with Minecraft modding (Java Edition)
so I want to make a mod that in some biomes, everything is normal, but if you walk into a particular biome, the gravity is reversed, and you fall onto the ceiling, like the gravity in this video https://www.youtube.com/watch?v=kiGTjJD4JsY
how do I do this?
That's very complicated and probably will need advanced rendering code. MCreator isn't capable of such things and if you need to do it it's probably better to learn modding without MCreator. You can give the player the levitation status effect to lift the player up however.
What if you just multiply current vector movement of the player by -1, so it just makes upward movement go downward and vice-versa ?