Moving Schematic

Moving Schematic

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.

126 downloads
0 followers

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, or down.
  • 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 17 or newer
  • Fabric Loader 0.19.2 or newer
  • Fabric API for Minecraft 1.20.1

Installation

  1. Build the project or use a prebuilt .jar.
  2. Put the .jar file into your Minecraft client's mods folder.
  3. Make sure Fabric Loader and Fabric API are installed for Minecraft 1.20.1.
  4. 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 the schematics folder or an absolute path.
  • dir - movement direction: north, south, east, west, up, or down.
  • 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.

No gallery available for this project.