Skip to content

The Minecraft Measurement Mod allows the terrain to be measured from the player's perspective.

License

Notifications You must be signed in to change notification settings

BaderTim/minecraft-measurement-mod

Repository files navigation

minecraft-measurement-mod Build on GitHub

Logo

The Minecraft Measurement Mod allows the terrain to be measured from the player's perspective. Custom LiDAR and IMU sensors can be simulated. Cave-survey like measurements with edges and vertices are also possible. The measurement data is saved externally as CSV.

Setup

The recommended Minecraft version is 1.20.*.

  1. Download and install Minecraft Forge
  2. Download a MMM-release that fits your Minecraft version
  3. Put the .jar file of the Minecraft Measurement Mod in your mods folder in .minecraft (usually located here: C:\Users\<userName>\AppData\Roaming\.minecraft)
  4. Run the game

Example 1/2: LiDAR Measurement

This example shows a LiDAR with a horizontal and vertical field of view of 60° and a resolution of 240x240 distance scans running at 1Hz.

Scene in Minecraft: Minecraft Scene

MMM in-game config of lidar1: LiDAR 60x60

Visuaization of lidar1: LiDAR 60x60 Raw Data

CSV file produced by lidar1: LiDAR 60x60 Raw Data

Depth map from the CSV file data: LiDAR 60x60 Depth Image

Example 2/2: Survey Measurement

This example shows a survey with multiple vertices and edges. The data is being saved into a edges.csv and a vertices.csv file. Each vertex has an ID and a position. Each edge has an ID, a start vertex and an end vertex. By changing the head of the survey, one vertex can be connected to multiple edges.

Visualization of a survey: Survey Visualization

Head change of survey vertices: Survey Head Change

About

The Minecraft Measurement Mod allows the terrain to be measured from the player's perspective.

Topics

Resources

License

Stars

Watchers

Forks

Languages