From 8f18510dec4eab5f00e0ff311cf31ae2ce4f2d4d Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 6 Jul 2013 19:56:03 +0000 Subject: AnvilStats: moved into the Tools folder git-svn-id: http://mc-server.googlecode.com/svn/trunk@1658 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- AnvilStats/AnvilStats.txt | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 AnvilStats/AnvilStats.txt (limited to 'AnvilStats/AnvilStats.txt') diff --git a/AnvilStats/AnvilStats.txt b/AnvilStats/AnvilStats.txt deleted file mode 100644 index 07c518e4c..000000000 --- a/AnvilStats/AnvilStats.txt +++ /dev/null @@ -1,27 +0,0 @@ - -// AnvilStats.txt - -// A Readme for the project - -/* -AnvilStats -========== - -This is a project for measuring various metrics throughout an Anvil world, presumably created by a vanilla MC. -It works by parsing the MCA files in the path specified as its param (or current directory, if no params) and -feeding each decompressed chunk into the statistics-gathering callback function. - -Possible usage: - - count the per-chunk density of specific blocks - - count the per-chunk density of dungeons, by measuring the number of zombie/skeleton/regularspider spawners - - count the per-chunk-per-biome density of trees, by measuring the number of dirt-log vertical transitions, correlating to biome data - -This project is Windows-only, although it shouldn't be too difficult to make it portable. - -Because this project uses NBT extensively, it runs much faster in Release mode. - - -*/ - - - -- cgit v1.2.3