diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..acfb534
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+save/*
+.settings/*
+.classpath
+.project
+bin/*
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..684811b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,3 @@
+language: java
+jdk:
+ - oraclejdk8
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..385696c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# My First Voxel
+
+Compile status: ![Status](https://travis-ci.org/mrdev023/First-Game-Lighting.svg?branch=master)
+
+Ce projet est un Voxel que j'ai creer et optimiser en JAVA et avec LWJGL 2 en OpenGL Modern.
+Le projet n'est pas aboutie par manque d'idee.
+
+![Image](https://pbs.twimg.com/media/CPWaGv4WsAAXPhU.png:large)
diff --git a/VBO/.classpath b/VBO/.classpath
deleted file mode 100644
index c0c938c..0000000
--- a/VBO/.classpath
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/VBO/.gitignore b/VBO/.gitignore
deleted file mode 100644
index 52f6d64..0000000
--- a/VBO/.gitignore
+++ /dev/null
@@ -1,274 +0,0 @@
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
-/bin/
diff --git a/VBO/.project b/VBO/.project
deleted file mode 100644
index ecfdf06..0000000
--- a/VBO/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
- VBO
-
-
-
-
-
- org.eclipse.jdt.core.javabuilder
-
-
-
-
-
- org.eclipse.jdt.core.javanature
-
-
diff --git a/VBO/.settings/org.eclipse.jdt.core.prefs b/VBO/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index bb35fa0..0000000
--- a/VBO/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,11 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.8
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.8
diff --git a/VBO/lib/native/solaris/liblwjgl.so b/VBO/lib/native/solaris/liblwjgl.so
deleted file mode 100644
index 102e97f..0000000
Binary files a/VBO/lib/native/solaris/liblwjgl.so and /dev/null differ
diff --git a/VBO/lib/native/solaris/liblwjgl64.so b/VBO/lib/native/solaris/liblwjgl64.so
deleted file mode 100644
index 0645f99..0000000
Binary files a/VBO/lib/native/solaris/liblwjgl64.so and /dev/null differ
diff --git a/VBO/lib/native/solaris/libopenal.so b/VBO/lib/native/solaris/libopenal.so
deleted file mode 100644
index be5dbce..0000000
Binary files a/VBO/lib/native/solaris/libopenal.so and /dev/null differ
diff --git a/VBO/lib/native/solaris/libopenal64.so b/VBO/lib/native/solaris/libopenal64.so
deleted file mode 100644
index 3ef75b5..0000000
Binary files a/VBO/lib/native/solaris/libopenal64.so and /dev/null differ
diff --git a/VBO/save/soloWorld/-10_0_-10.chunk b/VBO/save/soloWorld/-10_0_-10.chunk
deleted file mode 100644
index c9ba4bf..0000000
Binary files a/VBO/save/soloWorld/-10_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-10_0_-11.chunk b/VBO/save/soloWorld/-10_0_-11.chunk
deleted file mode 100644
index cbe4b38..0000000
Binary files a/VBO/save/soloWorld/-10_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-10_0_-12.chunk b/VBO/save/soloWorld/-10_0_-12.chunk
deleted file mode 100644
index 61ffe36..0000000
Binary files a/VBO/save/soloWorld/-10_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-10_0_-13.chunk b/VBO/save/soloWorld/-10_0_-13.chunk
deleted file mode 100644
index be7323b..0000000
Binary files a/VBO/save/soloWorld/-10_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-10_0_-14.chunk b/VBO/save/soloWorld/-10_0_-14.chunk
deleted file mode 100644
index 9d3534c..0000000
Binary files a/VBO/save/soloWorld/-10_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-10_0_-15.chunk b/VBO/save/soloWorld/-10_0_-15.chunk
deleted file mode 100644
index 91a1a98..0000000
Binary files a/VBO/save/soloWorld/-10_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-10_0_-16.chunk b/VBO/save/soloWorld/-10_0_-16.chunk
deleted file mode 100644
index 762be8f..0000000
Binary files a/VBO/save/soloWorld/-10_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-10_0_-8.chunk b/VBO/save/soloWorld/-10_0_-8.chunk
deleted file mode 100644
index 1d64e6e..0000000
Binary files a/VBO/save/soloWorld/-10_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-10_0_-9.chunk b/VBO/save/soloWorld/-10_0_-9.chunk
deleted file mode 100644
index 005d323..0000000
Binary files a/VBO/save/soloWorld/-10_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-11_0_-10.chunk b/VBO/save/soloWorld/-11_0_-10.chunk
deleted file mode 100644
index db3d34a..0000000
Binary files a/VBO/save/soloWorld/-11_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-11_0_-11.chunk b/VBO/save/soloWorld/-11_0_-11.chunk
deleted file mode 100644
index 2a7c6d9..0000000
Binary files a/VBO/save/soloWorld/-11_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-11_0_-12.chunk b/VBO/save/soloWorld/-11_0_-12.chunk
deleted file mode 100644
index a0567b1..0000000
Binary files a/VBO/save/soloWorld/-11_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-11_0_-13.chunk b/VBO/save/soloWorld/-11_0_-13.chunk
deleted file mode 100644
index f28246c..0000000
Binary files a/VBO/save/soloWorld/-11_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-11_0_-14.chunk b/VBO/save/soloWorld/-11_0_-14.chunk
deleted file mode 100644
index 7689e53..0000000
Binary files a/VBO/save/soloWorld/-11_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-11_0_-15.chunk b/VBO/save/soloWorld/-11_0_-15.chunk
deleted file mode 100644
index 39d0b87..0000000
Binary files a/VBO/save/soloWorld/-11_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-11_0_-16.chunk b/VBO/save/soloWorld/-11_0_-16.chunk
deleted file mode 100644
index 368a247..0000000
Binary files a/VBO/save/soloWorld/-11_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-11_0_-9.chunk b/VBO/save/soloWorld/-11_0_-9.chunk
deleted file mode 100644
index 15be39d..0000000
Binary files a/VBO/save/soloWorld/-11_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-12_0_-10.chunk b/VBO/save/soloWorld/-12_0_-10.chunk
deleted file mode 100644
index 36355d3..0000000
Binary files a/VBO/save/soloWorld/-12_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-12_0_-11.chunk b/VBO/save/soloWorld/-12_0_-11.chunk
deleted file mode 100644
index 7ac90d8..0000000
Binary files a/VBO/save/soloWorld/-12_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-12_0_-12.chunk b/VBO/save/soloWorld/-12_0_-12.chunk
deleted file mode 100644
index 55be061..0000000
Binary files a/VBO/save/soloWorld/-12_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-12_0_-13.chunk b/VBO/save/soloWorld/-12_0_-13.chunk
deleted file mode 100644
index fbdd644..0000000
Binary files a/VBO/save/soloWorld/-12_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-12_0_-14.chunk b/VBO/save/soloWorld/-12_0_-14.chunk
deleted file mode 100644
index 35dfbe3..0000000
Binary files a/VBO/save/soloWorld/-12_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-12_0_-15.chunk b/VBO/save/soloWorld/-12_0_-15.chunk
deleted file mode 100644
index 5e3e69a..0000000
Binary files a/VBO/save/soloWorld/-12_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-12_0_-16.chunk b/VBO/save/soloWorld/-12_0_-16.chunk
deleted file mode 100644
index f0ef7b9..0000000
Binary files a/VBO/save/soloWorld/-12_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-13_0_-11.chunk b/VBO/save/soloWorld/-13_0_-11.chunk
deleted file mode 100644
index 19b8a00..0000000
Binary files a/VBO/save/soloWorld/-13_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-13_0_-12.chunk b/VBO/save/soloWorld/-13_0_-12.chunk
deleted file mode 100644
index cc71bac..0000000
Binary files a/VBO/save/soloWorld/-13_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-13_0_-13.chunk b/VBO/save/soloWorld/-13_0_-13.chunk
deleted file mode 100644
index cb5ca5b..0000000
Binary files a/VBO/save/soloWorld/-13_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-13_0_-14.chunk b/VBO/save/soloWorld/-13_0_-14.chunk
deleted file mode 100644
index 5ab8e9f..0000000
Binary files a/VBO/save/soloWorld/-13_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-13_0_-15.chunk b/VBO/save/soloWorld/-13_0_-15.chunk
deleted file mode 100644
index 0873e11..0000000
Binary files a/VBO/save/soloWorld/-13_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-13_0_-16.chunk b/VBO/save/soloWorld/-13_0_-16.chunk
deleted file mode 100644
index 22d8c26..0000000
Binary files a/VBO/save/soloWorld/-13_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-13_0_-17.chunk b/VBO/save/soloWorld/-13_0_-17.chunk
deleted file mode 100644
index fdd53fc..0000000
Binary files a/VBO/save/soloWorld/-13_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-14_0_-11.chunk b/VBO/save/soloWorld/-14_0_-11.chunk
deleted file mode 100644
index c4e9b4f..0000000
Binary files a/VBO/save/soloWorld/-14_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-14_0_-12.chunk b/VBO/save/soloWorld/-14_0_-12.chunk
deleted file mode 100644
index 5be63ff..0000000
Binary files a/VBO/save/soloWorld/-14_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-14_0_-13.chunk b/VBO/save/soloWorld/-14_0_-13.chunk
deleted file mode 100644
index 9648ba4..0000000
Binary files a/VBO/save/soloWorld/-14_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-14_0_-14.chunk b/VBO/save/soloWorld/-14_0_-14.chunk
deleted file mode 100644
index 1084590..0000000
Binary files a/VBO/save/soloWorld/-14_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-14_0_-15.chunk b/VBO/save/soloWorld/-14_0_-15.chunk
deleted file mode 100644
index 4806202..0000000
Binary files a/VBO/save/soloWorld/-14_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-14_0_-16.chunk b/VBO/save/soloWorld/-14_0_-16.chunk
deleted file mode 100644
index e2b2d46..0000000
Binary files a/VBO/save/soloWorld/-14_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-14_0_-17.chunk b/VBO/save/soloWorld/-14_0_-17.chunk
deleted file mode 100644
index 3f4b971..0000000
Binary files a/VBO/save/soloWorld/-14_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-15_0_-12.chunk b/VBO/save/soloWorld/-15_0_-12.chunk
deleted file mode 100644
index a6555ba..0000000
Binary files a/VBO/save/soloWorld/-15_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-15_0_-13.chunk b/VBO/save/soloWorld/-15_0_-13.chunk
deleted file mode 100644
index 06e0585..0000000
Binary files a/VBO/save/soloWorld/-15_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-15_0_-14.chunk b/VBO/save/soloWorld/-15_0_-14.chunk
deleted file mode 100644
index edaee5d..0000000
Binary files a/VBO/save/soloWorld/-15_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-15_0_-15.chunk b/VBO/save/soloWorld/-15_0_-15.chunk
deleted file mode 100644
index 3ae7eaa..0000000
Binary files a/VBO/save/soloWorld/-15_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-15_0_-16.chunk b/VBO/save/soloWorld/-15_0_-16.chunk
deleted file mode 100644
index ff463fc..0000000
Binary files a/VBO/save/soloWorld/-15_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-15_0_-17.chunk b/VBO/save/soloWorld/-15_0_-17.chunk
deleted file mode 100644
index aadd56d..0000000
Binary files a/VBO/save/soloWorld/-15_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-16_0_-12.chunk b/VBO/save/soloWorld/-16_0_-12.chunk
deleted file mode 100644
index 2497a52..0000000
Binary files a/VBO/save/soloWorld/-16_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-16_0_-13.chunk b/VBO/save/soloWorld/-16_0_-13.chunk
deleted file mode 100644
index 806f31e..0000000
Binary files a/VBO/save/soloWorld/-16_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-16_0_-14.chunk b/VBO/save/soloWorld/-16_0_-14.chunk
deleted file mode 100644
index b4b73f2..0000000
Binary files a/VBO/save/soloWorld/-16_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-16_0_-15.chunk b/VBO/save/soloWorld/-16_0_-15.chunk
deleted file mode 100644
index ea2d33f..0000000
Binary files a/VBO/save/soloWorld/-16_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-16_0_-16.chunk b/VBO/save/soloWorld/-16_0_-16.chunk
deleted file mode 100644
index d864c5b..0000000
Binary files a/VBO/save/soloWorld/-16_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-16_0_-17.chunk b/VBO/save/soloWorld/-16_0_-17.chunk
deleted file mode 100644
index 0a63283..0000000
Binary files a/VBO/save/soloWorld/-16_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-17_0_-12.chunk b/VBO/save/soloWorld/-17_0_-12.chunk
deleted file mode 100644
index d442937..0000000
Binary files a/VBO/save/soloWorld/-17_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-17_0_-13.chunk b/VBO/save/soloWorld/-17_0_-13.chunk
deleted file mode 100644
index e68b4fe..0000000
Binary files a/VBO/save/soloWorld/-17_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-17_0_-14.chunk b/VBO/save/soloWorld/-17_0_-14.chunk
deleted file mode 100644
index 4bc1e56..0000000
Binary files a/VBO/save/soloWorld/-17_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-17_0_-15.chunk b/VBO/save/soloWorld/-17_0_-15.chunk
deleted file mode 100644
index eecfcc8..0000000
Binary files a/VBO/save/soloWorld/-17_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-17_0_-16.chunk b/VBO/save/soloWorld/-17_0_-16.chunk
deleted file mode 100644
index e344002..0000000
Binary files a/VBO/save/soloWorld/-17_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-17_0_-17.chunk b/VBO/save/soloWorld/-17_0_-17.chunk
deleted file mode 100644
index 792fc46..0000000
Binary files a/VBO/save/soloWorld/-17_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-18_0_-13.chunk b/VBO/save/soloWorld/-18_0_-13.chunk
deleted file mode 100644
index 37913ed..0000000
Binary files a/VBO/save/soloWorld/-18_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-18_0_-14.chunk b/VBO/save/soloWorld/-18_0_-14.chunk
deleted file mode 100644
index d141d80..0000000
Binary files a/VBO/save/soloWorld/-18_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-18_0_-15.chunk b/VBO/save/soloWorld/-18_0_-15.chunk
deleted file mode 100644
index a81577a..0000000
Binary files a/VBO/save/soloWorld/-18_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-18_0_-16.chunk b/VBO/save/soloWorld/-18_0_-16.chunk
deleted file mode 100644
index 199e925..0000000
Binary files a/VBO/save/soloWorld/-18_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-18_0_-17.chunk b/VBO/save/soloWorld/-18_0_-17.chunk
deleted file mode 100644
index f27e2ab..0000000
Binary files a/VBO/save/soloWorld/-18_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-19_0_-13.chunk b/VBO/save/soloWorld/-19_0_-13.chunk
deleted file mode 100644
index 9115813..0000000
Binary files a/VBO/save/soloWorld/-19_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-19_0_-14.chunk b/VBO/save/soloWorld/-19_0_-14.chunk
deleted file mode 100644
index 13f21d9..0000000
Binary files a/VBO/save/soloWorld/-19_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-19_0_-15.chunk b/VBO/save/soloWorld/-19_0_-15.chunk
deleted file mode 100644
index 0b30dae..0000000
Binary files a/VBO/save/soloWorld/-19_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-19_0_-16.chunk b/VBO/save/soloWorld/-19_0_-16.chunk
deleted file mode 100644
index a6522ca..0000000
Binary files a/VBO/save/soloWorld/-19_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-19_0_-17.chunk b/VBO/save/soloWorld/-19_0_-17.chunk
deleted file mode 100644
index 1890a48..0000000
Binary files a/VBO/save/soloWorld/-19_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-1.chunk b/VBO/save/soloWorld/-1_0_-1.chunk
deleted file mode 100644
index 11f2cbd..0000000
Binary files a/VBO/save/soloWorld/-1_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-10.chunk b/VBO/save/soloWorld/-1_0_-10.chunk
deleted file mode 100644
index b71a05b..0000000
Binary files a/VBO/save/soloWorld/-1_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-11.chunk b/VBO/save/soloWorld/-1_0_-11.chunk
deleted file mode 100644
index d1c0fed..0000000
Binary files a/VBO/save/soloWorld/-1_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-12.chunk b/VBO/save/soloWorld/-1_0_-12.chunk
deleted file mode 100644
index 3cd7d9f..0000000
Binary files a/VBO/save/soloWorld/-1_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-13.chunk b/VBO/save/soloWorld/-1_0_-13.chunk
deleted file mode 100644
index b39f805..0000000
Binary files a/VBO/save/soloWorld/-1_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-14.chunk b/VBO/save/soloWorld/-1_0_-14.chunk
deleted file mode 100644
index bb9f402..0000000
Binary files a/VBO/save/soloWorld/-1_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-15.chunk b/VBO/save/soloWorld/-1_0_-15.chunk
deleted file mode 100644
index dc448f9..0000000
Binary files a/VBO/save/soloWorld/-1_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-16.chunk b/VBO/save/soloWorld/-1_0_-16.chunk
deleted file mode 100644
index 00381fc..0000000
Binary files a/VBO/save/soloWorld/-1_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-17.chunk b/VBO/save/soloWorld/-1_0_-17.chunk
deleted file mode 100644
index dbd6cb6..0000000
Binary files a/VBO/save/soloWorld/-1_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-18.chunk b/VBO/save/soloWorld/-1_0_-18.chunk
deleted file mode 100644
index f70f092..0000000
Binary files a/VBO/save/soloWorld/-1_0_-18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-19.chunk b/VBO/save/soloWorld/-1_0_-19.chunk
deleted file mode 100644
index 34992eb..0000000
Binary files a/VBO/save/soloWorld/-1_0_-19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-2.chunk b/VBO/save/soloWorld/-1_0_-2.chunk
deleted file mode 100644
index f5fa8db..0000000
Binary files a/VBO/save/soloWorld/-1_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-20.chunk b/VBO/save/soloWorld/-1_0_-20.chunk
deleted file mode 100644
index c5e7929..0000000
Binary files a/VBO/save/soloWorld/-1_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-21.chunk b/VBO/save/soloWorld/-1_0_-21.chunk
deleted file mode 100644
index 9053018..0000000
Binary files a/VBO/save/soloWorld/-1_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-3.chunk b/VBO/save/soloWorld/-1_0_-3.chunk
deleted file mode 100644
index 5b9bcd0..0000000
Binary files a/VBO/save/soloWorld/-1_0_-3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-4.chunk b/VBO/save/soloWorld/-1_0_-4.chunk
deleted file mode 100644
index aec3c38..0000000
Binary files a/VBO/save/soloWorld/-1_0_-4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-5.chunk b/VBO/save/soloWorld/-1_0_-5.chunk
deleted file mode 100644
index 5323725..0000000
Binary files a/VBO/save/soloWorld/-1_0_-5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-6.chunk b/VBO/save/soloWorld/-1_0_-6.chunk
deleted file mode 100644
index 9cb5968..0000000
Binary files a/VBO/save/soloWorld/-1_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-7.chunk b/VBO/save/soloWorld/-1_0_-7.chunk
deleted file mode 100644
index c2ce006..0000000
Binary files a/VBO/save/soloWorld/-1_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-8.chunk b/VBO/save/soloWorld/-1_0_-8.chunk
deleted file mode 100644
index ea5ffb9..0000000
Binary files a/VBO/save/soloWorld/-1_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_-9.chunk b/VBO/save/soloWorld/-1_0_-9.chunk
deleted file mode 100644
index 17334ab..0000000
Binary files a/VBO/save/soloWorld/-1_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_0.chunk b/VBO/save/soloWorld/-1_0_0.chunk
deleted file mode 100644
index 223436c..0000000
Binary files a/VBO/save/soloWorld/-1_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_1.chunk b/VBO/save/soloWorld/-1_0_1.chunk
deleted file mode 100644
index a7d1a51..0000000
Binary files a/VBO/save/soloWorld/-1_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_10.chunk b/VBO/save/soloWorld/-1_0_10.chunk
deleted file mode 100644
index c43ccf2..0000000
Binary files a/VBO/save/soloWorld/-1_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_11.chunk b/VBO/save/soloWorld/-1_0_11.chunk
deleted file mode 100644
index 173243d..0000000
Binary files a/VBO/save/soloWorld/-1_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_12.chunk b/VBO/save/soloWorld/-1_0_12.chunk
deleted file mode 100644
index d3c3a6d..0000000
Binary files a/VBO/save/soloWorld/-1_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_13.chunk b/VBO/save/soloWorld/-1_0_13.chunk
deleted file mode 100644
index 9528f48..0000000
Binary files a/VBO/save/soloWorld/-1_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_14.chunk b/VBO/save/soloWorld/-1_0_14.chunk
deleted file mode 100644
index 1fa68a6..0000000
Binary files a/VBO/save/soloWorld/-1_0_14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_15.chunk b/VBO/save/soloWorld/-1_0_15.chunk
deleted file mode 100644
index 0b857cb..0000000
Binary files a/VBO/save/soloWorld/-1_0_15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_16.chunk b/VBO/save/soloWorld/-1_0_16.chunk
deleted file mode 100644
index 2e800ae..0000000
Binary files a/VBO/save/soloWorld/-1_0_16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_17.chunk b/VBO/save/soloWorld/-1_0_17.chunk
deleted file mode 100644
index eb55ca5..0000000
Binary files a/VBO/save/soloWorld/-1_0_17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_18.chunk b/VBO/save/soloWorld/-1_0_18.chunk
deleted file mode 100644
index d86d608..0000000
Binary files a/VBO/save/soloWorld/-1_0_18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_19.chunk b/VBO/save/soloWorld/-1_0_19.chunk
deleted file mode 100644
index 533a2e9..0000000
Binary files a/VBO/save/soloWorld/-1_0_19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_2.chunk b/VBO/save/soloWorld/-1_0_2.chunk
deleted file mode 100644
index 86195a1..0000000
Binary files a/VBO/save/soloWorld/-1_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_20.chunk b/VBO/save/soloWorld/-1_0_20.chunk
deleted file mode 100644
index 481a2ea..0000000
Binary files a/VBO/save/soloWorld/-1_0_20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_21.chunk b/VBO/save/soloWorld/-1_0_21.chunk
deleted file mode 100644
index e01a92d..0000000
Binary files a/VBO/save/soloWorld/-1_0_21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_22.chunk b/VBO/save/soloWorld/-1_0_22.chunk
deleted file mode 100644
index b8f5d28..0000000
Binary files a/VBO/save/soloWorld/-1_0_22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_23.chunk b/VBO/save/soloWorld/-1_0_23.chunk
deleted file mode 100644
index 48ec945..0000000
Binary files a/VBO/save/soloWorld/-1_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_24.chunk b/VBO/save/soloWorld/-1_0_24.chunk
deleted file mode 100644
index f76bbad..0000000
Binary files a/VBO/save/soloWorld/-1_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_25.chunk b/VBO/save/soloWorld/-1_0_25.chunk
deleted file mode 100644
index 283aef3..0000000
Binary files a/VBO/save/soloWorld/-1_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_26.chunk b/VBO/save/soloWorld/-1_0_26.chunk
deleted file mode 100644
index 512e15c..0000000
Binary files a/VBO/save/soloWorld/-1_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_27.chunk b/VBO/save/soloWorld/-1_0_27.chunk
deleted file mode 100644
index 4d2bfcd..0000000
Binary files a/VBO/save/soloWorld/-1_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_28.chunk b/VBO/save/soloWorld/-1_0_28.chunk
deleted file mode 100644
index 5c20602..0000000
Binary files a/VBO/save/soloWorld/-1_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_3.chunk b/VBO/save/soloWorld/-1_0_3.chunk
deleted file mode 100644
index 4bf0e72..0000000
Binary files a/VBO/save/soloWorld/-1_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_4.chunk b/VBO/save/soloWorld/-1_0_4.chunk
deleted file mode 100644
index e176ed1..0000000
Binary files a/VBO/save/soloWorld/-1_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_5.chunk b/VBO/save/soloWorld/-1_0_5.chunk
deleted file mode 100644
index a85c07a..0000000
Binary files a/VBO/save/soloWorld/-1_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_6.chunk b/VBO/save/soloWorld/-1_0_6.chunk
deleted file mode 100644
index 6b24906..0000000
Binary files a/VBO/save/soloWorld/-1_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_7.chunk b/VBO/save/soloWorld/-1_0_7.chunk
deleted file mode 100644
index cb88b25..0000000
Binary files a/VBO/save/soloWorld/-1_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_8.chunk b/VBO/save/soloWorld/-1_0_8.chunk
deleted file mode 100644
index d2d9ec1..0000000
Binary files a/VBO/save/soloWorld/-1_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-1_0_9.chunk b/VBO/save/soloWorld/-1_0_9.chunk
deleted file mode 100644
index c1ccdf3..0000000
Binary files a/VBO/save/soloWorld/-1_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-20_0_-13.chunk b/VBO/save/soloWorld/-20_0_-13.chunk
deleted file mode 100644
index f4850f9..0000000
Binary files a/VBO/save/soloWorld/-20_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-20_0_-14.chunk b/VBO/save/soloWorld/-20_0_-14.chunk
deleted file mode 100644
index da68d5f..0000000
Binary files a/VBO/save/soloWorld/-20_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-20_0_-15.chunk b/VBO/save/soloWorld/-20_0_-15.chunk
deleted file mode 100644
index 7cba378..0000000
Binary files a/VBO/save/soloWorld/-20_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-20_0_-16.chunk b/VBO/save/soloWorld/-20_0_-16.chunk
deleted file mode 100644
index e36d9e7..0000000
Binary files a/VBO/save/soloWorld/-20_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-20_0_-17.chunk b/VBO/save/soloWorld/-20_0_-17.chunk
deleted file mode 100644
index aa7487c..0000000
Binary files a/VBO/save/soloWorld/-20_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-21_0_-13.chunk b/VBO/save/soloWorld/-21_0_-13.chunk
deleted file mode 100644
index ff388d7..0000000
Binary files a/VBO/save/soloWorld/-21_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-21_0_-14.chunk b/VBO/save/soloWorld/-21_0_-14.chunk
deleted file mode 100644
index 2c4abc5..0000000
Binary files a/VBO/save/soloWorld/-21_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-21_0_-15.chunk b/VBO/save/soloWorld/-21_0_-15.chunk
deleted file mode 100644
index 8d5233c..0000000
Binary files a/VBO/save/soloWorld/-21_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-21_0_-16.chunk b/VBO/save/soloWorld/-21_0_-16.chunk
deleted file mode 100644
index de40445..0000000
Binary files a/VBO/save/soloWorld/-21_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-21_0_-17.chunk b/VBO/save/soloWorld/-21_0_-17.chunk
deleted file mode 100644
index 202aed6..0000000
Binary files a/VBO/save/soloWorld/-21_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-21_0_-18.chunk b/VBO/save/soloWorld/-21_0_-18.chunk
deleted file mode 100644
index abe20d8..0000000
Binary files a/VBO/save/soloWorld/-21_0_-18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-21_0_-19.chunk b/VBO/save/soloWorld/-21_0_-19.chunk
deleted file mode 100644
index d90d4d4..0000000
Binary files a/VBO/save/soloWorld/-21_0_-19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-22_0_-13.chunk b/VBO/save/soloWorld/-22_0_-13.chunk
deleted file mode 100644
index bc16a9e..0000000
Binary files a/VBO/save/soloWorld/-22_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-22_0_-14.chunk b/VBO/save/soloWorld/-22_0_-14.chunk
deleted file mode 100644
index ad5e80f..0000000
Binary files a/VBO/save/soloWorld/-22_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-22_0_-15.chunk b/VBO/save/soloWorld/-22_0_-15.chunk
deleted file mode 100644
index 98ce468..0000000
Binary files a/VBO/save/soloWorld/-22_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-22_0_-16.chunk b/VBO/save/soloWorld/-22_0_-16.chunk
deleted file mode 100644
index ca1ed14..0000000
Binary files a/VBO/save/soloWorld/-22_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-22_0_-17.chunk b/VBO/save/soloWorld/-22_0_-17.chunk
deleted file mode 100644
index 44847e8..0000000
Binary files a/VBO/save/soloWorld/-22_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-22_0_-18.chunk b/VBO/save/soloWorld/-22_0_-18.chunk
deleted file mode 100644
index 325663d..0000000
Binary files a/VBO/save/soloWorld/-22_0_-18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-22_0_-19.chunk b/VBO/save/soloWorld/-22_0_-19.chunk
deleted file mode 100644
index 0701737..0000000
Binary files a/VBO/save/soloWorld/-22_0_-19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-22_0_-20.chunk b/VBO/save/soloWorld/-22_0_-20.chunk
deleted file mode 100644
index f6efb0a..0000000
Binary files a/VBO/save/soloWorld/-22_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-23_0_-13.chunk b/VBO/save/soloWorld/-23_0_-13.chunk
deleted file mode 100644
index 574833e..0000000
Binary files a/VBO/save/soloWorld/-23_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-23_0_-14.chunk b/VBO/save/soloWorld/-23_0_-14.chunk
deleted file mode 100644
index 82c4aed..0000000
Binary files a/VBO/save/soloWorld/-23_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-23_0_-15.chunk b/VBO/save/soloWorld/-23_0_-15.chunk
deleted file mode 100644
index 37b26c7..0000000
Binary files a/VBO/save/soloWorld/-23_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-23_0_-16.chunk b/VBO/save/soloWorld/-23_0_-16.chunk
deleted file mode 100644
index deed21b..0000000
Binary files a/VBO/save/soloWorld/-23_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-23_0_-17.chunk b/VBO/save/soloWorld/-23_0_-17.chunk
deleted file mode 100644
index 3b39ac6..0000000
Binary files a/VBO/save/soloWorld/-23_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-23_0_-18.chunk b/VBO/save/soloWorld/-23_0_-18.chunk
deleted file mode 100644
index a4e7c03..0000000
Binary files a/VBO/save/soloWorld/-23_0_-18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-23_0_-19.chunk b/VBO/save/soloWorld/-23_0_-19.chunk
deleted file mode 100644
index 25e5a12..0000000
Binary files a/VBO/save/soloWorld/-23_0_-19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-23_0_-20.chunk b/VBO/save/soloWorld/-23_0_-20.chunk
deleted file mode 100644
index a73f621..0000000
Binary files a/VBO/save/soloWorld/-23_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-23_0_-21.chunk b/VBO/save/soloWorld/-23_0_-21.chunk
deleted file mode 100644
index 083b3e4..0000000
Binary files a/VBO/save/soloWorld/-23_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-23_0_-22.chunk b/VBO/save/soloWorld/-23_0_-22.chunk
deleted file mode 100644
index 8cb82dc..0000000
Binary files a/VBO/save/soloWorld/-23_0_-22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-24_0_-13.chunk b/VBO/save/soloWorld/-24_0_-13.chunk
deleted file mode 100644
index 8c0af82..0000000
Binary files a/VBO/save/soloWorld/-24_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-24_0_-14.chunk b/VBO/save/soloWorld/-24_0_-14.chunk
deleted file mode 100644
index 5fe2ef0..0000000
Binary files a/VBO/save/soloWorld/-24_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-24_0_-15.chunk b/VBO/save/soloWorld/-24_0_-15.chunk
deleted file mode 100644
index f839739..0000000
Binary files a/VBO/save/soloWorld/-24_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-24_0_-16.chunk b/VBO/save/soloWorld/-24_0_-16.chunk
deleted file mode 100644
index 342bdfd..0000000
Binary files a/VBO/save/soloWorld/-24_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-24_0_-17.chunk b/VBO/save/soloWorld/-24_0_-17.chunk
deleted file mode 100644
index ce8f442..0000000
Binary files a/VBO/save/soloWorld/-24_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-24_0_-18.chunk b/VBO/save/soloWorld/-24_0_-18.chunk
deleted file mode 100644
index 03aa928..0000000
Binary files a/VBO/save/soloWorld/-24_0_-18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-24_0_-19.chunk b/VBO/save/soloWorld/-24_0_-19.chunk
deleted file mode 100644
index 00f66d4..0000000
Binary files a/VBO/save/soloWorld/-24_0_-19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-24_0_-20.chunk b/VBO/save/soloWorld/-24_0_-20.chunk
deleted file mode 100644
index 00ab72e..0000000
Binary files a/VBO/save/soloWorld/-24_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-24_0_-21.chunk b/VBO/save/soloWorld/-24_0_-21.chunk
deleted file mode 100644
index 821981f..0000000
Binary files a/VBO/save/soloWorld/-24_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-24_0_-22.chunk b/VBO/save/soloWorld/-24_0_-22.chunk
deleted file mode 100644
index 6db439e..0000000
Binary files a/VBO/save/soloWorld/-24_0_-22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-24_0_-23.chunk b/VBO/save/soloWorld/-24_0_-23.chunk
deleted file mode 100644
index 37eb2ce..0000000
Binary files a/VBO/save/soloWorld/-24_0_-23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-25_0_-13.chunk b/VBO/save/soloWorld/-25_0_-13.chunk
deleted file mode 100644
index 9fd0091..0000000
Binary files a/VBO/save/soloWorld/-25_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-25_0_-14.chunk b/VBO/save/soloWorld/-25_0_-14.chunk
deleted file mode 100644
index b260995..0000000
Binary files a/VBO/save/soloWorld/-25_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-25_0_-15.chunk b/VBO/save/soloWorld/-25_0_-15.chunk
deleted file mode 100644
index cbd2de2..0000000
Binary files a/VBO/save/soloWorld/-25_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-25_0_-16.chunk b/VBO/save/soloWorld/-25_0_-16.chunk
deleted file mode 100644
index a3903e8..0000000
Binary files a/VBO/save/soloWorld/-25_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-25_0_-17.chunk b/VBO/save/soloWorld/-25_0_-17.chunk
deleted file mode 100644
index de940b5..0000000
Binary files a/VBO/save/soloWorld/-25_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-25_0_-18.chunk b/VBO/save/soloWorld/-25_0_-18.chunk
deleted file mode 100644
index 3dcf98c..0000000
Binary files a/VBO/save/soloWorld/-25_0_-18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-25_0_-19.chunk b/VBO/save/soloWorld/-25_0_-19.chunk
deleted file mode 100644
index 6936ed8..0000000
Binary files a/VBO/save/soloWorld/-25_0_-19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-25_0_-20.chunk b/VBO/save/soloWorld/-25_0_-20.chunk
deleted file mode 100644
index 5d52f48..0000000
Binary files a/VBO/save/soloWorld/-25_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-25_0_-21.chunk b/VBO/save/soloWorld/-25_0_-21.chunk
deleted file mode 100644
index 138cc0d..0000000
Binary files a/VBO/save/soloWorld/-25_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-25_0_-22.chunk b/VBO/save/soloWorld/-25_0_-22.chunk
deleted file mode 100644
index 8d78981..0000000
Binary files a/VBO/save/soloWorld/-25_0_-22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-25_0_-23.chunk b/VBO/save/soloWorld/-25_0_-23.chunk
deleted file mode 100644
index ae3bf7e..0000000
Binary files a/VBO/save/soloWorld/-25_0_-23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-26_0_-15.chunk b/VBO/save/soloWorld/-26_0_-15.chunk
deleted file mode 100644
index 7e19ef3..0000000
Binary files a/VBO/save/soloWorld/-26_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-26_0_-16.chunk b/VBO/save/soloWorld/-26_0_-16.chunk
deleted file mode 100644
index 79afc19..0000000
Binary files a/VBO/save/soloWorld/-26_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-26_0_-17.chunk b/VBO/save/soloWorld/-26_0_-17.chunk
deleted file mode 100644
index 3292f14..0000000
Binary files a/VBO/save/soloWorld/-26_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-26_0_-18.chunk b/VBO/save/soloWorld/-26_0_-18.chunk
deleted file mode 100644
index 334bcb6..0000000
Binary files a/VBO/save/soloWorld/-26_0_-18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-26_0_-19.chunk b/VBO/save/soloWorld/-26_0_-19.chunk
deleted file mode 100644
index a964eb3..0000000
Binary files a/VBO/save/soloWorld/-26_0_-19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-26_0_-20.chunk b/VBO/save/soloWorld/-26_0_-20.chunk
deleted file mode 100644
index a3ffc18..0000000
Binary files a/VBO/save/soloWorld/-26_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-26_0_-21.chunk b/VBO/save/soloWorld/-26_0_-21.chunk
deleted file mode 100644
index fc0772c..0000000
Binary files a/VBO/save/soloWorld/-26_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-26_0_-22.chunk b/VBO/save/soloWorld/-26_0_-22.chunk
deleted file mode 100644
index 42bbc80..0000000
Binary files a/VBO/save/soloWorld/-26_0_-22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-26_0_-23.chunk b/VBO/save/soloWorld/-26_0_-23.chunk
deleted file mode 100644
index d96d421..0000000
Binary files a/VBO/save/soloWorld/-26_0_-23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-26_0_-24.chunk b/VBO/save/soloWorld/-26_0_-24.chunk
deleted file mode 100644
index b94b997..0000000
Binary files a/VBO/save/soloWorld/-26_0_-24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-27_0_-16.chunk b/VBO/save/soloWorld/-27_0_-16.chunk
deleted file mode 100644
index d0e2e58..0000000
Binary files a/VBO/save/soloWorld/-27_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-27_0_-17.chunk b/VBO/save/soloWorld/-27_0_-17.chunk
deleted file mode 100644
index 46566eb..0000000
Binary files a/VBO/save/soloWorld/-27_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-27_0_-18.chunk b/VBO/save/soloWorld/-27_0_-18.chunk
deleted file mode 100644
index d3e1054..0000000
Binary files a/VBO/save/soloWorld/-27_0_-18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-27_0_-19.chunk b/VBO/save/soloWorld/-27_0_-19.chunk
deleted file mode 100644
index 95a9c88..0000000
Binary files a/VBO/save/soloWorld/-27_0_-19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-27_0_-20.chunk b/VBO/save/soloWorld/-27_0_-20.chunk
deleted file mode 100644
index 8a57cc5..0000000
Binary files a/VBO/save/soloWorld/-27_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-27_0_-21.chunk b/VBO/save/soloWorld/-27_0_-21.chunk
deleted file mode 100644
index 2ba7b7e..0000000
Binary files a/VBO/save/soloWorld/-27_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-27_0_-22.chunk b/VBO/save/soloWorld/-27_0_-22.chunk
deleted file mode 100644
index edff95f..0000000
Binary files a/VBO/save/soloWorld/-27_0_-22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-27_0_-23.chunk b/VBO/save/soloWorld/-27_0_-23.chunk
deleted file mode 100644
index 904d7c3..0000000
Binary files a/VBO/save/soloWorld/-27_0_-23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-27_0_-24.chunk b/VBO/save/soloWorld/-27_0_-24.chunk
deleted file mode 100644
index 47002ca..0000000
Binary files a/VBO/save/soloWorld/-27_0_-24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-28_0_-18.chunk b/VBO/save/soloWorld/-28_0_-18.chunk
deleted file mode 100644
index 067de51..0000000
Binary files a/VBO/save/soloWorld/-28_0_-18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-28_0_-19.chunk b/VBO/save/soloWorld/-28_0_-19.chunk
deleted file mode 100644
index 5a52175..0000000
Binary files a/VBO/save/soloWorld/-28_0_-19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-28_0_-20.chunk b/VBO/save/soloWorld/-28_0_-20.chunk
deleted file mode 100644
index 37f7a8f..0000000
Binary files a/VBO/save/soloWorld/-28_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-28_0_-21.chunk b/VBO/save/soloWorld/-28_0_-21.chunk
deleted file mode 100644
index 976cf7e..0000000
Binary files a/VBO/save/soloWorld/-28_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-28_0_-22.chunk b/VBO/save/soloWorld/-28_0_-22.chunk
deleted file mode 100644
index 08c992f..0000000
Binary files a/VBO/save/soloWorld/-28_0_-22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-28_0_-23.chunk b/VBO/save/soloWorld/-28_0_-23.chunk
deleted file mode 100644
index 71a6220..0000000
Binary files a/VBO/save/soloWorld/-28_0_-23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-28_0_-24.chunk b/VBO/save/soloWorld/-28_0_-24.chunk
deleted file mode 100644
index cd20458..0000000
Binary files a/VBO/save/soloWorld/-28_0_-24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-29_0_-19.chunk b/VBO/save/soloWorld/-29_0_-19.chunk
deleted file mode 100644
index 4f05e72..0000000
Binary files a/VBO/save/soloWorld/-29_0_-19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-29_0_-20.chunk b/VBO/save/soloWorld/-29_0_-20.chunk
deleted file mode 100644
index 9aa5c31..0000000
Binary files a/VBO/save/soloWorld/-29_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-29_0_-21.chunk b/VBO/save/soloWorld/-29_0_-21.chunk
deleted file mode 100644
index c7e6f35..0000000
Binary files a/VBO/save/soloWorld/-29_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-29_0_-22.chunk b/VBO/save/soloWorld/-29_0_-22.chunk
deleted file mode 100644
index 739636b..0000000
Binary files a/VBO/save/soloWorld/-29_0_-22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-29_0_-23.chunk b/VBO/save/soloWorld/-29_0_-23.chunk
deleted file mode 100644
index ea06848..0000000
Binary files a/VBO/save/soloWorld/-29_0_-23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-29_0_-24.chunk b/VBO/save/soloWorld/-29_0_-24.chunk
deleted file mode 100644
index b862289..0000000
Binary files a/VBO/save/soloWorld/-29_0_-24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-29_0_-25.chunk b/VBO/save/soloWorld/-29_0_-25.chunk
deleted file mode 100644
index d9345cb..0000000
Binary files a/VBO/save/soloWorld/-29_0_-25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-1.chunk b/VBO/save/soloWorld/-2_0_-1.chunk
deleted file mode 100644
index 71ed0fc..0000000
Binary files a/VBO/save/soloWorld/-2_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-10.chunk b/VBO/save/soloWorld/-2_0_-10.chunk
deleted file mode 100644
index e5b3db3..0000000
Binary files a/VBO/save/soloWorld/-2_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-11.chunk b/VBO/save/soloWorld/-2_0_-11.chunk
deleted file mode 100644
index 3db136a..0000000
Binary files a/VBO/save/soloWorld/-2_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-12.chunk b/VBO/save/soloWorld/-2_0_-12.chunk
deleted file mode 100644
index 5fccccf..0000000
Binary files a/VBO/save/soloWorld/-2_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-13.chunk b/VBO/save/soloWorld/-2_0_-13.chunk
deleted file mode 100644
index b602bb0..0000000
Binary files a/VBO/save/soloWorld/-2_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-14.chunk b/VBO/save/soloWorld/-2_0_-14.chunk
deleted file mode 100644
index c4d745e..0000000
Binary files a/VBO/save/soloWorld/-2_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-15.chunk b/VBO/save/soloWorld/-2_0_-15.chunk
deleted file mode 100644
index 155c845..0000000
Binary files a/VBO/save/soloWorld/-2_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-16.chunk b/VBO/save/soloWorld/-2_0_-16.chunk
deleted file mode 100644
index 8e96347..0000000
Binary files a/VBO/save/soloWorld/-2_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-17.chunk b/VBO/save/soloWorld/-2_0_-17.chunk
deleted file mode 100644
index d613d8e..0000000
Binary files a/VBO/save/soloWorld/-2_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-18.chunk b/VBO/save/soloWorld/-2_0_-18.chunk
deleted file mode 100644
index 0b4bb97..0000000
Binary files a/VBO/save/soloWorld/-2_0_-18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-19.chunk b/VBO/save/soloWorld/-2_0_-19.chunk
deleted file mode 100644
index cca0996..0000000
Binary files a/VBO/save/soloWorld/-2_0_-19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-2.chunk b/VBO/save/soloWorld/-2_0_-2.chunk
deleted file mode 100644
index ccbe39e..0000000
Binary files a/VBO/save/soloWorld/-2_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-20.chunk b/VBO/save/soloWorld/-2_0_-20.chunk
deleted file mode 100644
index 66b0520..0000000
Binary files a/VBO/save/soloWorld/-2_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-21.chunk b/VBO/save/soloWorld/-2_0_-21.chunk
deleted file mode 100644
index 48c3ba2..0000000
Binary files a/VBO/save/soloWorld/-2_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-3.chunk b/VBO/save/soloWorld/-2_0_-3.chunk
deleted file mode 100644
index b4be3a2..0000000
Binary files a/VBO/save/soloWorld/-2_0_-3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-4.chunk b/VBO/save/soloWorld/-2_0_-4.chunk
deleted file mode 100644
index 982efbc..0000000
Binary files a/VBO/save/soloWorld/-2_0_-4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-5.chunk b/VBO/save/soloWorld/-2_0_-5.chunk
deleted file mode 100644
index bb45d99..0000000
Binary files a/VBO/save/soloWorld/-2_0_-5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-6.chunk b/VBO/save/soloWorld/-2_0_-6.chunk
deleted file mode 100644
index 82ea87a..0000000
Binary files a/VBO/save/soloWorld/-2_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-7.chunk b/VBO/save/soloWorld/-2_0_-7.chunk
deleted file mode 100644
index 32d8c2e..0000000
Binary files a/VBO/save/soloWorld/-2_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-8.chunk b/VBO/save/soloWorld/-2_0_-8.chunk
deleted file mode 100644
index de3de34..0000000
Binary files a/VBO/save/soloWorld/-2_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_-9.chunk b/VBO/save/soloWorld/-2_0_-9.chunk
deleted file mode 100644
index 0f1051a..0000000
Binary files a/VBO/save/soloWorld/-2_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_0.chunk b/VBO/save/soloWorld/-2_0_0.chunk
deleted file mode 100644
index a1fde0e..0000000
Binary files a/VBO/save/soloWorld/-2_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_1.chunk b/VBO/save/soloWorld/-2_0_1.chunk
deleted file mode 100644
index a263605..0000000
Binary files a/VBO/save/soloWorld/-2_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_10.chunk b/VBO/save/soloWorld/-2_0_10.chunk
deleted file mode 100644
index 6a15608..0000000
Binary files a/VBO/save/soloWorld/-2_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_11.chunk b/VBO/save/soloWorld/-2_0_11.chunk
deleted file mode 100644
index 456a4c2..0000000
Binary files a/VBO/save/soloWorld/-2_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_12.chunk b/VBO/save/soloWorld/-2_0_12.chunk
deleted file mode 100644
index 38ac47e..0000000
Binary files a/VBO/save/soloWorld/-2_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_13.chunk b/VBO/save/soloWorld/-2_0_13.chunk
deleted file mode 100644
index 166d68b..0000000
Binary files a/VBO/save/soloWorld/-2_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_14.chunk b/VBO/save/soloWorld/-2_0_14.chunk
deleted file mode 100644
index 0e8d38a..0000000
Binary files a/VBO/save/soloWorld/-2_0_14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_15.chunk b/VBO/save/soloWorld/-2_0_15.chunk
deleted file mode 100644
index 5372b1d..0000000
Binary files a/VBO/save/soloWorld/-2_0_15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_16.chunk b/VBO/save/soloWorld/-2_0_16.chunk
deleted file mode 100644
index e7ec27a..0000000
Binary files a/VBO/save/soloWorld/-2_0_16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_17.chunk b/VBO/save/soloWorld/-2_0_17.chunk
deleted file mode 100644
index 12e0764..0000000
Binary files a/VBO/save/soloWorld/-2_0_17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_18.chunk b/VBO/save/soloWorld/-2_0_18.chunk
deleted file mode 100644
index 38a0043..0000000
Binary files a/VBO/save/soloWorld/-2_0_18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_19.chunk b/VBO/save/soloWorld/-2_0_19.chunk
deleted file mode 100644
index 1809da8..0000000
Binary files a/VBO/save/soloWorld/-2_0_19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_2.chunk b/VBO/save/soloWorld/-2_0_2.chunk
deleted file mode 100644
index b257b30..0000000
Binary files a/VBO/save/soloWorld/-2_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_20.chunk b/VBO/save/soloWorld/-2_0_20.chunk
deleted file mode 100644
index e43111d..0000000
Binary files a/VBO/save/soloWorld/-2_0_20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_21.chunk b/VBO/save/soloWorld/-2_0_21.chunk
deleted file mode 100644
index c195101..0000000
Binary files a/VBO/save/soloWorld/-2_0_21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_22.chunk b/VBO/save/soloWorld/-2_0_22.chunk
deleted file mode 100644
index 56d596b..0000000
Binary files a/VBO/save/soloWorld/-2_0_22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_23.chunk b/VBO/save/soloWorld/-2_0_23.chunk
deleted file mode 100644
index ac51c22..0000000
Binary files a/VBO/save/soloWorld/-2_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_24.chunk b/VBO/save/soloWorld/-2_0_24.chunk
deleted file mode 100644
index a673723..0000000
Binary files a/VBO/save/soloWorld/-2_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_25.chunk b/VBO/save/soloWorld/-2_0_25.chunk
deleted file mode 100644
index f80cd88..0000000
Binary files a/VBO/save/soloWorld/-2_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_26.chunk b/VBO/save/soloWorld/-2_0_26.chunk
deleted file mode 100644
index d806137..0000000
Binary files a/VBO/save/soloWorld/-2_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_27.chunk b/VBO/save/soloWorld/-2_0_27.chunk
deleted file mode 100644
index 5fad5d7..0000000
Binary files a/VBO/save/soloWorld/-2_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_28.chunk b/VBO/save/soloWorld/-2_0_28.chunk
deleted file mode 100644
index 35b22dd..0000000
Binary files a/VBO/save/soloWorld/-2_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_3.chunk b/VBO/save/soloWorld/-2_0_3.chunk
deleted file mode 100644
index f5f3e09..0000000
Binary files a/VBO/save/soloWorld/-2_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_4.chunk b/VBO/save/soloWorld/-2_0_4.chunk
deleted file mode 100644
index 2de4182..0000000
Binary files a/VBO/save/soloWorld/-2_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_5.chunk b/VBO/save/soloWorld/-2_0_5.chunk
deleted file mode 100644
index 7bfc82c..0000000
Binary files a/VBO/save/soloWorld/-2_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_6.chunk b/VBO/save/soloWorld/-2_0_6.chunk
deleted file mode 100644
index 7640ce5..0000000
Binary files a/VBO/save/soloWorld/-2_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_7.chunk b/VBO/save/soloWorld/-2_0_7.chunk
deleted file mode 100644
index d0ff51d..0000000
Binary files a/VBO/save/soloWorld/-2_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_8.chunk b/VBO/save/soloWorld/-2_0_8.chunk
deleted file mode 100644
index b8d1586..0000000
Binary files a/VBO/save/soloWorld/-2_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-2_0_9.chunk b/VBO/save/soloWorld/-2_0_9.chunk
deleted file mode 100644
index 83cc168..0000000
Binary files a/VBO/save/soloWorld/-2_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-30_0_-19.chunk b/VBO/save/soloWorld/-30_0_-19.chunk
deleted file mode 100644
index d4f8ccf..0000000
Binary files a/VBO/save/soloWorld/-30_0_-19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-30_0_-20.chunk b/VBO/save/soloWorld/-30_0_-20.chunk
deleted file mode 100644
index a72283b..0000000
Binary files a/VBO/save/soloWorld/-30_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-30_0_-21.chunk b/VBO/save/soloWorld/-30_0_-21.chunk
deleted file mode 100644
index 95c280e..0000000
Binary files a/VBO/save/soloWorld/-30_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-30_0_-22.chunk b/VBO/save/soloWorld/-30_0_-22.chunk
deleted file mode 100644
index 9c4a2f6..0000000
Binary files a/VBO/save/soloWorld/-30_0_-22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-30_0_-23.chunk b/VBO/save/soloWorld/-30_0_-23.chunk
deleted file mode 100644
index ae8da6d..0000000
Binary files a/VBO/save/soloWorld/-30_0_-23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-30_0_-24.chunk b/VBO/save/soloWorld/-30_0_-24.chunk
deleted file mode 100644
index 185913e..0000000
Binary files a/VBO/save/soloWorld/-30_0_-24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-30_0_-25.chunk b/VBO/save/soloWorld/-30_0_-25.chunk
deleted file mode 100644
index 5000b37..0000000
Binary files a/VBO/save/soloWorld/-30_0_-25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-31_0_-20.chunk b/VBO/save/soloWorld/-31_0_-20.chunk
deleted file mode 100644
index 2932633..0000000
Binary files a/VBO/save/soloWorld/-31_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-31_0_-21.chunk b/VBO/save/soloWorld/-31_0_-21.chunk
deleted file mode 100644
index a484cec..0000000
Binary files a/VBO/save/soloWorld/-31_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-31_0_-22.chunk b/VBO/save/soloWorld/-31_0_-22.chunk
deleted file mode 100644
index b299916..0000000
Binary files a/VBO/save/soloWorld/-31_0_-22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-31_0_-23.chunk b/VBO/save/soloWorld/-31_0_-23.chunk
deleted file mode 100644
index daa24b4..0000000
Binary files a/VBO/save/soloWorld/-31_0_-23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-31_0_-24.chunk b/VBO/save/soloWorld/-31_0_-24.chunk
deleted file mode 100644
index ffcb7ae..0000000
Binary files a/VBO/save/soloWorld/-31_0_-24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-31_0_-25.chunk b/VBO/save/soloWorld/-31_0_-25.chunk
deleted file mode 100644
index 4e5dc70..0000000
Binary files a/VBO/save/soloWorld/-31_0_-25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-31_0_-26.chunk b/VBO/save/soloWorld/-31_0_-26.chunk
deleted file mode 100644
index 94b132d..0000000
Binary files a/VBO/save/soloWorld/-31_0_-26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-32_0_-20.chunk b/VBO/save/soloWorld/-32_0_-20.chunk
deleted file mode 100644
index d2ee2c3..0000000
Binary files a/VBO/save/soloWorld/-32_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-32_0_-21.chunk b/VBO/save/soloWorld/-32_0_-21.chunk
deleted file mode 100644
index fd9046d..0000000
Binary files a/VBO/save/soloWorld/-32_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-32_0_-22.chunk b/VBO/save/soloWorld/-32_0_-22.chunk
deleted file mode 100644
index 2123581..0000000
Binary files a/VBO/save/soloWorld/-32_0_-22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-32_0_-23.chunk b/VBO/save/soloWorld/-32_0_-23.chunk
deleted file mode 100644
index 21d11fe..0000000
Binary files a/VBO/save/soloWorld/-32_0_-23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-32_0_-24.chunk b/VBO/save/soloWorld/-32_0_-24.chunk
deleted file mode 100644
index ea1153d..0000000
Binary files a/VBO/save/soloWorld/-32_0_-24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-32_0_-25.chunk b/VBO/save/soloWorld/-32_0_-25.chunk
deleted file mode 100644
index e8c3c23..0000000
Binary files a/VBO/save/soloWorld/-32_0_-25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-32_0_-26.chunk b/VBO/save/soloWorld/-32_0_-26.chunk
deleted file mode 100644
index c5d7c78..0000000
Binary files a/VBO/save/soloWorld/-32_0_-26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-32_0_-27.chunk b/VBO/save/soloWorld/-32_0_-27.chunk
deleted file mode 100644
index 1189bdf..0000000
Binary files a/VBO/save/soloWorld/-32_0_-27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-33_0_-20.chunk b/VBO/save/soloWorld/-33_0_-20.chunk
deleted file mode 100644
index 9d6e63c..0000000
Binary files a/VBO/save/soloWorld/-33_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-33_0_-21.chunk b/VBO/save/soloWorld/-33_0_-21.chunk
deleted file mode 100644
index fb8f995..0000000
Binary files a/VBO/save/soloWorld/-33_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-33_0_-22.chunk b/VBO/save/soloWorld/-33_0_-22.chunk
deleted file mode 100644
index a83ccc5..0000000
Binary files a/VBO/save/soloWorld/-33_0_-22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-33_0_-23.chunk b/VBO/save/soloWorld/-33_0_-23.chunk
deleted file mode 100644
index fc529b5..0000000
Binary files a/VBO/save/soloWorld/-33_0_-23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-33_0_-24.chunk b/VBO/save/soloWorld/-33_0_-24.chunk
deleted file mode 100644
index 4b27151..0000000
Binary files a/VBO/save/soloWorld/-33_0_-24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-33_0_-25.chunk b/VBO/save/soloWorld/-33_0_-25.chunk
deleted file mode 100644
index ee4e74c..0000000
Binary files a/VBO/save/soloWorld/-33_0_-25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-33_0_-26.chunk b/VBO/save/soloWorld/-33_0_-26.chunk
deleted file mode 100644
index 869f4a0..0000000
Binary files a/VBO/save/soloWorld/-33_0_-26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-33_0_-27.chunk b/VBO/save/soloWorld/-33_0_-27.chunk
deleted file mode 100644
index 8df4635..0000000
Binary files a/VBO/save/soloWorld/-33_0_-27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-34_0_-21.chunk b/VBO/save/soloWorld/-34_0_-21.chunk
deleted file mode 100644
index 7632b09..0000000
Binary files a/VBO/save/soloWorld/-34_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-34_0_-22.chunk b/VBO/save/soloWorld/-34_0_-22.chunk
deleted file mode 100644
index 4e5ca9f..0000000
Binary files a/VBO/save/soloWorld/-34_0_-22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-34_0_-23.chunk b/VBO/save/soloWorld/-34_0_-23.chunk
deleted file mode 100644
index 4f66cb9..0000000
Binary files a/VBO/save/soloWorld/-34_0_-23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-34_0_-24.chunk b/VBO/save/soloWorld/-34_0_-24.chunk
deleted file mode 100644
index d5a3cfe..0000000
Binary files a/VBO/save/soloWorld/-34_0_-24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-34_0_-25.chunk b/VBO/save/soloWorld/-34_0_-25.chunk
deleted file mode 100644
index db42dfb..0000000
Binary files a/VBO/save/soloWorld/-34_0_-25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-34_0_-26.chunk b/VBO/save/soloWorld/-34_0_-26.chunk
deleted file mode 100644
index 11244f2..0000000
Binary files a/VBO/save/soloWorld/-34_0_-26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-34_0_-27.chunk b/VBO/save/soloWorld/-34_0_-27.chunk
deleted file mode 100644
index 2430307..0000000
Binary files a/VBO/save/soloWorld/-34_0_-27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-35_0_-21.chunk b/VBO/save/soloWorld/-35_0_-21.chunk
deleted file mode 100644
index b56bab6..0000000
Binary files a/VBO/save/soloWorld/-35_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-35_0_-22.chunk b/VBO/save/soloWorld/-35_0_-22.chunk
deleted file mode 100644
index 5fad63a..0000000
Binary files a/VBO/save/soloWorld/-35_0_-22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-35_0_-23.chunk b/VBO/save/soloWorld/-35_0_-23.chunk
deleted file mode 100644
index ef1e130..0000000
Binary files a/VBO/save/soloWorld/-35_0_-23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-35_0_-24.chunk b/VBO/save/soloWorld/-35_0_-24.chunk
deleted file mode 100644
index 81276c4..0000000
Binary files a/VBO/save/soloWorld/-35_0_-24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-35_0_-25.chunk b/VBO/save/soloWorld/-35_0_-25.chunk
deleted file mode 100644
index 6b96cbc..0000000
Binary files a/VBO/save/soloWorld/-35_0_-25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-35_0_-26.chunk b/VBO/save/soloWorld/-35_0_-26.chunk
deleted file mode 100644
index ce65783..0000000
Binary files a/VBO/save/soloWorld/-35_0_-26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-35_0_-27.chunk b/VBO/save/soloWorld/-35_0_-27.chunk
deleted file mode 100644
index cd658c5..0000000
Binary files a/VBO/save/soloWorld/-35_0_-27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-36_0_-22.chunk b/VBO/save/soloWorld/-36_0_-22.chunk
deleted file mode 100644
index d8990b9..0000000
Binary files a/VBO/save/soloWorld/-36_0_-22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-36_0_-23.chunk b/VBO/save/soloWorld/-36_0_-23.chunk
deleted file mode 100644
index 314ef1d..0000000
Binary files a/VBO/save/soloWorld/-36_0_-23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-36_0_-24.chunk b/VBO/save/soloWorld/-36_0_-24.chunk
deleted file mode 100644
index a5f1072..0000000
Binary files a/VBO/save/soloWorld/-36_0_-24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-36_0_-25.chunk b/VBO/save/soloWorld/-36_0_-25.chunk
deleted file mode 100644
index e6b0ba9..0000000
Binary files a/VBO/save/soloWorld/-36_0_-25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-36_0_-26.chunk b/VBO/save/soloWorld/-36_0_-26.chunk
deleted file mode 100644
index 078faff..0000000
Binary files a/VBO/save/soloWorld/-36_0_-26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-36_0_-27.chunk b/VBO/save/soloWorld/-36_0_-27.chunk
deleted file mode 100644
index b3df0f8..0000000
Binary files a/VBO/save/soloWorld/-36_0_-27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-37_0_-23.chunk b/VBO/save/soloWorld/-37_0_-23.chunk
deleted file mode 100644
index 8cb7885..0000000
Binary files a/VBO/save/soloWorld/-37_0_-23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-37_0_-24.chunk b/VBO/save/soloWorld/-37_0_-24.chunk
deleted file mode 100644
index 2a41a34..0000000
Binary files a/VBO/save/soloWorld/-37_0_-24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-37_0_-25.chunk b/VBO/save/soloWorld/-37_0_-25.chunk
deleted file mode 100644
index 5b13051..0000000
Binary files a/VBO/save/soloWorld/-37_0_-25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-37_0_-26.chunk b/VBO/save/soloWorld/-37_0_-26.chunk
deleted file mode 100644
index 46949c8..0000000
Binary files a/VBO/save/soloWorld/-37_0_-26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-37_0_-27.chunk b/VBO/save/soloWorld/-37_0_-27.chunk
deleted file mode 100644
index 261e1c3..0000000
Binary files a/VBO/save/soloWorld/-37_0_-27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-10.chunk b/VBO/save/soloWorld/-3_0_-10.chunk
deleted file mode 100644
index 004a5c6..0000000
Binary files a/VBO/save/soloWorld/-3_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-11.chunk b/VBO/save/soloWorld/-3_0_-11.chunk
deleted file mode 100644
index 3948d49..0000000
Binary files a/VBO/save/soloWorld/-3_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-12.chunk b/VBO/save/soloWorld/-3_0_-12.chunk
deleted file mode 100644
index 655ad61..0000000
Binary files a/VBO/save/soloWorld/-3_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-13.chunk b/VBO/save/soloWorld/-3_0_-13.chunk
deleted file mode 100644
index cbc5f4a..0000000
Binary files a/VBO/save/soloWorld/-3_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-14.chunk b/VBO/save/soloWorld/-3_0_-14.chunk
deleted file mode 100644
index a8efa44..0000000
Binary files a/VBO/save/soloWorld/-3_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-15.chunk b/VBO/save/soloWorld/-3_0_-15.chunk
deleted file mode 100644
index d643ce1..0000000
Binary files a/VBO/save/soloWorld/-3_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-16.chunk b/VBO/save/soloWorld/-3_0_-16.chunk
deleted file mode 100644
index 68abfaf..0000000
Binary files a/VBO/save/soloWorld/-3_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-17.chunk b/VBO/save/soloWorld/-3_0_-17.chunk
deleted file mode 100644
index 803509e..0000000
Binary files a/VBO/save/soloWorld/-3_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-18.chunk b/VBO/save/soloWorld/-3_0_-18.chunk
deleted file mode 100644
index 1984159..0000000
Binary files a/VBO/save/soloWorld/-3_0_-18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-19.chunk b/VBO/save/soloWorld/-3_0_-19.chunk
deleted file mode 100644
index 8a6dcc5..0000000
Binary files a/VBO/save/soloWorld/-3_0_-19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-2.chunk b/VBO/save/soloWorld/-3_0_-2.chunk
deleted file mode 100644
index 2b51a59..0000000
Binary files a/VBO/save/soloWorld/-3_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-20.chunk b/VBO/save/soloWorld/-3_0_-20.chunk
deleted file mode 100644
index 83363a4..0000000
Binary files a/VBO/save/soloWorld/-3_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-21.chunk b/VBO/save/soloWorld/-3_0_-21.chunk
deleted file mode 100644
index d5ec070..0000000
Binary files a/VBO/save/soloWorld/-3_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-3.chunk b/VBO/save/soloWorld/-3_0_-3.chunk
deleted file mode 100644
index 0488b26..0000000
Binary files a/VBO/save/soloWorld/-3_0_-3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-4.chunk b/VBO/save/soloWorld/-3_0_-4.chunk
deleted file mode 100644
index 3acb463..0000000
Binary files a/VBO/save/soloWorld/-3_0_-4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-5.chunk b/VBO/save/soloWorld/-3_0_-5.chunk
deleted file mode 100644
index ddee4a3..0000000
Binary files a/VBO/save/soloWorld/-3_0_-5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-6.chunk b/VBO/save/soloWorld/-3_0_-6.chunk
deleted file mode 100644
index e11cd02..0000000
Binary files a/VBO/save/soloWorld/-3_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-7.chunk b/VBO/save/soloWorld/-3_0_-7.chunk
deleted file mode 100644
index e70c5b9..0000000
Binary files a/VBO/save/soloWorld/-3_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-8.chunk b/VBO/save/soloWorld/-3_0_-8.chunk
deleted file mode 100644
index 3d46787..0000000
Binary files a/VBO/save/soloWorld/-3_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_-9.chunk b/VBO/save/soloWorld/-3_0_-9.chunk
deleted file mode 100644
index 307a8aa..0000000
Binary files a/VBO/save/soloWorld/-3_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_1.chunk b/VBO/save/soloWorld/-3_0_1.chunk
deleted file mode 100644
index 59bea82..0000000
Binary files a/VBO/save/soloWorld/-3_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_10.chunk b/VBO/save/soloWorld/-3_0_10.chunk
deleted file mode 100644
index 56fbcf1..0000000
Binary files a/VBO/save/soloWorld/-3_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_11.chunk b/VBO/save/soloWorld/-3_0_11.chunk
deleted file mode 100644
index a5cc385..0000000
Binary files a/VBO/save/soloWorld/-3_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_12.chunk b/VBO/save/soloWorld/-3_0_12.chunk
deleted file mode 100644
index 85fd3a8..0000000
Binary files a/VBO/save/soloWorld/-3_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_13.chunk b/VBO/save/soloWorld/-3_0_13.chunk
deleted file mode 100644
index d314acd..0000000
Binary files a/VBO/save/soloWorld/-3_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_14.chunk b/VBO/save/soloWorld/-3_0_14.chunk
deleted file mode 100644
index ca99b05..0000000
Binary files a/VBO/save/soloWorld/-3_0_14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_15.chunk b/VBO/save/soloWorld/-3_0_15.chunk
deleted file mode 100644
index c2bc8f5..0000000
Binary files a/VBO/save/soloWorld/-3_0_15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_16.chunk b/VBO/save/soloWorld/-3_0_16.chunk
deleted file mode 100644
index 1070070..0000000
Binary files a/VBO/save/soloWorld/-3_0_16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_17.chunk b/VBO/save/soloWorld/-3_0_17.chunk
deleted file mode 100644
index 4b2c1a3..0000000
Binary files a/VBO/save/soloWorld/-3_0_17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_18.chunk b/VBO/save/soloWorld/-3_0_18.chunk
deleted file mode 100644
index aa12838..0000000
Binary files a/VBO/save/soloWorld/-3_0_18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_19.chunk b/VBO/save/soloWorld/-3_0_19.chunk
deleted file mode 100644
index 6bfd3ed..0000000
Binary files a/VBO/save/soloWorld/-3_0_19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_2.chunk b/VBO/save/soloWorld/-3_0_2.chunk
deleted file mode 100644
index bdb5b75..0000000
Binary files a/VBO/save/soloWorld/-3_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_20.chunk b/VBO/save/soloWorld/-3_0_20.chunk
deleted file mode 100644
index d55d804..0000000
Binary files a/VBO/save/soloWorld/-3_0_20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_21.chunk b/VBO/save/soloWorld/-3_0_21.chunk
deleted file mode 100644
index 716238f..0000000
Binary files a/VBO/save/soloWorld/-3_0_21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_22.chunk b/VBO/save/soloWorld/-3_0_22.chunk
deleted file mode 100644
index fc6d38a..0000000
Binary files a/VBO/save/soloWorld/-3_0_22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_23.chunk b/VBO/save/soloWorld/-3_0_23.chunk
deleted file mode 100644
index d35c74a..0000000
Binary files a/VBO/save/soloWorld/-3_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_24.chunk b/VBO/save/soloWorld/-3_0_24.chunk
deleted file mode 100644
index ab11b8a..0000000
Binary files a/VBO/save/soloWorld/-3_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_25.chunk b/VBO/save/soloWorld/-3_0_25.chunk
deleted file mode 100644
index 658d5a1..0000000
Binary files a/VBO/save/soloWorld/-3_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_26.chunk b/VBO/save/soloWorld/-3_0_26.chunk
deleted file mode 100644
index a9e2dab..0000000
Binary files a/VBO/save/soloWorld/-3_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_27.chunk b/VBO/save/soloWorld/-3_0_27.chunk
deleted file mode 100644
index f77cddb..0000000
Binary files a/VBO/save/soloWorld/-3_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_3.chunk b/VBO/save/soloWorld/-3_0_3.chunk
deleted file mode 100644
index 764b404..0000000
Binary files a/VBO/save/soloWorld/-3_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_4.chunk b/VBO/save/soloWorld/-3_0_4.chunk
deleted file mode 100644
index 6d9e5f0..0000000
Binary files a/VBO/save/soloWorld/-3_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_5.chunk b/VBO/save/soloWorld/-3_0_5.chunk
deleted file mode 100644
index 10e2217..0000000
Binary files a/VBO/save/soloWorld/-3_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_6.chunk b/VBO/save/soloWorld/-3_0_6.chunk
deleted file mode 100644
index cfdb34f..0000000
Binary files a/VBO/save/soloWorld/-3_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_7.chunk b/VBO/save/soloWorld/-3_0_7.chunk
deleted file mode 100644
index 2f94b56..0000000
Binary files a/VBO/save/soloWorld/-3_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_8.chunk b/VBO/save/soloWorld/-3_0_8.chunk
deleted file mode 100644
index be571ca..0000000
Binary files a/VBO/save/soloWorld/-3_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-3_0_9.chunk b/VBO/save/soloWorld/-3_0_9.chunk
deleted file mode 100644
index cf5e2e1..0000000
Binary files a/VBO/save/soloWorld/-3_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-10.chunk b/VBO/save/soloWorld/-4_0_-10.chunk
deleted file mode 100644
index 0c7b935..0000000
Binary files a/VBO/save/soloWorld/-4_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-11.chunk b/VBO/save/soloWorld/-4_0_-11.chunk
deleted file mode 100644
index 4c5fec9..0000000
Binary files a/VBO/save/soloWorld/-4_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-12.chunk b/VBO/save/soloWorld/-4_0_-12.chunk
deleted file mode 100644
index d6a4693..0000000
Binary files a/VBO/save/soloWorld/-4_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-13.chunk b/VBO/save/soloWorld/-4_0_-13.chunk
deleted file mode 100644
index 19ec74d..0000000
Binary files a/VBO/save/soloWorld/-4_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-14.chunk b/VBO/save/soloWorld/-4_0_-14.chunk
deleted file mode 100644
index 14d0233..0000000
Binary files a/VBO/save/soloWorld/-4_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-15.chunk b/VBO/save/soloWorld/-4_0_-15.chunk
deleted file mode 100644
index ec67cc3..0000000
Binary files a/VBO/save/soloWorld/-4_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-16.chunk b/VBO/save/soloWorld/-4_0_-16.chunk
deleted file mode 100644
index c8109e7..0000000
Binary files a/VBO/save/soloWorld/-4_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-17.chunk b/VBO/save/soloWorld/-4_0_-17.chunk
deleted file mode 100644
index 182889e..0000000
Binary files a/VBO/save/soloWorld/-4_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-18.chunk b/VBO/save/soloWorld/-4_0_-18.chunk
deleted file mode 100644
index a423243..0000000
Binary files a/VBO/save/soloWorld/-4_0_-18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-19.chunk b/VBO/save/soloWorld/-4_0_-19.chunk
deleted file mode 100644
index 52e4214..0000000
Binary files a/VBO/save/soloWorld/-4_0_-19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-2.chunk b/VBO/save/soloWorld/-4_0_-2.chunk
deleted file mode 100644
index 544ec8c..0000000
Binary files a/VBO/save/soloWorld/-4_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-20.chunk b/VBO/save/soloWorld/-4_0_-20.chunk
deleted file mode 100644
index 6f3d05f..0000000
Binary files a/VBO/save/soloWorld/-4_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-21.chunk b/VBO/save/soloWorld/-4_0_-21.chunk
deleted file mode 100644
index 86d6c2f..0000000
Binary files a/VBO/save/soloWorld/-4_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-3.chunk b/VBO/save/soloWorld/-4_0_-3.chunk
deleted file mode 100644
index 35c4fdf..0000000
Binary files a/VBO/save/soloWorld/-4_0_-3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-4.chunk b/VBO/save/soloWorld/-4_0_-4.chunk
deleted file mode 100644
index a5b07dd..0000000
Binary files a/VBO/save/soloWorld/-4_0_-4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-5.chunk b/VBO/save/soloWorld/-4_0_-5.chunk
deleted file mode 100644
index be59800..0000000
Binary files a/VBO/save/soloWorld/-4_0_-5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-6.chunk b/VBO/save/soloWorld/-4_0_-6.chunk
deleted file mode 100644
index 47a396a..0000000
Binary files a/VBO/save/soloWorld/-4_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-7.chunk b/VBO/save/soloWorld/-4_0_-7.chunk
deleted file mode 100644
index a5f7c42..0000000
Binary files a/VBO/save/soloWorld/-4_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-8.chunk b/VBO/save/soloWorld/-4_0_-8.chunk
deleted file mode 100644
index e33aded..0000000
Binary files a/VBO/save/soloWorld/-4_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_-9.chunk b/VBO/save/soloWorld/-4_0_-9.chunk
deleted file mode 100644
index ce0f25a..0000000
Binary files a/VBO/save/soloWorld/-4_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_10.chunk b/VBO/save/soloWorld/-4_0_10.chunk
deleted file mode 100644
index 882956d..0000000
Binary files a/VBO/save/soloWorld/-4_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_11.chunk b/VBO/save/soloWorld/-4_0_11.chunk
deleted file mode 100644
index c9b4d3e..0000000
Binary files a/VBO/save/soloWorld/-4_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_12.chunk b/VBO/save/soloWorld/-4_0_12.chunk
deleted file mode 100644
index e65ff4c..0000000
Binary files a/VBO/save/soloWorld/-4_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_13.chunk b/VBO/save/soloWorld/-4_0_13.chunk
deleted file mode 100644
index 605062e..0000000
Binary files a/VBO/save/soloWorld/-4_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_14.chunk b/VBO/save/soloWorld/-4_0_14.chunk
deleted file mode 100644
index 5d918dc..0000000
Binary files a/VBO/save/soloWorld/-4_0_14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_15.chunk b/VBO/save/soloWorld/-4_0_15.chunk
deleted file mode 100644
index 435cdfb..0000000
Binary files a/VBO/save/soloWorld/-4_0_15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_16.chunk b/VBO/save/soloWorld/-4_0_16.chunk
deleted file mode 100644
index b53375f..0000000
Binary files a/VBO/save/soloWorld/-4_0_16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_17.chunk b/VBO/save/soloWorld/-4_0_17.chunk
deleted file mode 100644
index 893460b..0000000
Binary files a/VBO/save/soloWorld/-4_0_17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_18.chunk b/VBO/save/soloWorld/-4_0_18.chunk
deleted file mode 100644
index 109e14c..0000000
Binary files a/VBO/save/soloWorld/-4_0_18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_19.chunk b/VBO/save/soloWorld/-4_0_19.chunk
deleted file mode 100644
index ef5eb93..0000000
Binary files a/VBO/save/soloWorld/-4_0_19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_20.chunk b/VBO/save/soloWorld/-4_0_20.chunk
deleted file mode 100644
index 47f313c..0000000
Binary files a/VBO/save/soloWorld/-4_0_20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_21.chunk b/VBO/save/soloWorld/-4_0_21.chunk
deleted file mode 100644
index 8cac82f..0000000
Binary files a/VBO/save/soloWorld/-4_0_21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_22.chunk b/VBO/save/soloWorld/-4_0_22.chunk
deleted file mode 100644
index 8dc21f0..0000000
Binary files a/VBO/save/soloWorld/-4_0_22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_23.chunk b/VBO/save/soloWorld/-4_0_23.chunk
deleted file mode 100644
index 21d5f73..0000000
Binary files a/VBO/save/soloWorld/-4_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_24.chunk b/VBO/save/soloWorld/-4_0_24.chunk
deleted file mode 100644
index cdcd71e..0000000
Binary files a/VBO/save/soloWorld/-4_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_25.chunk b/VBO/save/soloWorld/-4_0_25.chunk
deleted file mode 100644
index 8f21f0b..0000000
Binary files a/VBO/save/soloWorld/-4_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_26.chunk b/VBO/save/soloWorld/-4_0_26.chunk
deleted file mode 100644
index 9dc2c2c..0000000
Binary files a/VBO/save/soloWorld/-4_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-4_0_27.chunk b/VBO/save/soloWorld/-4_0_27.chunk
deleted file mode 100644
index 05d78de..0000000
Binary files a/VBO/save/soloWorld/-4_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_-10.chunk b/VBO/save/soloWorld/-5_0_-10.chunk
deleted file mode 100644
index b5086f7..0000000
Binary files a/VBO/save/soloWorld/-5_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_-11.chunk b/VBO/save/soloWorld/-5_0_-11.chunk
deleted file mode 100644
index ef0f936..0000000
Binary files a/VBO/save/soloWorld/-5_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_-12.chunk b/VBO/save/soloWorld/-5_0_-12.chunk
deleted file mode 100644
index b0763b5..0000000
Binary files a/VBO/save/soloWorld/-5_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_-16.chunk b/VBO/save/soloWorld/-5_0_-16.chunk
deleted file mode 100644
index 75f6c44..0000000
Binary files a/VBO/save/soloWorld/-5_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_-17.chunk b/VBO/save/soloWorld/-5_0_-17.chunk
deleted file mode 100644
index ff312f8..0000000
Binary files a/VBO/save/soloWorld/-5_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_-18.chunk b/VBO/save/soloWorld/-5_0_-18.chunk
deleted file mode 100644
index e915c2b..0000000
Binary files a/VBO/save/soloWorld/-5_0_-18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_-19.chunk b/VBO/save/soloWorld/-5_0_-19.chunk
deleted file mode 100644
index 87e55f2..0000000
Binary files a/VBO/save/soloWorld/-5_0_-19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_-20.chunk b/VBO/save/soloWorld/-5_0_-20.chunk
deleted file mode 100644
index 5aa881f..0000000
Binary files a/VBO/save/soloWorld/-5_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_-21.chunk b/VBO/save/soloWorld/-5_0_-21.chunk
deleted file mode 100644
index cf6d31c..0000000
Binary files a/VBO/save/soloWorld/-5_0_-21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_-3.chunk b/VBO/save/soloWorld/-5_0_-3.chunk
deleted file mode 100644
index cebe45c..0000000
Binary files a/VBO/save/soloWorld/-5_0_-3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_-4.chunk b/VBO/save/soloWorld/-5_0_-4.chunk
deleted file mode 100644
index 8b469ac..0000000
Binary files a/VBO/save/soloWorld/-5_0_-4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_-5.chunk b/VBO/save/soloWorld/-5_0_-5.chunk
deleted file mode 100644
index c2fe9e6..0000000
Binary files a/VBO/save/soloWorld/-5_0_-5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_-6.chunk b/VBO/save/soloWorld/-5_0_-6.chunk
deleted file mode 100644
index 1c2e49d..0000000
Binary files a/VBO/save/soloWorld/-5_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_-7.chunk b/VBO/save/soloWorld/-5_0_-7.chunk
deleted file mode 100644
index d2be9d6..0000000
Binary files a/VBO/save/soloWorld/-5_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_-8.chunk b/VBO/save/soloWorld/-5_0_-8.chunk
deleted file mode 100644
index e729d1e..0000000
Binary files a/VBO/save/soloWorld/-5_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_-9.chunk b/VBO/save/soloWorld/-5_0_-9.chunk
deleted file mode 100644
index ca930fd..0000000
Binary files a/VBO/save/soloWorld/-5_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_15.chunk b/VBO/save/soloWorld/-5_0_15.chunk
deleted file mode 100644
index 0294884..0000000
Binary files a/VBO/save/soloWorld/-5_0_15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_16.chunk b/VBO/save/soloWorld/-5_0_16.chunk
deleted file mode 100644
index d755bb6..0000000
Binary files a/VBO/save/soloWorld/-5_0_16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_17.chunk b/VBO/save/soloWorld/-5_0_17.chunk
deleted file mode 100644
index 9656503..0000000
Binary files a/VBO/save/soloWorld/-5_0_17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_18.chunk b/VBO/save/soloWorld/-5_0_18.chunk
deleted file mode 100644
index 9c4e7e5..0000000
Binary files a/VBO/save/soloWorld/-5_0_18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_19.chunk b/VBO/save/soloWorld/-5_0_19.chunk
deleted file mode 100644
index 2c44c01..0000000
Binary files a/VBO/save/soloWorld/-5_0_19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_20.chunk b/VBO/save/soloWorld/-5_0_20.chunk
deleted file mode 100644
index bf04906..0000000
Binary files a/VBO/save/soloWorld/-5_0_20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_21.chunk b/VBO/save/soloWorld/-5_0_21.chunk
deleted file mode 100644
index 7481ef4..0000000
Binary files a/VBO/save/soloWorld/-5_0_21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_22.chunk b/VBO/save/soloWorld/-5_0_22.chunk
deleted file mode 100644
index 013fb8d..0000000
Binary files a/VBO/save/soloWorld/-5_0_22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_23.chunk b/VBO/save/soloWorld/-5_0_23.chunk
deleted file mode 100644
index 89b400d..0000000
Binary files a/VBO/save/soloWorld/-5_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_24.chunk b/VBO/save/soloWorld/-5_0_24.chunk
deleted file mode 100644
index b05e0eb..0000000
Binary files a/VBO/save/soloWorld/-5_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_25.chunk b/VBO/save/soloWorld/-5_0_25.chunk
deleted file mode 100644
index 59919bc..0000000
Binary files a/VBO/save/soloWorld/-5_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_26.chunk b/VBO/save/soloWorld/-5_0_26.chunk
deleted file mode 100644
index 47915a9..0000000
Binary files a/VBO/save/soloWorld/-5_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-5_0_27.chunk b/VBO/save/soloWorld/-5_0_27.chunk
deleted file mode 100644
index 0b96ad5..0000000
Binary files a/VBO/save/soloWorld/-5_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_-10.chunk b/VBO/save/soloWorld/-6_0_-10.chunk
deleted file mode 100644
index c3b0f5c..0000000
Binary files a/VBO/save/soloWorld/-6_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_-11.chunk b/VBO/save/soloWorld/-6_0_-11.chunk
deleted file mode 100644
index 45d1ba7..0000000
Binary files a/VBO/save/soloWorld/-6_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_-12.chunk b/VBO/save/soloWorld/-6_0_-12.chunk
deleted file mode 100644
index d4bb192..0000000
Binary files a/VBO/save/soloWorld/-6_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_-13.chunk b/VBO/save/soloWorld/-6_0_-13.chunk
deleted file mode 100644
index 8eb2715..0000000
Binary files a/VBO/save/soloWorld/-6_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_-4.chunk b/VBO/save/soloWorld/-6_0_-4.chunk
deleted file mode 100644
index 18f7a44..0000000
Binary files a/VBO/save/soloWorld/-6_0_-4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_-5.chunk b/VBO/save/soloWorld/-6_0_-5.chunk
deleted file mode 100644
index 08c01a3..0000000
Binary files a/VBO/save/soloWorld/-6_0_-5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_-6.chunk b/VBO/save/soloWorld/-6_0_-6.chunk
deleted file mode 100644
index cc53055..0000000
Binary files a/VBO/save/soloWorld/-6_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_-7.chunk b/VBO/save/soloWorld/-6_0_-7.chunk
deleted file mode 100644
index 4a694a2..0000000
Binary files a/VBO/save/soloWorld/-6_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_-8.chunk b/VBO/save/soloWorld/-6_0_-8.chunk
deleted file mode 100644
index b59ba74..0000000
Binary files a/VBO/save/soloWorld/-6_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_-9.chunk b/VBO/save/soloWorld/-6_0_-9.chunk
deleted file mode 100644
index 8f5420a..0000000
Binary files a/VBO/save/soloWorld/-6_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_19.chunk b/VBO/save/soloWorld/-6_0_19.chunk
deleted file mode 100644
index f4cca8b..0000000
Binary files a/VBO/save/soloWorld/-6_0_19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_20.chunk b/VBO/save/soloWorld/-6_0_20.chunk
deleted file mode 100644
index 0d04bff..0000000
Binary files a/VBO/save/soloWorld/-6_0_20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_21.chunk b/VBO/save/soloWorld/-6_0_21.chunk
deleted file mode 100644
index 69971bc..0000000
Binary files a/VBO/save/soloWorld/-6_0_21.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_22.chunk b/VBO/save/soloWorld/-6_0_22.chunk
deleted file mode 100644
index a3314c4..0000000
Binary files a/VBO/save/soloWorld/-6_0_22.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_23.chunk b/VBO/save/soloWorld/-6_0_23.chunk
deleted file mode 100644
index c100246..0000000
Binary files a/VBO/save/soloWorld/-6_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_24.chunk b/VBO/save/soloWorld/-6_0_24.chunk
deleted file mode 100644
index d130026..0000000
Binary files a/VBO/save/soloWorld/-6_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_25.chunk b/VBO/save/soloWorld/-6_0_25.chunk
deleted file mode 100644
index f2304c8..0000000
Binary files a/VBO/save/soloWorld/-6_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_26.chunk b/VBO/save/soloWorld/-6_0_26.chunk
deleted file mode 100644
index 0a58ad6..0000000
Binary files a/VBO/save/soloWorld/-6_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-6_0_27.chunk b/VBO/save/soloWorld/-6_0_27.chunk
deleted file mode 100644
index 9f6c74f..0000000
Binary files a/VBO/save/soloWorld/-6_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-7_0_-10.chunk b/VBO/save/soloWorld/-7_0_-10.chunk
deleted file mode 100644
index fb41cf0..0000000
Binary files a/VBO/save/soloWorld/-7_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-7_0_-11.chunk b/VBO/save/soloWorld/-7_0_-11.chunk
deleted file mode 100644
index e228334..0000000
Binary files a/VBO/save/soloWorld/-7_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-7_0_-12.chunk b/VBO/save/soloWorld/-7_0_-12.chunk
deleted file mode 100644
index e0502e9..0000000
Binary files a/VBO/save/soloWorld/-7_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-7_0_-13.chunk b/VBO/save/soloWorld/-7_0_-13.chunk
deleted file mode 100644
index 862c3ed..0000000
Binary files a/VBO/save/soloWorld/-7_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-7_0_-14.chunk b/VBO/save/soloWorld/-7_0_-14.chunk
deleted file mode 100644
index 034b3e9..0000000
Binary files a/VBO/save/soloWorld/-7_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-7_0_-4.chunk b/VBO/save/soloWorld/-7_0_-4.chunk
deleted file mode 100644
index ded2f5e..0000000
Binary files a/VBO/save/soloWorld/-7_0_-4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-7_0_-5.chunk b/VBO/save/soloWorld/-7_0_-5.chunk
deleted file mode 100644
index 27bf8fc..0000000
Binary files a/VBO/save/soloWorld/-7_0_-5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-7_0_-6.chunk b/VBO/save/soloWorld/-7_0_-6.chunk
deleted file mode 100644
index 0635586..0000000
Binary files a/VBO/save/soloWorld/-7_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-7_0_-7.chunk b/VBO/save/soloWorld/-7_0_-7.chunk
deleted file mode 100644
index cd11342..0000000
Binary files a/VBO/save/soloWorld/-7_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-7_0_-8.chunk b/VBO/save/soloWorld/-7_0_-8.chunk
deleted file mode 100644
index 4cae440..0000000
Binary files a/VBO/save/soloWorld/-7_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-7_0_-9.chunk b/VBO/save/soloWorld/-7_0_-9.chunk
deleted file mode 100644
index 886d535..0000000
Binary files a/VBO/save/soloWorld/-7_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-8_0_-10.chunk b/VBO/save/soloWorld/-8_0_-10.chunk
deleted file mode 100644
index b21c415..0000000
Binary files a/VBO/save/soloWorld/-8_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-8_0_-11.chunk b/VBO/save/soloWorld/-8_0_-11.chunk
deleted file mode 100644
index 287df05..0000000
Binary files a/VBO/save/soloWorld/-8_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-8_0_-12.chunk b/VBO/save/soloWorld/-8_0_-12.chunk
deleted file mode 100644
index 7cc2425..0000000
Binary files a/VBO/save/soloWorld/-8_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-8_0_-13.chunk b/VBO/save/soloWorld/-8_0_-13.chunk
deleted file mode 100644
index 2bd71f0..0000000
Binary files a/VBO/save/soloWorld/-8_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-8_0_-14.chunk b/VBO/save/soloWorld/-8_0_-14.chunk
deleted file mode 100644
index 4026d50..0000000
Binary files a/VBO/save/soloWorld/-8_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-8_0_-15.chunk b/VBO/save/soloWorld/-8_0_-15.chunk
deleted file mode 100644
index ce41ab5..0000000
Binary files a/VBO/save/soloWorld/-8_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-8_0_-5.chunk b/VBO/save/soloWorld/-8_0_-5.chunk
deleted file mode 100644
index bf66e7a..0000000
Binary files a/VBO/save/soloWorld/-8_0_-5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-8_0_-6.chunk b/VBO/save/soloWorld/-8_0_-6.chunk
deleted file mode 100644
index 2d1e5b9..0000000
Binary files a/VBO/save/soloWorld/-8_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-8_0_-7.chunk b/VBO/save/soloWorld/-8_0_-7.chunk
deleted file mode 100644
index 731aa7f..0000000
Binary files a/VBO/save/soloWorld/-8_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-8_0_-8.chunk b/VBO/save/soloWorld/-8_0_-8.chunk
deleted file mode 100644
index 75ee7ba..0000000
Binary files a/VBO/save/soloWorld/-8_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-8_0_-9.chunk b/VBO/save/soloWorld/-8_0_-9.chunk
deleted file mode 100644
index c5059f2..0000000
Binary files a/VBO/save/soloWorld/-8_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-9_0_-10.chunk b/VBO/save/soloWorld/-9_0_-10.chunk
deleted file mode 100644
index 8d36f37..0000000
Binary files a/VBO/save/soloWorld/-9_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-9_0_-11.chunk b/VBO/save/soloWorld/-9_0_-11.chunk
deleted file mode 100644
index 93eb9a1..0000000
Binary files a/VBO/save/soloWorld/-9_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-9_0_-12.chunk b/VBO/save/soloWorld/-9_0_-12.chunk
deleted file mode 100644
index aa199a5..0000000
Binary files a/VBO/save/soloWorld/-9_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-9_0_-13.chunk b/VBO/save/soloWorld/-9_0_-13.chunk
deleted file mode 100644
index ecd3b40..0000000
Binary files a/VBO/save/soloWorld/-9_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-9_0_-14.chunk b/VBO/save/soloWorld/-9_0_-14.chunk
deleted file mode 100644
index 3c3b8e6..0000000
Binary files a/VBO/save/soloWorld/-9_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-9_0_-15.chunk b/VBO/save/soloWorld/-9_0_-15.chunk
deleted file mode 100644
index 3869745..0000000
Binary files a/VBO/save/soloWorld/-9_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-9_0_-6.chunk b/VBO/save/soloWorld/-9_0_-6.chunk
deleted file mode 100644
index b9a3c01..0000000
Binary files a/VBO/save/soloWorld/-9_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-9_0_-7.chunk b/VBO/save/soloWorld/-9_0_-7.chunk
deleted file mode 100644
index 8abbe6c..0000000
Binary files a/VBO/save/soloWorld/-9_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-9_0_-8.chunk b/VBO/save/soloWorld/-9_0_-8.chunk
deleted file mode 100644
index a52056c..0000000
Binary files a/VBO/save/soloWorld/-9_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/-9_0_-9.chunk b/VBO/save/soloWorld/-9_0_-9.chunk
deleted file mode 100644
index c8f2621..0000000
Binary files a/VBO/save/soloWorld/-9_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-1.chunk b/VBO/save/soloWorld/0_0_-1.chunk
deleted file mode 100644
index 20052f9..0000000
Binary files a/VBO/save/soloWorld/0_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-10.chunk b/VBO/save/soloWorld/0_0_-10.chunk
deleted file mode 100644
index 256a383..0000000
Binary files a/VBO/save/soloWorld/0_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-11.chunk b/VBO/save/soloWorld/0_0_-11.chunk
deleted file mode 100644
index 7465c50..0000000
Binary files a/VBO/save/soloWorld/0_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-12.chunk b/VBO/save/soloWorld/0_0_-12.chunk
deleted file mode 100644
index c9b6839..0000000
Binary files a/VBO/save/soloWorld/0_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-13.chunk b/VBO/save/soloWorld/0_0_-13.chunk
deleted file mode 100644
index c5507f5..0000000
Binary files a/VBO/save/soloWorld/0_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-14.chunk b/VBO/save/soloWorld/0_0_-14.chunk
deleted file mode 100644
index ab6f7cc..0000000
Binary files a/VBO/save/soloWorld/0_0_-14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-15.chunk b/VBO/save/soloWorld/0_0_-15.chunk
deleted file mode 100644
index 79f3dd8..0000000
Binary files a/VBO/save/soloWorld/0_0_-15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-16.chunk b/VBO/save/soloWorld/0_0_-16.chunk
deleted file mode 100644
index 1a02b2f..0000000
Binary files a/VBO/save/soloWorld/0_0_-16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-17.chunk b/VBO/save/soloWorld/0_0_-17.chunk
deleted file mode 100644
index 4fcc910..0000000
Binary files a/VBO/save/soloWorld/0_0_-17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-18.chunk b/VBO/save/soloWorld/0_0_-18.chunk
deleted file mode 100644
index b7d0796..0000000
Binary files a/VBO/save/soloWorld/0_0_-18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-19.chunk b/VBO/save/soloWorld/0_0_-19.chunk
deleted file mode 100644
index 092028a..0000000
Binary files a/VBO/save/soloWorld/0_0_-19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-2.chunk b/VBO/save/soloWorld/0_0_-2.chunk
deleted file mode 100644
index 630f009..0000000
Binary files a/VBO/save/soloWorld/0_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-20.chunk b/VBO/save/soloWorld/0_0_-20.chunk
deleted file mode 100644
index 6eb44f0..0000000
Binary files a/VBO/save/soloWorld/0_0_-20.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-3.chunk b/VBO/save/soloWorld/0_0_-3.chunk
deleted file mode 100644
index 600835d..0000000
Binary files a/VBO/save/soloWorld/0_0_-3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-4.chunk b/VBO/save/soloWorld/0_0_-4.chunk
deleted file mode 100644
index 207fd35..0000000
Binary files a/VBO/save/soloWorld/0_0_-4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-5.chunk b/VBO/save/soloWorld/0_0_-5.chunk
deleted file mode 100644
index 2a927e6..0000000
Binary files a/VBO/save/soloWorld/0_0_-5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-6.chunk b/VBO/save/soloWorld/0_0_-6.chunk
deleted file mode 100644
index a84ad95..0000000
Binary files a/VBO/save/soloWorld/0_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-7.chunk b/VBO/save/soloWorld/0_0_-7.chunk
deleted file mode 100644
index 150809b..0000000
Binary files a/VBO/save/soloWorld/0_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-8.chunk b/VBO/save/soloWorld/0_0_-8.chunk
deleted file mode 100644
index 9fc82f1..0000000
Binary files a/VBO/save/soloWorld/0_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_-9.chunk b/VBO/save/soloWorld/0_0_-9.chunk
deleted file mode 100644
index 8af139d..0000000
Binary files a/VBO/save/soloWorld/0_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_0.chunk b/VBO/save/soloWorld/0_0_0.chunk
deleted file mode 100644
index c08fdfd..0000000
Binary files a/VBO/save/soloWorld/0_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_1.chunk b/VBO/save/soloWorld/0_0_1.chunk
deleted file mode 100644
index a4a1890..0000000
Binary files a/VBO/save/soloWorld/0_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_10.chunk b/VBO/save/soloWorld/0_0_10.chunk
deleted file mode 100644
index c11a944..0000000
Binary files a/VBO/save/soloWorld/0_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_11.chunk b/VBO/save/soloWorld/0_0_11.chunk
deleted file mode 100644
index 8c70fa1..0000000
Binary files a/VBO/save/soloWorld/0_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_12.chunk b/VBO/save/soloWorld/0_0_12.chunk
deleted file mode 100644
index 41b129b..0000000
Binary files a/VBO/save/soloWorld/0_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_13.chunk b/VBO/save/soloWorld/0_0_13.chunk
deleted file mode 100644
index ba1d5fb..0000000
Binary files a/VBO/save/soloWorld/0_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_14.chunk b/VBO/save/soloWorld/0_0_14.chunk
deleted file mode 100644
index 2cded91..0000000
Binary files a/VBO/save/soloWorld/0_0_14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_15.chunk b/VBO/save/soloWorld/0_0_15.chunk
deleted file mode 100644
index 0f5be8a..0000000
Binary files a/VBO/save/soloWorld/0_0_15.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_16.chunk b/VBO/save/soloWorld/0_0_16.chunk
deleted file mode 100644
index 93a1e64..0000000
Binary files a/VBO/save/soloWorld/0_0_16.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_17.chunk b/VBO/save/soloWorld/0_0_17.chunk
deleted file mode 100644
index 699b5f1..0000000
Binary files a/VBO/save/soloWorld/0_0_17.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_18.chunk b/VBO/save/soloWorld/0_0_18.chunk
deleted file mode 100644
index 38a3613..0000000
Binary files a/VBO/save/soloWorld/0_0_18.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_19.chunk b/VBO/save/soloWorld/0_0_19.chunk
deleted file mode 100644
index acaaa85..0000000
Binary files a/VBO/save/soloWorld/0_0_19.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_2.chunk b/VBO/save/soloWorld/0_0_2.chunk
deleted file mode 100644
index ad5c118..0000000
Binary files a/VBO/save/soloWorld/0_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_23.chunk b/VBO/save/soloWorld/0_0_23.chunk
deleted file mode 100644
index 1f66c8f..0000000
Binary files a/VBO/save/soloWorld/0_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_24.chunk b/VBO/save/soloWorld/0_0_24.chunk
deleted file mode 100644
index 0fd374d..0000000
Binary files a/VBO/save/soloWorld/0_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_25.chunk b/VBO/save/soloWorld/0_0_25.chunk
deleted file mode 100644
index ba2a034..0000000
Binary files a/VBO/save/soloWorld/0_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_26.chunk b/VBO/save/soloWorld/0_0_26.chunk
deleted file mode 100644
index 36e7a52..0000000
Binary files a/VBO/save/soloWorld/0_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_27.chunk b/VBO/save/soloWorld/0_0_27.chunk
deleted file mode 100644
index 90491f4..0000000
Binary files a/VBO/save/soloWorld/0_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_28.chunk b/VBO/save/soloWorld/0_0_28.chunk
deleted file mode 100644
index d6bb45a..0000000
Binary files a/VBO/save/soloWorld/0_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_3.chunk b/VBO/save/soloWorld/0_0_3.chunk
deleted file mode 100644
index e249988..0000000
Binary files a/VBO/save/soloWorld/0_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_4.chunk b/VBO/save/soloWorld/0_0_4.chunk
deleted file mode 100644
index 83be66b..0000000
Binary files a/VBO/save/soloWorld/0_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_5.chunk b/VBO/save/soloWorld/0_0_5.chunk
deleted file mode 100644
index fce567c..0000000
Binary files a/VBO/save/soloWorld/0_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_6.chunk b/VBO/save/soloWorld/0_0_6.chunk
deleted file mode 100644
index 8c4a17d..0000000
Binary files a/VBO/save/soloWorld/0_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_7.chunk b/VBO/save/soloWorld/0_0_7.chunk
deleted file mode 100644
index cd23d2f..0000000
Binary files a/VBO/save/soloWorld/0_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_8.chunk b/VBO/save/soloWorld/0_0_8.chunk
deleted file mode 100644
index ba25424..0000000
Binary files a/VBO/save/soloWorld/0_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/0_0_9.chunk b/VBO/save/soloWorld/0_0_9.chunk
deleted file mode 100644
index 46c47bd..0000000
Binary files a/VBO/save/soloWorld/0_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/10_0_-10.chunk b/VBO/save/soloWorld/10_0_-10.chunk
deleted file mode 100644
index 26269cb..0000000
Binary files a/VBO/save/soloWorld/10_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/10_0_-11.chunk b/VBO/save/soloWorld/10_0_-11.chunk
deleted file mode 100644
index cb13070..0000000
Binary files a/VBO/save/soloWorld/10_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/10_0_-12.chunk b/VBO/save/soloWorld/10_0_-12.chunk
deleted file mode 100644
index bce0e65..0000000
Binary files a/VBO/save/soloWorld/10_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/10_0_-13.chunk b/VBO/save/soloWorld/10_0_-13.chunk
deleted file mode 100644
index 4c401eb..0000000
Binary files a/VBO/save/soloWorld/10_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/10_0_-9.chunk b/VBO/save/soloWorld/10_0_-9.chunk
deleted file mode 100644
index dced24b..0000000
Binary files a/VBO/save/soloWorld/10_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/10_0_10.chunk b/VBO/save/soloWorld/10_0_10.chunk
deleted file mode 100644
index bcf68df..0000000
Binary files a/VBO/save/soloWorld/10_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/10_0_11.chunk b/VBO/save/soloWorld/10_0_11.chunk
deleted file mode 100644
index a5bc9ac..0000000
Binary files a/VBO/save/soloWorld/10_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/10_0_12.chunk b/VBO/save/soloWorld/10_0_12.chunk
deleted file mode 100644
index 0f30344..0000000
Binary files a/VBO/save/soloWorld/10_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/10_0_13.chunk b/VBO/save/soloWorld/10_0_13.chunk
deleted file mode 100644
index 377a21a..0000000
Binary files a/VBO/save/soloWorld/10_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/10_0_23.chunk b/VBO/save/soloWorld/10_0_23.chunk
deleted file mode 100644
index d72f214..0000000
Binary files a/VBO/save/soloWorld/10_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/10_0_24.chunk b/VBO/save/soloWorld/10_0_24.chunk
deleted file mode 100644
index bb23960..0000000
Binary files a/VBO/save/soloWorld/10_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/10_0_25.chunk b/VBO/save/soloWorld/10_0_25.chunk
deleted file mode 100644
index db7a3c7..0000000
Binary files a/VBO/save/soloWorld/10_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/10_0_26.chunk b/VBO/save/soloWorld/10_0_26.chunk
deleted file mode 100644
index 1e6316e..0000000
Binary files a/VBO/save/soloWorld/10_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/10_0_27.chunk b/VBO/save/soloWorld/10_0_27.chunk
deleted file mode 100644
index 31675de..0000000
Binary files a/VBO/save/soloWorld/10_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/10_0_28.chunk b/VBO/save/soloWorld/10_0_28.chunk
deleted file mode 100644
index 01d1f87..0000000
Binary files a/VBO/save/soloWorld/10_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/10_0_8.chunk b/VBO/save/soloWorld/10_0_8.chunk
deleted file mode 100644
index 58c9d3f..0000000
Binary files a/VBO/save/soloWorld/10_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/10_0_9.chunk b/VBO/save/soloWorld/10_0_9.chunk
deleted file mode 100644
index a0da43f..0000000
Binary files a/VBO/save/soloWorld/10_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/11_0_-10.chunk b/VBO/save/soloWorld/11_0_-10.chunk
deleted file mode 100644
index 840f83e..0000000
Binary files a/VBO/save/soloWorld/11_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/11_0_-11.chunk b/VBO/save/soloWorld/11_0_-11.chunk
deleted file mode 100644
index dda0eb1..0000000
Binary files a/VBO/save/soloWorld/11_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/11_0_-12.chunk b/VBO/save/soloWorld/11_0_-12.chunk
deleted file mode 100644
index 524b24d..0000000
Binary files a/VBO/save/soloWorld/11_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/11_0_-13.chunk b/VBO/save/soloWorld/11_0_-13.chunk
deleted file mode 100644
index ab9d121..0000000
Binary files a/VBO/save/soloWorld/11_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/11_0_-9.chunk b/VBO/save/soloWorld/11_0_-9.chunk
deleted file mode 100644
index e0c4b08..0000000
Binary files a/VBO/save/soloWorld/11_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/11_0_10.chunk b/VBO/save/soloWorld/11_0_10.chunk
deleted file mode 100644
index 39d5c62..0000000
Binary files a/VBO/save/soloWorld/11_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/11_0_11.chunk b/VBO/save/soloWorld/11_0_11.chunk
deleted file mode 100644
index fdc8f4a..0000000
Binary files a/VBO/save/soloWorld/11_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/11_0_12.chunk b/VBO/save/soloWorld/11_0_12.chunk
deleted file mode 100644
index 2934f8e..0000000
Binary files a/VBO/save/soloWorld/11_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/11_0_13.chunk b/VBO/save/soloWorld/11_0_13.chunk
deleted file mode 100644
index 62c5138..0000000
Binary files a/VBO/save/soloWorld/11_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/11_0_23.chunk b/VBO/save/soloWorld/11_0_23.chunk
deleted file mode 100644
index cfbd96b..0000000
Binary files a/VBO/save/soloWorld/11_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/11_0_24.chunk b/VBO/save/soloWorld/11_0_24.chunk
deleted file mode 100644
index 8e32658..0000000
Binary files a/VBO/save/soloWorld/11_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/11_0_25.chunk b/VBO/save/soloWorld/11_0_25.chunk
deleted file mode 100644
index deb435d..0000000
Binary files a/VBO/save/soloWorld/11_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/11_0_26.chunk b/VBO/save/soloWorld/11_0_26.chunk
deleted file mode 100644
index 6c143a4..0000000
Binary files a/VBO/save/soloWorld/11_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/11_0_27.chunk b/VBO/save/soloWorld/11_0_27.chunk
deleted file mode 100644
index ded3dd2..0000000
Binary files a/VBO/save/soloWorld/11_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/11_0_28.chunk b/VBO/save/soloWorld/11_0_28.chunk
deleted file mode 100644
index e586d55..0000000
Binary files a/VBO/save/soloWorld/11_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/11_0_8.chunk b/VBO/save/soloWorld/11_0_8.chunk
deleted file mode 100644
index 1c15bab..0000000
Binary files a/VBO/save/soloWorld/11_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/11_0_9.chunk b/VBO/save/soloWorld/11_0_9.chunk
deleted file mode 100644
index 2e37cdd..0000000
Binary files a/VBO/save/soloWorld/11_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/12_0_10.chunk b/VBO/save/soloWorld/12_0_10.chunk
deleted file mode 100644
index f4b8a9f..0000000
Binary files a/VBO/save/soloWorld/12_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/12_0_11.chunk b/VBO/save/soloWorld/12_0_11.chunk
deleted file mode 100644
index 5530f19..0000000
Binary files a/VBO/save/soloWorld/12_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/12_0_12.chunk b/VBO/save/soloWorld/12_0_12.chunk
deleted file mode 100644
index 903abe6..0000000
Binary files a/VBO/save/soloWorld/12_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/12_0_13.chunk b/VBO/save/soloWorld/12_0_13.chunk
deleted file mode 100644
index 47f4ea9..0000000
Binary files a/VBO/save/soloWorld/12_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/12_0_23.chunk b/VBO/save/soloWorld/12_0_23.chunk
deleted file mode 100644
index 33d5944..0000000
Binary files a/VBO/save/soloWorld/12_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/12_0_24.chunk b/VBO/save/soloWorld/12_0_24.chunk
deleted file mode 100644
index 86b7fea..0000000
Binary files a/VBO/save/soloWorld/12_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/12_0_25.chunk b/VBO/save/soloWorld/12_0_25.chunk
deleted file mode 100644
index 0a0a6d4..0000000
Binary files a/VBO/save/soloWorld/12_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/12_0_26.chunk b/VBO/save/soloWorld/12_0_26.chunk
deleted file mode 100644
index cd1493a..0000000
Binary files a/VBO/save/soloWorld/12_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/12_0_27.chunk b/VBO/save/soloWorld/12_0_27.chunk
deleted file mode 100644
index 70396b5..0000000
Binary files a/VBO/save/soloWorld/12_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/12_0_8.chunk b/VBO/save/soloWorld/12_0_8.chunk
deleted file mode 100644
index 4cc779e..0000000
Binary files a/VBO/save/soloWorld/12_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/12_0_9.chunk b/VBO/save/soloWorld/12_0_9.chunk
deleted file mode 100644
index faf7d5f..0000000
Binary files a/VBO/save/soloWorld/12_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/13_0_10.chunk b/VBO/save/soloWorld/13_0_10.chunk
deleted file mode 100644
index 840d246..0000000
Binary files a/VBO/save/soloWorld/13_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/13_0_11.chunk b/VBO/save/soloWorld/13_0_11.chunk
deleted file mode 100644
index 5448312..0000000
Binary files a/VBO/save/soloWorld/13_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/13_0_12.chunk b/VBO/save/soloWorld/13_0_12.chunk
deleted file mode 100644
index 6e1e13d..0000000
Binary files a/VBO/save/soloWorld/13_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/13_0_13.chunk b/VBO/save/soloWorld/13_0_13.chunk
deleted file mode 100644
index 17bead1..0000000
Binary files a/VBO/save/soloWorld/13_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/13_0_14.chunk b/VBO/save/soloWorld/13_0_14.chunk
deleted file mode 100644
index 7acc062..0000000
Binary files a/VBO/save/soloWorld/13_0_14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/13_0_23.chunk b/VBO/save/soloWorld/13_0_23.chunk
deleted file mode 100644
index b7f5d88..0000000
Binary files a/VBO/save/soloWorld/13_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/13_0_24.chunk b/VBO/save/soloWorld/13_0_24.chunk
deleted file mode 100644
index 165eca1..0000000
Binary files a/VBO/save/soloWorld/13_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/13_0_25.chunk b/VBO/save/soloWorld/13_0_25.chunk
deleted file mode 100644
index bcaba8d..0000000
Binary files a/VBO/save/soloWorld/13_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/13_0_26.chunk b/VBO/save/soloWorld/13_0_26.chunk
deleted file mode 100644
index e67d827..0000000
Binary files a/VBO/save/soloWorld/13_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/13_0_27.chunk b/VBO/save/soloWorld/13_0_27.chunk
deleted file mode 100644
index a568452..0000000
Binary files a/VBO/save/soloWorld/13_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/13_0_8.chunk b/VBO/save/soloWorld/13_0_8.chunk
deleted file mode 100644
index 49a946f..0000000
Binary files a/VBO/save/soloWorld/13_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/13_0_9.chunk b/VBO/save/soloWorld/13_0_9.chunk
deleted file mode 100644
index b1ca24e..0000000
Binary files a/VBO/save/soloWorld/13_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/14_0_10.chunk b/VBO/save/soloWorld/14_0_10.chunk
deleted file mode 100644
index d06f0a2..0000000
Binary files a/VBO/save/soloWorld/14_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/14_0_11.chunk b/VBO/save/soloWorld/14_0_11.chunk
deleted file mode 100644
index 84e5b76..0000000
Binary files a/VBO/save/soloWorld/14_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/14_0_12.chunk b/VBO/save/soloWorld/14_0_12.chunk
deleted file mode 100644
index e004b6e..0000000
Binary files a/VBO/save/soloWorld/14_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/14_0_13.chunk b/VBO/save/soloWorld/14_0_13.chunk
deleted file mode 100644
index 88daf06..0000000
Binary files a/VBO/save/soloWorld/14_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/14_0_14.chunk b/VBO/save/soloWorld/14_0_14.chunk
deleted file mode 100644
index 7a4bb1f..0000000
Binary files a/VBO/save/soloWorld/14_0_14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/14_0_23.chunk b/VBO/save/soloWorld/14_0_23.chunk
deleted file mode 100644
index 6869be9..0000000
Binary files a/VBO/save/soloWorld/14_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/14_0_24.chunk b/VBO/save/soloWorld/14_0_24.chunk
deleted file mode 100644
index 15e5df0..0000000
Binary files a/VBO/save/soloWorld/14_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/14_0_25.chunk b/VBO/save/soloWorld/14_0_25.chunk
deleted file mode 100644
index e054081..0000000
Binary files a/VBO/save/soloWorld/14_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/14_0_26.chunk b/VBO/save/soloWorld/14_0_26.chunk
deleted file mode 100644
index 315d4fc..0000000
Binary files a/VBO/save/soloWorld/14_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/14_0_27.chunk b/VBO/save/soloWorld/14_0_27.chunk
deleted file mode 100644
index a89db1b..0000000
Binary files a/VBO/save/soloWorld/14_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/14_0_8.chunk b/VBO/save/soloWorld/14_0_8.chunk
deleted file mode 100644
index 9d9337c..0000000
Binary files a/VBO/save/soloWorld/14_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/14_0_9.chunk b/VBO/save/soloWorld/14_0_9.chunk
deleted file mode 100644
index 339d0b3..0000000
Binary files a/VBO/save/soloWorld/14_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/15_0_10.chunk b/VBO/save/soloWorld/15_0_10.chunk
deleted file mode 100644
index 321ba0f..0000000
Binary files a/VBO/save/soloWorld/15_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/15_0_11.chunk b/VBO/save/soloWorld/15_0_11.chunk
deleted file mode 100644
index e10495e..0000000
Binary files a/VBO/save/soloWorld/15_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/15_0_12.chunk b/VBO/save/soloWorld/15_0_12.chunk
deleted file mode 100644
index 3a526b3..0000000
Binary files a/VBO/save/soloWorld/15_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/15_0_13.chunk b/VBO/save/soloWorld/15_0_13.chunk
deleted file mode 100644
index 732a4a6..0000000
Binary files a/VBO/save/soloWorld/15_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/15_0_14.chunk b/VBO/save/soloWorld/15_0_14.chunk
deleted file mode 100644
index c2908ef..0000000
Binary files a/VBO/save/soloWorld/15_0_14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/15_0_23.chunk b/VBO/save/soloWorld/15_0_23.chunk
deleted file mode 100644
index a0f2053..0000000
Binary files a/VBO/save/soloWorld/15_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/15_0_24.chunk b/VBO/save/soloWorld/15_0_24.chunk
deleted file mode 100644
index a6beb2b..0000000
Binary files a/VBO/save/soloWorld/15_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/15_0_25.chunk b/VBO/save/soloWorld/15_0_25.chunk
deleted file mode 100644
index 30176ff..0000000
Binary files a/VBO/save/soloWorld/15_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/15_0_26.chunk b/VBO/save/soloWorld/15_0_26.chunk
deleted file mode 100644
index ea02e10..0000000
Binary files a/VBO/save/soloWorld/15_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/15_0_27.chunk b/VBO/save/soloWorld/15_0_27.chunk
deleted file mode 100644
index c683125..0000000
Binary files a/VBO/save/soloWorld/15_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/15_0_8.chunk b/VBO/save/soloWorld/15_0_8.chunk
deleted file mode 100644
index 1b98998..0000000
Binary files a/VBO/save/soloWorld/15_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/15_0_9.chunk b/VBO/save/soloWorld/15_0_9.chunk
deleted file mode 100644
index 4a3a19d..0000000
Binary files a/VBO/save/soloWorld/15_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/16_0_10.chunk b/VBO/save/soloWorld/16_0_10.chunk
deleted file mode 100644
index a2f5641..0000000
Binary files a/VBO/save/soloWorld/16_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/16_0_11.chunk b/VBO/save/soloWorld/16_0_11.chunk
deleted file mode 100644
index d3b3948..0000000
Binary files a/VBO/save/soloWorld/16_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/16_0_12.chunk b/VBO/save/soloWorld/16_0_12.chunk
deleted file mode 100644
index a0abcda..0000000
Binary files a/VBO/save/soloWorld/16_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/16_0_13.chunk b/VBO/save/soloWorld/16_0_13.chunk
deleted file mode 100644
index 0895a54..0000000
Binary files a/VBO/save/soloWorld/16_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/16_0_14.chunk b/VBO/save/soloWorld/16_0_14.chunk
deleted file mode 100644
index 9980abd..0000000
Binary files a/VBO/save/soloWorld/16_0_14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/16_0_23.chunk b/VBO/save/soloWorld/16_0_23.chunk
deleted file mode 100644
index 3535a93..0000000
Binary files a/VBO/save/soloWorld/16_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/16_0_24.chunk b/VBO/save/soloWorld/16_0_24.chunk
deleted file mode 100644
index b6efe91..0000000
Binary files a/VBO/save/soloWorld/16_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/16_0_25.chunk b/VBO/save/soloWorld/16_0_25.chunk
deleted file mode 100644
index 7991488..0000000
Binary files a/VBO/save/soloWorld/16_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/16_0_26.chunk b/VBO/save/soloWorld/16_0_26.chunk
deleted file mode 100644
index 18f05d8..0000000
Binary files a/VBO/save/soloWorld/16_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/16_0_27.chunk b/VBO/save/soloWorld/16_0_27.chunk
deleted file mode 100644
index 87ccf9b..0000000
Binary files a/VBO/save/soloWorld/16_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/16_0_9.chunk b/VBO/save/soloWorld/16_0_9.chunk
deleted file mode 100644
index 8917b77..0000000
Binary files a/VBO/save/soloWorld/16_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/17_0_10.chunk b/VBO/save/soloWorld/17_0_10.chunk
deleted file mode 100644
index f00429a..0000000
Binary files a/VBO/save/soloWorld/17_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/17_0_11.chunk b/VBO/save/soloWorld/17_0_11.chunk
deleted file mode 100644
index 953da39..0000000
Binary files a/VBO/save/soloWorld/17_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/17_0_12.chunk b/VBO/save/soloWorld/17_0_12.chunk
deleted file mode 100644
index 7eae3ce..0000000
Binary files a/VBO/save/soloWorld/17_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/17_0_13.chunk b/VBO/save/soloWorld/17_0_13.chunk
deleted file mode 100644
index 871da5c..0000000
Binary files a/VBO/save/soloWorld/17_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/17_0_14.chunk b/VBO/save/soloWorld/17_0_14.chunk
deleted file mode 100644
index e1789c1..0000000
Binary files a/VBO/save/soloWorld/17_0_14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/17_0_23.chunk b/VBO/save/soloWorld/17_0_23.chunk
deleted file mode 100644
index a41d55c..0000000
Binary files a/VBO/save/soloWorld/17_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/17_0_24.chunk b/VBO/save/soloWorld/17_0_24.chunk
deleted file mode 100644
index ebc75ec..0000000
Binary files a/VBO/save/soloWorld/17_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/17_0_25.chunk b/VBO/save/soloWorld/17_0_25.chunk
deleted file mode 100644
index 4efce11..0000000
Binary files a/VBO/save/soloWorld/17_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/17_0_26.chunk b/VBO/save/soloWorld/17_0_26.chunk
deleted file mode 100644
index d7978f7..0000000
Binary files a/VBO/save/soloWorld/17_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/17_0_27.chunk b/VBO/save/soloWorld/17_0_27.chunk
deleted file mode 100644
index d236408..0000000
Binary files a/VBO/save/soloWorld/17_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/17_0_8.chunk b/VBO/save/soloWorld/17_0_8.chunk
deleted file mode 100644
index 103a20b..0000000
Binary files a/VBO/save/soloWorld/17_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/17_0_9.chunk b/VBO/save/soloWorld/17_0_9.chunk
deleted file mode 100644
index c81696a..0000000
Binary files a/VBO/save/soloWorld/17_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/18_0_10.chunk b/VBO/save/soloWorld/18_0_10.chunk
deleted file mode 100644
index 48fd80b..0000000
Binary files a/VBO/save/soloWorld/18_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/18_0_11.chunk b/VBO/save/soloWorld/18_0_11.chunk
deleted file mode 100644
index f822189..0000000
Binary files a/VBO/save/soloWorld/18_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/18_0_12.chunk b/VBO/save/soloWorld/18_0_12.chunk
deleted file mode 100644
index dec30f0..0000000
Binary files a/VBO/save/soloWorld/18_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/18_0_13.chunk b/VBO/save/soloWorld/18_0_13.chunk
deleted file mode 100644
index 6bfe2a5..0000000
Binary files a/VBO/save/soloWorld/18_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/18_0_14.chunk b/VBO/save/soloWorld/18_0_14.chunk
deleted file mode 100644
index 73c324c..0000000
Binary files a/VBO/save/soloWorld/18_0_14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/18_0_23.chunk b/VBO/save/soloWorld/18_0_23.chunk
deleted file mode 100644
index 97f25f6..0000000
Binary files a/VBO/save/soloWorld/18_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/18_0_24.chunk b/VBO/save/soloWorld/18_0_24.chunk
deleted file mode 100644
index 018c99c..0000000
Binary files a/VBO/save/soloWorld/18_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/18_0_25.chunk b/VBO/save/soloWorld/18_0_25.chunk
deleted file mode 100644
index cefaf74..0000000
Binary files a/VBO/save/soloWorld/18_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/18_0_26.chunk b/VBO/save/soloWorld/18_0_26.chunk
deleted file mode 100644
index 477a6d6..0000000
Binary files a/VBO/save/soloWorld/18_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/18_0_27.chunk b/VBO/save/soloWorld/18_0_27.chunk
deleted file mode 100644
index 4492ac3..0000000
Binary files a/VBO/save/soloWorld/18_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/18_0_28.chunk b/VBO/save/soloWorld/18_0_28.chunk
deleted file mode 100644
index cb2e223..0000000
Binary files a/VBO/save/soloWorld/18_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/18_0_7.chunk b/VBO/save/soloWorld/18_0_7.chunk
deleted file mode 100644
index 2135464..0000000
Binary files a/VBO/save/soloWorld/18_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/18_0_8.chunk b/VBO/save/soloWorld/18_0_8.chunk
deleted file mode 100644
index 0736123..0000000
Binary files a/VBO/save/soloWorld/18_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/18_0_9.chunk b/VBO/save/soloWorld/18_0_9.chunk
deleted file mode 100644
index 70191f2..0000000
Binary files a/VBO/save/soloWorld/18_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/19_0_10.chunk b/VBO/save/soloWorld/19_0_10.chunk
deleted file mode 100644
index 5238b05..0000000
Binary files a/VBO/save/soloWorld/19_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/19_0_11.chunk b/VBO/save/soloWorld/19_0_11.chunk
deleted file mode 100644
index 19a06a3..0000000
Binary files a/VBO/save/soloWorld/19_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/19_0_12.chunk b/VBO/save/soloWorld/19_0_12.chunk
deleted file mode 100644
index ef6c543..0000000
Binary files a/VBO/save/soloWorld/19_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/19_0_13.chunk b/VBO/save/soloWorld/19_0_13.chunk
deleted file mode 100644
index e976105..0000000
Binary files a/VBO/save/soloWorld/19_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/19_0_14.chunk b/VBO/save/soloWorld/19_0_14.chunk
deleted file mode 100644
index 522ff20..0000000
Binary files a/VBO/save/soloWorld/19_0_14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/19_0_23.chunk b/VBO/save/soloWorld/19_0_23.chunk
deleted file mode 100644
index 6d12da8..0000000
Binary files a/VBO/save/soloWorld/19_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/19_0_24.chunk b/VBO/save/soloWorld/19_0_24.chunk
deleted file mode 100644
index 81d731e..0000000
Binary files a/VBO/save/soloWorld/19_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/19_0_25.chunk b/VBO/save/soloWorld/19_0_25.chunk
deleted file mode 100644
index a30299c..0000000
Binary files a/VBO/save/soloWorld/19_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/19_0_26.chunk b/VBO/save/soloWorld/19_0_26.chunk
deleted file mode 100644
index bc490f3..0000000
Binary files a/VBO/save/soloWorld/19_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/19_0_27.chunk b/VBO/save/soloWorld/19_0_27.chunk
deleted file mode 100644
index 4c45cf6..0000000
Binary files a/VBO/save/soloWorld/19_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/19_0_28.chunk b/VBO/save/soloWorld/19_0_28.chunk
deleted file mode 100644
index 7b3695f..0000000
Binary files a/VBO/save/soloWorld/19_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/19_0_6.chunk b/VBO/save/soloWorld/19_0_6.chunk
deleted file mode 100644
index 62d4789..0000000
Binary files a/VBO/save/soloWorld/19_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/19_0_7.chunk b/VBO/save/soloWorld/19_0_7.chunk
deleted file mode 100644
index 2d65cba..0000000
Binary files a/VBO/save/soloWorld/19_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/19_0_8.chunk b/VBO/save/soloWorld/19_0_8.chunk
deleted file mode 100644
index e896b4c..0000000
Binary files a/VBO/save/soloWorld/19_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/19_0_9.chunk b/VBO/save/soloWorld/19_0_9.chunk
deleted file mode 100644
index 8e10816..0000000
Binary files a/VBO/save/soloWorld/19_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_-1.chunk b/VBO/save/soloWorld/1_0_-1.chunk
deleted file mode 100644
index 5441089..0000000
Binary files a/VBO/save/soloWorld/1_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_-10.chunk b/VBO/save/soloWorld/1_0_-10.chunk
deleted file mode 100644
index 47645bd..0000000
Binary files a/VBO/save/soloWorld/1_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_-2.chunk b/VBO/save/soloWorld/1_0_-2.chunk
deleted file mode 100644
index 9f18889..0000000
Binary files a/VBO/save/soloWorld/1_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_-3.chunk b/VBO/save/soloWorld/1_0_-3.chunk
deleted file mode 100644
index f84a273..0000000
Binary files a/VBO/save/soloWorld/1_0_-3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_-4.chunk b/VBO/save/soloWorld/1_0_-4.chunk
deleted file mode 100644
index 259f31c..0000000
Binary files a/VBO/save/soloWorld/1_0_-4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_-5.chunk b/VBO/save/soloWorld/1_0_-5.chunk
deleted file mode 100644
index 8a42ef3..0000000
Binary files a/VBO/save/soloWorld/1_0_-5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_-6.chunk b/VBO/save/soloWorld/1_0_-6.chunk
deleted file mode 100644
index 7d23297..0000000
Binary files a/VBO/save/soloWorld/1_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_-7.chunk b/VBO/save/soloWorld/1_0_-7.chunk
deleted file mode 100644
index d5932f6..0000000
Binary files a/VBO/save/soloWorld/1_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_-8.chunk b/VBO/save/soloWorld/1_0_-8.chunk
deleted file mode 100644
index cbc1226..0000000
Binary files a/VBO/save/soloWorld/1_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_-9.chunk b/VBO/save/soloWorld/1_0_-9.chunk
deleted file mode 100644
index 081177f..0000000
Binary files a/VBO/save/soloWorld/1_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_0.chunk b/VBO/save/soloWorld/1_0_0.chunk
deleted file mode 100644
index 6bf8698..0000000
Binary files a/VBO/save/soloWorld/1_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_1.chunk b/VBO/save/soloWorld/1_0_1.chunk
deleted file mode 100644
index c882e3b..0000000
Binary files a/VBO/save/soloWorld/1_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_10.chunk b/VBO/save/soloWorld/1_0_10.chunk
deleted file mode 100644
index ab7ddca..0000000
Binary files a/VBO/save/soloWorld/1_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_11.chunk b/VBO/save/soloWorld/1_0_11.chunk
deleted file mode 100644
index f7775c7..0000000
Binary files a/VBO/save/soloWorld/1_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_12.chunk b/VBO/save/soloWorld/1_0_12.chunk
deleted file mode 100644
index 7090bc3..0000000
Binary files a/VBO/save/soloWorld/1_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_13.chunk b/VBO/save/soloWorld/1_0_13.chunk
deleted file mode 100644
index 0b3f115..0000000
Binary files a/VBO/save/soloWorld/1_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_14.chunk b/VBO/save/soloWorld/1_0_14.chunk
deleted file mode 100644
index 283bb5d..0000000
Binary files a/VBO/save/soloWorld/1_0_14.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_2.chunk b/VBO/save/soloWorld/1_0_2.chunk
deleted file mode 100644
index 4a0bbfc..0000000
Binary files a/VBO/save/soloWorld/1_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_23.chunk b/VBO/save/soloWorld/1_0_23.chunk
deleted file mode 100644
index f45b3cd..0000000
Binary files a/VBO/save/soloWorld/1_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_24.chunk b/VBO/save/soloWorld/1_0_24.chunk
deleted file mode 100644
index dc752b1..0000000
Binary files a/VBO/save/soloWorld/1_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_25.chunk b/VBO/save/soloWorld/1_0_25.chunk
deleted file mode 100644
index 757e0e9..0000000
Binary files a/VBO/save/soloWorld/1_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_26.chunk b/VBO/save/soloWorld/1_0_26.chunk
deleted file mode 100644
index bc005e2..0000000
Binary files a/VBO/save/soloWorld/1_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_27.chunk b/VBO/save/soloWorld/1_0_27.chunk
deleted file mode 100644
index eda701c..0000000
Binary files a/VBO/save/soloWorld/1_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_28.chunk b/VBO/save/soloWorld/1_0_28.chunk
deleted file mode 100644
index b570ada..0000000
Binary files a/VBO/save/soloWorld/1_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_3.chunk b/VBO/save/soloWorld/1_0_3.chunk
deleted file mode 100644
index 1d6baa8..0000000
Binary files a/VBO/save/soloWorld/1_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_4.chunk b/VBO/save/soloWorld/1_0_4.chunk
deleted file mode 100644
index 19e9520..0000000
Binary files a/VBO/save/soloWorld/1_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_5.chunk b/VBO/save/soloWorld/1_0_5.chunk
deleted file mode 100644
index 3bf90b6..0000000
Binary files a/VBO/save/soloWorld/1_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_6.chunk b/VBO/save/soloWorld/1_0_6.chunk
deleted file mode 100644
index dac92ab..0000000
Binary files a/VBO/save/soloWorld/1_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_7.chunk b/VBO/save/soloWorld/1_0_7.chunk
deleted file mode 100644
index e2c19f1..0000000
Binary files a/VBO/save/soloWorld/1_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_8.chunk b/VBO/save/soloWorld/1_0_8.chunk
deleted file mode 100644
index 30ae2c2..0000000
Binary files a/VBO/save/soloWorld/1_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/1_0_9.chunk b/VBO/save/soloWorld/1_0_9.chunk
deleted file mode 100644
index 4d0ffff..0000000
Binary files a/VBO/save/soloWorld/1_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/20_0_10.chunk b/VBO/save/soloWorld/20_0_10.chunk
deleted file mode 100644
index 1aa8a16..0000000
Binary files a/VBO/save/soloWorld/20_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/20_0_11.chunk b/VBO/save/soloWorld/20_0_11.chunk
deleted file mode 100644
index 2196e72..0000000
Binary files a/VBO/save/soloWorld/20_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/20_0_12.chunk b/VBO/save/soloWorld/20_0_12.chunk
deleted file mode 100644
index ba86a6d..0000000
Binary files a/VBO/save/soloWorld/20_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/20_0_13.chunk b/VBO/save/soloWorld/20_0_13.chunk
deleted file mode 100644
index 61a56bc..0000000
Binary files a/VBO/save/soloWorld/20_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/20_0_23.chunk b/VBO/save/soloWorld/20_0_23.chunk
deleted file mode 100644
index ebc5e70..0000000
Binary files a/VBO/save/soloWorld/20_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/20_0_24.chunk b/VBO/save/soloWorld/20_0_24.chunk
deleted file mode 100644
index 9dd8007..0000000
Binary files a/VBO/save/soloWorld/20_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/20_0_25.chunk b/VBO/save/soloWorld/20_0_25.chunk
deleted file mode 100644
index 61734fe..0000000
Binary files a/VBO/save/soloWorld/20_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/20_0_26.chunk b/VBO/save/soloWorld/20_0_26.chunk
deleted file mode 100644
index c76c144..0000000
Binary files a/VBO/save/soloWorld/20_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/20_0_27.chunk b/VBO/save/soloWorld/20_0_27.chunk
deleted file mode 100644
index d404ab6..0000000
Binary files a/VBO/save/soloWorld/20_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/20_0_28.chunk b/VBO/save/soloWorld/20_0_28.chunk
deleted file mode 100644
index c1dc8db..0000000
Binary files a/VBO/save/soloWorld/20_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/20_0_29.chunk b/VBO/save/soloWorld/20_0_29.chunk
deleted file mode 100644
index 647101c..0000000
Binary files a/VBO/save/soloWorld/20_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/20_0_5.chunk b/VBO/save/soloWorld/20_0_5.chunk
deleted file mode 100644
index 5a7991a..0000000
Binary files a/VBO/save/soloWorld/20_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/20_0_6.chunk b/VBO/save/soloWorld/20_0_6.chunk
deleted file mode 100644
index 1564cfd..0000000
Binary files a/VBO/save/soloWorld/20_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/20_0_7.chunk b/VBO/save/soloWorld/20_0_7.chunk
deleted file mode 100644
index 47d0235..0000000
Binary files a/VBO/save/soloWorld/20_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/20_0_8.chunk b/VBO/save/soloWorld/20_0_8.chunk
deleted file mode 100644
index c9d5139..0000000
Binary files a/VBO/save/soloWorld/20_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/20_0_9.chunk b/VBO/save/soloWorld/20_0_9.chunk
deleted file mode 100644
index 3759bf8..0000000
Binary files a/VBO/save/soloWorld/20_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/21_0_10.chunk b/VBO/save/soloWorld/21_0_10.chunk
deleted file mode 100644
index 87c54cb..0000000
Binary files a/VBO/save/soloWorld/21_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/21_0_11.chunk b/VBO/save/soloWorld/21_0_11.chunk
deleted file mode 100644
index ca37be9..0000000
Binary files a/VBO/save/soloWorld/21_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/21_0_12.chunk b/VBO/save/soloWorld/21_0_12.chunk
deleted file mode 100644
index bb30763..0000000
Binary files a/VBO/save/soloWorld/21_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/21_0_13.chunk b/VBO/save/soloWorld/21_0_13.chunk
deleted file mode 100644
index 11fcdcd..0000000
Binary files a/VBO/save/soloWorld/21_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/21_0_23.chunk b/VBO/save/soloWorld/21_0_23.chunk
deleted file mode 100644
index 2ea9d8e..0000000
Binary files a/VBO/save/soloWorld/21_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/21_0_24.chunk b/VBO/save/soloWorld/21_0_24.chunk
deleted file mode 100644
index 11625cc..0000000
Binary files a/VBO/save/soloWorld/21_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/21_0_25.chunk b/VBO/save/soloWorld/21_0_25.chunk
deleted file mode 100644
index 735ae44..0000000
Binary files a/VBO/save/soloWorld/21_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/21_0_26.chunk b/VBO/save/soloWorld/21_0_26.chunk
deleted file mode 100644
index b912b6a..0000000
Binary files a/VBO/save/soloWorld/21_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/21_0_27.chunk b/VBO/save/soloWorld/21_0_27.chunk
deleted file mode 100644
index 7f57bdd..0000000
Binary files a/VBO/save/soloWorld/21_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/21_0_28.chunk b/VBO/save/soloWorld/21_0_28.chunk
deleted file mode 100644
index 91485fe..0000000
Binary files a/VBO/save/soloWorld/21_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/21_0_29.chunk b/VBO/save/soloWorld/21_0_29.chunk
deleted file mode 100644
index 2b47f51..0000000
Binary files a/VBO/save/soloWorld/21_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/21_0_5.chunk b/VBO/save/soloWorld/21_0_5.chunk
deleted file mode 100644
index 915ae76..0000000
Binary files a/VBO/save/soloWorld/21_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/21_0_6.chunk b/VBO/save/soloWorld/21_0_6.chunk
deleted file mode 100644
index ac28f7e..0000000
Binary files a/VBO/save/soloWorld/21_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/21_0_7.chunk b/VBO/save/soloWorld/21_0_7.chunk
deleted file mode 100644
index 65efa77..0000000
Binary files a/VBO/save/soloWorld/21_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/21_0_8.chunk b/VBO/save/soloWorld/21_0_8.chunk
deleted file mode 100644
index f42ea4a..0000000
Binary files a/VBO/save/soloWorld/21_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/21_0_9.chunk b/VBO/save/soloWorld/21_0_9.chunk
deleted file mode 100644
index 330fccb..0000000
Binary files a/VBO/save/soloWorld/21_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/22_0_10.chunk b/VBO/save/soloWorld/22_0_10.chunk
deleted file mode 100644
index 8bd796e..0000000
Binary files a/VBO/save/soloWorld/22_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/22_0_11.chunk b/VBO/save/soloWorld/22_0_11.chunk
deleted file mode 100644
index a84ef13..0000000
Binary files a/VBO/save/soloWorld/22_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/22_0_12.chunk b/VBO/save/soloWorld/22_0_12.chunk
deleted file mode 100644
index 22cef48..0000000
Binary files a/VBO/save/soloWorld/22_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/22_0_23.chunk b/VBO/save/soloWorld/22_0_23.chunk
deleted file mode 100644
index 2957a26..0000000
Binary files a/VBO/save/soloWorld/22_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/22_0_24.chunk b/VBO/save/soloWorld/22_0_24.chunk
deleted file mode 100644
index 2119f15..0000000
Binary files a/VBO/save/soloWorld/22_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/22_0_25.chunk b/VBO/save/soloWorld/22_0_25.chunk
deleted file mode 100644
index 8ad6ed5..0000000
Binary files a/VBO/save/soloWorld/22_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/22_0_26.chunk b/VBO/save/soloWorld/22_0_26.chunk
deleted file mode 100644
index 8043b14..0000000
Binary files a/VBO/save/soloWorld/22_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/22_0_27.chunk b/VBO/save/soloWorld/22_0_27.chunk
deleted file mode 100644
index 32b621c..0000000
Binary files a/VBO/save/soloWorld/22_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/22_0_28.chunk b/VBO/save/soloWorld/22_0_28.chunk
deleted file mode 100644
index ad9e347..0000000
Binary files a/VBO/save/soloWorld/22_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/22_0_29.chunk b/VBO/save/soloWorld/22_0_29.chunk
deleted file mode 100644
index e1de95f..0000000
Binary files a/VBO/save/soloWorld/22_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/22_0_5.chunk b/VBO/save/soloWorld/22_0_5.chunk
deleted file mode 100644
index 4a082a6..0000000
Binary files a/VBO/save/soloWorld/22_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/22_0_6.chunk b/VBO/save/soloWorld/22_0_6.chunk
deleted file mode 100644
index cc1890b..0000000
Binary files a/VBO/save/soloWorld/22_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/22_0_7.chunk b/VBO/save/soloWorld/22_0_7.chunk
deleted file mode 100644
index 4d9e70c..0000000
Binary files a/VBO/save/soloWorld/22_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/22_0_8.chunk b/VBO/save/soloWorld/22_0_8.chunk
deleted file mode 100644
index f086973..0000000
Binary files a/VBO/save/soloWorld/22_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/22_0_9.chunk b/VBO/save/soloWorld/22_0_9.chunk
deleted file mode 100644
index a74649f..0000000
Binary files a/VBO/save/soloWorld/22_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/23_0_10.chunk b/VBO/save/soloWorld/23_0_10.chunk
deleted file mode 100644
index dbae734..0000000
Binary files a/VBO/save/soloWorld/23_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/23_0_11.chunk b/VBO/save/soloWorld/23_0_11.chunk
deleted file mode 100644
index 6dcb105..0000000
Binary files a/VBO/save/soloWorld/23_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/23_0_24.chunk b/VBO/save/soloWorld/23_0_24.chunk
deleted file mode 100644
index f94a837..0000000
Binary files a/VBO/save/soloWorld/23_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/23_0_25.chunk b/VBO/save/soloWorld/23_0_25.chunk
deleted file mode 100644
index 86404bd..0000000
Binary files a/VBO/save/soloWorld/23_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/23_0_26.chunk b/VBO/save/soloWorld/23_0_26.chunk
deleted file mode 100644
index 501db09..0000000
Binary files a/VBO/save/soloWorld/23_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/23_0_27.chunk b/VBO/save/soloWorld/23_0_27.chunk
deleted file mode 100644
index c80ce11..0000000
Binary files a/VBO/save/soloWorld/23_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/23_0_28.chunk b/VBO/save/soloWorld/23_0_28.chunk
deleted file mode 100644
index 94052d3..0000000
Binary files a/VBO/save/soloWorld/23_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/23_0_29.chunk b/VBO/save/soloWorld/23_0_29.chunk
deleted file mode 100644
index e58cb82..0000000
Binary files a/VBO/save/soloWorld/23_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/23_0_4.chunk b/VBO/save/soloWorld/23_0_4.chunk
deleted file mode 100644
index 74ad44c..0000000
Binary files a/VBO/save/soloWorld/23_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/23_0_5.chunk b/VBO/save/soloWorld/23_0_5.chunk
deleted file mode 100644
index f0be8a1..0000000
Binary files a/VBO/save/soloWorld/23_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/23_0_6.chunk b/VBO/save/soloWorld/23_0_6.chunk
deleted file mode 100644
index 9519baa..0000000
Binary files a/VBO/save/soloWorld/23_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/23_0_7.chunk b/VBO/save/soloWorld/23_0_7.chunk
deleted file mode 100644
index 8b40f5a..0000000
Binary files a/VBO/save/soloWorld/23_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/23_0_8.chunk b/VBO/save/soloWorld/23_0_8.chunk
deleted file mode 100644
index c0d8eb3..0000000
Binary files a/VBO/save/soloWorld/23_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/23_0_9.chunk b/VBO/save/soloWorld/23_0_9.chunk
deleted file mode 100644
index db4cad0..0000000
Binary files a/VBO/save/soloWorld/23_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/24_0_10.chunk b/VBO/save/soloWorld/24_0_10.chunk
deleted file mode 100644
index 1503da4..0000000
Binary files a/VBO/save/soloWorld/24_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/24_0_24.chunk b/VBO/save/soloWorld/24_0_24.chunk
deleted file mode 100644
index 995dbaf..0000000
Binary files a/VBO/save/soloWorld/24_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/24_0_25.chunk b/VBO/save/soloWorld/24_0_25.chunk
deleted file mode 100644
index 91ca2f4..0000000
Binary files a/VBO/save/soloWorld/24_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/24_0_26.chunk b/VBO/save/soloWorld/24_0_26.chunk
deleted file mode 100644
index 3ac64c6..0000000
Binary files a/VBO/save/soloWorld/24_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/24_0_27.chunk b/VBO/save/soloWorld/24_0_27.chunk
deleted file mode 100644
index 408d146..0000000
Binary files a/VBO/save/soloWorld/24_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/24_0_28.chunk b/VBO/save/soloWorld/24_0_28.chunk
deleted file mode 100644
index 3bf17e8..0000000
Binary files a/VBO/save/soloWorld/24_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/24_0_29.chunk b/VBO/save/soloWorld/24_0_29.chunk
deleted file mode 100644
index e0abcb4..0000000
Binary files a/VBO/save/soloWorld/24_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/24_0_4.chunk b/VBO/save/soloWorld/24_0_4.chunk
deleted file mode 100644
index c31c553..0000000
Binary files a/VBO/save/soloWorld/24_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/24_0_5.chunk b/VBO/save/soloWorld/24_0_5.chunk
deleted file mode 100644
index 8876d2c..0000000
Binary files a/VBO/save/soloWorld/24_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/24_0_6.chunk b/VBO/save/soloWorld/24_0_6.chunk
deleted file mode 100644
index 54f30c9..0000000
Binary files a/VBO/save/soloWorld/24_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/24_0_7.chunk b/VBO/save/soloWorld/24_0_7.chunk
deleted file mode 100644
index ecf88c3..0000000
Binary files a/VBO/save/soloWorld/24_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/24_0_8.chunk b/VBO/save/soloWorld/24_0_8.chunk
deleted file mode 100644
index ce60284..0000000
Binary files a/VBO/save/soloWorld/24_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/24_0_9.chunk b/VBO/save/soloWorld/24_0_9.chunk
deleted file mode 100644
index 44a0886..0000000
Binary files a/VBO/save/soloWorld/24_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/25_0_25.chunk b/VBO/save/soloWorld/25_0_25.chunk
deleted file mode 100644
index 0ad71bb..0000000
Binary files a/VBO/save/soloWorld/25_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/25_0_26.chunk b/VBO/save/soloWorld/25_0_26.chunk
deleted file mode 100644
index 848c1bf..0000000
Binary files a/VBO/save/soloWorld/25_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/25_0_27.chunk b/VBO/save/soloWorld/25_0_27.chunk
deleted file mode 100644
index a1c408e..0000000
Binary files a/VBO/save/soloWorld/25_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/25_0_28.chunk b/VBO/save/soloWorld/25_0_28.chunk
deleted file mode 100644
index 5083322..0000000
Binary files a/VBO/save/soloWorld/25_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/25_0_29.chunk b/VBO/save/soloWorld/25_0_29.chunk
deleted file mode 100644
index 2dc3d60..0000000
Binary files a/VBO/save/soloWorld/25_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/25_0_30.chunk b/VBO/save/soloWorld/25_0_30.chunk
deleted file mode 100644
index 8204810..0000000
Binary files a/VBO/save/soloWorld/25_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/25_0_4.chunk b/VBO/save/soloWorld/25_0_4.chunk
deleted file mode 100644
index df4f628..0000000
Binary files a/VBO/save/soloWorld/25_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/25_0_5.chunk b/VBO/save/soloWorld/25_0_5.chunk
deleted file mode 100644
index 0907e32..0000000
Binary files a/VBO/save/soloWorld/25_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/25_0_6.chunk b/VBO/save/soloWorld/25_0_6.chunk
deleted file mode 100644
index aa19dae..0000000
Binary files a/VBO/save/soloWorld/25_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/25_0_7.chunk b/VBO/save/soloWorld/25_0_7.chunk
deleted file mode 100644
index 6edd1a2..0000000
Binary files a/VBO/save/soloWorld/25_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/25_0_8.chunk b/VBO/save/soloWorld/25_0_8.chunk
deleted file mode 100644
index 173add1..0000000
Binary files a/VBO/save/soloWorld/25_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/25_0_9.chunk b/VBO/save/soloWorld/25_0_9.chunk
deleted file mode 100644
index 63ae1e2..0000000
Binary files a/VBO/save/soloWorld/25_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/26_0_25.chunk b/VBO/save/soloWorld/26_0_25.chunk
deleted file mode 100644
index d8d5d82..0000000
Binary files a/VBO/save/soloWorld/26_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/26_0_26.chunk b/VBO/save/soloWorld/26_0_26.chunk
deleted file mode 100644
index 39332f2..0000000
Binary files a/VBO/save/soloWorld/26_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/26_0_27.chunk b/VBO/save/soloWorld/26_0_27.chunk
deleted file mode 100644
index 101ba30..0000000
Binary files a/VBO/save/soloWorld/26_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/26_0_28.chunk b/VBO/save/soloWorld/26_0_28.chunk
deleted file mode 100644
index c3a3105..0000000
Binary files a/VBO/save/soloWorld/26_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/26_0_29.chunk b/VBO/save/soloWorld/26_0_29.chunk
deleted file mode 100644
index e24fd13..0000000
Binary files a/VBO/save/soloWorld/26_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/26_0_3.chunk b/VBO/save/soloWorld/26_0_3.chunk
deleted file mode 100644
index d601ee7..0000000
Binary files a/VBO/save/soloWorld/26_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/26_0_30.chunk b/VBO/save/soloWorld/26_0_30.chunk
deleted file mode 100644
index f101a68..0000000
Binary files a/VBO/save/soloWorld/26_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/26_0_4.chunk b/VBO/save/soloWorld/26_0_4.chunk
deleted file mode 100644
index 40d5715..0000000
Binary files a/VBO/save/soloWorld/26_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/26_0_5.chunk b/VBO/save/soloWorld/26_0_5.chunk
deleted file mode 100644
index 5abab24..0000000
Binary files a/VBO/save/soloWorld/26_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/26_0_6.chunk b/VBO/save/soloWorld/26_0_6.chunk
deleted file mode 100644
index 7166a59..0000000
Binary files a/VBO/save/soloWorld/26_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/26_0_7.chunk b/VBO/save/soloWorld/26_0_7.chunk
deleted file mode 100644
index b1847fa..0000000
Binary files a/VBO/save/soloWorld/26_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/26_0_8.chunk b/VBO/save/soloWorld/26_0_8.chunk
deleted file mode 100644
index 39db12a..0000000
Binary files a/VBO/save/soloWorld/26_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/26_0_9.chunk b/VBO/save/soloWorld/26_0_9.chunk
deleted file mode 100644
index a934bfc..0000000
Binary files a/VBO/save/soloWorld/26_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_25.chunk b/VBO/save/soloWorld/27_0_25.chunk
deleted file mode 100644
index 93ff636..0000000
Binary files a/VBO/save/soloWorld/27_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_26.chunk b/VBO/save/soloWorld/27_0_26.chunk
deleted file mode 100644
index af237d9..0000000
Binary files a/VBO/save/soloWorld/27_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_27.chunk b/VBO/save/soloWorld/27_0_27.chunk
deleted file mode 100644
index 884f6ce..0000000
Binary files a/VBO/save/soloWorld/27_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_28.chunk b/VBO/save/soloWorld/27_0_28.chunk
deleted file mode 100644
index b139225..0000000
Binary files a/VBO/save/soloWorld/27_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_29.chunk b/VBO/save/soloWorld/27_0_29.chunk
deleted file mode 100644
index 70a904c..0000000
Binary files a/VBO/save/soloWorld/27_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_3.chunk b/VBO/save/soloWorld/27_0_3.chunk
deleted file mode 100644
index 0daa3e1..0000000
Binary files a/VBO/save/soloWorld/27_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_30.chunk b/VBO/save/soloWorld/27_0_30.chunk
deleted file mode 100644
index 54b8797..0000000
Binary files a/VBO/save/soloWorld/27_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_31.chunk b/VBO/save/soloWorld/27_0_31.chunk
deleted file mode 100644
index 60c9437..0000000
Binary files a/VBO/save/soloWorld/27_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_4.chunk b/VBO/save/soloWorld/27_0_4.chunk
deleted file mode 100644
index 4b241e5..0000000
Binary files a/VBO/save/soloWorld/27_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_5.chunk b/VBO/save/soloWorld/27_0_5.chunk
deleted file mode 100644
index 16e31bf..0000000
Binary files a/VBO/save/soloWorld/27_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_56.chunk b/VBO/save/soloWorld/27_0_56.chunk
deleted file mode 100644
index f776f35..0000000
Binary files a/VBO/save/soloWorld/27_0_56.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_57.chunk b/VBO/save/soloWorld/27_0_57.chunk
deleted file mode 100644
index 7438a08..0000000
Binary files a/VBO/save/soloWorld/27_0_57.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_58.chunk b/VBO/save/soloWorld/27_0_58.chunk
deleted file mode 100644
index b88ad3e..0000000
Binary files a/VBO/save/soloWorld/27_0_58.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_59.chunk b/VBO/save/soloWorld/27_0_59.chunk
deleted file mode 100644
index ff9e04a..0000000
Binary files a/VBO/save/soloWorld/27_0_59.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_6.chunk b/VBO/save/soloWorld/27_0_6.chunk
deleted file mode 100644
index 7b21c7f..0000000
Binary files a/VBO/save/soloWorld/27_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_60.chunk b/VBO/save/soloWorld/27_0_60.chunk
deleted file mode 100644
index 9a20af7..0000000
Binary files a/VBO/save/soloWorld/27_0_60.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_61.chunk b/VBO/save/soloWorld/27_0_61.chunk
deleted file mode 100644
index f781911..0000000
Binary files a/VBO/save/soloWorld/27_0_61.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_62.chunk b/VBO/save/soloWorld/27_0_62.chunk
deleted file mode 100644
index 6bcf803..0000000
Binary files a/VBO/save/soloWorld/27_0_62.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_63.chunk b/VBO/save/soloWorld/27_0_63.chunk
deleted file mode 100644
index 2a31aaf..0000000
Binary files a/VBO/save/soloWorld/27_0_63.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_64.chunk b/VBO/save/soloWorld/27_0_64.chunk
deleted file mode 100644
index 4311e55..0000000
Binary files a/VBO/save/soloWorld/27_0_64.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_7.chunk b/VBO/save/soloWorld/27_0_7.chunk
deleted file mode 100644
index 6205338..0000000
Binary files a/VBO/save/soloWorld/27_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_8.chunk b/VBO/save/soloWorld/27_0_8.chunk
deleted file mode 100644
index c93685a..0000000
Binary files a/VBO/save/soloWorld/27_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/27_0_9.chunk b/VBO/save/soloWorld/27_0_9.chunk
deleted file mode 100644
index 51a32ed..0000000
Binary files a/VBO/save/soloWorld/27_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_25.chunk b/VBO/save/soloWorld/28_0_25.chunk
deleted file mode 100644
index 13c465d..0000000
Binary files a/VBO/save/soloWorld/28_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_26.chunk b/VBO/save/soloWorld/28_0_26.chunk
deleted file mode 100644
index 267b82c..0000000
Binary files a/VBO/save/soloWorld/28_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_27.chunk b/VBO/save/soloWorld/28_0_27.chunk
deleted file mode 100644
index ace1eac..0000000
Binary files a/VBO/save/soloWorld/28_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_28.chunk b/VBO/save/soloWorld/28_0_28.chunk
deleted file mode 100644
index 7f03ba4..0000000
Binary files a/VBO/save/soloWorld/28_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_29.chunk b/VBO/save/soloWorld/28_0_29.chunk
deleted file mode 100644
index c0aa1ea..0000000
Binary files a/VBO/save/soloWorld/28_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_3.chunk b/VBO/save/soloWorld/28_0_3.chunk
deleted file mode 100644
index 5e3e8da..0000000
Binary files a/VBO/save/soloWorld/28_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_30.chunk b/VBO/save/soloWorld/28_0_30.chunk
deleted file mode 100644
index 472fb84..0000000
Binary files a/VBO/save/soloWorld/28_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_31.chunk b/VBO/save/soloWorld/28_0_31.chunk
deleted file mode 100644
index f298392..0000000
Binary files a/VBO/save/soloWorld/28_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_4.chunk b/VBO/save/soloWorld/28_0_4.chunk
deleted file mode 100644
index 18bd788..0000000
Binary files a/VBO/save/soloWorld/28_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_5.chunk b/VBO/save/soloWorld/28_0_5.chunk
deleted file mode 100644
index 4a4ef09..0000000
Binary files a/VBO/save/soloWorld/28_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_55.chunk b/VBO/save/soloWorld/28_0_55.chunk
deleted file mode 100644
index 2f02f5e..0000000
Binary files a/VBO/save/soloWorld/28_0_55.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_56.chunk b/VBO/save/soloWorld/28_0_56.chunk
deleted file mode 100644
index 0806b9d..0000000
Binary files a/VBO/save/soloWorld/28_0_56.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_57.chunk b/VBO/save/soloWorld/28_0_57.chunk
deleted file mode 100644
index f81cd6f..0000000
Binary files a/VBO/save/soloWorld/28_0_57.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_58.chunk b/VBO/save/soloWorld/28_0_58.chunk
deleted file mode 100644
index fe9e733..0000000
Binary files a/VBO/save/soloWorld/28_0_58.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_59.chunk b/VBO/save/soloWorld/28_0_59.chunk
deleted file mode 100644
index a48500d..0000000
Binary files a/VBO/save/soloWorld/28_0_59.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_6.chunk b/VBO/save/soloWorld/28_0_6.chunk
deleted file mode 100644
index 02b77d0..0000000
Binary files a/VBO/save/soloWorld/28_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_60.chunk b/VBO/save/soloWorld/28_0_60.chunk
deleted file mode 100644
index 519d39b..0000000
Binary files a/VBO/save/soloWorld/28_0_60.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_61.chunk b/VBO/save/soloWorld/28_0_61.chunk
deleted file mode 100644
index 8b12092..0000000
Binary files a/VBO/save/soloWorld/28_0_61.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_62.chunk b/VBO/save/soloWorld/28_0_62.chunk
deleted file mode 100644
index a92d51c..0000000
Binary files a/VBO/save/soloWorld/28_0_62.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_63.chunk b/VBO/save/soloWorld/28_0_63.chunk
deleted file mode 100644
index 4483f2e..0000000
Binary files a/VBO/save/soloWorld/28_0_63.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_64.chunk b/VBO/save/soloWorld/28_0_64.chunk
deleted file mode 100644
index 780d07b..0000000
Binary files a/VBO/save/soloWorld/28_0_64.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_7.chunk b/VBO/save/soloWorld/28_0_7.chunk
deleted file mode 100644
index 85a4c11..0000000
Binary files a/VBO/save/soloWorld/28_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/28_0_8.chunk b/VBO/save/soloWorld/28_0_8.chunk
deleted file mode 100644
index 41726cc..0000000
Binary files a/VBO/save/soloWorld/28_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_25.chunk b/VBO/save/soloWorld/29_0_25.chunk
deleted file mode 100644
index a2d5268..0000000
Binary files a/VBO/save/soloWorld/29_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_26.chunk b/VBO/save/soloWorld/29_0_26.chunk
deleted file mode 100644
index dd8383d..0000000
Binary files a/VBO/save/soloWorld/29_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_27.chunk b/VBO/save/soloWorld/29_0_27.chunk
deleted file mode 100644
index 277aafc..0000000
Binary files a/VBO/save/soloWorld/29_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_28.chunk b/VBO/save/soloWorld/29_0_28.chunk
deleted file mode 100644
index 85f56bd..0000000
Binary files a/VBO/save/soloWorld/29_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_29.chunk b/VBO/save/soloWorld/29_0_29.chunk
deleted file mode 100644
index 0d5aff7..0000000
Binary files a/VBO/save/soloWorld/29_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_3.chunk b/VBO/save/soloWorld/29_0_3.chunk
deleted file mode 100644
index bac24b9..0000000
Binary files a/VBO/save/soloWorld/29_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_30.chunk b/VBO/save/soloWorld/29_0_30.chunk
deleted file mode 100644
index 71f0df0..0000000
Binary files a/VBO/save/soloWorld/29_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_31.chunk b/VBO/save/soloWorld/29_0_31.chunk
deleted file mode 100644
index b5c8e2a..0000000
Binary files a/VBO/save/soloWorld/29_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_4.chunk b/VBO/save/soloWorld/29_0_4.chunk
deleted file mode 100644
index 6c3424f..0000000
Binary files a/VBO/save/soloWorld/29_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_5.chunk b/VBO/save/soloWorld/29_0_5.chunk
deleted file mode 100644
index 68df9f2..0000000
Binary files a/VBO/save/soloWorld/29_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_53.chunk b/VBO/save/soloWorld/29_0_53.chunk
deleted file mode 100644
index 86c19d5..0000000
Binary files a/VBO/save/soloWorld/29_0_53.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_54.chunk b/VBO/save/soloWorld/29_0_54.chunk
deleted file mode 100644
index 8aac90e..0000000
Binary files a/VBO/save/soloWorld/29_0_54.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_55.chunk b/VBO/save/soloWorld/29_0_55.chunk
deleted file mode 100644
index 6794529..0000000
Binary files a/VBO/save/soloWorld/29_0_55.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_56.chunk b/VBO/save/soloWorld/29_0_56.chunk
deleted file mode 100644
index 7f4812d..0000000
Binary files a/VBO/save/soloWorld/29_0_56.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_57.chunk b/VBO/save/soloWorld/29_0_57.chunk
deleted file mode 100644
index f8db99c..0000000
Binary files a/VBO/save/soloWorld/29_0_57.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_58.chunk b/VBO/save/soloWorld/29_0_58.chunk
deleted file mode 100644
index 9cbd4f1..0000000
Binary files a/VBO/save/soloWorld/29_0_58.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_59.chunk b/VBO/save/soloWorld/29_0_59.chunk
deleted file mode 100644
index be62d0f..0000000
Binary files a/VBO/save/soloWorld/29_0_59.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_6.chunk b/VBO/save/soloWorld/29_0_6.chunk
deleted file mode 100644
index dacf872..0000000
Binary files a/VBO/save/soloWorld/29_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_60.chunk b/VBO/save/soloWorld/29_0_60.chunk
deleted file mode 100644
index 89f3426..0000000
Binary files a/VBO/save/soloWorld/29_0_60.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_61.chunk b/VBO/save/soloWorld/29_0_61.chunk
deleted file mode 100644
index 62760e9..0000000
Binary files a/VBO/save/soloWorld/29_0_61.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_62.chunk b/VBO/save/soloWorld/29_0_62.chunk
deleted file mode 100644
index cb5a203..0000000
Binary files a/VBO/save/soloWorld/29_0_62.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_63.chunk b/VBO/save/soloWorld/29_0_63.chunk
deleted file mode 100644
index 762c8a2..0000000
Binary files a/VBO/save/soloWorld/29_0_63.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_64.chunk b/VBO/save/soloWorld/29_0_64.chunk
deleted file mode 100644
index d29195a..0000000
Binary files a/VBO/save/soloWorld/29_0_64.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_7.chunk b/VBO/save/soloWorld/29_0_7.chunk
deleted file mode 100644
index 38a19af..0000000
Binary files a/VBO/save/soloWorld/29_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/29_0_8.chunk b/VBO/save/soloWorld/29_0_8.chunk
deleted file mode 100644
index 7121921..0000000
Binary files a/VBO/save/soloWorld/29_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_-1.chunk b/VBO/save/soloWorld/2_0_-1.chunk
deleted file mode 100644
index e2f118c..0000000
Binary files a/VBO/save/soloWorld/2_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_-2.chunk b/VBO/save/soloWorld/2_0_-2.chunk
deleted file mode 100644
index 271bc6d..0000000
Binary files a/VBO/save/soloWorld/2_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_-3.chunk b/VBO/save/soloWorld/2_0_-3.chunk
deleted file mode 100644
index 7116327..0000000
Binary files a/VBO/save/soloWorld/2_0_-3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_-4.chunk b/VBO/save/soloWorld/2_0_-4.chunk
deleted file mode 100644
index 409261d..0000000
Binary files a/VBO/save/soloWorld/2_0_-4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_-5.chunk b/VBO/save/soloWorld/2_0_-5.chunk
deleted file mode 100644
index 6d04d99..0000000
Binary files a/VBO/save/soloWorld/2_0_-5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_-6.chunk b/VBO/save/soloWorld/2_0_-6.chunk
deleted file mode 100644
index 46977b5..0000000
Binary files a/VBO/save/soloWorld/2_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_-7.chunk b/VBO/save/soloWorld/2_0_-7.chunk
deleted file mode 100644
index 51a7cee..0000000
Binary files a/VBO/save/soloWorld/2_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_-8.chunk b/VBO/save/soloWorld/2_0_-8.chunk
deleted file mode 100644
index 4085bdd..0000000
Binary files a/VBO/save/soloWorld/2_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_-9.chunk b/VBO/save/soloWorld/2_0_-9.chunk
deleted file mode 100644
index 3a3b006..0000000
Binary files a/VBO/save/soloWorld/2_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_0.chunk b/VBO/save/soloWorld/2_0_0.chunk
deleted file mode 100644
index e8fcef7..0000000
Binary files a/VBO/save/soloWorld/2_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_1.chunk b/VBO/save/soloWorld/2_0_1.chunk
deleted file mode 100644
index 2f1b39b..0000000
Binary files a/VBO/save/soloWorld/2_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_2.chunk b/VBO/save/soloWorld/2_0_2.chunk
deleted file mode 100644
index 0b69cdf..0000000
Binary files a/VBO/save/soloWorld/2_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_23.chunk b/VBO/save/soloWorld/2_0_23.chunk
deleted file mode 100644
index 33105ba..0000000
Binary files a/VBO/save/soloWorld/2_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_24.chunk b/VBO/save/soloWorld/2_0_24.chunk
deleted file mode 100644
index f9e911e..0000000
Binary files a/VBO/save/soloWorld/2_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_25.chunk b/VBO/save/soloWorld/2_0_25.chunk
deleted file mode 100644
index 2742814..0000000
Binary files a/VBO/save/soloWorld/2_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_26.chunk b/VBO/save/soloWorld/2_0_26.chunk
deleted file mode 100644
index 2a7afbf..0000000
Binary files a/VBO/save/soloWorld/2_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_27.chunk b/VBO/save/soloWorld/2_0_27.chunk
deleted file mode 100644
index 1eb850d..0000000
Binary files a/VBO/save/soloWorld/2_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_28.chunk b/VBO/save/soloWorld/2_0_28.chunk
deleted file mode 100644
index bed53ea..0000000
Binary files a/VBO/save/soloWorld/2_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_3.chunk b/VBO/save/soloWorld/2_0_3.chunk
deleted file mode 100644
index 920f022..0000000
Binary files a/VBO/save/soloWorld/2_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_4.chunk b/VBO/save/soloWorld/2_0_4.chunk
deleted file mode 100644
index 8beeeb8..0000000
Binary files a/VBO/save/soloWorld/2_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_5.chunk b/VBO/save/soloWorld/2_0_5.chunk
deleted file mode 100644
index 803e6cf..0000000
Binary files a/VBO/save/soloWorld/2_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_6.chunk b/VBO/save/soloWorld/2_0_6.chunk
deleted file mode 100644
index 266cb90..0000000
Binary files a/VBO/save/soloWorld/2_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_7.chunk b/VBO/save/soloWorld/2_0_7.chunk
deleted file mode 100644
index f5416f9..0000000
Binary files a/VBO/save/soloWorld/2_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/2_0_8.chunk b/VBO/save/soloWorld/2_0_8.chunk
deleted file mode 100644
index ef8845a..0000000
Binary files a/VBO/save/soloWorld/2_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_2.chunk b/VBO/save/soloWorld/30_0_2.chunk
deleted file mode 100644
index 6a55f65..0000000
Binary files a/VBO/save/soloWorld/30_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_26.chunk b/VBO/save/soloWorld/30_0_26.chunk
deleted file mode 100644
index 86bd848..0000000
Binary files a/VBO/save/soloWorld/30_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_27.chunk b/VBO/save/soloWorld/30_0_27.chunk
deleted file mode 100644
index cdace0f..0000000
Binary files a/VBO/save/soloWorld/30_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_28.chunk b/VBO/save/soloWorld/30_0_28.chunk
deleted file mode 100644
index 2631f91..0000000
Binary files a/VBO/save/soloWorld/30_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_29.chunk b/VBO/save/soloWorld/30_0_29.chunk
deleted file mode 100644
index 3faded7..0000000
Binary files a/VBO/save/soloWorld/30_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_3.chunk b/VBO/save/soloWorld/30_0_3.chunk
deleted file mode 100644
index e7ddde3..0000000
Binary files a/VBO/save/soloWorld/30_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_30.chunk b/VBO/save/soloWorld/30_0_30.chunk
deleted file mode 100644
index c539ea2..0000000
Binary files a/VBO/save/soloWorld/30_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_31.chunk b/VBO/save/soloWorld/30_0_31.chunk
deleted file mode 100644
index a2688b2..0000000
Binary files a/VBO/save/soloWorld/30_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_4.chunk b/VBO/save/soloWorld/30_0_4.chunk
deleted file mode 100644
index 93a0e46..0000000
Binary files a/VBO/save/soloWorld/30_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_5.chunk b/VBO/save/soloWorld/30_0_5.chunk
deleted file mode 100644
index b869e54..0000000
Binary files a/VBO/save/soloWorld/30_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_51.chunk b/VBO/save/soloWorld/30_0_51.chunk
deleted file mode 100644
index 1b09553..0000000
Binary files a/VBO/save/soloWorld/30_0_51.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_52.chunk b/VBO/save/soloWorld/30_0_52.chunk
deleted file mode 100644
index 826be94..0000000
Binary files a/VBO/save/soloWorld/30_0_52.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_53.chunk b/VBO/save/soloWorld/30_0_53.chunk
deleted file mode 100644
index c7e37c9..0000000
Binary files a/VBO/save/soloWorld/30_0_53.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_54.chunk b/VBO/save/soloWorld/30_0_54.chunk
deleted file mode 100644
index e6093bc..0000000
Binary files a/VBO/save/soloWorld/30_0_54.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_55.chunk b/VBO/save/soloWorld/30_0_55.chunk
deleted file mode 100644
index 1f15190..0000000
Binary files a/VBO/save/soloWorld/30_0_55.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_56.chunk b/VBO/save/soloWorld/30_0_56.chunk
deleted file mode 100644
index 6d3738f..0000000
Binary files a/VBO/save/soloWorld/30_0_56.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_57.chunk b/VBO/save/soloWorld/30_0_57.chunk
deleted file mode 100644
index 15947e6..0000000
Binary files a/VBO/save/soloWorld/30_0_57.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_58.chunk b/VBO/save/soloWorld/30_0_58.chunk
deleted file mode 100644
index 5b5b470..0000000
Binary files a/VBO/save/soloWorld/30_0_58.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_59.chunk b/VBO/save/soloWorld/30_0_59.chunk
deleted file mode 100644
index 951408b..0000000
Binary files a/VBO/save/soloWorld/30_0_59.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_6.chunk b/VBO/save/soloWorld/30_0_6.chunk
deleted file mode 100644
index af5eaf7..0000000
Binary files a/VBO/save/soloWorld/30_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_60.chunk b/VBO/save/soloWorld/30_0_60.chunk
deleted file mode 100644
index 00fc8ba..0000000
Binary files a/VBO/save/soloWorld/30_0_60.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_61.chunk b/VBO/save/soloWorld/30_0_61.chunk
deleted file mode 100644
index 8ba076e..0000000
Binary files a/VBO/save/soloWorld/30_0_61.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_62.chunk b/VBO/save/soloWorld/30_0_62.chunk
deleted file mode 100644
index 466a206..0000000
Binary files a/VBO/save/soloWorld/30_0_62.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_63.chunk b/VBO/save/soloWorld/30_0_63.chunk
deleted file mode 100644
index a3e037b..0000000
Binary files a/VBO/save/soloWorld/30_0_63.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_64.chunk b/VBO/save/soloWorld/30_0_64.chunk
deleted file mode 100644
index 051bb92..0000000
Binary files a/VBO/save/soloWorld/30_0_64.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_7.chunk b/VBO/save/soloWorld/30_0_7.chunk
deleted file mode 100644
index c44c413..0000000
Binary files a/VBO/save/soloWorld/30_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/30_0_8.chunk b/VBO/save/soloWorld/30_0_8.chunk
deleted file mode 100644
index ec6c0ba..0000000
Binary files a/VBO/save/soloWorld/30_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_1.chunk b/VBO/save/soloWorld/31_0_1.chunk
deleted file mode 100644
index 29a25e4..0000000
Binary files a/VBO/save/soloWorld/31_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_2.chunk b/VBO/save/soloWorld/31_0_2.chunk
deleted file mode 100644
index 0024771..0000000
Binary files a/VBO/save/soloWorld/31_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_26.chunk b/VBO/save/soloWorld/31_0_26.chunk
deleted file mode 100644
index aa2f993..0000000
Binary files a/VBO/save/soloWorld/31_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_27.chunk b/VBO/save/soloWorld/31_0_27.chunk
deleted file mode 100644
index 92646d5..0000000
Binary files a/VBO/save/soloWorld/31_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_28.chunk b/VBO/save/soloWorld/31_0_28.chunk
deleted file mode 100644
index 7f6594f..0000000
Binary files a/VBO/save/soloWorld/31_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_29.chunk b/VBO/save/soloWorld/31_0_29.chunk
deleted file mode 100644
index fa4ccef..0000000
Binary files a/VBO/save/soloWorld/31_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_3.chunk b/VBO/save/soloWorld/31_0_3.chunk
deleted file mode 100644
index 69d98bc..0000000
Binary files a/VBO/save/soloWorld/31_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_30.chunk b/VBO/save/soloWorld/31_0_30.chunk
deleted file mode 100644
index 8e5eeec..0000000
Binary files a/VBO/save/soloWorld/31_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_31.chunk b/VBO/save/soloWorld/31_0_31.chunk
deleted file mode 100644
index e123ce3..0000000
Binary files a/VBO/save/soloWorld/31_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_32.chunk b/VBO/save/soloWorld/31_0_32.chunk
deleted file mode 100644
index 576b3d6..0000000
Binary files a/VBO/save/soloWorld/31_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_4.chunk b/VBO/save/soloWorld/31_0_4.chunk
deleted file mode 100644
index c707caf..0000000
Binary files a/VBO/save/soloWorld/31_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_49.chunk b/VBO/save/soloWorld/31_0_49.chunk
deleted file mode 100644
index 750008e..0000000
Binary files a/VBO/save/soloWorld/31_0_49.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_5.chunk b/VBO/save/soloWorld/31_0_5.chunk
deleted file mode 100644
index 16612d0..0000000
Binary files a/VBO/save/soloWorld/31_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_50.chunk b/VBO/save/soloWorld/31_0_50.chunk
deleted file mode 100644
index 5b4bab7..0000000
Binary files a/VBO/save/soloWorld/31_0_50.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_51.chunk b/VBO/save/soloWorld/31_0_51.chunk
deleted file mode 100644
index 2ed111e..0000000
Binary files a/VBO/save/soloWorld/31_0_51.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_52.chunk b/VBO/save/soloWorld/31_0_52.chunk
deleted file mode 100644
index 1378019..0000000
Binary files a/VBO/save/soloWorld/31_0_52.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_53.chunk b/VBO/save/soloWorld/31_0_53.chunk
deleted file mode 100644
index 4bf9ab0..0000000
Binary files a/VBO/save/soloWorld/31_0_53.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_54.chunk b/VBO/save/soloWorld/31_0_54.chunk
deleted file mode 100644
index dbd2845..0000000
Binary files a/VBO/save/soloWorld/31_0_54.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_55.chunk b/VBO/save/soloWorld/31_0_55.chunk
deleted file mode 100644
index e074d40..0000000
Binary files a/VBO/save/soloWorld/31_0_55.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_56.chunk b/VBO/save/soloWorld/31_0_56.chunk
deleted file mode 100644
index 39dde71..0000000
Binary files a/VBO/save/soloWorld/31_0_56.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_57.chunk b/VBO/save/soloWorld/31_0_57.chunk
deleted file mode 100644
index af0878a..0000000
Binary files a/VBO/save/soloWorld/31_0_57.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_58.chunk b/VBO/save/soloWorld/31_0_58.chunk
deleted file mode 100644
index ad3bd1a..0000000
Binary files a/VBO/save/soloWorld/31_0_58.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_59.chunk b/VBO/save/soloWorld/31_0_59.chunk
deleted file mode 100644
index f159674..0000000
Binary files a/VBO/save/soloWorld/31_0_59.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_6.chunk b/VBO/save/soloWorld/31_0_6.chunk
deleted file mode 100644
index 62981de..0000000
Binary files a/VBO/save/soloWorld/31_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_60.chunk b/VBO/save/soloWorld/31_0_60.chunk
deleted file mode 100644
index 3da2433..0000000
Binary files a/VBO/save/soloWorld/31_0_60.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_61.chunk b/VBO/save/soloWorld/31_0_61.chunk
deleted file mode 100644
index 701c45f..0000000
Binary files a/VBO/save/soloWorld/31_0_61.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_62.chunk b/VBO/save/soloWorld/31_0_62.chunk
deleted file mode 100644
index b8236e1..0000000
Binary files a/VBO/save/soloWorld/31_0_62.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_63.chunk b/VBO/save/soloWorld/31_0_63.chunk
deleted file mode 100644
index de847a4..0000000
Binary files a/VBO/save/soloWorld/31_0_63.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_64.chunk b/VBO/save/soloWorld/31_0_64.chunk
deleted file mode 100644
index 9315944..0000000
Binary files a/VBO/save/soloWorld/31_0_64.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/31_0_7.chunk b/VBO/save/soloWorld/31_0_7.chunk
deleted file mode 100644
index d71b9c7..0000000
Binary files a/VBO/save/soloWorld/31_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_0.chunk b/VBO/save/soloWorld/32_0_0.chunk
deleted file mode 100644
index 537e480..0000000
Binary files a/VBO/save/soloWorld/32_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_1.chunk b/VBO/save/soloWorld/32_0_1.chunk
deleted file mode 100644
index eea4350..0000000
Binary files a/VBO/save/soloWorld/32_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_2.chunk b/VBO/save/soloWorld/32_0_2.chunk
deleted file mode 100644
index d2f0a4a..0000000
Binary files a/VBO/save/soloWorld/32_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_27.chunk b/VBO/save/soloWorld/32_0_27.chunk
deleted file mode 100644
index 16cfd47..0000000
Binary files a/VBO/save/soloWorld/32_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_28.chunk b/VBO/save/soloWorld/32_0_28.chunk
deleted file mode 100644
index 334fef7..0000000
Binary files a/VBO/save/soloWorld/32_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_29.chunk b/VBO/save/soloWorld/32_0_29.chunk
deleted file mode 100644
index fc8de12..0000000
Binary files a/VBO/save/soloWorld/32_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_3.chunk b/VBO/save/soloWorld/32_0_3.chunk
deleted file mode 100644
index 02512b3..0000000
Binary files a/VBO/save/soloWorld/32_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_30.chunk b/VBO/save/soloWorld/32_0_30.chunk
deleted file mode 100644
index 5d7d75b..0000000
Binary files a/VBO/save/soloWorld/32_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_31.chunk b/VBO/save/soloWorld/32_0_31.chunk
deleted file mode 100644
index 54dfe23..0000000
Binary files a/VBO/save/soloWorld/32_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_32.chunk b/VBO/save/soloWorld/32_0_32.chunk
deleted file mode 100644
index 5a83297..0000000
Binary files a/VBO/save/soloWorld/32_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_4.chunk b/VBO/save/soloWorld/32_0_4.chunk
deleted file mode 100644
index 500971d..0000000
Binary files a/VBO/save/soloWorld/32_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_47.chunk b/VBO/save/soloWorld/32_0_47.chunk
deleted file mode 100644
index e0324e3..0000000
Binary files a/VBO/save/soloWorld/32_0_47.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_48.chunk b/VBO/save/soloWorld/32_0_48.chunk
deleted file mode 100644
index e30b840..0000000
Binary files a/VBO/save/soloWorld/32_0_48.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_49.chunk b/VBO/save/soloWorld/32_0_49.chunk
deleted file mode 100644
index 5ce5801..0000000
Binary files a/VBO/save/soloWorld/32_0_49.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_5.chunk b/VBO/save/soloWorld/32_0_5.chunk
deleted file mode 100644
index 6863cfb..0000000
Binary files a/VBO/save/soloWorld/32_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_50.chunk b/VBO/save/soloWorld/32_0_50.chunk
deleted file mode 100644
index 459e868..0000000
Binary files a/VBO/save/soloWorld/32_0_50.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_51.chunk b/VBO/save/soloWorld/32_0_51.chunk
deleted file mode 100644
index bcab5f2..0000000
Binary files a/VBO/save/soloWorld/32_0_51.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_52.chunk b/VBO/save/soloWorld/32_0_52.chunk
deleted file mode 100644
index 141d7f1..0000000
Binary files a/VBO/save/soloWorld/32_0_52.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_53.chunk b/VBO/save/soloWorld/32_0_53.chunk
deleted file mode 100644
index 84216af..0000000
Binary files a/VBO/save/soloWorld/32_0_53.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_54.chunk b/VBO/save/soloWorld/32_0_54.chunk
deleted file mode 100644
index b90177c..0000000
Binary files a/VBO/save/soloWorld/32_0_54.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_55.chunk b/VBO/save/soloWorld/32_0_55.chunk
deleted file mode 100644
index ad51825..0000000
Binary files a/VBO/save/soloWorld/32_0_55.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_56.chunk b/VBO/save/soloWorld/32_0_56.chunk
deleted file mode 100644
index b704683..0000000
Binary files a/VBO/save/soloWorld/32_0_56.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_57.chunk b/VBO/save/soloWorld/32_0_57.chunk
deleted file mode 100644
index f1a9876..0000000
Binary files a/VBO/save/soloWorld/32_0_57.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_58.chunk b/VBO/save/soloWorld/32_0_58.chunk
deleted file mode 100644
index 2a4b7e6..0000000
Binary files a/VBO/save/soloWorld/32_0_58.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_59.chunk b/VBO/save/soloWorld/32_0_59.chunk
deleted file mode 100644
index 4e133c8..0000000
Binary files a/VBO/save/soloWorld/32_0_59.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_6.chunk b/VBO/save/soloWorld/32_0_6.chunk
deleted file mode 100644
index ae6c8a4..0000000
Binary files a/VBO/save/soloWorld/32_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_60.chunk b/VBO/save/soloWorld/32_0_60.chunk
deleted file mode 100644
index 1dd3276..0000000
Binary files a/VBO/save/soloWorld/32_0_60.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/32_0_7.chunk b/VBO/save/soloWorld/32_0_7.chunk
deleted file mode 100644
index 88deceb..0000000
Binary files a/VBO/save/soloWorld/32_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_-1.chunk b/VBO/save/soloWorld/33_0_-1.chunk
deleted file mode 100644
index a93a801..0000000
Binary files a/VBO/save/soloWorld/33_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_0.chunk b/VBO/save/soloWorld/33_0_0.chunk
deleted file mode 100644
index f6ddb32..0000000
Binary files a/VBO/save/soloWorld/33_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_1.chunk b/VBO/save/soloWorld/33_0_1.chunk
deleted file mode 100644
index 7812e9a..0000000
Binary files a/VBO/save/soloWorld/33_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_2.chunk b/VBO/save/soloWorld/33_0_2.chunk
deleted file mode 100644
index 34ace3b..0000000
Binary files a/VBO/save/soloWorld/33_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_27.chunk b/VBO/save/soloWorld/33_0_27.chunk
deleted file mode 100644
index 91fba4c..0000000
Binary files a/VBO/save/soloWorld/33_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_28.chunk b/VBO/save/soloWorld/33_0_28.chunk
deleted file mode 100644
index 5ca9170..0000000
Binary files a/VBO/save/soloWorld/33_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_29.chunk b/VBO/save/soloWorld/33_0_29.chunk
deleted file mode 100644
index 08270d6..0000000
Binary files a/VBO/save/soloWorld/33_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_3.chunk b/VBO/save/soloWorld/33_0_3.chunk
deleted file mode 100644
index c8e4c6c..0000000
Binary files a/VBO/save/soloWorld/33_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_30.chunk b/VBO/save/soloWorld/33_0_30.chunk
deleted file mode 100644
index 7eb257d..0000000
Binary files a/VBO/save/soloWorld/33_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_31.chunk b/VBO/save/soloWorld/33_0_31.chunk
deleted file mode 100644
index 553aac2..0000000
Binary files a/VBO/save/soloWorld/33_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_32.chunk b/VBO/save/soloWorld/33_0_32.chunk
deleted file mode 100644
index 129179d..0000000
Binary files a/VBO/save/soloWorld/33_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_4.chunk b/VBO/save/soloWorld/33_0_4.chunk
deleted file mode 100644
index c7122d9..0000000
Binary files a/VBO/save/soloWorld/33_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_44.chunk b/VBO/save/soloWorld/33_0_44.chunk
deleted file mode 100644
index 086464c..0000000
Binary files a/VBO/save/soloWorld/33_0_44.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_45.chunk b/VBO/save/soloWorld/33_0_45.chunk
deleted file mode 100644
index 8075e27..0000000
Binary files a/VBO/save/soloWorld/33_0_45.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_46.chunk b/VBO/save/soloWorld/33_0_46.chunk
deleted file mode 100644
index 8fb5baa..0000000
Binary files a/VBO/save/soloWorld/33_0_46.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_47.chunk b/VBO/save/soloWorld/33_0_47.chunk
deleted file mode 100644
index 2d4db7c..0000000
Binary files a/VBO/save/soloWorld/33_0_47.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_48.chunk b/VBO/save/soloWorld/33_0_48.chunk
deleted file mode 100644
index 5988794..0000000
Binary files a/VBO/save/soloWorld/33_0_48.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_49.chunk b/VBO/save/soloWorld/33_0_49.chunk
deleted file mode 100644
index ba45811..0000000
Binary files a/VBO/save/soloWorld/33_0_49.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_5.chunk b/VBO/save/soloWorld/33_0_5.chunk
deleted file mode 100644
index 2dc1e60..0000000
Binary files a/VBO/save/soloWorld/33_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_50.chunk b/VBO/save/soloWorld/33_0_50.chunk
deleted file mode 100644
index 8414e2d..0000000
Binary files a/VBO/save/soloWorld/33_0_50.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_51.chunk b/VBO/save/soloWorld/33_0_51.chunk
deleted file mode 100644
index c705e11..0000000
Binary files a/VBO/save/soloWorld/33_0_51.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_52.chunk b/VBO/save/soloWorld/33_0_52.chunk
deleted file mode 100644
index 4bfd0b8..0000000
Binary files a/VBO/save/soloWorld/33_0_52.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_53.chunk b/VBO/save/soloWorld/33_0_53.chunk
deleted file mode 100644
index e496bc0..0000000
Binary files a/VBO/save/soloWorld/33_0_53.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_54.chunk b/VBO/save/soloWorld/33_0_54.chunk
deleted file mode 100644
index 9ce1305..0000000
Binary files a/VBO/save/soloWorld/33_0_54.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_55.chunk b/VBO/save/soloWorld/33_0_55.chunk
deleted file mode 100644
index af2a910..0000000
Binary files a/VBO/save/soloWorld/33_0_55.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_56.chunk b/VBO/save/soloWorld/33_0_56.chunk
deleted file mode 100644
index e15c0cb..0000000
Binary files a/VBO/save/soloWorld/33_0_56.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_57.chunk b/VBO/save/soloWorld/33_0_57.chunk
deleted file mode 100644
index d19a678..0000000
Binary files a/VBO/save/soloWorld/33_0_57.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_58.chunk b/VBO/save/soloWorld/33_0_58.chunk
deleted file mode 100644
index e653b83..0000000
Binary files a/VBO/save/soloWorld/33_0_58.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_59.chunk b/VBO/save/soloWorld/33_0_59.chunk
deleted file mode 100644
index 6c2b55f..0000000
Binary files a/VBO/save/soloWorld/33_0_59.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_6.chunk b/VBO/save/soloWorld/33_0_6.chunk
deleted file mode 100644
index 3d8fe31..0000000
Binary files a/VBO/save/soloWorld/33_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/33_0_7.chunk b/VBO/save/soloWorld/33_0_7.chunk
deleted file mode 100644
index fbc9b6d..0000000
Binary files a/VBO/save/soloWorld/33_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_-1.chunk b/VBO/save/soloWorld/34_0_-1.chunk
deleted file mode 100644
index 2f7964e..0000000
Binary files a/VBO/save/soloWorld/34_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_-2.chunk b/VBO/save/soloWorld/34_0_-2.chunk
deleted file mode 100644
index c9c07e0..0000000
Binary files a/VBO/save/soloWorld/34_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_0.chunk b/VBO/save/soloWorld/34_0_0.chunk
deleted file mode 100644
index ecb9590..0000000
Binary files a/VBO/save/soloWorld/34_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_1.chunk b/VBO/save/soloWorld/34_0_1.chunk
deleted file mode 100644
index d1cfd98..0000000
Binary files a/VBO/save/soloWorld/34_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_2.chunk b/VBO/save/soloWorld/34_0_2.chunk
deleted file mode 100644
index df7e5da..0000000
Binary files a/VBO/save/soloWorld/34_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_27.chunk b/VBO/save/soloWorld/34_0_27.chunk
deleted file mode 100644
index 77cad61..0000000
Binary files a/VBO/save/soloWorld/34_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_28.chunk b/VBO/save/soloWorld/34_0_28.chunk
deleted file mode 100644
index 2069af1..0000000
Binary files a/VBO/save/soloWorld/34_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_29.chunk b/VBO/save/soloWorld/34_0_29.chunk
deleted file mode 100644
index 87da40b..0000000
Binary files a/VBO/save/soloWorld/34_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_3.chunk b/VBO/save/soloWorld/34_0_3.chunk
deleted file mode 100644
index 8cd6c2b..0000000
Binary files a/VBO/save/soloWorld/34_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_30.chunk b/VBO/save/soloWorld/34_0_30.chunk
deleted file mode 100644
index d13f781..0000000
Binary files a/VBO/save/soloWorld/34_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_31.chunk b/VBO/save/soloWorld/34_0_31.chunk
deleted file mode 100644
index 816af07..0000000
Binary files a/VBO/save/soloWorld/34_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_32.chunk b/VBO/save/soloWorld/34_0_32.chunk
deleted file mode 100644
index e394264..0000000
Binary files a/VBO/save/soloWorld/34_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_4.chunk b/VBO/save/soloWorld/34_0_4.chunk
deleted file mode 100644
index 3b452c5..0000000
Binary files a/VBO/save/soloWorld/34_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_42.chunk b/VBO/save/soloWorld/34_0_42.chunk
deleted file mode 100644
index 0d9f5a3..0000000
Binary files a/VBO/save/soloWorld/34_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_43.chunk b/VBO/save/soloWorld/34_0_43.chunk
deleted file mode 100644
index ada1765..0000000
Binary files a/VBO/save/soloWorld/34_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_44.chunk b/VBO/save/soloWorld/34_0_44.chunk
deleted file mode 100644
index 52a3c3a..0000000
Binary files a/VBO/save/soloWorld/34_0_44.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_45.chunk b/VBO/save/soloWorld/34_0_45.chunk
deleted file mode 100644
index 107ba27..0000000
Binary files a/VBO/save/soloWorld/34_0_45.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_46.chunk b/VBO/save/soloWorld/34_0_46.chunk
deleted file mode 100644
index 890213e..0000000
Binary files a/VBO/save/soloWorld/34_0_46.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_47.chunk b/VBO/save/soloWorld/34_0_47.chunk
deleted file mode 100644
index be5b830..0000000
Binary files a/VBO/save/soloWorld/34_0_47.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_48.chunk b/VBO/save/soloWorld/34_0_48.chunk
deleted file mode 100644
index f0386b2..0000000
Binary files a/VBO/save/soloWorld/34_0_48.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_49.chunk b/VBO/save/soloWorld/34_0_49.chunk
deleted file mode 100644
index b6ac3c7..0000000
Binary files a/VBO/save/soloWorld/34_0_49.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_5.chunk b/VBO/save/soloWorld/34_0_5.chunk
deleted file mode 100644
index 6ae43aa..0000000
Binary files a/VBO/save/soloWorld/34_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_50.chunk b/VBO/save/soloWorld/34_0_50.chunk
deleted file mode 100644
index bb45e31..0000000
Binary files a/VBO/save/soloWorld/34_0_50.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_51.chunk b/VBO/save/soloWorld/34_0_51.chunk
deleted file mode 100644
index f85a1d2..0000000
Binary files a/VBO/save/soloWorld/34_0_51.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_52.chunk b/VBO/save/soloWorld/34_0_52.chunk
deleted file mode 100644
index 20e6447..0000000
Binary files a/VBO/save/soloWorld/34_0_52.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_53.chunk b/VBO/save/soloWorld/34_0_53.chunk
deleted file mode 100644
index bf88d74..0000000
Binary files a/VBO/save/soloWorld/34_0_53.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_54.chunk b/VBO/save/soloWorld/34_0_54.chunk
deleted file mode 100644
index 6a3c440..0000000
Binary files a/VBO/save/soloWorld/34_0_54.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_55.chunk b/VBO/save/soloWorld/34_0_55.chunk
deleted file mode 100644
index 5faca0c..0000000
Binary files a/VBO/save/soloWorld/34_0_55.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_56.chunk b/VBO/save/soloWorld/34_0_56.chunk
deleted file mode 100644
index 04bb2b1..0000000
Binary files a/VBO/save/soloWorld/34_0_56.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_57.chunk b/VBO/save/soloWorld/34_0_57.chunk
deleted file mode 100644
index 726eb8d..0000000
Binary files a/VBO/save/soloWorld/34_0_57.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_6.chunk b/VBO/save/soloWorld/34_0_6.chunk
deleted file mode 100644
index 3bd0786..0000000
Binary files a/VBO/save/soloWorld/34_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/34_0_7.chunk b/VBO/save/soloWorld/34_0_7.chunk
deleted file mode 100644
index 05bf0c0..0000000
Binary files a/VBO/save/soloWorld/34_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_-1.chunk b/VBO/save/soloWorld/35_0_-1.chunk
deleted file mode 100644
index 20556b1..0000000
Binary files a/VBO/save/soloWorld/35_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_-2.chunk b/VBO/save/soloWorld/35_0_-2.chunk
deleted file mode 100644
index 95ae09e..0000000
Binary files a/VBO/save/soloWorld/35_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_0.chunk b/VBO/save/soloWorld/35_0_0.chunk
deleted file mode 100644
index 4f7ca73..0000000
Binary files a/VBO/save/soloWorld/35_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_1.chunk b/VBO/save/soloWorld/35_0_1.chunk
deleted file mode 100644
index f47ae9d..0000000
Binary files a/VBO/save/soloWorld/35_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_2.chunk b/VBO/save/soloWorld/35_0_2.chunk
deleted file mode 100644
index c39eda3..0000000
Binary files a/VBO/save/soloWorld/35_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_27.chunk b/VBO/save/soloWorld/35_0_27.chunk
deleted file mode 100644
index 39bf081..0000000
Binary files a/VBO/save/soloWorld/35_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_28.chunk b/VBO/save/soloWorld/35_0_28.chunk
deleted file mode 100644
index f50c9ae..0000000
Binary files a/VBO/save/soloWorld/35_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_29.chunk b/VBO/save/soloWorld/35_0_29.chunk
deleted file mode 100644
index 6aecdd7..0000000
Binary files a/VBO/save/soloWorld/35_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_3.chunk b/VBO/save/soloWorld/35_0_3.chunk
deleted file mode 100644
index db2b158..0000000
Binary files a/VBO/save/soloWorld/35_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_30.chunk b/VBO/save/soloWorld/35_0_30.chunk
deleted file mode 100644
index 4ea05aa..0000000
Binary files a/VBO/save/soloWorld/35_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_31.chunk b/VBO/save/soloWorld/35_0_31.chunk
deleted file mode 100644
index 819e747..0000000
Binary files a/VBO/save/soloWorld/35_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_32.chunk b/VBO/save/soloWorld/35_0_32.chunk
deleted file mode 100644
index 76743aa..0000000
Binary files a/VBO/save/soloWorld/35_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_4.chunk b/VBO/save/soloWorld/35_0_4.chunk
deleted file mode 100644
index 51e8334..0000000
Binary files a/VBO/save/soloWorld/35_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_40.chunk b/VBO/save/soloWorld/35_0_40.chunk
deleted file mode 100644
index fdc30b5..0000000
Binary files a/VBO/save/soloWorld/35_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_41.chunk b/VBO/save/soloWorld/35_0_41.chunk
deleted file mode 100644
index 4465132..0000000
Binary files a/VBO/save/soloWorld/35_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_42.chunk b/VBO/save/soloWorld/35_0_42.chunk
deleted file mode 100644
index ff24d3d..0000000
Binary files a/VBO/save/soloWorld/35_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_43.chunk b/VBO/save/soloWorld/35_0_43.chunk
deleted file mode 100644
index 59c6178..0000000
Binary files a/VBO/save/soloWorld/35_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_44.chunk b/VBO/save/soloWorld/35_0_44.chunk
deleted file mode 100644
index 0dfb5eb..0000000
Binary files a/VBO/save/soloWorld/35_0_44.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_45.chunk b/VBO/save/soloWorld/35_0_45.chunk
deleted file mode 100644
index b216a7c..0000000
Binary files a/VBO/save/soloWorld/35_0_45.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_46.chunk b/VBO/save/soloWorld/35_0_46.chunk
deleted file mode 100644
index ae0fc98..0000000
Binary files a/VBO/save/soloWorld/35_0_46.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_47.chunk b/VBO/save/soloWorld/35_0_47.chunk
deleted file mode 100644
index e21fcfe..0000000
Binary files a/VBO/save/soloWorld/35_0_47.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_48.chunk b/VBO/save/soloWorld/35_0_48.chunk
deleted file mode 100644
index 52675a7..0000000
Binary files a/VBO/save/soloWorld/35_0_48.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_49.chunk b/VBO/save/soloWorld/35_0_49.chunk
deleted file mode 100644
index 2901f3b..0000000
Binary files a/VBO/save/soloWorld/35_0_49.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_5.chunk b/VBO/save/soloWorld/35_0_5.chunk
deleted file mode 100644
index c2bf5fc..0000000
Binary files a/VBO/save/soloWorld/35_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_50.chunk b/VBO/save/soloWorld/35_0_50.chunk
deleted file mode 100644
index f29cc52..0000000
Binary files a/VBO/save/soloWorld/35_0_50.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_51.chunk b/VBO/save/soloWorld/35_0_51.chunk
deleted file mode 100644
index 7eea267..0000000
Binary files a/VBO/save/soloWorld/35_0_51.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_52.chunk b/VBO/save/soloWorld/35_0_52.chunk
deleted file mode 100644
index c6e48d2..0000000
Binary files a/VBO/save/soloWorld/35_0_52.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_53.chunk b/VBO/save/soloWorld/35_0_53.chunk
deleted file mode 100644
index 2ecc476..0000000
Binary files a/VBO/save/soloWorld/35_0_53.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_54.chunk b/VBO/save/soloWorld/35_0_54.chunk
deleted file mode 100644
index 69eca69..0000000
Binary files a/VBO/save/soloWorld/35_0_54.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_55.chunk b/VBO/save/soloWorld/35_0_55.chunk
deleted file mode 100644
index b42c936..0000000
Binary files a/VBO/save/soloWorld/35_0_55.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/35_0_6.chunk b/VBO/save/soloWorld/35_0_6.chunk
deleted file mode 100644
index a8e451d..0000000
Binary files a/VBO/save/soloWorld/35_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_-1.chunk b/VBO/save/soloWorld/36_0_-1.chunk
deleted file mode 100644
index c5e82cb..0000000
Binary files a/VBO/save/soloWorld/36_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_-2.chunk b/VBO/save/soloWorld/36_0_-2.chunk
deleted file mode 100644
index 68f0e7f..0000000
Binary files a/VBO/save/soloWorld/36_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_0.chunk b/VBO/save/soloWorld/36_0_0.chunk
deleted file mode 100644
index 043bea7..0000000
Binary files a/VBO/save/soloWorld/36_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_1.chunk b/VBO/save/soloWorld/36_0_1.chunk
deleted file mode 100644
index d4c6f7f..0000000
Binary files a/VBO/save/soloWorld/36_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_2.chunk b/VBO/save/soloWorld/36_0_2.chunk
deleted file mode 100644
index db3a829..0000000
Binary files a/VBO/save/soloWorld/36_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_28.chunk b/VBO/save/soloWorld/36_0_28.chunk
deleted file mode 100644
index 85005d0..0000000
Binary files a/VBO/save/soloWorld/36_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_29.chunk b/VBO/save/soloWorld/36_0_29.chunk
deleted file mode 100644
index 4486a48..0000000
Binary files a/VBO/save/soloWorld/36_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_3.chunk b/VBO/save/soloWorld/36_0_3.chunk
deleted file mode 100644
index a56cbdb..0000000
Binary files a/VBO/save/soloWorld/36_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_30.chunk b/VBO/save/soloWorld/36_0_30.chunk
deleted file mode 100644
index 3f96b35..0000000
Binary files a/VBO/save/soloWorld/36_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_31.chunk b/VBO/save/soloWorld/36_0_31.chunk
deleted file mode 100644
index 65637d3..0000000
Binary files a/VBO/save/soloWorld/36_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_32.chunk b/VBO/save/soloWorld/36_0_32.chunk
deleted file mode 100644
index 90a39a6..0000000
Binary files a/VBO/save/soloWorld/36_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_33.chunk b/VBO/save/soloWorld/36_0_33.chunk
deleted file mode 100644
index 2e4841c..0000000
Binary files a/VBO/save/soloWorld/36_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_4.chunk b/VBO/save/soloWorld/36_0_4.chunk
deleted file mode 100644
index f9bed62..0000000
Binary files a/VBO/save/soloWorld/36_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_40.chunk b/VBO/save/soloWorld/36_0_40.chunk
deleted file mode 100644
index 4139aed..0000000
Binary files a/VBO/save/soloWorld/36_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_41.chunk b/VBO/save/soloWorld/36_0_41.chunk
deleted file mode 100644
index 2537415..0000000
Binary files a/VBO/save/soloWorld/36_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_42.chunk b/VBO/save/soloWorld/36_0_42.chunk
deleted file mode 100644
index 5fda92d..0000000
Binary files a/VBO/save/soloWorld/36_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_43.chunk b/VBO/save/soloWorld/36_0_43.chunk
deleted file mode 100644
index 3791d96..0000000
Binary files a/VBO/save/soloWorld/36_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_44.chunk b/VBO/save/soloWorld/36_0_44.chunk
deleted file mode 100644
index 6ecd4f5..0000000
Binary files a/VBO/save/soloWorld/36_0_44.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_45.chunk b/VBO/save/soloWorld/36_0_45.chunk
deleted file mode 100644
index cba48d9..0000000
Binary files a/VBO/save/soloWorld/36_0_45.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_46.chunk b/VBO/save/soloWorld/36_0_46.chunk
deleted file mode 100644
index 669e85f..0000000
Binary files a/VBO/save/soloWorld/36_0_46.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_47.chunk b/VBO/save/soloWorld/36_0_47.chunk
deleted file mode 100644
index 18711e4..0000000
Binary files a/VBO/save/soloWorld/36_0_47.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_48.chunk b/VBO/save/soloWorld/36_0_48.chunk
deleted file mode 100644
index 5545836..0000000
Binary files a/VBO/save/soloWorld/36_0_48.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_49.chunk b/VBO/save/soloWorld/36_0_49.chunk
deleted file mode 100644
index 36e5ac3..0000000
Binary files a/VBO/save/soloWorld/36_0_49.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_5.chunk b/VBO/save/soloWorld/36_0_5.chunk
deleted file mode 100644
index e3581f3..0000000
Binary files a/VBO/save/soloWorld/36_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_50.chunk b/VBO/save/soloWorld/36_0_50.chunk
deleted file mode 100644
index 7cac3ca..0000000
Binary files a/VBO/save/soloWorld/36_0_50.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_51.chunk b/VBO/save/soloWorld/36_0_51.chunk
deleted file mode 100644
index 695fd94..0000000
Binary files a/VBO/save/soloWorld/36_0_51.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_52.chunk b/VBO/save/soloWorld/36_0_52.chunk
deleted file mode 100644
index 9fd097e..0000000
Binary files a/VBO/save/soloWorld/36_0_52.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/36_0_53.chunk b/VBO/save/soloWorld/36_0_53.chunk
deleted file mode 100644
index b313840..0000000
Binary files a/VBO/save/soloWorld/36_0_53.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_-1.chunk b/VBO/save/soloWorld/37_0_-1.chunk
deleted file mode 100644
index a03f1b9..0000000
Binary files a/VBO/save/soloWorld/37_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_-2.chunk b/VBO/save/soloWorld/37_0_-2.chunk
deleted file mode 100644
index 3ad42f9..0000000
Binary files a/VBO/save/soloWorld/37_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_0.chunk b/VBO/save/soloWorld/37_0_0.chunk
deleted file mode 100644
index 705024f..0000000
Binary files a/VBO/save/soloWorld/37_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_1.chunk b/VBO/save/soloWorld/37_0_1.chunk
deleted file mode 100644
index e6f4ce6..0000000
Binary files a/VBO/save/soloWorld/37_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_2.chunk b/VBO/save/soloWorld/37_0_2.chunk
deleted file mode 100644
index 498881d..0000000
Binary files a/VBO/save/soloWorld/37_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_28.chunk b/VBO/save/soloWorld/37_0_28.chunk
deleted file mode 100644
index 3b1553d..0000000
Binary files a/VBO/save/soloWorld/37_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_29.chunk b/VBO/save/soloWorld/37_0_29.chunk
deleted file mode 100644
index 323ee38..0000000
Binary files a/VBO/save/soloWorld/37_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_3.chunk b/VBO/save/soloWorld/37_0_3.chunk
deleted file mode 100644
index 0f7e886..0000000
Binary files a/VBO/save/soloWorld/37_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_30.chunk b/VBO/save/soloWorld/37_0_30.chunk
deleted file mode 100644
index 033c105..0000000
Binary files a/VBO/save/soloWorld/37_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_31.chunk b/VBO/save/soloWorld/37_0_31.chunk
deleted file mode 100644
index 6b47375..0000000
Binary files a/VBO/save/soloWorld/37_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_32.chunk b/VBO/save/soloWorld/37_0_32.chunk
deleted file mode 100644
index 7c369a7..0000000
Binary files a/VBO/save/soloWorld/37_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_33.chunk b/VBO/save/soloWorld/37_0_33.chunk
deleted file mode 100644
index 6f3cad4..0000000
Binary files a/VBO/save/soloWorld/37_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_39.chunk b/VBO/save/soloWorld/37_0_39.chunk
deleted file mode 100644
index 793c5bf..0000000
Binary files a/VBO/save/soloWorld/37_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_4.chunk b/VBO/save/soloWorld/37_0_4.chunk
deleted file mode 100644
index 2094a9c..0000000
Binary files a/VBO/save/soloWorld/37_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_40.chunk b/VBO/save/soloWorld/37_0_40.chunk
deleted file mode 100644
index 68e80c1..0000000
Binary files a/VBO/save/soloWorld/37_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_41.chunk b/VBO/save/soloWorld/37_0_41.chunk
deleted file mode 100644
index 61d1d1d..0000000
Binary files a/VBO/save/soloWorld/37_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_42.chunk b/VBO/save/soloWorld/37_0_42.chunk
deleted file mode 100644
index fa67b75..0000000
Binary files a/VBO/save/soloWorld/37_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_43.chunk b/VBO/save/soloWorld/37_0_43.chunk
deleted file mode 100644
index 21b5766..0000000
Binary files a/VBO/save/soloWorld/37_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_44.chunk b/VBO/save/soloWorld/37_0_44.chunk
deleted file mode 100644
index 5808ce0..0000000
Binary files a/VBO/save/soloWorld/37_0_44.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_45.chunk b/VBO/save/soloWorld/37_0_45.chunk
deleted file mode 100644
index 34b52c1..0000000
Binary files a/VBO/save/soloWorld/37_0_45.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_46.chunk b/VBO/save/soloWorld/37_0_46.chunk
deleted file mode 100644
index 705b113..0000000
Binary files a/VBO/save/soloWorld/37_0_46.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_47.chunk b/VBO/save/soloWorld/37_0_47.chunk
deleted file mode 100644
index 148cc13..0000000
Binary files a/VBO/save/soloWorld/37_0_47.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_48.chunk b/VBO/save/soloWorld/37_0_48.chunk
deleted file mode 100644
index 155ba7a..0000000
Binary files a/VBO/save/soloWorld/37_0_48.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_49.chunk b/VBO/save/soloWorld/37_0_49.chunk
deleted file mode 100644
index b4f378c..0000000
Binary files a/VBO/save/soloWorld/37_0_49.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_50.chunk b/VBO/save/soloWorld/37_0_50.chunk
deleted file mode 100644
index c77dc94..0000000
Binary files a/VBO/save/soloWorld/37_0_50.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/37_0_51.chunk b/VBO/save/soloWorld/37_0_51.chunk
deleted file mode 100644
index 411be0b..0000000
Binary files a/VBO/save/soloWorld/37_0_51.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_-1.chunk b/VBO/save/soloWorld/38_0_-1.chunk
deleted file mode 100644
index b366534..0000000
Binary files a/VBO/save/soloWorld/38_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_-2.chunk b/VBO/save/soloWorld/38_0_-2.chunk
deleted file mode 100644
index 817ff6c..0000000
Binary files a/VBO/save/soloWorld/38_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_0.chunk b/VBO/save/soloWorld/38_0_0.chunk
deleted file mode 100644
index aa156db..0000000
Binary files a/VBO/save/soloWorld/38_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_1.chunk b/VBO/save/soloWorld/38_0_1.chunk
deleted file mode 100644
index 849d596..0000000
Binary files a/VBO/save/soloWorld/38_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_2.chunk b/VBO/save/soloWorld/38_0_2.chunk
deleted file mode 100644
index 7c1425c..0000000
Binary files a/VBO/save/soloWorld/38_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_28.chunk b/VBO/save/soloWorld/38_0_28.chunk
deleted file mode 100644
index 01c1ed7..0000000
Binary files a/VBO/save/soloWorld/38_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_29.chunk b/VBO/save/soloWorld/38_0_29.chunk
deleted file mode 100644
index fd083ae..0000000
Binary files a/VBO/save/soloWorld/38_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_30.chunk b/VBO/save/soloWorld/38_0_30.chunk
deleted file mode 100644
index 633782a..0000000
Binary files a/VBO/save/soloWorld/38_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_31.chunk b/VBO/save/soloWorld/38_0_31.chunk
deleted file mode 100644
index d20c3ae..0000000
Binary files a/VBO/save/soloWorld/38_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_32.chunk b/VBO/save/soloWorld/38_0_32.chunk
deleted file mode 100644
index 63ff627..0000000
Binary files a/VBO/save/soloWorld/38_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_33.chunk b/VBO/save/soloWorld/38_0_33.chunk
deleted file mode 100644
index 4846d1e..0000000
Binary files a/VBO/save/soloWorld/38_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_37.chunk b/VBO/save/soloWorld/38_0_37.chunk
deleted file mode 100644
index ad5a22f..0000000
Binary files a/VBO/save/soloWorld/38_0_37.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_38.chunk b/VBO/save/soloWorld/38_0_38.chunk
deleted file mode 100644
index d8bc955..0000000
Binary files a/VBO/save/soloWorld/38_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_39.chunk b/VBO/save/soloWorld/38_0_39.chunk
deleted file mode 100644
index 000a25e..0000000
Binary files a/VBO/save/soloWorld/38_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_40.chunk b/VBO/save/soloWorld/38_0_40.chunk
deleted file mode 100644
index d5dba2a..0000000
Binary files a/VBO/save/soloWorld/38_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_41.chunk b/VBO/save/soloWorld/38_0_41.chunk
deleted file mode 100644
index 2a7bd15..0000000
Binary files a/VBO/save/soloWorld/38_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_42.chunk b/VBO/save/soloWorld/38_0_42.chunk
deleted file mode 100644
index 2047e93..0000000
Binary files a/VBO/save/soloWorld/38_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_43.chunk b/VBO/save/soloWorld/38_0_43.chunk
deleted file mode 100644
index 747f4fa..0000000
Binary files a/VBO/save/soloWorld/38_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_44.chunk b/VBO/save/soloWorld/38_0_44.chunk
deleted file mode 100644
index 3d4ac4c..0000000
Binary files a/VBO/save/soloWorld/38_0_44.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_45.chunk b/VBO/save/soloWorld/38_0_45.chunk
deleted file mode 100644
index 536fe4e..0000000
Binary files a/VBO/save/soloWorld/38_0_45.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_46.chunk b/VBO/save/soloWorld/38_0_46.chunk
deleted file mode 100644
index c0c90fc..0000000
Binary files a/VBO/save/soloWorld/38_0_46.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_47.chunk b/VBO/save/soloWorld/38_0_47.chunk
deleted file mode 100644
index 792abe6..0000000
Binary files a/VBO/save/soloWorld/38_0_47.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/38_0_48.chunk b/VBO/save/soloWorld/38_0_48.chunk
deleted file mode 100644
index 92cf508..0000000
Binary files a/VBO/save/soloWorld/38_0_48.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_-1.chunk b/VBO/save/soloWorld/39_0_-1.chunk
deleted file mode 100644
index 6ebfe3b..0000000
Binary files a/VBO/save/soloWorld/39_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_-2.chunk b/VBO/save/soloWorld/39_0_-2.chunk
deleted file mode 100644
index 2e77a6e..0000000
Binary files a/VBO/save/soloWorld/39_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_0.chunk b/VBO/save/soloWorld/39_0_0.chunk
deleted file mode 100644
index d15b14a..0000000
Binary files a/VBO/save/soloWorld/39_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_1.chunk b/VBO/save/soloWorld/39_0_1.chunk
deleted file mode 100644
index 7bc721d..0000000
Binary files a/VBO/save/soloWorld/39_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_2.chunk b/VBO/save/soloWorld/39_0_2.chunk
deleted file mode 100644
index a3246d4..0000000
Binary files a/VBO/save/soloWorld/39_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_28.chunk b/VBO/save/soloWorld/39_0_28.chunk
deleted file mode 100644
index 44c95ee..0000000
Binary files a/VBO/save/soloWorld/39_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_29.chunk b/VBO/save/soloWorld/39_0_29.chunk
deleted file mode 100644
index b93e24b..0000000
Binary files a/VBO/save/soloWorld/39_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_30.chunk b/VBO/save/soloWorld/39_0_30.chunk
deleted file mode 100644
index 2eca5dd..0000000
Binary files a/VBO/save/soloWorld/39_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_31.chunk b/VBO/save/soloWorld/39_0_31.chunk
deleted file mode 100644
index 28a4b10..0000000
Binary files a/VBO/save/soloWorld/39_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_32.chunk b/VBO/save/soloWorld/39_0_32.chunk
deleted file mode 100644
index a98ec51..0000000
Binary files a/VBO/save/soloWorld/39_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_33.chunk b/VBO/save/soloWorld/39_0_33.chunk
deleted file mode 100644
index 4710c7c..0000000
Binary files a/VBO/save/soloWorld/39_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_37.chunk b/VBO/save/soloWorld/39_0_37.chunk
deleted file mode 100644
index d1f88b4..0000000
Binary files a/VBO/save/soloWorld/39_0_37.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_38.chunk b/VBO/save/soloWorld/39_0_38.chunk
deleted file mode 100644
index 1f6ce5a..0000000
Binary files a/VBO/save/soloWorld/39_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_39.chunk b/VBO/save/soloWorld/39_0_39.chunk
deleted file mode 100644
index 91f20a3..0000000
Binary files a/VBO/save/soloWorld/39_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_40.chunk b/VBO/save/soloWorld/39_0_40.chunk
deleted file mode 100644
index edc8b38..0000000
Binary files a/VBO/save/soloWorld/39_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_41.chunk b/VBO/save/soloWorld/39_0_41.chunk
deleted file mode 100644
index 984b992..0000000
Binary files a/VBO/save/soloWorld/39_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_42.chunk b/VBO/save/soloWorld/39_0_42.chunk
deleted file mode 100644
index 36c51a5..0000000
Binary files a/VBO/save/soloWorld/39_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_43.chunk b/VBO/save/soloWorld/39_0_43.chunk
deleted file mode 100644
index 6e99cc6..0000000
Binary files a/VBO/save/soloWorld/39_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_44.chunk b/VBO/save/soloWorld/39_0_44.chunk
deleted file mode 100644
index 0c99bfc..0000000
Binary files a/VBO/save/soloWorld/39_0_44.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_45.chunk b/VBO/save/soloWorld/39_0_45.chunk
deleted file mode 100644
index 7325bfb..0000000
Binary files a/VBO/save/soloWorld/39_0_45.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/39_0_46.chunk b/VBO/save/soloWorld/39_0_46.chunk
deleted file mode 100644
index 7022d60..0000000
Binary files a/VBO/save/soloWorld/39_0_46.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_-10.chunk b/VBO/save/soloWorld/3_0_-10.chunk
deleted file mode 100644
index f6604b3..0000000
Binary files a/VBO/save/soloWorld/3_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_-11.chunk b/VBO/save/soloWorld/3_0_-11.chunk
deleted file mode 100644
index 323e060..0000000
Binary files a/VBO/save/soloWorld/3_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_-3.chunk b/VBO/save/soloWorld/3_0_-3.chunk
deleted file mode 100644
index b00870a..0000000
Binary files a/VBO/save/soloWorld/3_0_-3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_-4.chunk b/VBO/save/soloWorld/3_0_-4.chunk
deleted file mode 100644
index 8af123e..0000000
Binary files a/VBO/save/soloWorld/3_0_-4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_-5.chunk b/VBO/save/soloWorld/3_0_-5.chunk
deleted file mode 100644
index 3e520aa..0000000
Binary files a/VBO/save/soloWorld/3_0_-5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_-6.chunk b/VBO/save/soloWorld/3_0_-6.chunk
deleted file mode 100644
index 33bccee..0000000
Binary files a/VBO/save/soloWorld/3_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_-7.chunk b/VBO/save/soloWorld/3_0_-7.chunk
deleted file mode 100644
index 8e1b592..0000000
Binary files a/VBO/save/soloWorld/3_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_-8.chunk b/VBO/save/soloWorld/3_0_-8.chunk
deleted file mode 100644
index b5e47a2..0000000
Binary files a/VBO/save/soloWorld/3_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_-9.chunk b/VBO/save/soloWorld/3_0_-9.chunk
deleted file mode 100644
index 398dcbd..0000000
Binary files a/VBO/save/soloWorld/3_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_1.chunk b/VBO/save/soloWorld/3_0_1.chunk
deleted file mode 100644
index 46a0597..0000000
Binary files a/VBO/save/soloWorld/3_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_2.chunk b/VBO/save/soloWorld/3_0_2.chunk
deleted file mode 100644
index 7133a3a..0000000
Binary files a/VBO/save/soloWorld/3_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_24.chunk b/VBO/save/soloWorld/3_0_24.chunk
deleted file mode 100644
index 122052a..0000000
Binary files a/VBO/save/soloWorld/3_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_25.chunk b/VBO/save/soloWorld/3_0_25.chunk
deleted file mode 100644
index fad344c..0000000
Binary files a/VBO/save/soloWorld/3_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_26.chunk b/VBO/save/soloWorld/3_0_26.chunk
deleted file mode 100644
index 24a7229..0000000
Binary files a/VBO/save/soloWorld/3_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_27.chunk b/VBO/save/soloWorld/3_0_27.chunk
deleted file mode 100644
index 898763e..0000000
Binary files a/VBO/save/soloWorld/3_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_28.chunk b/VBO/save/soloWorld/3_0_28.chunk
deleted file mode 100644
index 643d8ad..0000000
Binary files a/VBO/save/soloWorld/3_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_29.chunk b/VBO/save/soloWorld/3_0_29.chunk
deleted file mode 100644
index e197a91..0000000
Binary files a/VBO/save/soloWorld/3_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_3.chunk b/VBO/save/soloWorld/3_0_3.chunk
deleted file mode 100644
index 7b4b175..0000000
Binary files a/VBO/save/soloWorld/3_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_4.chunk b/VBO/save/soloWorld/3_0_4.chunk
deleted file mode 100644
index 6a680b8..0000000
Binary files a/VBO/save/soloWorld/3_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_5.chunk b/VBO/save/soloWorld/3_0_5.chunk
deleted file mode 100644
index e05e96b..0000000
Binary files a/VBO/save/soloWorld/3_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_6.chunk b/VBO/save/soloWorld/3_0_6.chunk
deleted file mode 100644
index cb82dfb..0000000
Binary files a/VBO/save/soloWorld/3_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_7.chunk b/VBO/save/soloWorld/3_0_7.chunk
deleted file mode 100644
index 4aa5746..0000000
Binary files a/VBO/save/soloWorld/3_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_8.chunk b/VBO/save/soloWorld/3_0_8.chunk
deleted file mode 100644
index 693ee57..0000000
Binary files a/VBO/save/soloWorld/3_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/3_0_9.chunk b/VBO/save/soloWorld/3_0_9.chunk
deleted file mode 100644
index 8e9036b..0000000
Binary files a/VBO/save/soloWorld/3_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_-1.chunk b/VBO/save/soloWorld/40_0_-1.chunk
deleted file mode 100644
index 9ed8c12..0000000
Binary files a/VBO/save/soloWorld/40_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_-2.chunk b/VBO/save/soloWorld/40_0_-2.chunk
deleted file mode 100644
index d6f94df..0000000
Binary files a/VBO/save/soloWorld/40_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_0.chunk b/VBO/save/soloWorld/40_0_0.chunk
deleted file mode 100644
index e635463..0000000
Binary files a/VBO/save/soloWorld/40_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_1.chunk b/VBO/save/soloWorld/40_0_1.chunk
deleted file mode 100644
index 5826ab7..0000000
Binary files a/VBO/save/soloWorld/40_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_2.chunk b/VBO/save/soloWorld/40_0_2.chunk
deleted file mode 100644
index e40953f..0000000
Binary files a/VBO/save/soloWorld/40_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_28.chunk b/VBO/save/soloWorld/40_0_28.chunk
deleted file mode 100644
index 4382697..0000000
Binary files a/VBO/save/soloWorld/40_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_29.chunk b/VBO/save/soloWorld/40_0_29.chunk
deleted file mode 100644
index ad30fff..0000000
Binary files a/VBO/save/soloWorld/40_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_30.chunk b/VBO/save/soloWorld/40_0_30.chunk
deleted file mode 100644
index 2e5fe48..0000000
Binary files a/VBO/save/soloWorld/40_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_31.chunk b/VBO/save/soloWorld/40_0_31.chunk
deleted file mode 100644
index ba759f7..0000000
Binary files a/VBO/save/soloWorld/40_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_32.chunk b/VBO/save/soloWorld/40_0_32.chunk
deleted file mode 100644
index 17e06b2..0000000
Binary files a/VBO/save/soloWorld/40_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_33.chunk b/VBO/save/soloWorld/40_0_33.chunk
deleted file mode 100644
index 74d7f09..0000000
Binary files a/VBO/save/soloWorld/40_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_37.chunk b/VBO/save/soloWorld/40_0_37.chunk
deleted file mode 100644
index c1c6188..0000000
Binary files a/VBO/save/soloWorld/40_0_37.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_38.chunk b/VBO/save/soloWorld/40_0_38.chunk
deleted file mode 100644
index 16dd763..0000000
Binary files a/VBO/save/soloWorld/40_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_39.chunk b/VBO/save/soloWorld/40_0_39.chunk
deleted file mode 100644
index 3dd9fd8..0000000
Binary files a/VBO/save/soloWorld/40_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_40.chunk b/VBO/save/soloWorld/40_0_40.chunk
deleted file mode 100644
index acb840c..0000000
Binary files a/VBO/save/soloWorld/40_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_41.chunk b/VBO/save/soloWorld/40_0_41.chunk
deleted file mode 100644
index 0f18380..0000000
Binary files a/VBO/save/soloWorld/40_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_42.chunk b/VBO/save/soloWorld/40_0_42.chunk
deleted file mode 100644
index 752fe65..0000000
Binary files a/VBO/save/soloWorld/40_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_43.chunk b/VBO/save/soloWorld/40_0_43.chunk
deleted file mode 100644
index 013581c..0000000
Binary files a/VBO/save/soloWorld/40_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/40_0_44.chunk b/VBO/save/soloWorld/40_0_44.chunk
deleted file mode 100644
index ecb33cb..0000000
Binary files a/VBO/save/soloWorld/40_0_44.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_-1.chunk b/VBO/save/soloWorld/41_0_-1.chunk
deleted file mode 100644
index 21b59e9..0000000
Binary files a/VBO/save/soloWorld/41_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_-2.chunk b/VBO/save/soloWorld/41_0_-2.chunk
deleted file mode 100644
index f12fa6d..0000000
Binary files a/VBO/save/soloWorld/41_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_0.chunk b/VBO/save/soloWorld/41_0_0.chunk
deleted file mode 100644
index e5db713..0000000
Binary files a/VBO/save/soloWorld/41_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_1.chunk b/VBO/save/soloWorld/41_0_1.chunk
deleted file mode 100644
index 3021c9d..0000000
Binary files a/VBO/save/soloWorld/41_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_2.chunk b/VBO/save/soloWorld/41_0_2.chunk
deleted file mode 100644
index 34712c4..0000000
Binary files a/VBO/save/soloWorld/41_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_29.chunk b/VBO/save/soloWorld/41_0_29.chunk
deleted file mode 100644
index 9d81457..0000000
Binary files a/VBO/save/soloWorld/41_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_30.chunk b/VBO/save/soloWorld/41_0_30.chunk
deleted file mode 100644
index c209b59..0000000
Binary files a/VBO/save/soloWorld/41_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_31.chunk b/VBO/save/soloWorld/41_0_31.chunk
deleted file mode 100644
index 71dfa1a..0000000
Binary files a/VBO/save/soloWorld/41_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_32.chunk b/VBO/save/soloWorld/41_0_32.chunk
deleted file mode 100644
index e85e94f..0000000
Binary files a/VBO/save/soloWorld/41_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_33.chunk b/VBO/save/soloWorld/41_0_33.chunk
deleted file mode 100644
index 897ad3f..0000000
Binary files a/VBO/save/soloWorld/41_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_37.chunk b/VBO/save/soloWorld/41_0_37.chunk
deleted file mode 100644
index 78ba85f..0000000
Binary files a/VBO/save/soloWorld/41_0_37.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_38.chunk b/VBO/save/soloWorld/41_0_38.chunk
deleted file mode 100644
index c3f152d..0000000
Binary files a/VBO/save/soloWorld/41_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_39.chunk b/VBO/save/soloWorld/41_0_39.chunk
deleted file mode 100644
index b5c4347..0000000
Binary files a/VBO/save/soloWorld/41_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_40.chunk b/VBO/save/soloWorld/41_0_40.chunk
deleted file mode 100644
index 9ae3425..0000000
Binary files a/VBO/save/soloWorld/41_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_41.chunk b/VBO/save/soloWorld/41_0_41.chunk
deleted file mode 100644
index 3f6ff3c..0000000
Binary files a/VBO/save/soloWorld/41_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_42.chunk b/VBO/save/soloWorld/41_0_42.chunk
deleted file mode 100644
index d82c78f..0000000
Binary files a/VBO/save/soloWorld/41_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_43.chunk b/VBO/save/soloWorld/41_0_43.chunk
deleted file mode 100644
index ae39c6b..0000000
Binary files a/VBO/save/soloWorld/41_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/41_0_44.chunk b/VBO/save/soloWorld/41_0_44.chunk
deleted file mode 100644
index f0dcd67..0000000
Binary files a/VBO/save/soloWorld/41_0_44.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/42_0_-1.chunk b/VBO/save/soloWorld/42_0_-1.chunk
deleted file mode 100644
index 68773ba..0000000
Binary files a/VBO/save/soloWorld/42_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/42_0_-2.chunk b/VBO/save/soloWorld/42_0_-2.chunk
deleted file mode 100644
index bce83f3..0000000
Binary files a/VBO/save/soloWorld/42_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/42_0_0.chunk b/VBO/save/soloWorld/42_0_0.chunk
deleted file mode 100644
index 57ea3ba..0000000
Binary files a/VBO/save/soloWorld/42_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/42_0_1.chunk b/VBO/save/soloWorld/42_0_1.chunk
deleted file mode 100644
index f3f2b6c..0000000
Binary files a/VBO/save/soloWorld/42_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/42_0_2.chunk b/VBO/save/soloWorld/42_0_2.chunk
deleted file mode 100644
index 58dcf6a..0000000
Binary files a/VBO/save/soloWorld/42_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/42_0_29.chunk b/VBO/save/soloWorld/42_0_29.chunk
deleted file mode 100644
index 0bf3bc9..0000000
Binary files a/VBO/save/soloWorld/42_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/42_0_30.chunk b/VBO/save/soloWorld/42_0_30.chunk
deleted file mode 100644
index 9fff2ca..0000000
Binary files a/VBO/save/soloWorld/42_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/42_0_31.chunk b/VBO/save/soloWorld/42_0_31.chunk
deleted file mode 100644
index fece799..0000000
Binary files a/VBO/save/soloWorld/42_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/42_0_32.chunk b/VBO/save/soloWorld/42_0_32.chunk
deleted file mode 100644
index d432837..0000000
Binary files a/VBO/save/soloWorld/42_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/42_0_33.chunk b/VBO/save/soloWorld/42_0_33.chunk
deleted file mode 100644
index 8fa4fdb..0000000
Binary files a/VBO/save/soloWorld/42_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/42_0_37.chunk b/VBO/save/soloWorld/42_0_37.chunk
deleted file mode 100644
index 843aa50..0000000
Binary files a/VBO/save/soloWorld/42_0_37.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/42_0_38.chunk b/VBO/save/soloWorld/42_0_38.chunk
deleted file mode 100644
index 6b70a12..0000000
Binary files a/VBO/save/soloWorld/42_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/42_0_39.chunk b/VBO/save/soloWorld/42_0_39.chunk
deleted file mode 100644
index fd27e49..0000000
Binary files a/VBO/save/soloWorld/42_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/42_0_40.chunk b/VBO/save/soloWorld/42_0_40.chunk
deleted file mode 100644
index 4a21109..0000000
Binary files a/VBO/save/soloWorld/42_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/42_0_41.chunk b/VBO/save/soloWorld/42_0_41.chunk
deleted file mode 100644
index be77e80..0000000
Binary files a/VBO/save/soloWorld/42_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/42_0_42.chunk b/VBO/save/soloWorld/42_0_42.chunk
deleted file mode 100644
index b23ad95..0000000
Binary files a/VBO/save/soloWorld/42_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/42_0_43.chunk b/VBO/save/soloWorld/42_0_43.chunk
deleted file mode 100644
index 9002f04..0000000
Binary files a/VBO/save/soloWorld/42_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/43_0_-1.chunk b/VBO/save/soloWorld/43_0_-1.chunk
deleted file mode 100644
index 4f3026d..0000000
Binary files a/VBO/save/soloWorld/43_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/43_0_-2.chunk b/VBO/save/soloWorld/43_0_-2.chunk
deleted file mode 100644
index 29a4843..0000000
Binary files a/VBO/save/soloWorld/43_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/43_0_0.chunk b/VBO/save/soloWorld/43_0_0.chunk
deleted file mode 100644
index 78ae07d..0000000
Binary files a/VBO/save/soloWorld/43_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/43_0_1.chunk b/VBO/save/soloWorld/43_0_1.chunk
deleted file mode 100644
index 727d2ba..0000000
Binary files a/VBO/save/soloWorld/43_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/43_0_2.chunk b/VBO/save/soloWorld/43_0_2.chunk
deleted file mode 100644
index 292bb0d..0000000
Binary files a/VBO/save/soloWorld/43_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/43_0_29.chunk b/VBO/save/soloWorld/43_0_29.chunk
deleted file mode 100644
index 806c5f2..0000000
Binary files a/VBO/save/soloWorld/43_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/43_0_30.chunk b/VBO/save/soloWorld/43_0_30.chunk
deleted file mode 100644
index f986f3c..0000000
Binary files a/VBO/save/soloWorld/43_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/43_0_31.chunk b/VBO/save/soloWorld/43_0_31.chunk
deleted file mode 100644
index 80d4f2a..0000000
Binary files a/VBO/save/soloWorld/43_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/43_0_32.chunk b/VBO/save/soloWorld/43_0_32.chunk
deleted file mode 100644
index 5c642a8..0000000
Binary files a/VBO/save/soloWorld/43_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/43_0_33.chunk b/VBO/save/soloWorld/43_0_33.chunk
deleted file mode 100644
index 9862857..0000000
Binary files a/VBO/save/soloWorld/43_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/43_0_37.chunk b/VBO/save/soloWorld/43_0_37.chunk
deleted file mode 100644
index 6eb17e4..0000000
Binary files a/VBO/save/soloWorld/43_0_37.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/43_0_38.chunk b/VBO/save/soloWorld/43_0_38.chunk
deleted file mode 100644
index 1739be1..0000000
Binary files a/VBO/save/soloWorld/43_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/43_0_39.chunk b/VBO/save/soloWorld/43_0_39.chunk
deleted file mode 100644
index 0ca1d5b..0000000
Binary files a/VBO/save/soloWorld/43_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/43_0_40.chunk b/VBO/save/soloWorld/43_0_40.chunk
deleted file mode 100644
index a1f669a..0000000
Binary files a/VBO/save/soloWorld/43_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/43_0_41.chunk b/VBO/save/soloWorld/43_0_41.chunk
deleted file mode 100644
index 52ecb4e..0000000
Binary files a/VBO/save/soloWorld/43_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/44_0_-1.chunk b/VBO/save/soloWorld/44_0_-1.chunk
deleted file mode 100644
index ac3261f..0000000
Binary files a/VBO/save/soloWorld/44_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/44_0_-2.chunk b/VBO/save/soloWorld/44_0_-2.chunk
deleted file mode 100644
index 1aaeb4b..0000000
Binary files a/VBO/save/soloWorld/44_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/44_0_0.chunk b/VBO/save/soloWorld/44_0_0.chunk
deleted file mode 100644
index d4deac7..0000000
Binary files a/VBO/save/soloWorld/44_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/44_0_1.chunk b/VBO/save/soloWorld/44_0_1.chunk
deleted file mode 100644
index dbe11b0..0000000
Binary files a/VBO/save/soloWorld/44_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/44_0_2.chunk b/VBO/save/soloWorld/44_0_2.chunk
deleted file mode 100644
index a851ab1..0000000
Binary files a/VBO/save/soloWorld/44_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/44_0_29.chunk b/VBO/save/soloWorld/44_0_29.chunk
deleted file mode 100644
index 963ca49..0000000
Binary files a/VBO/save/soloWorld/44_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/44_0_30.chunk b/VBO/save/soloWorld/44_0_30.chunk
deleted file mode 100644
index 5caa30d..0000000
Binary files a/VBO/save/soloWorld/44_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/44_0_31.chunk b/VBO/save/soloWorld/44_0_31.chunk
deleted file mode 100644
index cbbe13f..0000000
Binary files a/VBO/save/soloWorld/44_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/44_0_32.chunk b/VBO/save/soloWorld/44_0_32.chunk
deleted file mode 100644
index c652e3b..0000000
Binary files a/VBO/save/soloWorld/44_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/44_0_33.chunk b/VBO/save/soloWorld/44_0_33.chunk
deleted file mode 100644
index 3461e1f..0000000
Binary files a/VBO/save/soloWorld/44_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/44_0_37.chunk b/VBO/save/soloWorld/44_0_37.chunk
deleted file mode 100644
index 52d14c2..0000000
Binary files a/VBO/save/soloWorld/44_0_37.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/44_0_38.chunk b/VBO/save/soloWorld/44_0_38.chunk
deleted file mode 100644
index a37b802..0000000
Binary files a/VBO/save/soloWorld/44_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/44_0_39.chunk b/VBO/save/soloWorld/44_0_39.chunk
deleted file mode 100644
index e91df00..0000000
Binary files a/VBO/save/soloWorld/44_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/44_0_40.chunk b/VBO/save/soloWorld/44_0_40.chunk
deleted file mode 100644
index 2241254..0000000
Binary files a/VBO/save/soloWorld/44_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/44_0_41.chunk b/VBO/save/soloWorld/44_0_41.chunk
deleted file mode 100644
index dc4f72c..0000000
Binary files a/VBO/save/soloWorld/44_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/44_0_42.chunk b/VBO/save/soloWorld/44_0_42.chunk
deleted file mode 100644
index b5e338a..0000000
Binary files a/VBO/save/soloWorld/44_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/45_0_-1.chunk b/VBO/save/soloWorld/45_0_-1.chunk
deleted file mode 100644
index ac5ec65..0000000
Binary files a/VBO/save/soloWorld/45_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/45_0_-2.chunk b/VBO/save/soloWorld/45_0_-2.chunk
deleted file mode 100644
index 75e6cf0..0000000
Binary files a/VBO/save/soloWorld/45_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/45_0_0.chunk b/VBO/save/soloWorld/45_0_0.chunk
deleted file mode 100644
index 6d1ebed..0000000
Binary files a/VBO/save/soloWorld/45_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/45_0_1.chunk b/VBO/save/soloWorld/45_0_1.chunk
deleted file mode 100644
index d0673f0..0000000
Binary files a/VBO/save/soloWorld/45_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/45_0_2.chunk b/VBO/save/soloWorld/45_0_2.chunk
deleted file mode 100644
index 7769b35..0000000
Binary files a/VBO/save/soloWorld/45_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/45_0_29.chunk b/VBO/save/soloWorld/45_0_29.chunk
deleted file mode 100644
index 08c3bd2..0000000
Binary files a/VBO/save/soloWorld/45_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/45_0_30.chunk b/VBO/save/soloWorld/45_0_30.chunk
deleted file mode 100644
index 08dc06c..0000000
Binary files a/VBO/save/soloWorld/45_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/45_0_31.chunk b/VBO/save/soloWorld/45_0_31.chunk
deleted file mode 100644
index 0240245..0000000
Binary files a/VBO/save/soloWorld/45_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/45_0_32.chunk b/VBO/save/soloWorld/45_0_32.chunk
deleted file mode 100644
index 21272fc..0000000
Binary files a/VBO/save/soloWorld/45_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/45_0_33.chunk b/VBO/save/soloWorld/45_0_33.chunk
deleted file mode 100644
index de17517..0000000
Binary files a/VBO/save/soloWorld/45_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/45_0_37.chunk b/VBO/save/soloWorld/45_0_37.chunk
deleted file mode 100644
index b1fc279..0000000
Binary files a/VBO/save/soloWorld/45_0_37.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/45_0_38.chunk b/VBO/save/soloWorld/45_0_38.chunk
deleted file mode 100644
index 376e3ea..0000000
Binary files a/VBO/save/soloWorld/45_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/45_0_39.chunk b/VBO/save/soloWorld/45_0_39.chunk
deleted file mode 100644
index 52c6a0b..0000000
Binary files a/VBO/save/soloWorld/45_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/45_0_40.chunk b/VBO/save/soloWorld/45_0_40.chunk
deleted file mode 100644
index 83930ae..0000000
Binary files a/VBO/save/soloWorld/45_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/45_0_41.chunk b/VBO/save/soloWorld/45_0_41.chunk
deleted file mode 100644
index 590c9a0..0000000
Binary files a/VBO/save/soloWorld/45_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/45_0_42.chunk b/VBO/save/soloWorld/45_0_42.chunk
deleted file mode 100644
index 77a93c7..0000000
Binary files a/VBO/save/soloWorld/45_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/46_0_-1.chunk b/VBO/save/soloWorld/46_0_-1.chunk
deleted file mode 100644
index 9a8cfcb..0000000
Binary files a/VBO/save/soloWorld/46_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/46_0_-2.chunk b/VBO/save/soloWorld/46_0_-2.chunk
deleted file mode 100644
index 011a675..0000000
Binary files a/VBO/save/soloWorld/46_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/46_0_0.chunk b/VBO/save/soloWorld/46_0_0.chunk
deleted file mode 100644
index 8f80c2f..0000000
Binary files a/VBO/save/soloWorld/46_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/46_0_1.chunk b/VBO/save/soloWorld/46_0_1.chunk
deleted file mode 100644
index b4ae296..0000000
Binary files a/VBO/save/soloWorld/46_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/46_0_2.chunk b/VBO/save/soloWorld/46_0_2.chunk
deleted file mode 100644
index 4acc8f0..0000000
Binary files a/VBO/save/soloWorld/46_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/46_0_29.chunk b/VBO/save/soloWorld/46_0_29.chunk
deleted file mode 100644
index 74ebfe8..0000000
Binary files a/VBO/save/soloWorld/46_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/46_0_30.chunk b/VBO/save/soloWorld/46_0_30.chunk
deleted file mode 100644
index 7eec53d..0000000
Binary files a/VBO/save/soloWorld/46_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/46_0_31.chunk b/VBO/save/soloWorld/46_0_31.chunk
deleted file mode 100644
index 08cca03..0000000
Binary files a/VBO/save/soloWorld/46_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/46_0_32.chunk b/VBO/save/soloWorld/46_0_32.chunk
deleted file mode 100644
index dad7dd4..0000000
Binary files a/VBO/save/soloWorld/46_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/46_0_33.chunk b/VBO/save/soloWorld/46_0_33.chunk
deleted file mode 100644
index 9d6dc3f..0000000
Binary files a/VBO/save/soloWorld/46_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/46_0_37.chunk b/VBO/save/soloWorld/46_0_37.chunk
deleted file mode 100644
index c3bc370..0000000
Binary files a/VBO/save/soloWorld/46_0_37.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/46_0_38.chunk b/VBO/save/soloWorld/46_0_38.chunk
deleted file mode 100644
index b42289b..0000000
Binary files a/VBO/save/soloWorld/46_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/46_0_39.chunk b/VBO/save/soloWorld/46_0_39.chunk
deleted file mode 100644
index ff279b1..0000000
Binary files a/VBO/save/soloWorld/46_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/46_0_40.chunk b/VBO/save/soloWorld/46_0_40.chunk
deleted file mode 100644
index 746ec16..0000000
Binary files a/VBO/save/soloWorld/46_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/46_0_41.chunk b/VBO/save/soloWorld/46_0_41.chunk
deleted file mode 100644
index 214ef68..0000000
Binary files a/VBO/save/soloWorld/46_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/46_0_42.chunk b/VBO/save/soloWorld/46_0_42.chunk
deleted file mode 100644
index 5b824a1..0000000
Binary files a/VBO/save/soloWorld/46_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/47_0_-1.chunk b/VBO/save/soloWorld/47_0_-1.chunk
deleted file mode 100644
index 084194c..0000000
Binary files a/VBO/save/soloWorld/47_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/47_0_-2.chunk b/VBO/save/soloWorld/47_0_-2.chunk
deleted file mode 100644
index 4c9c6e1..0000000
Binary files a/VBO/save/soloWorld/47_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/47_0_0.chunk b/VBO/save/soloWorld/47_0_0.chunk
deleted file mode 100644
index 12898f6..0000000
Binary files a/VBO/save/soloWorld/47_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/47_0_1.chunk b/VBO/save/soloWorld/47_0_1.chunk
deleted file mode 100644
index 5cc6544..0000000
Binary files a/VBO/save/soloWorld/47_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/47_0_2.chunk b/VBO/save/soloWorld/47_0_2.chunk
deleted file mode 100644
index f7e396f..0000000
Binary files a/VBO/save/soloWorld/47_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/47_0_29.chunk b/VBO/save/soloWorld/47_0_29.chunk
deleted file mode 100644
index 3976d23..0000000
Binary files a/VBO/save/soloWorld/47_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/47_0_30.chunk b/VBO/save/soloWorld/47_0_30.chunk
deleted file mode 100644
index ec4bfe2..0000000
Binary files a/VBO/save/soloWorld/47_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/47_0_31.chunk b/VBO/save/soloWorld/47_0_31.chunk
deleted file mode 100644
index 33b58bf..0000000
Binary files a/VBO/save/soloWorld/47_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/47_0_32.chunk b/VBO/save/soloWorld/47_0_32.chunk
deleted file mode 100644
index 0b73d8a..0000000
Binary files a/VBO/save/soloWorld/47_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/47_0_33.chunk b/VBO/save/soloWorld/47_0_33.chunk
deleted file mode 100644
index 5499ab7..0000000
Binary files a/VBO/save/soloWorld/47_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/47_0_37.chunk b/VBO/save/soloWorld/47_0_37.chunk
deleted file mode 100644
index f76af6a..0000000
Binary files a/VBO/save/soloWorld/47_0_37.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/47_0_38.chunk b/VBO/save/soloWorld/47_0_38.chunk
deleted file mode 100644
index f716344..0000000
Binary files a/VBO/save/soloWorld/47_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/47_0_39.chunk b/VBO/save/soloWorld/47_0_39.chunk
deleted file mode 100644
index 50bf703..0000000
Binary files a/VBO/save/soloWorld/47_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/47_0_40.chunk b/VBO/save/soloWorld/47_0_40.chunk
deleted file mode 100644
index 87139b0..0000000
Binary files a/VBO/save/soloWorld/47_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/47_0_41.chunk b/VBO/save/soloWorld/47_0_41.chunk
deleted file mode 100644
index b62383f..0000000
Binary files a/VBO/save/soloWorld/47_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/47_0_42.chunk b/VBO/save/soloWorld/47_0_42.chunk
deleted file mode 100644
index 461848e..0000000
Binary files a/VBO/save/soloWorld/47_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/47_0_43.chunk b/VBO/save/soloWorld/47_0_43.chunk
deleted file mode 100644
index 9f84471..0000000
Binary files a/VBO/save/soloWorld/47_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_-1.chunk b/VBO/save/soloWorld/48_0_-1.chunk
deleted file mode 100644
index 5747c2c..0000000
Binary files a/VBO/save/soloWorld/48_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_-2.chunk b/VBO/save/soloWorld/48_0_-2.chunk
deleted file mode 100644
index 940dbab..0000000
Binary files a/VBO/save/soloWorld/48_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_0.chunk b/VBO/save/soloWorld/48_0_0.chunk
deleted file mode 100644
index ef8e2b8..0000000
Binary files a/VBO/save/soloWorld/48_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_1.chunk b/VBO/save/soloWorld/48_0_1.chunk
deleted file mode 100644
index 388290a..0000000
Binary files a/VBO/save/soloWorld/48_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_2.chunk b/VBO/save/soloWorld/48_0_2.chunk
deleted file mode 100644
index fc924d8..0000000
Binary files a/VBO/save/soloWorld/48_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_29.chunk b/VBO/save/soloWorld/48_0_29.chunk
deleted file mode 100644
index 02a0f5f..0000000
Binary files a/VBO/save/soloWorld/48_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_30.chunk b/VBO/save/soloWorld/48_0_30.chunk
deleted file mode 100644
index ef49c56..0000000
Binary files a/VBO/save/soloWorld/48_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_31.chunk b/VBO/save/soloWorld/48_0_31.chunk
deleted file mode 100644
index f878f0c..0000000
Binary files a/VBO/save/soloWorld/48_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_32.chunk b/VBO/save/soloWorld/48_0_32.chunk
deleted file mode 100644
index e63b575..0000000
Binary files a/VBO/save/soloWorld/48_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_33.chunk b/VBO/save/soloWorld/48_0_33.chunk
deleted file mode 100644
index f452158..0000000
Binary files a/VBO/save/soloWorld/48_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_34.chunk b/VBO/save/soloWorld/48_0_34.chunk
deleted file mode 100644
index f0ecd77..0000000
Binary files a/VBO/save/soloWorld/48_0_34.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_37.chunk b/VBO/save/soloWorld/48_0_37.chunk
deleted file mode 100644
index 4e36d89..0000000
Binary files a/VBO/save/soloWorld/48_0_37.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_38.chunk b/VBO/save/soloWorld/48_0_38.chunk
deleted file mode 100644
index d332a8d..0000000
Binary files a/VBO/save/soloWorld/48_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_39.chunk b/VBO/save/soloWorld/48_0_39.chunk
deleted file mode 100644
index b91f16c..0000000
Binary files a/VBO/save/soloWorld/48_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_40.chunk b/VBO/save/soloWorld/48_0_40.chunk
deleted file mode 100644
index 151bce8..0000000
Binary files a/VBO/save/soloWorld/48_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_41.chunk b/VBO/save/soloWorld/48_0_41.chunk
deleted file mode 100644
index 2b4ba2d..0000000
Binary files a/VBO/save/soloWorld/48_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_42.chunk b/VBO/save/soloWorld/48_0_42.chunk
deleted file mode 100644
index 0fe3cd6..0000000
Binary files a/VBO/save/soloWorld/48_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/48_0_43.chunk b/VBO/save/soloWorld/48_0_43.chunk
deleted file mode 100644
index a3b4ea7..0000000
Binary files a/VBO/save/soloWorld/48_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/49_0_-1.chunk b/VBO/save/soloWorld/49_0_-1.chunk
deleted file mode 100644
index 246e2cc..0000000
Binary files a/VBO/save/soloWorld/49_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/49_0_-2.chunk b/VBO/save/soloWorld/49_0_-2.chunk
deleted file mode 100644
index 9a9438e..0000000
Binary files a/VBO/save/soloWorld/49_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/49_0_0.chunk b/VBO/save/soloWorld/49_0_0.chunk
deleted file mode 100644
index 72c1fc3..0000000
Binary files a/VBO/save/soloWorld/49_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/49_0_1.chunk b/VBO/save/soloWorld/49_0_1.chunk
deleted file mode 100644
index 788a632..0000000
Binary files a/VBO/save/soloWorld/49_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/49_0_2.chunk b/VBO/save/soloWorld/49_0_2.chunk
deleted file mode 100644
index 4ad073a..0000000
Binary files a/VBO/save/soloWorld/49_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/49_0_29.chunk b/VBO/save/soloWorld/49_0_29.chunk
deleted file mode 100644
index 0c8f340..0000000
Binary files a/VBO/save/soloWorld/49_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/49_0_30.chunk b/VBO/save/soloWorld/49_0_30.chunk
deleted file mode 100644
index 8258c4d..0000000
Binary files a/VBO/save/soloWorld/49_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/49_0_31.chunk b/VBO/save/soloWorld/49_0_31.chunk
deleted file mode 100644
index b5e0d7e..0000000
Binary files a/VBO/save/soloWorld/49_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/49_0_32.chunk b/VBO/save/soloWorld/49_0_32.chunk
deleted file mode 100644
index 1652031..0000000
Binary files a/VBO/save/soloWorld/49_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/49_0_33.chunk b/VBO/save/soloWorld/49_0_33.chunk
deleted file mode 100644
index a96d23a..0000000
Binary files a/VBO/save/soloWorld/49_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/49_0_34.chunk b/VBO/save/soloWorld/49_0_34.chunk
deleted file mode 100644
index 0cac90b..0000000
Binary files a/VBO/save/soloWorld/49_0_34.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/49_0_38.chunk b/VBO/save/soloWorld/49_0_38.chunk
deleted file mode 100644
index 1e230eb..0000000
Binary files a/VBO/save/soloWorld/49_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/49_0_39.chunk b/VBO/save/soloWorld/49_0_39.chunk
deleted file mode 100644
index 7756f2a..0000000
Binary files a/VBO/save/soloWorld/49_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/49_0_40.chunk b/VBO/save/soloWorld/49_0_40.chunk
deleted file mode 100644
index 8a2df31..0000000
Binary files a/VBO/save/soloWorld/49_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/49_0_41.chunk b/VBO/save/soloWorld/49_0_41.chunk
deleted file mode 100644
index 564b8df..0000000
Binary files a/VBO/save/soloWorld/49_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/49_0_42.chunk b/VBO/save/soloWorld/49_0_42.chunk
deleted file mode 100644
index 0a1da43..0000000
Binary files a/VBO/save/soloWorld/49_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/49_0_43.chunk b/VBO/save/soloWorld/49_0_43.chunk
deleted file mode 100644
index d265f1b..0000000
Binary files a/VBO/save/soloWorld/49_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_-10.chunk b/VBO/save/soloWorld/4_0_-10.chunk
deleted file mode 100644
index 00aa8e5..0000000
Binary files a/VBO/save/soloWorld/4_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_-11.chunk b/VBO/save/soloWorld/4_0_-11.chunk
deleted file mode 100644
index 7dbdb12..0000000
Binary files a/VBO/save/soloWorld/4_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_-12.chunk b/VBO/save/soloWorld/4_0_-12.chunk
deleted file mode 100644
index 7f7ff12..0000000
Binary files a/VBO/save/soloWorld/4_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_-5.chunk b/VBO/save/soloWorld/4_0_-5.chunk
deleted file mode 100644
index 52b80e9..0000000
Binary files a/VBO/save/soloWorld/4_0_-5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_-6.chunk b/VBO/save/soloWorld/4_0_-6.chunk
deleted file mode 100644
index 8241c0f..0000000
Binary files a/VBO/save/soloWorld/4_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_-7.chunk b/VBO/save/soloWorld/4_0_-7.chunk
deleted file mode 100644
index a6699e0..0000000
Binary files a/VBO/save/soloWorld/4_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_-8.chunk b/VBO/save/soloWorld/4_0_-8.chunk
deleted file mode 100644
index 15bf027..0000000
Binary files a/VBO/save/soloWorld/4_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_-9.chunk b/VBO/save/soloWorld/4_0_-9.chunk
deleted file mode 100644
index 5998ec6..0000000
Binary files a/VBO/save/soloWorld/4_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_10.chunk b/VBO/save/soloWorld/4_0_10.chunk
deleted file mode 100644
index a43e1c6..0000000
Binary files a/VBO/save/soloWorld/4_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_11.chunk b/VBO/save/soloWorld/4_0_11.chunk
deleted file mode 100644
index 60781fa..0000000
Binary files a/VBO/save/soloWorld/4_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_2.chunk b/VBO/save/soloWorld/4_0_2.chunk
deleted file mode 100644
index 27ce414..0000000
Binary files a/VBO/save/soloWorld/4_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_24.chunk b/VBO/save/soloWorld/4_0_24.chunk
deleted file mode 100644
index 229c446..0000000
Binary files a/VBO/save/soloWorld/4_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_25.chunk b/VBO/save/soloWorld/4_0_25.chunk
deleted file mode 100644
index 93cad5b..0000000
Binary files a/VBO/save/soloWorld/4_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_26.chunk b/VBO/save/soloWorld/4_0_26.chunk
deleted file mode 100644
index fb6b5fd..0000000
Binary files a/VBO/save/soloWorld/4_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_27.chunk b/VBO/save/soloWorld/4_0_27.chunk
deleted file mode 100644
index 1474045..0000000
Binary files a/VBO/save/soloWorld/4_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_28.chunk b/VBO/save/soloWorld/4_0_28.chunk
deleted file mode 100644
index e6d00dd..0000000
Binary files a/VBO/save/soloWorld/4_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_29.chunk b/VBO/save/soloWorld/4_0_29.chunk
deleted file mode 100644
index 186b38c..0000000
Binary files a/VBO/save/soloWorld/4_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_3.chunk b/VBO/save/soloWorld/4_0_3.chunk
deleted file mode 100644
index b80acd1..0000000
Binary files a/VBO/save/soloWorld/4_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_4.chunk b/VBO/save/soloWorld/4_0_4.chunk
deleted file mode 100644
index 8ec3d76..0000000
Binary files a/VBO/save/soloWorld/4_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_5.chunk b/VBO/save/soloWorld/4_0_5.chunk
deleted file mode 100644
index 430fada..0000000
Binary files a/VBO/save/soloWorld/4_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_6.chunk b/VBO/save/soloWorld/4_0_6.chunk
deleted file mode 100644
index 8dd6252..0000000
Binary files a/VBO/save/soloWorld/4_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_7.chunk b/VBO/save/soloWorld/4_0_7.chunk
deleted file mode 100644
index 26bc369..0000000
Binary files a/VBO/save/soloWorld/4_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_8.chunk b/VBO/save/soloWorld/4_0_8.chunk
deleted file mode 100644
index 467b218..0000000
Binary files a/VBO/save/soloWorld/4_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/4_0_9.chunk b/VBO/save/soloWorld/4_0_9.chunk
deleted file mode 100644
index f9c408f..0000000
Binary files a/VBO/save/soloWorld/4_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_-1.chunk b/VBO/save/soloWorld/50_0_-1.chunk
deleted file mode 100644
index e04a2f7..0000000
Binary files a/VBO/save/soloWorld/50_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_-2.chunk b/VBO/save/soloWorld/50_0_-2.chunk
deleted file mode 100644
index 26a2627..0000000
Binary files a/VBO/save/soloWorld/50_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_0.chunk b/VBO/save/soloWorld/50_0_0.chunk
deleted file mode 100644
index 97209dd..0000000
Binary files a/VBO/save/soloWorld/50_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_1.chunk b/VBO/save/soloWorld/50_0_1.chunk
deleted file mode 100644
index 900064e..0000000
Binary files a/VBO/save/soloWorld/50_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_2.chunk b/VBO/save/soloWorld/50_0_2.chunk
deleted file mode 100644
index 9f5bfd2..0000000
Binary files a/VBO/save/soloWorld/50_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_29.chunk b/VBO/save/soloWorld/50_0_29.chunk
deleted file mode 100644
index 568fe57..0000000
Binary files a/VBO/save/soloWorld/50_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_30.chunk b/VBO/save/soloWorld/50_0_30.chunk
deleted file mode 100644
index 478da45..0000000
Binary files a/VBO/save/soloWorld/50_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_31.chunk b/VBO/save/soloWorld/50_0_31.chunk
deleted file mode 100644
index 50fe6d5..0000000
Binary files a/VBO/save/soloWorld/50_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_32.chunk b/VBO/save/soloWorld/50_0_32.chunk
deleted file mode 100644
index c4a7db1..0000000
Binary files a/VBO/save/soloWorld/50_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_33.chunk b/VBO/save/soloWorld/50_0_33.chunk
deleted file mode 100644
index dc6dd63..0000000
Binary files a/VBO/save/soloWorld/50_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_34.chunk b/VBO/save/soloWorld/50_0_34.chunk
deleted file mode 100644
index 36268fb..0000000
Binary files a/VBO/save/soloWorld/50_0_34.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_35.chunk b/VBO/save/soloWorld/50_0_35.chunk
deleted file mode 100644
index 3a117a5..0000000
Binary files a/VBO/save/soloWorld/50_0_35.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_38.chunk b/VBO/save/soloWorld/50_0_38.chunk
deleted file mode 100644
index c3de377..0000000
Binary files a/VBO/save/soloWorld/50_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_39.chunk b/VBO/save/soloWorld/50_0_39.chunk
deleted file mode 100644
index 982fb04..0000000
Binary files a/VBO/save/soloWorld/50_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_40.chunk b/VBO/save/soloWorld/50_0_40.chunk
deleted file mode 100644
index 7120fb4..0000000
Binary files a/VBO/save/soloWorld/50_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_41.chunk b/VBO/save/soloWorld/50_0_41.chunk
deleted file mode 100644
index bc905cc..0000000
Binary files a/VBO/save/soloWorld/50_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_42.chunk b/VBO/save/soloWorld/50_0_42.chunk
deleted file mode 100644
index c63b852..0000000
Binary files a/VBO/save/soloWorld/50_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/50_0_43.chunk b/VBO/save/soloWorld/50_0_43.chunk
deleted file mode 100644
index 280913d..0000000
Binary files a/VBO/save/soloWorld/50_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_-1.chunk b/VBO/save/soloWorld/51_0_-1.chunk
deleted file mode 100644
index 7779c94..0000000
Binary files a/VBO/save/soloWorld/51_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_-2.chunk b/VBO/save/soloWorld/51_0_-2.chunk
deleted file mode 100644
index fa96ea2..0000000
Binary files a/VBO/save/soloWorld/51_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_0.chunk b/VBO/save/soloWorld/51_0_0.chunk
deleted file mode 100644
index c0818e8..0000000
Binary files a/VBO/save/soloWorld/51_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_1.chunk b/VBO/save/soloWorld/51_0_1.chunk
deleted file mode 100644
index 22102f5..0000000
Binary files a/VBO/save/soloWorld/51_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_2.chunk b/VBO/save/soloWorld/51_0_2.chunk
deleted file mode 100644
index 034a168..0000000
Binary files a/VBO/save/soloWorld/51_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_29.chunk b/VBO/save/soloWorld/51_0_29.chunk
deleted file mode 100644
index 76456a3..0000000
Binary files a/VBO/save/soloWorld/51_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_30.chunk b/VBO/save/soloWorld/51_0_30.chunk
deleted file mode 100644
index 5bc7772..0000000
Binary files a/VBO/save/soloWorld/51_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_31.chunk b/VBO/save/soloWorld/51_0_31.chunk
deleted file mode 100644
index 1229c90..0000000
Binary files a/VBO/save/soloWorld/51_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_32.chunk b/VBO/save/soloWorld/51_0_32.chunk
deleted file mode 100644
index adb528f..0000000
Binary files a/VBO/save/soloWorld/51_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_33.chunk b/VBO/save/soloWorld/51_0_33.chunk
deleted file mode 100644
index 3555339..0000000
Binary files a/VBO/save/soloWorld/51_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_34.chunk b/VBO/save/soloWorld/51_0_34.chunk
deleted file mode 100644
index 6ab50aa..0000000
Binary files a/VBO/save/soloWorld/51_0_34.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_35.chunk b/VBO/save/soloWorld/51_0_35.chunk
deleted file mode 100644
index ebdfbf6..0000000
Binary files a/VBO/save/soloWorld/51_0_35.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_36.chunk b/VBO/save/soloWorld/51_0_36.chunk
deleted file mode 100644
index 9493cc4..0000000
Binary files a/VBO/save/soloWorld/51_0_36.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_37.chunk b/VBO/save/soloWorld/51_0_37.chunk
deleted file mode 100644
index da6da26..0000000
Binary files a/VBO/save/soloWorld/51_0_37.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_38.chunk b/VBO/save/soloWorld/51_0_38.chunk
deleted file mode 100644
index 534ebe2..0000000
Binary files a/VBO/save/soloWorld/51_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_39.chunk b/VBO/save/soloWorld/51_0_39.chunk
deleted file mode 100644
index e03fd0b..0000000
Binary files a/VBO/save/soloWorld/51_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_40.chunk b/VBO/save/soloWorld/51_0_40.chunk
deleted file mode 100644
index 4eb293d..0000000
Binary files a/VBO/save/soloWorld/51_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_41.chunk b/VBO/save/soloWorld/51_0_41.chunk
deleted file mode 100644
index 7b843f6..0000000
Binary files a/VBO/save/soloWorld/51_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_42.chunk b/VBO/save/soloWorld/51_0_42.chunk
deleted file mode 100644
index 2c8f7d0..0000000
Binary files a/VBO/save/soloWorld/51_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/51_0_43.chunk b/VBO/save/soloWorld/51_0_43.chunk
deleted file mode 100644
index 59a9410..0000000
Binary files a/VBO/save/soloWorld/51_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_-1.chunk b/VBO/save/soloWorld/52_0_-1.chunk
deleted file mode 100644
index e7527dc..0000000
Binary files a/VBO/save/soloWorld/52_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_-2.chunk b/VBO/save/soloWorld/52_0_-2.chunk
deleted file mode 100644
index 3aae5eb..0000000
Binary files a/VBO/save/soloWorld/52_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_0.chunk b/VBO/save/soloWorld/52_0_0.chunk
deleted file mode 100644
index 214937a..0000000
Binary files a/VBO/save/soloWorld/52_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_1.chunk b/VBO/save/soloWorld/52_0_1.chunk
deleted file mode 100644
index 315f0e2..0000000
Binary files a/VBO/save/soloWorld/52_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_2.chunk b/VBO/save/soloWorld/52_0_2.chunk
deleted file mode 100644
index 041c30e..0000000
Binary files a/VBO/save/soloWorld/52_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_29.chunk b/VBO/save/soloWorld/52_0_29.chunk
deleted file mode 100644
index cbcf60c..0000000
Binary files a/VBO/save/soloWorld/52_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_30.chunk b/VBO/save/soloWorld/52_0_30.chunk
deleted file mode 100644
index ba3d8f1..0000000
Binary files a/VBO/save/soloWorld/52_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_31.chunk b/VBO/save/soloWorld/52_0_31.chunk
deleted file mode 100644
index d4d5431..0000000
Binary files a/VBO/save/soloWorld/52_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_32.chunk b/VBO/save/soloWorld/52_0_32.chunk
deleted file mode 100644
index 9771813..0000000
Binary files a/VBO/save/soloWorld/52_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_33.chunk b/VBO/save/soloWorld/52_0_33.chunk
deleted file mode 100644
index 970c4d7..0000000
Binary files a/VBO/save/soloWorld/52_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_34.chunk b/VBO/save/soloWorld/52_0_34.chunk
deleted file mode 100644
index d2954d3..0000000
Binary files a/VBO/save/soloWorld/52_0_34.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_35.chunk b/VBO/save/soloWorld/52_0_35.chunk
deleted file mode 100644
index ed201bb..0000000
Binary files a/VBO/save/soloWorld/52_0_35.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_36.chunk b/VBO/save/soloWorld/52_0_36.chunk
deleted file mode 100644
index 4c8735e..0000000
Binary files a/VBO/save/soloWorld/52_0_36.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_37.chunk b/VBO/save/soloWorld/52_0_37.chunk
deleted file mode 100644
index 29321ed..0000000
Binary files a/VBO/save/soloWorld/52_0_37.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_38.chunk b/VBO/save/soloWorld/52_0_38.chunk
deleted file mode 100644
index bd8ad69..0000000
Binary files a/VBO/save/soloWorld/52_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_39.chunk b/VBO/save/soloWorld/52_0_39.chunk
deleted file mode 100644
index 35560b2..0000000
Binary files a/VBO/save/soloWorld/52_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_40.chunk b/VBO/save/soloWorld/52_0_40.chunk
deleted file mode 100644
index 1b0a058..0000000
Binary files a/VBO/save/soloWorld/52_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_41.chunk b/VBO/save/soloWorld/52_0_41.chunk
deleted file mode 100644
index d2a7ed6..0000000
Binary files a/VBO/save/soloWorld/52_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_42.chunk b/VBO/save/soloWorld/52_0_42.chunk
deleted file mode 100644
index 360ce96..0000000
Binary files a/VBO/save/soloWorld/52_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/52_0_43.chunk b/VBO/save/soloWorld/52_0_43.chunk
deleted file mode 100644
index dd48c18..0000000
Binary files a/VBO/save/soloWorld/52_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_-1.chunk b/VBO/save/soloWorld/53_0_-1.chunk
deleted file mode 100644
index 6566e0d..0000000
Binary files a/VBO/save/soloWorld/53_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_-2.chunk b/VBO/save/soloWorld/53_0_-2.chunk
deleted file mode 100644
index 4b0aa00..0000000
Binary files a/VBO/save/soloWorld/53_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_0.chunk b/VBO/save/soloWorld/53_0_0.chunk
deleted file mode 100644
index 17a23b5..0000000
Binary files a/VBO/save/soloWorld/53_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_1.chunk b/VBO/save/soloWorld/53_0_1.chunk
deleted file mode 100644
index 066c328..0000000
Binary files a/VBO/save/soloWorld/53_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_2.chunk b/VBO/save/soloWorld/53_0_2.chunk
deleted file mode 100644
index ca79f95..0000000
Binary files a/VBO/save/soloWorld/53_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_30.chunk b/VBO/save/soloWorld/53_0_30.chunk
deleted file mode 100644
index 843d1a6..0000000
Binary files a/VBO/save/soloWorld/53_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_31.chunk b/VBO/save/soloWorld/53_0_31.chunk
deleted file mode 100644
index 92f923f..0000000
Binary files a/VBO/save/soloWorld/53_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_32.chunk b/VBO/save/soloWorld/53_0_32.chunk
deleted file mode 100644
index 76a6811..0000000
Binary files a/VBO/save/soloWorld/53_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_33.chunk b/VBO/save/soloWorld/53_0_33.chunk
deleted file mode 100644
index a750493..0000000
Binary files a/VBO/save/soloWorld/53_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_34.chunk b/VBO/save/soloWorld/53_0_34.chunk
deleted file mode 100644
index 8316a6e..0000000
Binary files a/VBO/save/soloWorld/53_0_34.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_35.chunk b/VBO/save/soloWorld/53_0_35.chunk
deleted file mode 100644
index 0862314..0000000
Binary files a/VBO/save/soloWorld/53_0_35.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_36.chunk b/VBO/save/soloWorld/53_0_36.chunk
deleted file mode 100644
index 6777ba1..0000000
Binary files a/VBO/save/soloWorld/53_0_36.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_37.chunk b/VBO/save/soloWorld/53_0_37.chunk
deleted file mode 100644
index 63b67eb..0000000
Binary files a/VBO/save/soloWorld/53_0_37.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_38.chunk b/VBO/save/soloWorld/53_0_38.chunk
deleted file mode 100644
index 9dcde46..0000000
Binary files a/VBO/save/soloWorld/53_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_39.chunk b/VBO/save/soloWorld/53_0_39.chunk
deleted file mode 100644
index d3d8c62..0000000
Binary files a/VBO/save/soloWorld/53_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_40.chunk b/VBO/save/soloWorld/53_0_40.chunk
deleted file mode 100644
index b164da7..0000000
Binary files a/VBO/save/soloWorld/53_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_41.chunk b/VBO/save/soloWorld/53_0_41.chunk
deleted file mode 100644
index 818a11e..0000000
Binary files a/VBO/save/soloWorld/53_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_42.chunk b/VBO/save/soloWorld/53_0_42.chunk
deleted file mode 100644
index 04f173c..0000000
Binary files a/VBO/save/soloWorld/53_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/53_0_43.chunk b/VBO/save/soloWorld/53_0_43.chunk
deleted file mode 100644
index 886080c..0000000
Binary files a/VBO/save/soloWorld/53_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_-1.chunk b/VBO/save/soloWorld/54_0_-1.chunk
deleted file mode 100644
index df2138d..0000000
Binary files a/VBO/save/soloWorld/54_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_-2.chunk b/VBO/save/soloWorld/54_0_-2.chunk
deleted file mode 100644
index cc301c3..0000000
Binary files a/VBO/save/soloWorld/54_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_0.chunk b/VBO/save/soloWorld/54_0_0.chunk
deleted file mode 100644
index 0bb8939..0000000
Binary files a/VBO/save/soloWorld/54_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_1.chunk b/VBO/save/soloWorld/54_0_1.chunk
deleted file mode 100644
index 562c2bc..0000000
Binary files a/VBO/save/soloWorld/54_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_2.chunk b/VBO/save/soloWorld/54_0_2.chunk
deleted file mode 100644
index 80c7bfb..0000000
Binary files a/VBO/save/soloWorld/54_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_30.chunk b/VBO/save/soloWorld/54_0_30.chunk
deleted file mode 100644
index 5f86f1d..0000000
Binary files a/VBO/save/soloWorld/54_0_30.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_31.chunk b/VBO/save/soloWorld/54_0_31.chunk
deleted file mode 100644
index 66487b2..0000000
Binary files a/VBO/save/soloWorld/54_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_32.chunk b/VBO/save/soloWorld/54_0_32.chunk
deleted file mode 100644
index 86e8d6f..0000000
Binary files a/VBO/save/soloWorld/54_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_33.chunk b/VBO/save/soloWorld/54_0_33.chunk
deleted file mode 100644
index df3f606..0000000
Binary files a/VBO/save/soloWorld/54_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_34.chunk b/VBO/save/soloWorld/54_0_34.chunk
deleted file mode 100644
index 62529db..0000000
Binary files a/VBO/save/soloWorld/54_0_34.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_35.chunk b/VBO/save/soloWorld/54_0_35.chunk
deleted file mode 100644
index aa33d34..0000000
Binary files a/VBO/save/soloWorld/54_0_35.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_36.chunk b/VBO/save/soloWorld/54_0_36.chunk
deleted file mode 100644
index de7808b..0000000
Binary files a/VBO/save/soloWorld/54_0_36.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_37.chunk b/VBO/save/soloWorld/54_0_37.chunk
deleted file mode 100644
index 180b96b..0000000
Binary files a/VBO/save/soloWorld/54_0_37.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_38.chunk b/VBO/save/soloWorld/54_0_38.chunk
deleted file mode 100644
index a8c3cad..0000000
Binary files a/VBO/save/soloWorld/54_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_39.chunk b/VBO/save/soloWorld/54_0_39.chunk
deleted file mode 100644
index 00e0aa8..0000000
Binary files a/VBO/save/soloWorld/54_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_40.chunk b/VBO/save/soloWorld/54_0_40.chunk
deleted file mode 100644
index f0cf726..0000000
Binary files a/VBO/save/soloWorld/54_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_41.chunk b/VBO/save/soloWorld/54_0_41.chunk
deleted file mode 100644
index 9edc169..0000000
Binary files a/VBO/save/soloWorld/54_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_42.chunk b/VBO/save/soloWorld/54_0_42.chunk
deleted file mode 100644
index 4c7f8f3..0000000
Binary files a/VBO/save/soloWorld/54_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/54_0_43.chunk b/VBO/save/soloWorld/54_0_43.chunk
deleted file mode 100644
index 527e030..0000000
Binary files a/VBO/save/soloWorld/54_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_-1.chunk b/VBO/save/soloWorld/55_0_-1.chunk
deleted file mode 100644
index 4c11bd2..0000000
Binary files a/VBO/save/soloWorld/55_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_-2.chunk b/VBO/save/soloWorld/55_0_-2.chunk
deleted file mode 100644
index e2c15b8..0000000
Binary files a/VBO/save/soloWorld/55_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_0.chunk b/VBO/save/soloWorld/55_0_0.chunk
deleted file mode 100644
index f7d0159..0000000
Binary files a/VBO/save/soloWorld/55_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_1.chunk b/VBO/save/soloWorld/55_0_1.chunk
deleted file mode 100644
index 08a199e..0000000
Binary files a/VBO/save/soloWorld/55_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_2.chunk b/VBO/save/soloWorld/55_0_2.chunk
deleted file mode 100644
index 4ad46cc..0000000
Binary files a/VBO/save/soloWorld/55_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_31.chunk b/VBO/save/soloWorld/55_0_31.chunk
deleted file mode 100644
index ff45eb3..0000000
Binary files a/VBO/save/soloWorld/55_0_31.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_32.chunk b/VBO/save/soloWorld/55_0_32.chunk
deleted file mode 100644
index d062d7f..0000000
Binary files a/VBO/save/soloWorld/55_0_32.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_33.chunk b/VBO/save/soloWorld/55_0_33.chunk
deleted file mode 100644
index 10f5f00..0000000
Binary files a/VBO/save/soloWorld/55_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_34.chunk b/VBO/save/soloWorld/55_0_34.chunk
deleted file mode 100644
index bf93d50..0000000
Binary files a/VBO/save/soloWorld/55_0_34.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_35.chunk b/VBO/save/soloWorld/55_0_35.chunk
deleted file mode 100644
index 767c499..0000000
Binary files a/VBO/save/soloWorld/55_0_35.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_36.chunk b/VBO/save/soloWorld/55_0_36.chunk
deleted file mode 100644
index 45b921b..0000000
Binary files a/VBO/save/soloWorld/55_0_36.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_37.chunk b/VBO/save/soloWorld/55_0_37.chunk
deleted file mode 100644
index 1ea3d24..0000000
Binary files a/VBO/save/soloWorld/55_0_37.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_38.chunk b/VBO/save/soloWorld/55_0_38.chunk
deleted file mode 100644
index 1b77419..0000000
Binary files a/VBO/save/soloWorld/55_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_39.chunk b/VBO/save/soloWorld/55_0_39.chunk
deleted file mode 100644
index bc66146..0000000
Binary files a/VBO/save/soloWorld/55_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_40.chunk b/VBO/save/soloWorld/55_0_40.chunk
deleted file mode 100644
index 45fceae..0000000
Binary files a/VBO/save/soloWorld/55_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_41.chunk b/VBO/save/soloWorld/55_0_41.chunk
deleted file mode 100644
index b0bdbb5..0000000
Binary files a/VBO/save/soloWorld/55_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_42.chunk b/VBO/save/soloWorld/55_0_42.chunk
deleted file mode 100644
index 6381e9a..0000000
Binary files a/VBO/save/soloWorld/55_0_42.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/55_0_43.chunk b/VBO/save/soloWorld/55_0_43.chunk
deleted file mode 100644
index 10ea381..0000000
Binary files a/VBO/save/soloWorld/55_0_43.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/56_0_-1.chunk b/VBO/save/soloWorld/56_0_-1.chunk
deleted file mode 100644
index fa69e2c..0000000
Binary files a/VBO/save/soloWorld/56_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/56_0_-2.chunk b/VBO/save/soloWorld/56_0_-2.chunk
deleted file mode 100644
index cde74e6..0000000
Binary files a/VBO/save/soloWorld/56_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/56_0_0.chunk b/VBO/save/soloWorld/56_0_0.chunk
deleted file mode 100644
index 52a5eec..0000000
Binary files a/VBO/save/soloWorld/56_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/56_0_1.chunk b/VBO/save/soloWorld/56_0_1.chunk
deleted file mode 100644
index 6baad0e..0000000
Binary files a/VBO/save/soloWorld/56_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/56_0_2.chunk b/VBO/save/soloWorld/56_0_2.chunk
deleted file mode 100644
index 9c7268c..0000000
Binary files a/VBO/save/soloWorld/56_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/56_0_33.chunk b/VBO/save/soloWorld/56_0_33.chunk
deleted file mode 100644
index 373bc5e..0000000
Binary files a/VBO/save/soloWorld/56_0_33.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/56_0_34.chunk b/VBO/save/soloWorld/56_0_34.chunk
deleted file mode 100644
index e8e4179..0000000
Binary files a/VBO/save/soloWorld/56_0_34.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/56_0_35.chunk b/VBO/save/soloWorld/56_0_35.chunk
deleted file mode 100644
index 3b7ee47..0000000
Binary files a/VBO/save/soloWorld/56_0_35.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/56_0_36.chunk b/VBO/save/soloWorld/56_0_36.chunk
deleted file mode 100644
index f703cf9..0000000
Binary files a/VBO/save/soloWorld/56_0_36.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/56_0_37.chunk b/VBO/save/soloWorld/56_0_37.chunk
deleted file mode 100644
index 19e37f9..0000000
Binary files a/VBO/save/soloWorld/56_0_37.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/56_0_38.chunk b/VBO/save/soloWorld/56_0_38.chunk
deleted file mode 100644
index d50b676..0000000
Binary files a/VBO/save/soloWorld/56_0_38.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/56_0_39.chunk b/VBO/save/soloWorld/56_0_39.chunk
deleted file mode 100644
index 86f51bb..0000000
Binary files a/VBO/save/soloWorld/56_0_39.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/56_0_40.chunk b/VBO/save/soloWorld/56_0_40.chunk
deleted file mode 100644
index ff7bee0..0000000
Binary files a/VBO/save/soloWorld/56_0_40.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/56_0_41.chunk b/VBO/save/soloWorld/56_0_41.chunk
deleted file mode 100644
index 72363fc..0000000
Binary files a/VBO/save/soloWorld/56_0_41.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/57_0_-1.chunk b/VBO/save/soloWorld/57_0_-1.chunk
deleted file mode 100644
index 5876bd0..0000000
Binary files a/VBO/save/soloWorld/57_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/57_0_-2.chunk b/VBO/save/soloWorld/57_0_-2.chunk
deleted file mode 100644
index b56c557..0000000
Binary files a/VBO/save/soloWorld/57_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/57_0_0.chunk b/VBO/save/soloWorld/57_0_0.chunk
deleted file mode 100644
index 4e13c37..0000000
Binary files a/VBO/save/soloWorld/57_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/57_0_1.chunk b/VBO/save/soloWorld/57_0_1.chunk
deleted file mode 100644
index 083aec0..0000000
Binary files a/VBO/save/soloWorld/57_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/57_0_2.chunk b/VBO/save/soloWorld/57_0_2.chunk
deleted file mode 100644
index 107601d..0000000
Binary files a/VBO/save/soloWorld/57_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/58_0_-1.chunk b/VBO/save/soloWorld/58_0_-1.chunk
deleted file mode 100644
index dcf9032..0000000
Binary files a/VBO/save/soloWorld/58_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/58_0_-2.chunk b/VBO/save/soloWorld/58_0_-2.chunk
deleted file mode 100644
index 19e99fe..0000000
Binary files a/VBO/save/soloWorld/58_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/58_0_0.chunk b/VBO/save/soloWorld/58_0_0.chunk
deleted file mode 100644
index 716f4fb..0000000
Binary files a/VBO/save/soloWorld/58_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/58_0_1.chunk b/VBO/save/soloWorld/58_0_1.chunk
deleted file mode 100644
index d28bd3d..0000000
Binary files a/VBO/save/soloWorld/58_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/58_0_2.chunk b/VBO/save/soloWorld/58_0_2.chunk
deleted file mode 100644
index 68c94a3..0000000
Binary files a/VBO/save/soloWorld/58_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/59_0_-1.chunk b/VBO/save/soloWorld/59_0_-1.chunk
deleted file mode 100644
index 945a0f3..0000000
Binary files a/VBO/save/soloWorld/59_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/59_0_-2.chunk b/VBO/save/soloWorld/59_0_-2.chunk
deleted file mode 100644
index 4cbc29b..0000000
Binary files a/VBO/save/soloWorld/59_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/59_0_0.chunk b/VBO/save/soloWorld/59_0_0.chunk
deleted file mode 100644
index 91af2df..0000000
Binary files a/VBO/save/soloWorld/59_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/59_0_1.chunk b/VBO/save/soloWorld/59_0_1.chunk
deleted file mode 100644
index b7eaeba..0000000
Binary files a/VBO/save/soloWorld/59_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/59_0_2.chunk b/VBO/save/soloWorld/59_0_2.chunk
deleted file mode 100644
index 635fd96..0000000
Binary files a/VBO/save/soloWorld/59_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_-10.chunk b/VBO/save/soloWorld/5_0_-10.chunk
deleted file mode 100644
index e9f2b9a..0000000
Binary files a/VBO/save/soloWorld/5_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_-11.chunk b/VBO/save/soloWorld/5_0_-11.chunk
deleted file mode 100644
index 78e66ce..0000000
Binary files a/VBO/save/soloWorld/5_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_-12.chunk b/VBO/save/soloWorld/5_0_-12.chunk
deleted file mode 100644
index fadf8db..0000000
Binary files a/VBO/save/soloWorld/5_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_-13.chunk b/VBO/save/soloWorld/5_0_-13.chunk
deleted file mode 100644
index caed494..0000000
Binary files a/VBO/save/soloWorld/5_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_-5.chunk b/VBO/save/soloWorld/5_0_-5.chunk
deleted file mode 100644
index 9236421..0000000
Binary files a/VBO/save/soloWorld/5_0_-5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_-6.chunk b/VBO/save/soloWorld/5_0_-6.chunk
deleted file mode 100644
index bab2d81..0000000
Binary files a/VBO/save/soloWorld/5_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_-7.chunk b/VBO/save/soloWorld/5_0_-7.chunk
deleted file mode 100644
index 836912c..0000000
Binary files a/VBO/save/soloWorld/5_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_-8.chunk b/VBO/save/soloWorld/5_0_-8.chunk
deleted file mode 100644
index a5cd269..0000000
Binary files a/VBO/save/soloWorld/5_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_-9.chunk b/VBO/save/soloWorld/5_0_-9.chunk
deleted file mode 100644
index 13aba3f..0000000
Binary files a/VBO/save/soloWorld/5_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_10.chunk b/VBO/save/soloWorld/5_0_10.chunk
deleted file mode 100644
index 16478ad..0000000
Binary files a/VBO/save/soloWorld/5_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_11.chunk b/VBO/save/soloWorld/5_0_11.chunk
deleted file mode 100644
index 7283062..0000000
Binary files a/VBO/save/soloWorld/5_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_12.chunk b/VBO/save/soloWorld/5_0_12.chunk
deleted file mode 100644
index d2c620a..0000000
Binary files a/VBO/save/soloWorld/5_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_2.chunk b/VBO/save/soloWorld/5_0_2.chunk
deleted file mode 100644
index 5c67e11..0000000
Binary files a/VBO/save/soloWorld/5_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_24.chunk b/VBO/save/soloWorld/5_0_24.chunk
deleted file mode 100644
index 9d84d40..0000000
Binary files a/VBO/save/soloWorld/5_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_25.chunk b/VBO/save/soloWorld/5_0_25.chunk
deleted file mode 100644
index 4f49170..0000000
Binary files a/VBO/save/soloWorld/5_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_26.chunk b/VBO/save/soloWorld/5_0_26.chunk
deleted file mode 100644
index 8555e1f..0000000
Binary files a/VBO/save/soloWorld/5_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_27.chunk b/VBO/save/soloWorld/5_0_27.chunk
deleted file mode 100644
index 62ea4eb..0000000
Binary files a/VBO/save/soloWorld/5_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_28.chunk b/VBO/save/soloWorld/5_0_28.chunk
deleted file mode 100644
index 7053971..0000000
Binary files a/VBO/save/soloWorld/5_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_29.chunk b/VBO/save/soloWorld/5_0_29.chunk
deleted file mode 100644
index 9a8b331..0000000
Binary files a/VBO/save/soloWorld/5_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_3.chunk b/VBO/save/soloWorld/5_0_3.chunk
deleted file mode 100644
index 9828235..0000000
Binary files a/VBO/save/soloWorld/5_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_4.chunk b/VBO/save/soloWorld/5_0_4.chunk
deleted file mode 100644
index 4b7b672..0000000
Binary files a/VBO/save/soloWorld/5_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_5.chunk b/VBO/save/soloWorld/5_0_5.chunk
deleted file mode 100644
index 739950f..0000000
Binary files a/VBO/save/soloWorld/5_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_6.chunk b/VBO/save/soloWorld/5_0_6.chunk
deleted file mode 100644
index 43e8408..0000000
Binary files a/VBO/save/soloWorld/5_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_7.chunk b/VBO/save/soloWorld/5_0_7.chunk
deleted file mode 100644
index 6fec4b7..0000000
Binary files a/VBO/save/soloWorld/5_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_8.chunk b/VBO/save/soloWorld/5_0_8.chunk
deleted file mode 100644
index 72439be..0000000
Binary files a/VBO/save/soloWorld/5_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/5_0_9.chunk b/VBO/save/soloWorld/5_0_9.chunk
deleted file mode 100644
index 40a0494..0000000
Binary files a/VBO/save/soloWorld/5_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/60_0_-1.chunk b/VBO/save/soloWorld/60_0_-1.chunk
deleted file mode 100644
index 7774ada..0000000
Binary files a/VBO/save/soloWorld/60_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/60_0_-2.chunk b/VBO/save/soloWorld/60_0_-2.chunk
deleted file mode 100644
index 703da6b..0000000
Binary files a/VBO/save/soloWorld/60_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/60_0_0.chunk b/VBO/save/soloWorld/60_0_0.chunk
deleted file mode 100644
index 317d687..0000000
Binary files a/VBO/save/soloWorld/60_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/60_0_1.chunk b/VBO/save/soloWorld/60_0_1.chunk
deleted file mode 100644
index 552d0dd..0000000
Binary files a/VBO/save/soloWorld/60_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/60_0_2.chunk b/VBO/save/soloWorld/60_0_2.chunk
deleted file mode 100644
index 3ec43f9..0000000
Binary files a/VBO/save/soloWorld/60_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/61_0_-1.chunk b/VBO/save/soloWorld/61_0_-1.chunk
deleted file mode 100644
index 3838744..0000000
Binary files a/VBO/save/soloWorld/61_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/61_0_-2.chunk b/VBO/save/soloWorld/61_0_-2.chunk
deleted file mode 100644
index dffe725..0000000
Binary files a/VBO/save/soloWorld/61_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/61_0_0.chunk b/VBO/save/soloWorld/61_0_0.chunk
deleted file mode 100644
index 76bd266..0000000
Binary files a/VBO/save/soloWorld/61_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/61_0_1.chunk b/VBO/save/soloWorld/61_0_1.chunk
deleted file mode 100644
index 5956787..0000000
Binary files a/VBO/save/soloWorld/61_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/61_0_2.chunk b/VBO/save/soloWorld/61_0_2.chunk
deleted file mode 100644
index 1aaf507..0000000
Binary files a/VBO/save/soloWorld/61_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/62_0_-1.chunk b/VBO/save/soloWorld/62_0_-1.chunk
deleted file mode 100644
index 2b562ea..0000000
Binary files a/VBO/save/soloWorld/62_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/62_0_-2.chunk b/VBO/save/soloWorld/62_0_-2.chunk
deleted file mode 100644
index c9a19b4..0000000
Binary files a/VBO/save/soloWorld/62_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/62_0_0.chunk b/VBO/save/soloWorld/62_0_0.chunk
deleted file mode 100644
index e8e470b..0000000
Binary files a/VBO/save/soloWorld/62_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/62_0_1.chunk b/VBO/save/soloWorld/62_0_1.chunk
deleted file mode 100644
index f706619..0000000
Binary files a/VBO/save/soloWorld/62_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/62_0_2.chunk b/VBO/save/soloWorld/62_0_2.chunk
deleted file mode 100644
index a93bd02..0000000
Binary files a/VBO/save/soloWorld/62_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/63_0_-1.chunk b/VBO/save/soloWorld/63_0_-1.chunk
deleted file mode 100644
index e09c2bb..0000000
Binary files a/VBO/save/soloWorld/63_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/63_0_-2.chunk b/VBO/save/soloWorld/63_0_-2.chunk
deleted file mode 100644
index 00a4267..0000000
Binary files a/VBO/save/soloWorld/63_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/63_0_0.chunk b/VBO/save/soloWorld/63_0_0.chunk
deleted file mode 100644
index ecd8c60..0000000
Binary files a/VBO/save/soloWorld/63_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/63_0_1.chunk b/VBO/save/soloWorld/63_0_1.chunk
deleted file mode 100644
index fd50cb3..0000000
Binary files a/VBO/save/soloWorld/63_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/63_0_2.chunk b/VBO/save/soloWorld/63_0_2.chunk
deleted file mode 100644
index e832adc..0000000
Binary files a/VBO/save/soloWorld/63_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/64_0_-1.chunk b/VBO/save/soloWorld/64_0_-1.chunk
deleted file mode 100644
index 8434187..0000000
Binary files a/VBO/save/soloWorld/64_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/64_0_-2.chunk b/VBO/save/soloWorld/64_0_-2.chunk
deleted file mode 100644
index b46d6d7..0000000
Binary files a/VBO/save/soloWorld/64_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/64_0_0.chunk b/VBO/save/soloWorld/64_0_0.chunk
deleted file mode 100644
index dd25e31..0000000
Binary files a/VBO/save/soloWorld/64_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/64_0_1.chunk b/VBO/save/soloWorld/64_0_1.chunk
deleted file mode 100644
index edfd4e7..0000000
Binary files a/VBO/save/soloWorld/64_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/64_0_2.chunk b/VBO/save/soloWorld/64_0_2.chunk
deleted file mode 100644
index 3c20401..0000000
Binary files a/VBO/save/soloWorld/64_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/65_0_-1.chunk b/VBO/save/soloWorld/65_0_-1.chunk
deleted file mode 100644
index f5107bf..0000000
Binary files a/VBO/save/soloWorld/65_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/65_0_-2.chunk b/VBO/save/soloWorld/65_0_-2.chunk
deleted file mode 100644
index 7be0e41..0000000
Binary files a/VBO/save/soloWorld/65_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/65_0_0.chunk b/VBO/save/soloWorld/65_0_0.chunk
deleted file mode 100644
index 7d12378..0000000
Binary files a/VBO/save/soloWorld/65_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/65_0_1.chunk b/VBO/save/soloWorld/65_0_1.chunk
deleted file mode 100644
index 8766249..0000000
Binary files a/VBO/save/soloWorld/65_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/65_0_2.chunk b/VBO/save/soloWorld/65_0_2.chunk
deleted file mode 100644
index 5c55f16..0000000
Binary files a/VBO/save/soloWorld/65_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/66_0_-1.chunk b/VBO/save/soloWorld/66_0_-1.chunk
deleted file mode 100644
index 9d068a9..0000000
Binary files a/VBO/save/soloWorld/66_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/66_0_-2.chunk b/VBO/save/soloWorld/66_0_-2.chunk
deleted file mode 100644
index 6c549be..0000000
Binary files a/VBO/save/soloWorld/66_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/66_0_0.chunk b/VBO/save/soloWorld/66_0_0.chunk
deleted file mode 100644
index 2ab3715..0000000
Binary files a/VBO/save/soloWorld/66_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/66_0_1.chunk b/VBO/save/soloWorld/66_0_1.chunk
deleted file mode 100644
index 8491d4e..0000000
Binary files a/VBO/save/soloWorld/66_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/66_0_2.chunk b/VBO/save/soloWorld/66_0_2.chunk
deleted file mode 100644
index 2c83ea0..0000000
Binary files a/VBO/save/soloWorld/66_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/67_0_-1.chunk b/VBO/save/soloWorld/67_0_-1.chunk
deleted file mode 100644
index 33dd224..0000000
Binary files a/VBO/save/soloWorld/67_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/67_0_-2.chunk b/VBO/save/soloWorld/67_0_-2.chunk
deleted file mode 100644
index ed6f7e9..0000000
Binary files a/VBO/save/soloWorld/67_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/67_0_0.chunk b/VBO/save/soloWorld/67_0_0.chunk
deleted file mode 100644
index d74b47c..0000000
Binary files a/VBO/save/soloWorld/67_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/67_0_1.chunk b/VBO/save/soloWorld/67_0_1.chunk
deleted file mode 100644
index f33e946..0000000
Binary files a/VBO/save/soloWorld/67_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/67_0_2.chunk b/VBO/save/soloWorld/67_0_2.chunk
deleted file mode 100644
index b109358..0000000
Binary files a/VBO/save/soloWorld/67_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/68_0_-1.chunk b/VBO/save/soloWorld/68_0_-1.chunk
deleted file mode 100644
index 28ca953..0000000
Binary files a/VBO/save/soloWorld/68_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/68_0_-2.chunk b/VBO/save/soloWorld/68_0_-2.chunk
deleted file mode 100644
index 34f7a23..0000000
Binary files a/VBO/save/soloWorld/68_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/68_0_0.chunk b/VBO/save/soloWorld/68_0_0.chunk
deleted file mode 100644
index 8b2e981..0000000
Binary files a/VBO/save/soloWorld/68_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/68_0_1.chunk b/VBO/save/soloWorld/68_0_1.chunk
deleted file mode 100644
index 2eecd53..0000000
Binary files a/VBO/save/soloWorld/68_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/68_0_2.chunk b/VBO/save/soloWorld/68_0_2.chunk
deleted file mode 100644
index d3040e2..0000000
Binary files a/VBO/save/soloWorld/68_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/69_0_-1.chunk b/VBO/save/soloWorld/69_0_-1.chunk
deleted file mode 100644
index bdc852f..0000000
Binary files a/VBO/save/soloWorld/69_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/69_0_-2.chunk b/VBO/save/soloWorld/69_0_-2.chunk
deleted file mode 100644
index c9227a8..0000000
Binary files a/VBO/save/soloWorld/69_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/69_0_0.chunk b/VBO/save/soloWorld/69_0_0.chunk
deleted file mode 100644
index eb1f288..0000000
Binary files a/VBO/save/soloWorld/69_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/69_0_1.chunk b/VBO/save/soloWorld/69_0_1.chunk
deleted file mode 100644
index c888b07..0000000
Binary files a/VBO/save/soloWorld/69_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/69_0_2.chunk b/VBO/save/soloWorld/69_0_2.chunk
deleted file mode 100644
index 007d2d7..0000000
Binary files a/VBO/save/soloWorld/69_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_-10.chunk b/VBO/save/soloWorld/6_0_-10.chunk
deleted file mode 100644
index 1824a1e..0000000
Binary files a/VBO/save/soloWorld/6_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_-11.chunk b/VBO/save/soloWorld/6_0_-11.chunk
deleted file mode 100644
index e5d7dd5..0000000
Binary files a/VBO/save/soloWorld/6_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_-12.chunk b/VBO/save/soloWorld/6_0_-12.chunk
deleted file mode 100644
index bddf519..0000000
Binary files a/VBO/save/soloWorld/6_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_-13.chunk b/VBO/save/soloWorld/6_0_-13.chunk
deleted file mode 100644
index 2450df3..0000000
Binary files a/VBO/save/soloWorld/6_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_-5.chunk b/VBO/save/soloWorld/6_0_-5.chunk
deleted file mode 100644
index 64843aa..0000000
Binary files a/VBO/save/soloWorld/6_0_-5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_-6.chunk b/VBO/save/soloWorld/6_0_-6.chunk
deleted file mode 100644
index 785965c..0000000
Binary files a/VBO/save/soloWorld/6_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_-7.chunk b/VBO/save/soloWorld/6_0_-7.chunk
deleted file mode 100644
index 42f450b..0000000
Binary files a/VBO/save/soloWorld/6_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_-8.chunk b/VBO/save/soloWorld/6_0_-8.chunk
deleted file mode 100644
index b5b2c76..0000000
Binary files a/VBO/save/soloWorld/6_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_-9.chunk b/VBO/save/soloWorld/6_0_-9.chunk
deleted file mode 100644
index f263629..0000000
Binary files a/VBO/save/soloWorld/6_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_10.chunk b/VBO/save/soloWorld/6_0_10.chunk
deleted file mode 100644
index 2b3d09c..0000000
Binary files a/VBO/save/soloWorld/6_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_11.chunk b/VBO/save/soloWorld/6_0_11.chunk
deleted file mode 100644
index 4ef318c..0000000
Binary files a/VBO/save/soloWorld/6_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_12.chunk b/VBO/save/soloWorld/6_0_12.chunk
deleted file mode 100644
index 658e5a0..0000000
Binary files a/VBO/save/soloWorld/6_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_24.chunk b/VBO/save/soloWorld/6_0_24.chunk
deleted file mode 100644
index a39b0b2..0000000
Binary files a/VBO/save/soloWorld/6_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_25.chunk b/VBO/save/soloWorld/6_0_25.chunk
deleted file mode 100644
index 5d2d618..0000000
Binary files a/VBO/save/soloWorld/6_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_26.chunk b/VBO/save/soloWorld/6_0_26.chunk
deleted file mode 100644
index d3154d5..0000000
Binary files a/VBO/save/soloWorld/6_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_27.chunk b/VBO/save/soloWorld/6_0_27.chunk
deleted file mode 100644
index 27c64aa..0000000
Binary files a/VBO/save/soloWorld/6_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_28.chunk b/VBO/save/soloWorld/6_0_28.chunk
deleted file mode 100644
index 8b74781..0000000
Binary files a/VBO/save/soloWorld/6_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_29.chunk b/VBO/save/soloWorld/6_0_29.chunk
deleted file mode 100644
index dfe0c2c..0000000
Binary files a/VBO/save/soloWorld/6_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_3.chunk b/VBO/save/soloWorld/6_0_3.chunk
deleted file mode 100644
index 85f87fb..0000000
Binary files a/VBO/save/soloWorld/6_0_3.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_4.chunk b/VBO/save/soloWorld/6_0_4.chunk
deleted file mode 100644
index 52a6840..0000000
Binary files a/VBO/save/soloWorld/6_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_5.chunk b/VBO/save/soloWorld/6_0_5.chunk
deleted file mode 100644
index be6b34a..0000000
Binary files a/VBO/save/soloWorld/6_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_6.chunk b/VBO/save/soloWorld/6_0_6.chunk
deleted file mode 100644
index 2d85c54..0000000
Binary files a/VBO/save/soloWorld/6_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_7.chunk b/VBO/save/soloWorld/6_0_7.chunk
deleted file mode 100644
index d5cf3d9..0000000
Binary files a/VBO/save/soloWorld/6_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_8.chunk b/VBO/save/soloWorld/6_0_8.chunk
deleted file mode 100644
index 0728299..0000000
Binary files a/VBO/save/soloWorld/6_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/6_0_9.chunk b/VBO/save/soloWorld/6_0_9.chunk
deleted file mode 100644
index 416e248..0000000
Binary files a/VBO/save/soloWorld/6_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/70_0_-1.chunk b/VBO/save/soloWorld/70_0_-1.chunk
deleted file mode 100644
index 95f66e2..0000000
Binary files a/VBO/save/soloWorld/70_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/70_0_-2.chunk b/VBO/save/soloWorld/70_0_-2.chunk
deleted file mode 100644
index ef2d8d8..0000000
Binary files a/VBO/save/soloWorld/70_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/70_0_0.chunk b/VBO/save/soloWorld/70_0_0.chunk
deleted file mode 100644
index 8e949b7..0000000
Binary files a/VBO/save/soloWorld/70_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/70_0_1.chunk b/VBO/save/soloWorld/70_0_1.chunk
deleted file mode 100644
index 5dcb4ea..0000000
Binary files a/VBO/save/soloWorld/70_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/70_0_2.chunk b/VBO/save/soloWorld/70_0_2.chunk
deleted file mode 100644
index 5cfd2bf..0000000
Binary files a/VBO/save/soloWorld/70_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/71_0_-1.chunk b/VBO/save/soloWorld/71_0_-1.chunk
deleted file mode 100644
index 2abba20..0000000
Binary files a/VBO/save/soloWorld/71_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/71_0_-2.chunk b/VBO/save/soloWorld/71_0_-2.chunk
deleted file mode 100644
index f650199..0000000
Binary files a/VBO/save/soloWorld/71_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/71_0_0.chunk b/VBO/save/soloWorld/71_0_0.chunk
deleted file mode 100644
index 756549f..0000000
Binary files a/VBO/save/soloWorld/71_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/71_0_1.chunk b/VBO/save/soloWorld/71_0_1.chunk
deleted file mode 100644
index e6cfeb7..0000000
Binary files a/VBO/save/soloWorld/71_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/71_0_2.chunk b/VBO/save/soloWorld/71_0_2.chunk
deleted file mode 100644
index a6c8748..0000000
Binary files a/VBO/save/soloWorld/71_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/72_0_-1.chunk b/VBO/save/soloWorld/72_0_-1.chunk
deleted file mode 100644
index e7c833f..0000000
Binary files a/VBO/save/soloWorld/72_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/72_0_-2.chunk b/VBO/save/soloWorld/72_0_-2.chunk
deleted file mode 100644
index 68b870f..0000000
Binary files a/VBO/save/soloWorld/72_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/72_0_0.chunk b/VBO/save/soloWorld/72_0_0.chunk
deleted file mode 100644
index 975fb14..0000000
Binary files a/VBO/save/soloWorld/72_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/72_0_1.chunk b/VBO/save/soloWorld/72_0_1.chunk
deleted file mode 100644
index 5253ec5..0000000
Binary files a/VBO/save/soloWorld/72_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/72_0_2.chunk b/VBO/save/soloWorld/72_0_2.chunk
deleted file mode 100644
index 5466e1c..0000000
Binary files a/VBO/save/soloWorld/72_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/73_0_-1.chunk b/VBO/save/soloWorld/73_0_-1.chunk
deleted file mode 100644
index 3c75ec9..0000000
Binary files a/VBO/save/soloWorld/73_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/73_0_-2.chunk b/VBO/save/soloWorld/73_0_-2.chunk
deleted file mode 100644
index fece642..0000000
Binary files a/VBO/save/soloWorld/73_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/73_0_0.chunk b/VBO/save/soloWorld/73_0_0.chunk
deleted file mode 100644
index 076f4cb..0000000
Binary files a/VBO/save/soloWorld/73_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/73_0_1.chunk b/VBO/save/soloWorld/73_0_1.chunk
deleted file mode 100644
index d2aa3ed..0000000
Binary files a/VBO/save/soloWorld/73_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/73_0_2.chunk b/VBO/save/soloWorld/73_0_2.chunk
deleted file mode 100644
index 1748ca7..0000000
Binary files a/VBO/save/soloWorld/73_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/74_0_-1.chunk b/VBO/save/soloWorld/74_0_-1.chunk
deleted file mode 100644
index d432deb..0000000
Binary files a/VBO/save/soloWorld/74_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/74_0_-2.chunk b/VBO/save/soloWorld/74_0_-2.chunk
deleted file mode 100644
index e1e1135..0000000
Binary files a/VBO/save/soloWorld/74_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/74_0_0.chunk b/VBO/save/soloWorld/74_0_0.chunk
deleted file mode 100644
index 7866e01..0000000
Binary files a/VBO/save/soloWorld/74_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/74_0_1.chunk b/VBO/save/soloWorld/74_0_1.chunk
deleted file mode 100644
index eb59624..0000000
Binary files a/VBO/save/soloWorld/74_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/74_0_2.chunk b/VBO/save/soloWorld/74_0_2.chunk
deleted file mode 100644
index f57fa6c..0000000
Binary files a/VBO/save/soloWorld/74_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/75_0_-1.chunk b/VBO/save/soloWorld/75_0_-1.chunk
deleted file mode 100644
index 39bbf98..0000000
Binary files a/VBO/save/soloWorld/75_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/75_0_-2.chunk b/VBO/save/soloWorld/75_0_-2.chunk
deleted file mode 100644
index 5d4faa3..0000000
Binary files a/VBO/save/soloWorld/75_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/75_0_0.chunk b/VBO/save/soloWorld/75_0_0.chunk
deleted file mode 100644
index c4a4f9a..0000000
Binary files a/VBO/save/soloWorld/75_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/75_0_1.chunk b/VBO/save/soloWorld/75_0_1.chunk
deleted file mode 100644
index 65c74a3..0000000
Binary files a/VBO/save/soloWorld/75_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/75_0_2.chunk b/VBO/save/soloWorld/75_0_2.chunk
deleted file mode 100644
index 1f29198..0000000
Binary files a/VBO/save/soloWorld/75_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/76_0_-1.chunk b/VBO/save/soloWorld/76_0_-1.chunk
deleted file mode 100644
index 834fdfc..0000000
Binary files a/VBO/save/soloWorld/76_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/76_0_-2.chunk b/VBO/save/soloWorld/76_0_-2.chunk
deleted file mode 100644
index 30de3eb..0000000
Binary files a/VBO/save/soloWorld/76_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/76_0_0.chunk b/VBO/save/soloWorld/76_0_0.chunk
deleted file mode 100644
index f66b330..0000000
Binary files a/VBO/save/soloWorld/76_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/76_0_1.chunk b/VBO/save/soloWorld/76_0_1.chunk
deleted file mode 100644
index 074389f..0000000
Binary files a/VBO/save/soloWorld/76_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/76_0_2.chunk b/VBO/save/soloWorld/76_0_2.chunk
deleted file mode 100644
index 6b02026..0000000
Binary files a/VBO/save/soloWorld/76_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/77_0_-1.chunk b/VBO/save/soloWorld/77_0_-1.chunk
deleted file mode 100644
index 66fefdd..0000000
Binary files a/VBO/save/soloWorld/77_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/77_0_-2.chunk b/VBO/save/soloWorld/77_0_-2.chunk
deleted file mode 100644
index 2ec99b2..0000000
Binary files a/VBO/save/soloWorld/77_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/77_0_0.chunk b/VBO/save/soloWorld/77_0_0.chunk
deleted file mode 100644
index 5b59830..0000000
Binary files a/VBO/save/soloWorld/77_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/77_0_1.chunk b/VBO/save/soloWorld/77_0_1.chunk
deleted file mode 100644
index a40d1bc..0000000
Binary files a/VBO/save/soloWorld/77_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/77_0_2.chunk b/VBO/save/soloWorld/77_0_2.chunk
deleted file mode 100644
index ad5954a..0000000
Binary files a/VBO/save/soloWorld/77_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/78_0_-1.chunk b/VBO/save/soloWorld/78_0_-1.chunk
deleted file mode 100644
index 6c0a221..0000000
Binary files a/VBO/save/soloWorld/78_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/78_0_-2.chunk b/VBO/save/soloWorld/78_0_-2.chunk
deleted file mode 100644
index 22ed4c7..0000000
Binary files a/VBO/save/soloWorld/78_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/78_0_0.chunk b/VBO/save/soloWorld/78_0_0.chunk
deleted file mode 100644
index 1dee898..0000000
Binary files a/VBO/save/soloWorld/78_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/78_0_1.chunk b/VBO/save/soloWorld/78_0_1.chunk
deleted file mode 100644
index e8fe7e3..0000000
Binary files a/VBO/save/soloWorld/78_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/78_0_2.chunk b/VBO/save/soloWorld/78_0_2.chunk
deleted file mode 100644
index 364bcdf..0000000
Binary files a/VBO/save/soloWorld/78_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/79_0_-1.chunk b/VBO/save/soloWorld/79_0_-1.chunk
deleted file mode 100644
index c1a0cd0..0000000
Binary files a/VBO/save/soloWorld/79_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/79_0_-2.chunk b/VBO/save/soloWorld/79_0_-2.chunk
deleted file mode 100644
index 44475ed..0000000
Binary files a/VBO/save/soloWorld/79_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/79_0_0.chunk b/VBO/save/soloWorld/79_0_0.chunk
deleted file mode 100644
index 4c8e272..0000000
Binary files a/VBO/save/soloWorld/79_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/79_0_1.chunk b/VBO/save/soloWorld/79_0_1.chunk
deleted file mode 100644
index c1f070f..0000000
Binary files a/VBO/save/soloWorld/79_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/79_0_2.chunk b/VBO/save/soloWorld/79_0_2.chunk
deleted file mode 100644
index 7742a1c..0000000
Binary files a/VBO/save/soloWorld/79_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_-10.chunk b/VBO/save/soloWorld/7_0_-10.chunk
deleted file mode 100644
index 69e0a80..0000000
Binary files a/VBO/save/soloWorld/7_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_-11.chunk b/VBO/save/soloWorld/7_0_-11.chunk
deleted file mode 100644
index 01dbefa..0000000
Binary files a/VBO/save/soloWorld/7_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_-12.chunk b/VBO/save/soloWorld/7_0_-12.chunk
deleted file mode 100644
index ab1c53c..0000000
Binary files a/VBO/save/soloWorld/7_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_-13.chunk b/VBO/save/soloWorld/7_0_-13.chunk
deleted file mode 100644
index 985f5d0..0000000
Binary files a/VBO/save/soloWorld/7_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_-5.chunk b/VBO/save/soloWorld/7_0_-5.chunk
deleted file mode 100644
index eac9c68..0000000
Binary files a/VBO/save/soloWorld/7_0_-5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_-6.chunk b/VBO/save/soloWorld/7_0_-6.chunk
deleted file mode 100644
index 380ef64..0000000
Binary files a/VBO/save/soloWorld/7_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_-7.chunk b/VBO/save/soloWorld/7_0_-7.chunk
deleted file mode 100644
index 63c6659..0000000
Binary files a/VBO/save/soloWorld/7_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_-8.chunk b/VBO/save/soloWorld/7_0_-8.chunk
deleted file mode 100644
index 705ffa0..0000000
Binary files a/VBO/save/soloWorld/7_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_-9.chunk b/VBO/save/soloWorld/7_0_-9.chunk
deleted file mode 100644
index e5e3239..0000000
Binary files a/VBO/save/soloWorld/7_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_10.chunk b/VBO/save/soloWorld/7_0_10.chunk
deleted file mode 100644
index ec28190..0000000
Binary files a/VBO/save/soloWorld/7_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_11.chunk b/VBO/save/soloWorld/7_0_11.chunk
deleted file mode 100644
index 994621d..0000000
Binary files a/VBO/save/soloWorld/7_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_12.chunk b/VBO/save/soloWorld/7_0_12.chunk
deleted file mode 100644
index b47467a..0000000
Binary files a/VBO/save/soloWorld/7_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_23.chunk b/VBO/save/soloWorld/7_0_23.chunk
deleted file mode 100644
index ff6fb18..0000000
Binary files a/VBO/save/soloWorld/7_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_24.chunk b/VBO/save/soloWorld/7_0_24.chunk
deleted file mode 100644
index f7adf93..0000000
Binary files a/VBO/save/soloWorld/7_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_25.chunk b/VBO/save/soloWorld/7_0_25.chunk
deleted file mode 100644
index 7662d4f..0000000
Binary files a/VBO/save/soloWorld/7_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_26.chunk b/VBO/save/soloWorld/7_0_26.chunk
deleted file mode 100644
index 9207641..0000000
Binary files a/VBO/save/soloWorld/7_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_27.chunk b/VBO/save/soloWorld/7_0_27.chunk
deleted file mode 100644
index 6b41fe9..0000000
Binary files a/VBO/save/soloWorld/7_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_28.chunk b/VBO/save/soloWorld/7_0_28.chunk
deleted file mode 100644
index 6624179..0000000
Binary files a/VBO/save/soloWorld/7_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_29.chunk b/VBO/save/soloWorld/7_0_29.chunk
deleted file mode 100644
index 820119f..0000000
Binary files a/VBO/save/soloWorld/7_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_4.chunk b/VBO/save/soloWorld/7_0_4.chunk
deleted file mode 100644
index 0caeb5f..0000000
Binary files a/VBO/save/soloWorld/7_0_4.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_5.chunk b/VBO/save/soloWorld/7_0_5.chunk
deleted file mode 100644
index f061dbf..0000000
Binary files a/VBO/save/soloWorld/7_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_6.chunk b/VBO/save/soloWorld/7_0_6.chunk
deleted file mode 100644
index 50414ec..0000000
Binary files a/VBO/save/soloWorld/7_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_7.chunk b/VBO/save/soloWorld/7_0_7.chunk
deleted file mode 100644
index 07c9f8d..0000000
Binary files a/VBO/save/soloWorld/7_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_8.chunk b/VBO/save/soloWorld/7_0_8.chunk
deleted file mode 100644
index 2693147..0000000
Binary files a/VBO/save/soloWorld/7_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/7_0_9.chunk b/VBO/save/soloWorld/7_0_9.chunk
deleted file mode 100644
index 626f571..0000000
Binary files a/VBO/save/soloWorld/7_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/80_0_-1.chunk b/VBO/save/soloWorld/80_0_-1.chunk
deleted file mode 100644
index 7e87742..0000000
Binary files a/VBO/save/soloWorld/80_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/80_0_-2.chunk b/VBO/save/soloWorld/80_0_-2.chunk
deleted file mode 100644
index 70ced00..0000000
Binary files a/VBO/save/soloWorld/80_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/80_0_0.chunk b/VBO/save/soloWorld/80_0_0.chunk
deleted file mode 100644
index 7d0e6c1..0000000
Binary files a/VBO/save/soloWorld/80_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/80_0_1.chunk b/VBO/save/soloWorld/80_0_1.chunk
deleted file mode 100644
index 99f57eb..0000000
Binary files a/VBO/save/soloWorld/80_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/80_0_2.chunk b/VBO/save/soloWorld/80_0_2.chunk
deleted file mode 100644
index 9264030..0000000
Binary files a/VBO/save/soloWorld/80_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/81_0_-1.chunk b/VBO/save/soloWorld/81_0_-1.chunk
deleted file mode 100644
index 562ff91..0000000
Binary files a/VBO/save/soloWorld/81_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/81_0_-2.chunk b/VBO/save/soloWorld/81_0_-2.chunk
deleted file mode 100644
index b01fa7a..0000000
Binary files a/VBO/save/soloWorld/81_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/81_0_0.chunk b/VBO/save/soloWorld/81_0_0.chunk
deleted file mode 100644
index ad46d73..0000000
Binary files a/VBO/save/soloWorld/81_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/81_0_1.chunk b/VBO/save/soloWorld/81_0_1.chunk
deleted file mode 100644
index 0cae524..0000000
Binary files a/VBO/save/soloWorld/81_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/81_0_2.chunk b/VBO/save/soloWorld/81_0_2.chunk
deleted file mode 100644
index ab47c86..0000000
Binary files a/VBO/save/soloWorld/81_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/82_0_-1.chunk b/VBO/save/soloWorld/82_0_-1.chunk
deleted file mode 100644
index 50cfc36..0000000
Binary files a/VBO/save/soloWorld/82_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/82_0_-2.chunk b/VBO/save/soloWorld/82_0_-2.chunk
deleted file mode 100644
index 944368e..0000000
Binary files a/VBO/save/soloWorld/82_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/82_0_0.chunk b/VBO/save/soloWorld/82_0_0.chunk
deleted file mode 100644
index c283d50..0000000
Binary files a/VBO/save/soloWorld/82_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/82_0_1.chunk b/VBO/save/soloWorld/82_0_1.chunk
deleted file mode 100644
index f749d52..0000000
Binary files a/VBO/save/soloWorld/82_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/82_0_2.chunk b/VBO/save/soloWorld/82_0_2.chunk
deleted file mode 100644
index c713e3d..0000000
Binary files a/VBO/save/soloWorld/82_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/83_0_-1.chunk b/VBO/save/soloWorld/83_0_-1.chunk
deleted file mode 100644
index da0b8d8..0000000
Binary files a/VBO/save/soloWorld/83_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/83_0_-2.chunk b/VBO/save/soloWorld/83_0_-2.chunk
deleted file mode 100644
index 8038ccd..0000000
Binary files a/VBO/save/soloWorld/83_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/83_0_0.chunk b/VBO/save/soloWorld/83_0_0.chunk
deleted file mode 100644
index d4da74e..0000000
Binary files a/VBO/save/soloWorld/83_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/83_0_1.chunk b/VBO/save/soloWorld/83_0_1.chunk
deleted file mode 100644
index 21060e2..0000000
Binary files a/VBO/save/soloWorld/83_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/83_0_2.chunk b/VBO/save/soloWorld/83_0_2.chunk
deleted file mode 100644
index 6f2b205..0000000
Binary files a/VBO/save/soloWorld/83_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/84_0_-1.chunk b/VBO/save/soloWorld/84_0_-1.chunk
deleted file mode 100644
index 50b2467..0000000
Binary files a/VBO/save/soloWorld/84_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/84_0_-2.chunk b/VBO/save/soloWorld/84_0_-2.chunk
deleted file mode 100644
index e8a5665..0000000
Binary files a/VBO/save/soloWorld/84_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/84_0_0.chunk b/VBO/save/soloWorld/84_0_0.chunk
deleted file mode 100644
index ba8c27a..0000000
Binary files a/VBO/save/soloWorld/84_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/84_0_1.chunk b/VBO/save/soloWorld/84_0_1.chunk
deleted file mode 100644
index 629157b..0000000
Binary files a/VBO/save/soloWorld/84_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/84_0_2.chunk b/VBO/save/soloWorld/84_0_2.chunk
deleted file mode 100644
index 8f3e0ce..0000000
Binary files a/VBO/save/soloWorld/84_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/85_0_-1.chunk b/VBO/save/soloWorld/85_0_-1.chunk
deleted file mode 100644
index 4765611..0000000
Binary files a/VBO/save/soloWorld/85_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/85_0_-2.chunk b/VBO/save/soloWorld/85_0_-2.chunk
deleted file mode 100644
index 671124c..0000000
Binary files a/VBO/save/soloWorld/85_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/85_0_0.chunk b/VBO/save/soloWorld/85_0_0.chunk
deleted file mode 100644
index 99b0f9a..0000000
Binary files a/VBO/save/soloWorld/85_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/85_0_1.chunk b/VBO/save/soloWorld/85_0_1.chunk
deleted file mode 100644
index d9d1558..0000000
Binary files a/VBO/save/soloWorld/85_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/85_0_2.chunk b/VBO/save/soloWorld/85_0_2.chunk
deleted file mode 100644
index bad1cee..0000000
Binary files a/VBO/save/soloWorld/85_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/86_0_-1.chunk b/VBO/save/soloWorld/86_0_-1.chunk
deleted file mode 100644
index 510932c..0000000
Binary files a/VBO/save/soloWorld/86_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/86_0_-2.chunk b/VBO/save/soloWorld/86_0_-2.chunk
deleted file mode 100644
index 9819b59..0000000
Binary files a/VBO/save/soloWorld/86_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/86_0_0.chunk b/VBO/save/soloWorld/86_0_0.chunk
deleted file mode 100644
index f551464..0000000
Binary files a/VBO/save/soloWorld/86_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/86_0_1.chunk b/VBO/save/soloWorld/86_0_1.chunk
deleted file mode 100644
index e04bf0b..0000000
Binary files a/VBO/save/soloWorld/86_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/86_0_2.chunk b/VBO/save/soloWorld/86_0_2.chunk
deleted file mode 100644
index 1379703..0000000
Binary files a/VBO/save/soloWorld/86_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/87_0_-1.chunk b/VBO/save/soloWorld/87_0_-1.chunk
deleted file mode 100644
index efb4a9b..0000000
Binary files a/VBO/save/soloWorld/87_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/87_0_-2.chunk b/VBO/save/soloWorld/87_0_-2.chunk
deleted file mode 100644
index 1171aef..0000000
Binary files a/VBO/save/soloWorld/87_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/87_0_0.chunk b/VBO/save/soloWorld/87_0_0.chunk
deleted file mode 100644
index 6490774..0000000
Binary files a/VBO/save/soloWorld/87_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/87_0_1.chunk b/VBO/save/soloWorld/87_0_1.chunk
deleted file mode 100644
index e88291a..0000000
Binary files a/VBO/save/soloWorld/87_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/87_0_2.chunk b/VBO/save/soloWorld/87_0_2.chunk
deleted file mode 100644
index 38f2777..0000000
Binary files a/VBO/save/soloWorld/87_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/88_0_-1.chunk b/VBO/save/soloWorld/88_0_-1.chunk
deleted file mode 100644
index f59f52e..0000000
Binary files a/VBO/save/soloWorld/88_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/88_0_-2.chunk b/VBO/save/soloWorld/88_0_-2.chunk
deleted file mode 100644
index 5712e53..0000000
Binary files a/VBO/save/soloWorld/88_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/88_0_0.chunk b/VBO/save/soloWorld/88_0_0.chunk
deleted file mode 100644
index a14fead..0000000
Binary files a/VBO/save/soloWorld/88_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/88_0_1.chunk b/VBO/save/soloWorld/88_0_1.chunk
deleted file mode 100644
index 2e9a7d6..0000000
Binary files a/VBO/save/soloWorld/88_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/88_0_2.chunk b/VBO/save/soloWorld/88_0_2.chunk
deleted file mode 100644
index 95df44a..0000000
Binary files a/VBO/save/soloWorld/88_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/89_0_-1.chunk b/VBO/save/soloWorld/89_0_-1.chunk
deleted file mode 100644
index c8b2a32..0000000
Binary files a/VBO/save/soloWorld/89_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/89_0_-2.chunk b/VBO/save/soloWorld/89_0_-2.chunk
deleted file mode 100644
index 83cfffc..0000000
Binary files a/VBO/save/soloWorld/89_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/89_0_0.chunk b/VBO/save/soloWorld/89_0_0.chunk
deleted file mode 100644
index 0225822..0000000
Binary files a/VBO/save/soloWorld/89_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/89_0_1.chunk b/VBO/save/soloWorld/89_0_1.chunk
deleted file mode 100644
index 49162aa..0000000
Binary files a/VBO/save/soloWorld/89_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/89_0_2.chunk b/VBO/save/soloWorld/89_0_2.chunk
deleted file mode 100644
index a576c77..0000000
Binary files a/VBO/save/soloWorld/89_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_-10.chunk b/VBO/save/soloWorld/8_0_-10.chunk
deleted file mode 100644
index 78c5f07..0000000
Binary files a/VBO/save/soloWorld/8_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_-11.chunk b/VBO/save/soloWorld/8_0_-11.chunk
deleted file mode 100644
index 5accc50..0000000
Binary files a/VBO/save/soloWorld/8_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_-12.chunk b/VBO/save/soloWorld/8_0_-12.chunk
deleted file mode 100644
index 2e29a79..0000000
Binary files a/VBO/save/soloWorld/8_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_-13.chunk b/VBO/save/soloWorld/8_0_-13.chunk
deleted file mode 100644
index 84abf13..0000000
Binary files a/VBO/save/soloWorld/8_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_-6.chunk b/VBO/save/soloWorld/8_0_-6.chunk
deleted file mode 100644
index ea942a5..0000000
Binary files a/VBO/save/soloWorld/8_0_-6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_-7.chunk b/VBO/save/soloWorld/8_0_-7.chunk
deleted file mode 100644
index e226cea..0000000
Binary files a/VBO/save/soloWorld/8_0_-7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_-8.chunk b/VBO/save/soloWorld/8_0_-8.chunk
deleted file mode 100644
index 6ac3cfb..0000000
Binary files a/VBO/save/soloWorld/8_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_-9.chunk b/VBO/save/soloWorld/8_0_-9.chunk
deleted file mode 100644
index a37fdf2..0000000
Binary files a/VBO/save/soloWorld/8_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_10.chunk b/VBO/save/soloWorld/8_0_10.chunk
deleted file mode 100644
index fa1c529..0000000
Binary files a/VBO/save/soloWorld/8_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_11.chunk b/VBO/save/soloWorld/8_0_11.chunk
deleted file mode 100644
index e549212..0000000
Binary files a/VBO/save/soloWorld/8_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_12.chunk b/VBO/save/soloWorld/8_0_12.chunk
deleted file mode 100644
index 2303640..0000000
Binary files a/VBO/save/soloWorld/8_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_13.chunk b/VBO/save/soloWorld/8_0_13.chunk
deleted file mode 100644
index 5c0f073..0000000
Binary files a/VBO/save/soloWorld/8_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_23.chunk b/VBO/save/soloWorld/8_0_23.chunk
deleted file mode 100644
index cc842f7..0000000
Binary files a/VBO/save/soloWorld/8_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_24.chunk b/VBO/save/soloWorld/8_0_24.chunk
deleted file mode 100644
index 6c97b0c..0000000
Binary files a/VBO/save/soloWorld/8_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_25.chunk b/VBO/save/soloWorld/8_0_25.chunk
deleted file mode 100644
index d00d800..0000000
Binary files a/VBO/save/soloWorld/8_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_26.chunk b/VBO/save/soloWorld/8_0_26.chunk
deleted file mode 100644
index dd81f18..0000000
Binary files a/VBO/save/soloWorld/8_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_27.chunk b/VBO/save/soloWorld/8_0_27.chunk
deleted file mode 100644
index b6307de..0000000
Binary files a/VBO/save/soloWorld/8_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_28.chunk b/VBO/save/soloWorld/8_0_28.chunk
deleted file mode 100644
index 7a9ffe0..0000000
Binary files a/VBO/save/soloWorld/8_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_29.chunk b/VBO/save/soloWorld/8_0_29.chunk
deleted file mode 100644
index 64293bb..0000000
Binary files a/VBO/save/soloWorld/8_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_5.chunk b/VBO/save/soloWorld/8_0_5.chunk
deleted file mode 100644
index 06200b7..0000000
Binary files a/VBO/save/soloWorld/8_0_5.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_6.chunk b/VBO/save/soloWorld/8_0_6.chunk
deleted file mode 100644
index db20629..0000000
Binary files a/VBO/save/soloWorld/8_0_6.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_7.chunk b/VBO/save/soloWorld/8_0_7.chunk
deleted file mode 100644
index fb69992..0000000
Binary files a/VBO/save/soloWorld/8_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_8.chunk b/VBO/save/soloWorld/8_0_8.chunk
deleted file mode 100644
index ecf11e7..0000000
Binary files a/VBO/save/soloWorld/8_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/8_0_9.chunk b/VBO/save/soloWorld/8_0_9.chunk
deleted file mode 100644
index 91bbd9e..0000000
Binary files a/VBO/save/soloWorld/8_0_9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/90_0_-1.chunk b/VBO/save/soloWorld/90_0_-1.chunk
deleted file mode 100644
index 9d03930..0000000
Binary files a/VBO/save/soloWorld/90_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/90_0_-2.chunk b/VBO/save/soloWorld/90_0_-2.chunk
deleted file mode 100644
index 1c091da..0000000
Binary files a/VBO/save/soloWorld/90_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/90_0_0.chunk b/VBO/save/soloWorld/90_0_0.chunk
deleted file mode 100644
index 0342596..0000000
Binary files a/VBO/save/soloWorld/90_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/90_0_1.chunk b/VBO/save/soloWorld/90_0_1.chunk
deleted file mode 100644
index 08b4b51..0000000
Binary files a/VBO/save/soloWorld/90_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/90_0_2.chunk b/VBO/save/soloWorld/90_0_2.chunk
deleted file mode 100644
index cca6b51..0000000
Binary files a/VBO/save/soloWorld/90_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/91_0_-1.chunk b/VBO/save/soloWorld/91_0_-1.chunk
deleted file mode 100644
index 153d24f..0000000
Binary files a/VBO/save/soloWorld/91_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/91_0_-2.chunk b/VBO/save/soloWorld/91_0_-2.chunk
deleted file mode 100644
index 4c59e3d..0000000
Binary files a/VBO/save/soloWorld/91_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/91_0_0.chunk b/VBO/save/soloWorld/91_0_0.chunk
deleted file mode 100644
index 8499ffa..0000000
Binary files a/VBO/save/soloWorld/91_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/91_0_1.chunk b/VBO/save/soloWorld/91_0_1.chunk
deleted file mode 100644
index 45c47b2..0000000
Binary files a/VBO/save/soloWorld/91_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/91_0_2.chunk b/VBO/save/soloWorld/91_0_2.chunk
deleted file mode 100644
index 172d18e..0000000
Binary files a/VBO/save/soloWorld/91_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/92_0_-1.chunk b/VBO/save/soloWorld/92_0_-1.chunk
deleted file mode 100644
index f73f144..0000000
Binary files a/VBO/save/soloWorld/92_0_-1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/92_0_-2.chunk b/VBO/save/soloWorld/92_0_-2.chunk
deleted file mode 100644
index fdfb7bc..0000000
Binary files a/VBO/save/soloWorld/92_0_-2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/92_0_0.chunk b/VBO/save/soloWorld/92_0_0.chunk
deleted file mode 100644
index 307333c..0000000
Binary files a/VBO/save/soloWorld/92_0_0.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/92_0_1.chunk b/VBO/save/soloWorld/92_0_1.chunk
deleted file mode 100644
index 3b02eba..0000000
Binary files a/VBO/save/soloWorld/92_0_1.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/92_0_2.chunk b/VBO/save/soloWorld/92_0_2.chunk
deleted file mode 100644
index 6510822..0000000
Binary files a/VBO/save/soloWorld/92_0_2.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_-10.chunk b/VBO/save/soloWorld/9_0_-10.chunk
deleted file mode 100644
index 8412617..0000000
Binary files a/VBO/save/soloWorld/9_0_-10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_-11.chunk b/VBO/save/soloWorld/9_0_-11.chunk
deleted file mode 100644
index 228e535..0000000
Binary files a/VBO/save/soloWorld/9_0_-11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_-12.chunk b/VBO/save/soloWorld/9_0_-12.chunk
deleted file mode 100644
index 63ddf12..0000000
Binary files a/VBO/save/soloWorld/9_0_-12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_-13.chunk b/VBO/save/soloWorld/9_0_-13.chunk
deleted file mode 100644
index 404fdca..0000000
Binary files a/VBO/save/soloWorld/9_0_-13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_-8.chunk b/VBO/save/soloWorld/9_0_-8.chunk
deleted file mode 100644
index 0abb2ce..0000000
Binary files a/VBO/save/soloWorld/9_0_-8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_-9.chunk b/VBO/save/soloWorld/9_0_-9.chunk
deleted file mode 100644
index b1e7e56..0000000
Binary files a/VBO/save/soloWorld/9_0_-9.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_10.chunk b/VBO/save/soloWorld/9_0_10.chunk
deleted file mode 100644
index d7dd72c..0000000
Binary files a/VBO/save/soloWorld/9_0_10.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_11.chunk b/VBO/save/soloWorld/9_0_11.chunk
deleted file mode 100644
index 42dfc98..0000000
Binary files a/VBO/save/soloWorld/9_0_11.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_12.chunk b/VBO/save/soloWorld/9_0_12.chunk
deleted file mode 100644
index d3ce25e..0000000
Binary files a/VBO/save/soloWorld/9_0_12.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_13.chunk b/VBO/save/soloWorld/9_0_13.chunk
deleted file mode 100644
index 56cd408..0000000
Binary files a/VBO/save/soloWorld/9_0_13.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_23.chunk b/VBO/save/soloWorld/9_0_23.chunk
deleted file mode 100644
index 9820d7c..0000000
Binary files a/VBO/save/soloWorld/9_0_23.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_24.chunk b/VBO/save/soloWorld/9_0_24.chunk
deleted file mode 100644
index b0bff04..0000000
Binary files a/VBO/save/soloWorld/9_0_24.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_25.chunk b/VBO/save/soloWorld/9_0_25.chunk
deleted file mode 100644
index 4a16b88..0000000
Binary files a/VBO/save/soloWorld/9_0_25.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_26.chunk b/VBO/save/soloWorld/9_0_26.chunk
deleted file mode 100644
index 6aea5da..0000000
Binary files a/VBO/save/soloWorld/9_0_26.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_27.chunk b/VBO/save/soloWorld/9_0_27.chunk
deleted file mode 100644
index aea24db..0000000
Binary files a/VBO/save/soloWorld/9_0_27.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_28.chunk b/VBO/save/soloWorld/9_0_28.chunk
deleted file mode 100644
index a89e83a..0000000
Binary files a/VBO/save/soloWorld/9_0_28.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_29.chunk b/VBO/save/soloWorld/9_0_29.chunk
deleted file mode 100644
index 97f36ae..0000000
Binary files a/VBO/save/soloWorld/9_0_29.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_7.chunk b/VBO/save/soloWorld/9_0_7.chunk
deleted file mode 100644
index 9fdbcef..0000000
Binary files a/VBO/save/soloWorld/9_0_7.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_8.chunk b/VBO/save/soloWorld/9_0_8.chunk
deleted file mode 100644
index 8839b50..0000000
Binary files a/VBO/save/soloWorld/9_0_8.chunk and /dev/null differ
diff --git a/VBO/save/soloWorld/9_0_9.chunk b/VBO/save/soloWorld/9_0_9.chunk
deleted file mode 100644
index 3716503..0000000
Binary files a/VBO/save/soloWorld/9_0_9.chunk and /dev/null differ
diff --git a/build.xml b/build.xml
new file mode 100644
index 0000000..39b7317
--- /dev/null
+++ b/build.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/VBO/lib/native/windows/OpenAL32.dll b/libs/OpenAL32.dll
similarity index 100%
rename from VBO/lib/native/windows/OpenAL32.dll
rename to libs/OpenAL32.dll
diff --git a/VBO/lib/native/windows/OpenAL64.dll b/libs/OpenAL64.dll
similarity index 100%
rename from VBO/lib/native/windows/OpenAL64.dll
rename to libs/OpenAL64.dll
diff --git a/VBO/lib/affinity-1.6-sources.jar b/libs/affinity-1.6-sources.jar
similarity index 100%
rename from VBO/lib/affinity-1.6-sources.jar
rename to libs/affinity-1.6-sources.jar
diff --git a/VBO/lib/affinity-1.6.jar b/libs/affinity-1.6.jar
similarity index 100%
rename from VBO/lib/affinity-1.6.jar
rename to libs/affinity-1.6.jar
diff --git a/VBO/lib/native/windows/jinput-dx8.dll b/libs/jinput-dx8.dll
similarity index 100%
rename from VBO/lib/native/windows/jinput-dx8.dll
rename to libs/jinput-dx8.dll
diff --git a/VBO/lib/native/windows/jinput-dx8_64.dll b/libs/jinput-dx8_64.dll
similarity index 100%
rename from VBO/lib/native/windows/jinput-dx8_64.dll
rename to libs/jinput-dx8_64.dll
diff --git a/VBO/lib/native/windows/jinput-raw.dll b/libs/jinput-raw.dll
similarity index 100%
rename from VBO/lib/native/windows/jinput-raw.dll
rename to libs/jinput-raw.dll
diff --git a/VBO/lib/native/windows/jinput-raw_64.dll b/libs/jinput-raw_64.dll
similarity index 100%
rename from VBO/lib/native/windows/jinput-raw_64.dll
rename to libs/jinput-raw_64.dll
diff --git a/VBO/lib/jna-4.0.0.jar b/libs/jna-4.0.0.jar
similarity index 100%
rename from VBO/lib/jna-4.0.0.jar
rename to libs/jna-4.0.0.jar
diff --git a/VBO/lib/jna-platform-3.4.0.jar b/libs/jna-platform-3.4.0.jar
similarity index 100%
rename from VBO/lib/jna-platform-3.4.0.jar
rename to libs/jna-platform-3.4.0.jar
diff --git a/VBO/lib/native/linux/libjinput-linux.so b/libs/libjinput-linux.so
similarity index 100%
rename from VBO/lib/native/linux/libjinput-linux.so
rename to libs/libjinput-linux.so
diff --git a/VBO/lib/native/linux/libjinput-linux64.so b/libs/libjinput-linux64.so
similarity index 100%
rename from VBO/lib/native/linux/libjinput-linux64.so
rename to libs/libjinput-linux64.so
diff --git a/VBO/lib/native/macosx/libjinput-osx.jnilib b/libs/libjinput-osx.jnilib
similarity index 100%
rename from VBO/lib/native/macosx/libjinput-osx.jnilib
rename to libs/libjinput-osx.jnilib
diff --git a/VBO/lib/native/macosx/liblwjgl.jnilib b/libs/liblwjgl.jnilib
similarity index 100%
rename from VBO/lib/native/macosx/liblwjgl.jnilib
rename to libs/liblwjgl.jnilib
diff --git a/VBO/lib/native/linux/liblwjgl.so b/libs/liblwjgl.so
similarity index 100%
rename from VBO/lib/native/linux/liblwjgl.so
rename to libs/liblwjgl.so
diff --git a/VBO/lib/native/linux/liblwjgl64.so b/libs/liblwjgl64.so
similarity index 100%
rename from VBO/lib/native/linux/liblwjgl64.so
rename to libs/liblwjgl64.so
diff --git a/VBO/lib/native/linux/libopenal.so b/libs/libopenal.so
similarity index 100%
rename from VBO/lib/native/linux/libopenal.so
rename to libs/libopenal.so
diff --git a/VBO/lib/native/linux/libopenal64.so b/libs/libopenal64.so
similarity index 100%
rename from VBO/lib/native/linux/libopenal64.so
rename to libs/libopenal64.so
diff --git a/VBO/lib/native/windows/lwjgl.dll b/libs/lwjgl.dll
similarity index 100%
rename from VBO/lib/native/windows/lwjgl.dll
rename to libs/lwjgl.dll
diff --git a/VBO/lib/lwjgl.jar b/libs/lwjgl.jar
similarity index 100%
rename from VBO/lib/lwjgl.jar
rename to libs/lwjgl.jar
diff --git a/VBO/lib/native/windows/lwjgl64.dll b/libs/lwjgl64.dll
similarity index 100%
rename from VBO/lib/native/windows/lwjgl64.dll
rename to libs/lwjgl64.dll
diff --git a/VBO/lib/lwjgl_util.jar b/libs/lwjgl_util.jar
similarity index 100%
rename from VBO/lib/lwjgl_util.jar
rename to libs/lwjgl_util.jar
diff --git a/VBO/lib/native/macosx/openal.dylib b/libs/openal.dylib
similarity index 100%
rename from VBO/lib/native/macosx/openal.dylib
rename to libs/openal.dylib
diff --git a/VBO/lib/slick.jar b/libs/slick.jar
similarity index 100%
rename from VBO/lib/slick.jar
rename to libs/slick.jar
diff --git a/VBO/res/sounds/test.wav b/res/sounds/test.wav
similarity index 100%
rename from VBO/res/sounds/test.wav
rename to res/sounds/test.wav
diff --git a/VBO/src/mrdev023/audio/Audio.java b/src/mrdev023/audio/Audio.java
similarity index 100%
rename from VBO/src/mrdev023/audio/Audio.java
rename to src/mrdev023/audio/Audio.java
diff --git a/VBO/src/mrdev023/audio/AudioManager.java b/src/mrdev023/audio/AudioManager.java
similarity index 100%
rename from VBO/src/mrdev023/audio/AudioManager.java
rename to src/mrdev023/audio/AudioManager.java
diff --git a/VBO/src/mrdev023/blocks/Block.java b/src/mrdev023/blocks/Block.java
similarity index 100%
rename from VBO/src/mrdev023/blocks/Block.java
rename to src/mrdev023/blocks/Block.java
diff --git a/VBO/src/mrdev023/blocks/FirLeafBlock.java b/src/mrdev023/blocks/FirLeafBlock.java
similarity index 100%
rename from VBO/src/mrdev023/blocks/FirLeafBlock.java
rename to src/mrdev023/blocks/FirLeafBlock.java
diff --git a/VBO/src/mrdev023/blocks/FirWoodBlock.java b/src/mrdev023/blocks/FirWoodBlock.java
similarity index 100%
rename from VBO/src/mrdev023/blocks/FirWoodBlock.java
rename to src/mrdev023/blocks/FirWoodBlock.java
diff --git a/VBO/src/mrdev023/blocks/GrassBlock.java b/src/mrdev023/blocks/GrassBlock.java
similarity index 100%
rename from VBO/src/mrdev023/blocks/GrassBlock.java
rename to src/mrdev023/blocks/GrassBlock.java
diff --git a/VBO/src/mrdev023/blocks/LeafBlock.java b/src/mrdev023/blocks/LeafBlock.java
similarity index 100%
rename from VBO/src/mrdev023/blocks/LeafBlock.java
rename to src/mrdev023/blocks/LeafBlock.java
diff --git a/VBO/src/mrdev023/blocks/OakWoodBlock.java b/src/mrdev023/blocks/OakWoodBlock.java
similarity index 100%
rename from VBO/src/mrdev023/blocks/OakWoodBlock.java
rename to src/mrdev023/blocks/OakWoodBlock.java
diff --git a/VBO/src/mrdev023/blocks/TransparentBlock.java b/src/mrdev023/blocks/TransparentBlock.java
similarity index 100%
rename from VBO/src/mrdev023/blocks/TransparentBlock.java
rename to src/mrdev023/blocks/TransparentBlock.java
diff --git a/VBO/src/mrdev023/blocks/WoodBlock.java b/src/mrdev023/blocks/WoodBlock.java
similarity index 100%
rename from VBO/src/mrdev023/blocks/WoodBlock.java
rename to src/mrdev023/blocks/WoodBlock.java
diff --git a/VBO/src/mrdev023/entities/BlockMonster.java b/src/mrdev023/entities/BlockMonster.java
similarity index 100%
rename from VBO/src/mrdev023/entities/BlockMonster.java
rename to src/mrdev023/entities/BlockMonster.java
diff --git a/VBO/src/mrdev023/entities/Entity.java b/src/mrdev023/entities/Entity.java
similarity index 100%
rename from VBO/src/mrdev023/entities/Entity.java
rename to src/mrdev023/entities/Entity.java
diff --git a/VBO/src/mrdev023/entities/Player.java b/src/mrdev023/entities/Player.java
similarity index 100%
rename from VBO/src/mrdev023/entities/Player.java
rename to src/mrdev023/entities/Player.java
diff --git a/VBO/src/mrdev023/entities/ia/PathFinding.java b/src/mrdev023/entities/ia/PathFinding.java
similarity index 100%
rename from VBO/src/mrdev023/entities/ia/PathFinding.java
rename to src/mrdev023/entities/ia/PathFinding.java
diff --git a/VBO/src/mrdev023/entities/physics/Physics.java b/src/mrdev023/entities/physics/Physics.java
similarity index 100%
rename from VBO/src/mrdev023/entities/physics/Physics.java
rename to src/mrdev023/entities/physics/Physics.java
diff --git a/VBO/src/mrdev023/entity/PlayerRayCast.java b/src/mrdev023/entity/PlayerRayCast.java
similarity index 100%
rename from VBO/src/mrdev023/entity/PlayerRayCast.java
rename to src/mrdev023/entity/PlayerRayCast.java
diff --git a/VBO/src/mrdev023/exception/LostConnectionException.java b/src/mrdev023/exception/LostConnectionException.java
similarity index 100%
rename from VBO/src/mrdev023/exception/LostConnectionException.java
rename to src/mrdev023/exception/LostConnectionException.java
diff --git a/VBO/src/mrdev023/game/AboutMenu.java b/src/mrdev023/game/AboutMenu.java
similarity index 100%
rename from VBO/src/mrdev023/game/AboutMenu.java
rename to src/mrdev023/game/AboutMenu.java
diff --git a/VBO/src/mrdev023/game/Game.java b/src/mrdev023/game/Game.java
similarity index 100%
rename from VBO/src/mrdev023/game/Game.java
rename to src/mrdev023/game/Game.java
diff --git a/VBO/src/mrdev023/game/MainMenu.java b/src/mrdev023/game/MainMenu.java
similarity index 100%
rename from VBO/src/mrdev023/game/MainMenu.java
rename to src/mrdev023/game/MainMenu.java
diff --git a/VBO/src/mrdev023/game/MultiGame.java b/src/mrdev023/game/MultiGame.java
similarity index 100%
rename from VBO/src/mrdev023/game/MultiGame.java
rename to src/mrdev023/game/MultiGame.java
diff --git a/VBO/src/mrdev023/game/OptionMenu.java b/src/mrdev023/game/OptionMenu.java
similarity index 100%
rename from VBO/src/mrdev023/game/OptionMenu.java
rename to src/mrdev023/game/OptionMenu.java
diff --git a/VBO/src/mrdev023/game/SoloGame.java b/src/mrdev023/game/SoloGame.java
similarity index 100%
rename from VBO/src/mrdev023/game/SoloGame.java
rename to src/mrdev023/game/SoloGame.java
diff --git a/VBO/src/mrdev023/game/gamestate/GameInterface.java b/src/mrdev023/game/gamestate/GameInterface.java
similarity index 100%
rename from VBO/src/mrdev023/game/gamestate/GameInterface.java
rename to src/mrdev023/game/gamestate/GameInterface.java
diff --git a/VBO/src/mrdev023/game/gamestate/GameState.java b/src/mrdev023/game/gamestate/GameState.java
similarity index 100%
rename from VBO/src/mrdev023/game/gamestate/GameState.java
rename to src/mrdev023/game/gamestate/GameState.java
diff --git a/VBO/src/mrdev023/gameengine/GameEngine.java b/src/mrdev023/gameengine/GameEngine.java
similarity index 100%
rename from VBO/src/mrdev023/gameengine/GameEngine.java
rename to src/mrdev023/gameengine/GameEngine.java
diff --git a/VBO/src/mrdev023/io/IO.java b/src/mrdev023/io/IO.java
similarity index 100%
rename from VBO/src/mrdev023/io/IO.java
rename to src/mrdev023/io/IO.java
diff --git a/VBO/src/mrdev023/main/Main.java b/src/mrdev023/main/Main.java
similarity index 100%
rename from VBO/src/mrdev023/main/Main.java
rename to src/mrdev023/main/Main.java
diff --git a/VBO/src/mrdev023/math/Color4f.java b/src/mrdev023/math/Color4f.java
similarity index 100%
rename from VBO/src/mrdev023/math/Color4f.java
rename to src/mrdev023/math/Color4f.java
diff --git a/VBO/src/mrdev023/math/Vector2f.java b/src/mrdev023/math/Vector2f.java
similarity index 100%
rename from VBO/src/mrdev023/math/Vector2f.java
rename to src/mrdev023/math/Vector2f.java
diff --git a/VBO/src/mrdev023/math/Vector3f.java b/src/mrdev023/math/Vector3f.java
similarity index 100%
rename from VBO/src/mrdev023/math/Vector3f.java
rename to src/mrdev023/math/Vector3f.java
diff --git a/VBO/src/mrdev023/math/Vector3i.java b/src/mrdev023/math/Vector3i.java
similarity index 100%
rename from VBO/src/mrdev023/math/Vector3i.java
rename to src/mrdev023/math/Vector3i.java
diff --git a/VBO/src/mrdev023/network/client/Client.java b/src/mrdev023/network/client/Client.java
similarity index 100%
rename from VBO/src/mrdev023/network/client/Client.java
rename to src/mrdev023/network/client/Client.java
diff --git a/VBO/src/mrdev023/network/client/PacketManager.java b/src/mrdev023/network/client/PacketManager.java
similarity index 100%
rename from VBO/src/mrdev023/network/client/PacketManager.java
rename to src/mrdev023/network/client/PacketManager.java
diff --git a/VBO/src/mrdev023/network/client/WaitPacketManager.java b/src/mrdev023/network/client/WaitPacketManager.java
similarity index 100%
rename from VBO/src/mrdev023/network/client/WaitPacketManager.java
rename to src/mrdev023/network/client/WaitPacketManager.java
diff --git a/VBO/src/mrdev023/network/packet/ChunkPacket.java b/src/mrdev023/network/packet/ChunkPacket.java
similarity index 100%
rename from VBO/src/mrdev023/network/packet/ChunkPacket.java
rename to src/mrdev023/network/packet/ChunkPacket.java
diff --git a/VBO/src/mrdev023/network/packet/Packet.java b/src/mrdev023/network/packet/Packet.java
similarity index 100%
rename from VBO/src/mrdev023/network/packet/Packet.java
rename to src/mrdev023/network/packet/Packet.java
diff --git a/VBO/src/mrdev023/network/packet/TestPacket.java b/src/mrdev023/network/packet/TestPacket.java
similarity index 100%
rename from VBO/src/mrdev023/network/packet/TestPacket.java
rename to src/mrdev023/network/packet/TestPacket.java
diff --git a/VBO/src/mrdev023/network/packet/wait/ChunkWaitPacket.java b/src/mrdev023/network/packet/wait/ChunkWaitPacket.java
similarity index 100%
rename from VBO/src/mrdev023/network/packet/wait/ChunkWaitPacket.java
rename to src/mrdev023/network/packet/wait/ChunkWaitPacket.java
diff --git a/VBO/src/mrdev023/network/packet/wait/WaitPacket.java b/src/mrdev023/network/packet/wait/WaitPacket.java
similarity index 100%
rename from VBO/src/mrdev023/network/packet/wait/WaitPacket.java
rename to src/mrdev023/network/packet/wait/WaitPacket.java
diff --git a/VBO/src/mrdev023/network/server/ClientConnection.java b/src/mrdev023/network/server/ClientConnection.java
similarity index 100%
rename from VBO/src/mrdev023/network/server/ClientConnection.java
rename to src/mrdev023/network/server/ClientConnection.java
diff --git a/VBO/src/mrdev023/network/server/PacketManager.java b/src/mrdev023/network/server/PacketManager.java
similarity index 100%
rename from VBO/src/mrdev023/network/server/PacketManager.java
rename to src/mrdev023/network/server/PacketManager.java
diff --git a/VBO/src/mrdev023/network/server/Server.java b/src/mrdev023/network/server/Server.java
similarity index 100%
rename from VBO/src/mrdev023/network/server/Server.java
rename to src/mrdev023/network/server/Server.java
diff --git a/VBO/src/mrdev023/rendering/Camera.java b/src/mrdev023/rendering/Camera.java
similarity index 100%
rename from VBO/src/mrdev023/rendering/Camera.java
rename to src/mrdev023/rendering/Camera.java
diff --git a/VBO/src/mrdev023/rendering/DisplayManager.java b/src/mrdev023/rendering/DisplayManager.java
similarity index 100%
rename from VBO/src/mrdev023/rendering/DisplayManager.java
rename to src/mrdev023/rendering/DisplayManager.java
diff --git a/VBO/src/mrdev023/rendering/VBO.java b/src/mrdev023/rendering/VBO.java
similarity index 100%
rename from VBO/src/mrdev023/rendering/VBO.java
rename to src/mrdev023/rendering/VBO.java
diff --git a/VBO/src/mrdev023/rendering/gui/ButtonGUI.java b/src/mrdev023/rendering/gui/ButtonGUI.java
similarity index 100%
rename from VBO/src/mrdev023/rendering/gui/ButtonGUI.java
rename to src/mrdev023/rendering/gui/ButtonGUI.java
diff --git a/VBO/src/mrdev023/rendering/gui/GUI.java b/src/mrdev023/rendering/gui/GUI.java
similarity index 100%
rename from VBO/src/mrdev023/rendering/gui/GUI.java
rename to src/mrdev023/rendering/gui/GUI.java
diff --git a/VBO/src/mrdev023/rendering/gui/LabelGUI.java b/src/mrdev023/rendering/gui/LabelGUI.java
similarity index 100%
rename from VBO/src/mrdev023/rendering/gui/LabelGUI.java
rename to src/mrdev023/rendering/gui/LabelGUI.java
diff --git a/VBO/src/mrdev023/rendering/gui/Text.java b/src/mrdev023/rendering/gui/Text.java
similarity index 100%
rename from VBO/src/mrdev023/rendering/gui/Text.java
rename to src/mrdev023/rendering/gui/Text.java
diff --git a/VBO/src/mrdev023/rendering/gui/action/Action.java b/src/mrdev023/rendering/gui/action/Action.java
similarity index 100%
rename from VBO/src/mrdev023/rendering/gui/action/Action.java
rename to src/mrdev023/rendering/gui/action/Action.java
diff --git a/VBO/src/mrdev023/update/Update.java b/src/mrdev023/update/Update.java
similarity index 100%
rename from VBO/src/mrdev023/update/Update.java
rename to src/mrdev023/update/Update.java
diff --git a/VBO/src/mrdev023/world/MultiWorld.java b/src/mrdev023/world/MultiWorld.java
similarity index 100%
rename from VBO/src/mrdev023/world/MultiWorld.java
rename to src/mrdev023/world/MultiWorld.java
diff --git a/VBO/src/mrdev023/world/SoloWorld.java b/src/mrdev023/world/SoloWorld.java
similarity index 100%
rename from VBO/src/mrdev023/world/SoloWorld.java
rename to src/mrdev023/world/SoloWorld.java
diff --git a/VBO/src/mrdev023/world/World.java b/src/mrdev023/world/World.java
similarity index 100%
rename from VBO/src/mrdev023/world/World.java
rename to src/mrdev023/world/World.java
diff --git a/VBO/src/mrdev023/world/chunk/Chunk.java b/src/mrdev023/world/chunk/Chunk.java
similarity index 100%
rename from VBO/src/mrdev023/world/chunk/Chunk.java
rename to src/mrdev023/world/chunk/Chunk.java
diff --git a/VBO/src/mrdev023/world/chunk/Generate.java b/src/mrdev023/world/chunk/Generate.java
similarity index 100%
rename from VBO/src/mrdev023/world/chunk/Generate.java
rename to src/mrdev023/world/chunk/Generate.java
diff --git a/VBO/src/mrdev023/world/chunk/LoadChunk.java b/src/mrdev023/world/chunk/LoadChunk.java
similarity index 100%
rename from VBO/src/mrdev023/world/chunk/LoadChunk.java
rename to src/mrdev023/world/chunk/LoadChunk.java
diff --git a/VBO/src/mrdev023/world/chunk/Noise.java b/src/mrdev023/world/chunk/Noise.java
similarity index 100%
rename from VBO/src/mrdev023/world/chunk/Noise.java
rename to src/mrdev023/world/chunk/Noise.java
diff --git a/VBO/src/mrdev023/world/trees/Tree.java b/src/mrdev023/world/trees/Tree.java
similarity index 100%
rename from VBO/src/mrdev023/world/trees/Tree.java
rename to src/mrdev023/world/trees/Tree.java