diff --git a/.gitignore b/.gitignore index c25dca8..d81cafa 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ config logs eula.txt server.properties +chrash-reports +saves diff --git a/crash-reports/crash-2015-08-11_19.53.52-client.txt b/crash-reports/crash-2015-08-11_19.53.52-client.txt deleted file mode 100644 index 76bd9f4..0000000 --- a/crash-reports/crash-2015-08-11_19.53.52-client.txt +++ /dev/null @@ -1,78 +0,0 @@ ----- Minecraft Crash Report ---- -// Ouch. That hurt :( - -Time: 8/11/15 7:53 PM -Description: There was a severe problem during mod loading that has caused the game to fail - -cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: nmd.primal.mixcoatl.ClientProxy - at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76) - at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:606) - at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) - at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) - at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) - at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) - at com.google.common.eventbus.EventBus.post(EventBus.java:275) - at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) - at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:606) - at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) - at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) - at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) - at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) - at com.google.common.eventbus.EventBus.post(EventBus.java:275) - at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) - at cpw.mods.fml.common.Loader.loadMods(Loader.java:513) - at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) - at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) - at net.minecraft.client.Minecraft.run(Minecraft.java:942) - at net.minecraft.client.main.Main.main(Main.java:164) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:606) - at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) - at net.minecraft.launchwrapper.Launch.main(Launch.java:28) - at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) - at GradleStart.main(Unknown Source) -Caused by: java.lang.ClassNotFoundException: nmd.primal.mixcoatl.ClientProxy - at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) - at java.lang.ClassLoader.loadClass(ClassLoader.java:425) - at java.lang.ClassLoader.loadClass(ClassLoader.java:358) - at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58) - at java.lang.Class.forName0(Native Method) - at java.lang.Class.forName(Class.java:270) - at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59) - ... 35 more -Caused by: java.lang.NullPointerException - at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) - ... 41 more - - -A detailed walkthrough of the error, its code path and all known details is as follows: ---------------------------------------------------------------------------------------- - --- System Details -- -Details: - Minecraft Version: 1.7.10 - Operating System: Windows 8.1 (amd64) version 6.3 - Java Version: 1.7.0_67, Oracle Corporation - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation - Memory: 315420056 bytes (300 MB) / 516947968 bytes (493 MB) up to 3806855168 bytes (3630 MB) - JVM Flags: 0 total; - AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used - IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 - FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 5 mods loaded, 5 mods active - States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored - UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) - UC FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1492-1.7.10.jar) - UC Forge{10.13.4.1492} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1492-1.7.10.jar) - UE energy{1.0} [energy] (bin) - UC examplemod{1.0} [Example Mod] (bin) - GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.62' Renderer: 'GeForce GTX 670/PCIe/SSE2' \ No newline at end of file diff --git a/crash-reports/crash-2015-08-11_19.58.46-client.txt b/crash-reports/crash-2015-08-11_19.58.46-client.txt deleted file mode 100644 index ed037cd..0000000 --- a/crash-reports/crash-2015-08-11_19.58.46-client.txt +++ /dev/null @@ -1,78 +0,0 @@ ----- Minecraft Crash Report ---- -// Ooh. Shiny. - -Time: 8/11/15 7:58 PM -Description: There was a severe problem during mod loading that has caused the game to fail - -cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: nmd.primal.mixcoatl.ClientProxy - at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76) - at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:606) - at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) - at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) - at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) - at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) - at com.google.common.eventbus.EventBus.post(EventBus.java:275) - at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) - at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:606) - at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) - at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) - at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) - at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) - at com.google.common.eventbus.EventBus.post(EventBus.java:275) - at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) - at cpw.mods.fml.common.Loader.loadMods(Loader.java:513) - at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) - at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) - at net.minecraft.client.Minecraft.run(Minecraft.java:942) - at net.minecraft.client.main.Main.main(Main.java:164) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:606) - at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) - at net.minecraft.launchwrapper.Launch.main(Launch.java:28) - at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) - at GradleStart.main(Unknown Source) -Caused by: java.lang.ClassNotFoundException: nmd.primal.mixcoatl.ClientProxy - at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) - at java.lang.ClassLoader.loadClass(ClassLoader.java:425) - at java.lang.ClassLoader.loadClass(ClassLoader.java:358) - at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58) - at java.lang.Class.forName0(Native Method) - at java.lang.Class.forName(Class.java:270) - at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59) - ... 35 more -Caused by: java.lang.NullPointerException - at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) - ... 41 more - - -A detailed walkthrough of the error, its code path and all known details is as follows: ---------------------------------------------------------------------------------------- - --- System Details -- -Details: - Minecraft Version: 1.7.10 - Operating System: Windows 8.1 (amd64) version 6.3 - Java Version: 1.7.0_67, Oracle Corporation - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation - Memory: 315927064 bytes (301 MB) / 516947968 bytes (493 MB) up to 3806855168 bytes (3630 MB) - JVM Flags: 0 total; - AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used - IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 - FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 5 mods loaded, 5 mods active - States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored - UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) - UC FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1492-1.7.10.jar) - UC Forge{10.13.4.1492} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1492-1.7.10.jar) - UE energy{1.0} [energy] (bin) - UC examplemod{1.0} [Example Mod] (bin) - GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.62' Renderer: 'GeForce GTX 670/PCIe/SSE2' \ No newline at end of file diff --git a/saves/New World/DIM-1/data/villages.dat b/saves/New World/DIM-1/data/villages.dat deleted file mode 100644 index d5e6312..0000000 Binary files a/saves/New World/DIM-1/data/villages.dat and /dev/null differ diff --git a/saves/New World/DIM-1/forcedchunks.dat b/saves/New World/DIM-1/forcedchunks.dat deleted file mode 100644 index e434547..0000000 Binary files a/saves/New World/DIM-1/forcedchunks.dat and /dev/null differ diff --git a/saves/New World/DIM1/data/villages.dat b/saves/New World/DIM1/data/villages.dat deleted file mode 100644 index d5e6312..0000000 Binary files a/saves/New World/DIM1/data/villages.dat and /dev/null differ diff --git a/saves/New World/DIM1/forcedchunks.dat b/saves/New World/DIM1/forcedchunks.dat deleted file mode 100644 index e434547..0000000 Binary files a/saves/New World/DIM1/forcedchunks.dat and /dev/null differ diff --git a/saves/New World/data/Mineshaft.dat b/saves/New World/data/Mineshaft.dat deleted file mode 100644 index 607602f..0000000 Binary files a/saves/New World/data/Mineshaft.dat and /dev/null differ diff --git a/saves/New World/data/Village.dat b/saves/New World/data/Village.dat deleted file mode 100644 index 7a0303a..0000000 Binary files a/saves/New World/data/Village.dat and /dev/null differ diff --git a/saves/New World/data/villages.dat b/saves/New World/data/villages.dat deleted file mode 100644 index d5e6312..0000000 Binary files a/saves/New World/data/villages.dat and /dev/null differ diff --git a/saves/New World/forcedchunks.dat b/saves/New World/forcedchunks.dat deleted file mode 100644 index e434547..0000000 Binary files a/saves/New World/forcedchunks.dat and /dev/null differ diff --git a/saves/New World/level.dat b/saves/New World/level.dat deleted file mode 100644 index 329fa75..0000000 Binary files a/saves/New World/level.dat and /dev/null differ diff --git a/saves/New World/level.dat_mcr b/saves/New World/level.dat_mcr deleted file mode 100644 index 1cb06df..0000000 Binary files a/saves/New World/level.dat_mcr and /dev/null differ diff --git a/saves/New World/level.dat_old b/saves/New World/level.dat_old deleted file mode 100644 index f7d0b25..0000000 Binary files a/saves/New World/level.dat_old and /dev/null differ diff --git a/saves/New World/playerdata/0ca79935-eef6-455e-a6ec-12d734e4094e.dat b/saves/New World/playerdata/0ca79935-eef6-455e-a6ec-12d734e4094e.dat deleted file mode 100644 index 3c87762..0000000 Binary files a/saves/New World/playerdata/0ca79935-eef6-455e-a6ec-12d734e4094e.dat and /dev/null differ diff --git a/saves/New World/region/r.-1.-1.mca b/saves/New World/region/r.-1.-1.mca deleted file mode 100644 index 9838005..0000000 Binary files a/saves/New World/region/r.-1.-1.mca and /dev/null differ diff --git a/saves/New World/region/r.-1.0.mca b/saves/New World/region/r.-1.0.mca deleted file mode 100644 index e0839db..0000000 Binary files a/saves/New World/region/r.-1.0.mca and /dev/null differ diff --git a/saves/New World/region/r.0.-1.mca b/saves/New World/region/r.0.-1.mca deleted file mode 100644 index 841d799..0000000 Binary files a/saves/New World/region/r.0.-1.mca and /dev/null differ diff --git a/saves/New World/region/r.0.0.mca b/saves/New World/region/r.0.0.mca deleted file mode 100644 index 7e80bad..0000000 Binary files a/saves/New World/region/r.0.0.mca and /dev/null differ diff --git a/saves/New World/session.lock b/saves/New World/session.lock deleted file mode 100644 index 988da8d..0000000 Binary files a/saves/New World/session.lock and /dev/null differ diff --git a/saves/New World/stats/0ca79935-eef6-455e-a6ec-12d734e4094e.json b/saves/New World/stats/0ca79935-eef6-455e-a6ec-12d734e4094e.json deleted file mode 100644 index 2cddd3c..0000000 --- a/saves/New World/stats/0ca79935-eef6-455e-a6ec-12d734e4094e.json +++ /dev/null @@ -1 +0,0 @@ -{"achievement.exploreAllBiomes":{"value":0,"progress":["ForestHills"]},"achievement.openInventory":2,"stat.playOneMinute":214} \ No newline at end of file