Skip to content

Home EN

Mike Bédard edited this page May 6, 2023 · 5 revisions

Welcome to the BlockCounterMCMod wiki!

It is the first minecraft mod to count blocks only.

It is still in its early stages.

Commands :

Count blocks manually from two positions :

/blockcounter countblocks <firstPositionX> <firstPositionY> <firstPositionZ> <secondPositionX> <secondPositionY> <secondPositionZ> [optionalBlockFilter]

Count blocks using the current player's position :

First use : Sets the first position

Second use : Sets the second position and runs the counting algorithm

/blockcounter setposition

Additional Info :

It is recommended for now to not use this in a too big area.

With a 500 x 500 x 256 area the commands go well, but beyond that it starts getting slow and might even crash the game.

Follow the Mod issues guide to fix issues you are having with the mod.

If you want to see the code behind the fabric version, go here : Fabric code.

If you want to see the code behind the forge version, go here : Forge code.

Thank you for trying out my mod.

Clone this wiki locally