Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
Licensed ARR
Published 2 weeks ago
MovingSchematic
MovingSchematic is a client-side Fabric mod for Minecraft 1.20.1 that loads WorldEdit schematic files and renders them as a moving, looping structure in the world.
The mod does not place blocks. It renders the schematic only on the client, which makes it useful for visualizing moving platforms, trains, conveyors, repeating decorations, or any structure that should appear to move continuously.
Features
- Load WorldEdit schematic files.
- Move schematics toward
north,south,east,west,up, ordown. - Loop movement based on the schematic length.
- Configure speed, render distance, and repeat count.
- Pause, resume, stop, and inspect the current state.
- Render common block layers, including solid, cutout, translucent, and tripwire.
Requirements
- Minecraft
1.20.1 - Java
17or newer - Fabric Loader
0.19.2or newer - Fabric API for Minecraft
1.20.1
Installation
- Build the project or use a prebuilt
.jar. - Put the
.jarfile into your Minecraft client'smodsfolder. - Make sure Fabric Loader and Fabric API are installed for Minecraft
1.20.1. - Start the game.
Schematic Files
Relative file paths are resolved from:
.minecraft/schematics/
Absolute file paths are also supported.
Load And Start
/moveschem load <x> <y> <z> <file> <dir> <speed> <rd> <stack>
Arguments:
x y z- world anchor position for the schematic.file- file name from theschematicsfolder or an absolute path.dir- movement direction:north,south,east,west,up, ordown.speed- movement speed in blocks per second.rd- render distance in blocks.stack- number of schematic repeats in the loop.
Other commands
/moveschem stop | pause | resume | speed <value> | rd <value>
License
This project is licensed under CC0-1.0. See LICENSE for details.


