Advertisement
Guest User

Custom Ore Gen Error

a guest
Feb 6th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 KB | None | 0 0
  1. 2014-02-06 20:37:35 [FINER] [CustomOreGenRevived] THROW
  2. java.lang.IllegalStateException: Ore block descriptor for PresetPegmatite is overspecified with a total match weight of 100.000015%.
  3. at CustomOreGen.Server.MapGenOreDistribution.validate(MapGenOreDistribution.java:308)
  4. at CustomOreGen.Server.MapGenVeins.validate(MapGenVeins.java:136)
  5. at CustomOreGen.Server.ServerState.validateDistributions(ServerState.java:152)
  6. at CustomOreGen.Server.ServerState.onServerChanged(ServerState.java:385)
  7. at CustomOreGen.Server.ServerState.checkIfServerChanged(ServerState.java:347)
  8. at CustomOreGen.ForgeInterface.onLoadWorld(ForgeInterface.java:42)
  9. at net.minecraftforge.event.ASMEventHandler_287_ForgeInterface_onLoadWorld_Load.invoke(.dynamic)
  10. at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
  11. at net.minecraftforge.event.EventBus.post(EventBus.java:108)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  15. at java.lang.reflect.Method.invoke(Unknown Source)
  16. at Reflector.callVoid(Reflector.java:272)
  17. at Reflector.postForgeBusEvent(Reflector.java:481)
  18. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:73)
  19. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:142)
  20. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
  21. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  22. 2014-02-06 20:37:35 [SEVERE] [ForgeModLoader] Something raised an exception. The message was 'null'. 'stopGame' is true
  23. java.lang.IllegalStateException: Ore block descriptor for PresetPegmatite is overspecified with a total match weight of 100.000015%.
  24. at CustomOreGen.Server.MapGenOreDistribution.validate(MapGenOreDistribution.java:308)
  25. at CustomOreGen.Server.MapGenVeins.validate(MapGenVeins.java:136)
  26. at CustomOreGen.Server.ServerState.validateDistributions(ServerState.java:152)
  27. at CustomOreGen.Server.ServerState.onServerChanged(ServerState.java:385)
  28. at CustomOreGen.Server.ServerState.checkIfServerChanged(ServerState.java:347)
  29. at CustomOreGen.ForgeInterface.onLoadWorld(ForgeInterface.java:42)
  30. at net.minecraftforge.event.ASMEventHandler_287_ForgeInterface_onLoadWorld_Load.invoke(.dynamic)
  31. at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
  32. at net.minecraftforge.event.EventBus.post(EventBus.java:108)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  36. at java.lang.reflect.Method.invoke(Unknown Source)
  37. at Reflector.callVoid(Reflector.java:272)
  38. at Reflector.postForgeBusEvent(Reflector.java:481)
  39. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:73)
  40. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:142)
  41. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
  42. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  43. 2014-02-06 20:37:35 [INFO] [STDOUT] ---- Minecraft Crash Report ----
  44. 2014-02-06 20:37:35 [INFO] [STDOUT] // I feel sad now :(
  45. 2014-02-06 20:37:35 [INFO] [STDOUT]
  46. 2014-02-06 20:37:35 [INFO] [STDOUT] Time: 2/6/14 8:37 PM
  47. 2014-02-06 20:37:35 [INFO] [STDOUT] Description: null
  48. 2014-02-06 20:37:35 [INFO] [STDOUT]
  49. 2014-02-06 20:37:35 [INFO] [STDOUT] java.lang.IllegalStateException: Ore block descriptor for PresetPegmatite is overspecified with a total match weight of 100.000015%.
  50. 2014-02-06 20:37:35 [INFO] [STDOUT] at CustomOreGen.Server.MapGenOreDistribution.validate(MapGenOreDistribution.java:308)
  51. 2014-02-06 20:37:35 [INFO] [STDOUT] at CustomOreGen.Server.MapGenVeins.validate(MapGenVeins.java:136)
  52. 2014-02-06 20:37:35 [INFO] [STDOUT] at CustomOreGen.Server.ServerState.validateDistributions(ServerState.java:152)
  53. 2014-02-06 20:37:35 [INFO] [STDOUT] at CustomOreGen.Server.ServerState.onServerChanged(ServerState.java:385)
  54. 2014-02-06 20:37:35 [INFO] [STDOUT] at CustomOreGen.Server.ServerState.checkIfServerChanged(ServerState.java:347)
  55. 2014-02-06 20:37:35 [INFO] [STDOUT] at CustomOreGen.ForgeInterface.onLoadWorld(ForgeInterface.java:42)
  56. 2014-02-06 20:37:35 [INFO] [STDOUT] at net.minecraftforge.event.ASMEventHandler_287_ForgeInterface_onLoadWorld_Load.invoke(.dynamic)
  57. 2014-02-06 20:37:35 [INFO] [STDOUT] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
  58. 2014-02-06 20:37:35 [INFO] [STDOUT] at net.minecraftforge.event.EventBus.post(EventBus.java:108)
  59. 2014-02-06 20:37:35 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  60. 2014-02-06 20:37:35 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  61. 2014-02-06 20:37:35 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  62. 2014-02-06 20:37:35 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
  63. 2014-02-06 20:37:35 [INFO] [STDOUT] at Reflector.callVoid(Reflector.java:272)
  64. 2014-02-06 20:37:35 [INFO] [STDOUT] at Reflector.postForgeBusEvent(Reflector.java:481)
  65. 2014-02-06 20:37:35 [INFO] [STDOUT] at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:73)
  66. 2014-02-06 20:37:35 [INFO] [STDOUT] at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:142)
  67. 2014-02-06 20:37:35 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
  68. 2014-02-06 20:37:35 [INFO] [STDOUT] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  69. 2014-02-06 20:37:35 [INFO] [STDOUT]
  70. 2014-02-06 20:37:35 [INFO] [STDOUT]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement