Advertisement
Guest User

tinybiomecrash_som

a guest
Nov 12th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // My bad.
  3.  
  4. Time: 11/12/19 9:38 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NoSuchMethodError: net.minecraft.world.biome.Biome.func_185359_l()Ljava/lang/String;
  8. at schoolsofmagic.world.generators.SOMGenBiomeOre.runGenerator(SOMGenBiomeOre.java:89)
  9. at schoolsofmagic.world.generators.SOMGenBiomeOre.generate(SOMGenBiomeOre.java:56)
  10. at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:167)
  11. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1020)
  12. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:999)
  13. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
  14. at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344)
  15. at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:314)
  16. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270)
  17. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  18. at java.lang.Thread.run(Unknown Source)
  19.  
  20.  
  21. A detailed walkthrough of the error, its code path and all known details is as follows:
  22. ---------------------------------------------------------------------------------------
  23.  
  24. -- System Details --
  25. Details:
  26. Minecraft Version: 1.12.2
  27. Operating System: Windows 10 (amd64) version 10.0
  28. Java Version: 1.8.0_231, Oracle Corporation
  29. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  30. Memory: 960363448 bytes (915 MB) / 1104150528 bytes (1053 MB) up to 3806855168 bytes (3630 MB)
  31. JVM Flags: 0 total;
  32. IntCache: cache: 4, tcache: 0, allocated: 13, tallocated: 95
  33. FML: MCP 9.42 Powered by Forge 14.23.5.2847 5 mods loaded, 5 mods active
  34. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  35.  
  36. | State | ID | Version | Source | Signature |
  37. |:------ |:--------- |:------------ |:--------------------------------------- |:--------- |
  38. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  39. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  40. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847-universal.jar | None |
  41. | LCHIJA | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847-universal.jar | None |
  42. | LCHIJA | som | 1.0-mc1.12.2 | SOM1.12.2-1.1.13.6.jar | None |
  43.  
  44. Loaded coremods (and transformers):
  45. Profiler Position: N/A (disabled)
  46. Player Count: 0 / 20; []
  47. Is Modded: Definitely; Server brand changed to 'fml,forge'
  48. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement