This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ---- Minecraft Crash Report ---- | |
| WARNING: coremods are present: | |
| LoadingPlugin (Quark-r1.0-56.jar) | |
| EnderCorePlugin (EnderCore-1.10.2-0.4.1.55-beta.jar) | |
| Default Options (DefaultOptions_1.10.2-6.1.5.jar) | |
| IvToolkit (IvToolkit-1.2.8.5.jar) | |
| LoadingPlugin (NoNausea-MC1.9.4-1.0.jar) | |
| LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar) | |
| FMLPlugin (InventoryTweaks-1.61-58.jar) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "quartz": { | |
| "template": "uniform", | |
| "block": "quartz_ore", | |
| "material": "minecraft:netherrack", | |
| "clusterSize": 13, | |
| "numClusters": 16, | |
| "minHeight": 10, | |
| "maxHeight": 118, | |
| "retrogen": "true", | |
| "biomeRestriction": "whitelist", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The following appears to be invalid and is trying to place Nether Quartz only in Biome types of "none": | |
| config/cofh/world/Vanilla.json: | |
| "quartz": { | |
| "template": "uniform", | |
| "block": "quartz_ore", | |
| "material": "minecraft:netherrack", | |
| "clusterSize": 13, | |
| "numClusters": 16, | |
| "minHeight": 10, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [20/6/2015 04:15:18 AM] [Server thread/ERROR]: Couldn't process command: 'help' | |
| [20/6/2015 04:15:18 AM] java.lang.NoSuchMethodError: net.minecraft.server.management.UserListOps.func_152690_d()Z | |
| [20/6/2015 04:15:18 AM] at k4unl.minecraft.k4lib.lib.Functions.isPlayerOpped(Functions.java:55) ~[Functions.class:?] | |
| [20/6/2015 04:15:18 AM] at k4unl.minecraft.k4lib.commands.CommandK4OpOnly.func_71519_b(CommandK4OpOnly.java:19) ~[CommandK4OpOnly.class:?] | |
| [20/6/2015 04:15:18 AM] at net.minecraft.command.CommandHandler.func_71557_a(CommandHandler.java:219) ~[z.class:?] | |
| [20/6/2015 04:15:18 AM] at com.matthewprenger.helpfixer.HelpFixer$1.func_71534_d(HelpFixer.java:33) ~[HelpFixer$1.class:1.0.7] | |
| [20/6/2015 04:15:18 AM] at net.minecraft.command.CommandHelp.func_71515_b(SourceFile:38) ~[au.class:?] | |
| [20/6/2015 04:15:18 AM] at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:94) [z.class:?] | |
| [20/6/2015 04:15:18 AM] at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for ( int j = 0 ; j < list.size() - 1; j++ ) { | |
| for ( int k = j ; k < list.size(); k++ ) { | |
| if (list.get(j) >= list.get(k)) { | |
| Integer temp = list.get(j); | |
| list.set(j, list.get(k)); | |
| list.set(k, temp); | |
| } | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "lapis": { | |
| "template": "normal", | |
| "block": "lapis_ore", | |
| "material": "minecraft:stone", | |
| "clusterSize": 6, | |
| "numClusters": 1, | |
| "meanHeight": 16, | |
| "maxVariance": 16, | |
| "retrogen": "true", | |
| "biomeRestriction": "none", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function dumpTable(table, depth) | |
| if (depth > 200) then | |
| print("Error: Depth > 200 in dumpTable()") | |
| return | |
| end | |
| for k,v in pairs(table) do | |
| if (type(v) == "table") then | |
| print(string.rep(" ", depth)..k..":") | |
| dumpTable(v, depth+1) | |
| else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MultiMC version: 0.4.2 | |
| Minecraft folder is: | |
| C:/Games/The Broken World/MultiMC/instances/1.7.10-WSCvsCoroUtils/minecraft | |
| Java path is: | |
| C:/Program Files/Java/jdk1.7.0_67/bin/javaw.exe | |
| Java Arguments: | |
| [-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms1024m, -Xmx4096m, -XX:PermSize=512m, -Duser.language=en, -jar, C:/Games/The Broken World/MultiMC/jars/NewLaunch.jar] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MultiMC version: 0.4.2 | |
| Minecraft folder is: | |
| C:/Games/The Broken World/MultiMC/instances/1.7.10-WSCvsCoroUtils/minecraft | |
| Java path is: | |
| C:/Program Files/Java/jdk1.7.0_67/bin/javaw.exe | |
| Java Arguments: | |
| [-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms1024m, -Xmx4096m, -XX:PermSize=512m, -Duser.language=en, -jar, C:/Games/The Broken World/MultiMC/jars/NewLaunch.jar] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MultiMC version: 0.4.2 | |
| Minecraft folder is: | |
| C:/Games/The Broken World/MultiMC/instances/1.7.10-WSCvsCoroUtils/minecraft | |
| Java path is: | |
| C:/Program Files/Java/jdk1.7.0_67/bin/javaw.exe | |
| Java Arguments: | |
| [-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms1024m, -Xmx4096m, -XX:PermSize=512m, -Duser.language=en, -jar, C:/Games/The Broken World/MultiMC/jars/NewLaunch.jar] |