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.
The recommended Minecraft version is 1.20.*
.
- Download and install Minecraft Forge
- Download a MMM-release that fits your Minecraft version
- Put the
.jar
file of the Minecraft Measurement Mod in yourmods
folder in.minecraft
(usually located here:C:\Users\<userName>\AppData\Roaming\.minecraft
) - Run the game
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.
Depth map from the CSV file data:
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.