Started by
jeanbonยฒ
on
Topic category: Help with Minecraft modding (Java Edition)
Hello.
I'm trying to create a freecam mod that simply moves the camera, like Freecam. The best I can do is create an armor stand to teleport the player, put them in spectator mode, and then return them to the previous game mode (I'm using sensors).
I would like the player to stay and just the camera moves..
Help
i dont believe there is a way to manipulate camera movement in java, in bedrock you could do some shenanagans with /camera. Best thing i can think of is summoning a no AI mob at the player's position while youre in spectator mode, then when you leave spectator mode tp to the mob and kill it.