MokonaNico / IsometricCameraMod

Minecraft mod to take screenshot with an isometric view
7 stars 1 forks source link
isometric minecraft mod

Isometric Camera Mod

IsometricCameraMod is a Minecraft mod to take screenshot with an isometric view.

Example image

199806401-bd662ad0-372e-4f44-a806-c3421455ad46

How it works

This mod is made using mixin to inject code inside the minecraft source code. The main usage of this is to change the projection matrix of the game from a perpective matrix to an isometric projection. This was inspired by what have been made in the immsersive portals mod.

How to install

It's a forge mod so you just have to put the jar file from the release section in your mods folder. Currently there is no fabric support.

How to use it

Default keybinds : (you can change them in minecraft parameters)

Key Action
F10 Start isometric view
NUMPAD_7 Zoom out
NUMPAD_9 Zoom in
NUMPAD_8 Up rotation camera
NUMPAD_2 Down rotation camera
NUMPAD_4 Left rotation camera
NUMPAD_6 Right rotation camera