Project to count the total of blocks in a given minecraft world.
Supported Minecraft versions are currently 1.7.10 - 1.12.2 and 1.17 - 1.20.4.
DISCLAIMER: Versions older than 1.13 may not have 100% accurate block names.
Download and extract the BlockCounterCLI-win64.zip file and run BlockCounterCLI.exe. No additional libraries are needed.
To create a new build from source, the dotnet sdk has to be installed.
A new build is created by running
dotnet publish -r win-x64 --self-contained
in the projects root directory.
To create a zip file, navigate to
<project_folder>/bin/Release/net8.0/win-x64/
and compress the contents of the publish folder to a new zip file.