diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-27 22:02:25 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-27 22:02:25 +0200 |
commit | 6ccc4e36743485c50c58ec0f43d08181ba20958a (patch) | |
tree | 09de7f83dda7b2d856de21caaf2b25e73a15f45e /AnvilStats/AnvilStats.txt | |
parent | Made Anvil the default storage schema (diff) | |
download | cuberite-6ccc4e36743485c50c58ec0f43d08181ba20958a.tar cuberite-6ccc4e36743485c50c58ec0f43d08181ba20958a.tar.gz cuberite-6ccc4e36743485c50c58ec0f43d08181ba20958a.tar.bz2 cuberite-6ccc4e36743485c50c58ec0f43d08181ba20958a.tar.lz cuberite-6ccc4e36743485c50c58ec0f43d08181ba20958a.tar.xz cuberite-6ccc4e36743485c50c58ec0f43d08181ba20958a.tar.zst cuberite-6ccc4e36743485c50c58ec0f43d08181ba20958a.zip |
Diffstat (limited to 'AnvilStats/AnvilStats.txt')
-rw-r--r-- | AnvilStats/AnvilStats.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/AnvilStats/AnvilStats.txt b/AnvilStats/AnvilStats.txt new file mode 100644 index 000000000..74c12d0af --- /dev/null +++ b/AnvilStats/AnvilStats.txt @@ -0,0 +1,27 @@ +
+// 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.
+
+
+
+
+*/
+
+
+
|