Skip to content

Ableytner/BlockCounterCLI

Repository files navigation

BlockCounterCLI

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.

Installation

Windows

Download and extract the BlockCounterCLI-win64.zip file and run BlockCounterCLI.exe. No additional libraries are needed.

Build

To create a new build from source, the dotnet sdk has to be installed.

Windows

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages