A Minecraft mod that captures sections of your world and renders them as smooth isometric animations.
- Capture any rectangular area of your Minecraft world
- Preview and adjust your camera angle before rendering
- Generate high-quality isometric animations with customizable settings
- Export animations as MP4 videos or a series of TGA images
| Dependency | Notes |
|---|---|
| Fabric API | Required |
| Sodium |
This mod is extremely file I/O intensive! Every frame of the animation is tobe saved to disk during rendering, so the speed of your storage device has a significant impact on performance. For the best experience, run Minecraft from an NVMe SSD. Rendering on a mechanical drive may result in longer render times, stuttering, or incomplete animations.
- Install Fabric Loader and Fabric API
- Download the latest release of this mod from the Releases page
- Place the downloaded JAR file in your Minecraft
modsfolder - Launch Minecraft and verify that the mod is loaded correctly
All commands use the /isoanimations prefix.
Clears the current animation state and resets any pending render.
/isoanimations clear
Previews the camera position and angle for the selected region without creating an animation.
Use this to adjust your pitch and yaw before doing a full render.
/isoanimations testpos <pos1> <pos2> <scale> <pitch> <yaw>
Captures the selected region and generates an animation.
/isoanimations create <pos1> <pos2> <scale> <pitch> <yaw> <duration>
| Parameter | Type | Range | Description |
|---|---|---|---|
pos1 |
Block Position | - | First corner of the capture region |
pos2 |
Block Position | - | Opposite corner of the capture region |
scale |
Integer | 100 - 500 | Zoom/scale factor of the render (bigger = farther out) |
pitch |
Integer | 0 - 360 | Horizontal rotation angle around capture region |
yaw |
Integer | -90 - 90 | Vertical tilt angle around capture region |
duration |
Decimal | > 0.0 | Length of animation in seconds (create only) |
Generated animations and frames are saved in .minecraft/isoanimations using the following structure:
.minecraft/
└── isoanimations/
├── frames/
│ ├── frame_XXXXXX.tga
│ └── ...
└── animations/
├── animation_YYYY_MM_DD_HH-MM-SS.mp4
└── ...
If you encounter a crash or unexpected behavior, please open an issue and include:
- Minecraft version
- Fabric Loader version
- Mod version
- Command used
- Logs or crash reports
Contributions are gladly accepted! Fork the repo and open a pull request with your changes.