Advertisement
joelzebub

Untitled

Jul 23rd, 2019
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.25 KB | None | 0 0
  1. java.lang.NoSuchMethodError: net.minecraft.world.World.func_72910_y()Ljava/util/List;
  2.     at com.ikerleon.birdwmod.entity.EntityBird.func_70636_d(EntityBird.java:200)
  3.     at com.ikerleon.birdwmod.entity.EntityBirdDiurnal.func_70636_d(EntityBirdDiurnal.java:16)
  4.     at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
  5.     at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  6.     at net.minecraft.world.World.func_72866_a(World.java:1993)
  7.     at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  8.     at net.minecraft.world.World.func_72870_g(World.java:1955)
  9.     at net.minecraft.world.World.func_72939_s(World.java:1759)
  10.     at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  11.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  12.     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  13.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  14.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  15.     at java.lang.Thread.run(Unknown Source)
  16.  
  17.  
  18. A detailed walkthrough of the error, its code path and all known details is as follows:
  19. ---------------------------------------------------------------------------------------
  20.  
  21. -- Head --
  22. Thread: Server thread
  23. Stacktrace:
  24.     at com.ikerleon.birdwmod.entity.EntityBird.func_70636_d(EntityBird.java:200)
  25.     at com.ikerleon.birdwmod.entity.EntityBirdDiurnal.func_70636_d(EntityBirdDiurnal.java:16)
  26.     at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
  27.     at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  28.     at net.minecraft.world.World.func_72866_a(World.java:1993)
  29.     at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  30.     at net.minecraft.world.World.func_72870_g(World.java:1955)
  31.  
  32. -- Entity being ticked --
  33. Details:
  34.     Entity Type: birdwmod:green_heron (com.ikerleon.birdwmod.entity.northamerica.EntityGreenHeron)
  35.     Entity ID: 131
  36.     Entity Name: Green Heron
  37.     Entity's Exact location: -233.50, 65.00, 135.50
  38.     Entity's Block location: World: (-234,65,135), Chunk: (at 6,4,7 in -15,8; contains blocks -240,0,128 to -225,255,143), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  39.     Entity's Momentum: 0.00, -0.08, 0.00
  40.     Entity's Passengers: []
  41.     Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  42. Stacktrace:
  43.     at net.minecraft.world.World.func_72939_s(World.java:1759)
  44.     at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  45.  
  46. -- Affected level --
  47. Details:
  48.     Level name: world
  49.     All players: 0 total; []
  50.     Chunk stats: ServerChunkCache: 625 Drop: 0
  51.     Level seed: -9114722770570814849
  52.     Level generator: ID 00 - default, ver 1. Features enabled: true
  53.     Level generator options:
  54.     Level spawn location: World: (-240,64,252), Chunk: (at 0,4,12 in -15,15; contains blocks -240,0,240 to -225,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  55.     Level time: 1 game time, 1 day time
  56.     Level dimension: 0
  57.     Level storage version: 0x00000 - Unknown?
  58.     Level weather: Rain time: 148589 (now: false), thunder time: 150931 (now: false)
  59.     Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  60. Stacktrace:
  61.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  62.     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  63.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  64.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  65.     at java.lang.Thread.run(Unknown Source)
  66.  
  67. -- System Details --
  68. Details:
  69.     Minecraft Version: 1.12.2
  70.     Operating System: Windows 10 (amd64) version 10.0
  71.     Java Version: 1.8.0_221, Oracle Corporation
  72.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  73.     Memory: 3567330648 bytes (3402 MB) / 4145545216 bytes (3953 MB) up to 4145545216 bytes (3953 MB)
  74.     JVM Flags: 2 total; -Xms4G -Xmx4G
  75.     IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
  76.     FML: MCP 9.42 Powered by Forge 14.23.5.2838 25 mods loaded, 25 mods active
  77.     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement