Advertisement
Guest User

run error

a guest
Jul 25th, 2021
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. [14:03:18] [Client thread/INFO]: Setting user: Player218
  2. Exception in thread "Client thread" [14:03:18] [Client thread/INFO]: [STDERR]: java.lang.Error: Unresolved compilation problem:
  3. Type mismatch: cannot convert from List<Object> to List<T>
  4.  
  5. [14:03:18] [Client thread/INFO]: [STDERR]: at net.minecraft.util.math.Cartesian$GetList.apply(Cartesian.java:57)
  6. [14:03:18] [Client thread/INFO]: [STDERR]: at net.minecraft.util.math.Cartesian$GetList.apply(Cartesian.java:1)
  7. [14:03:18] [Client thread/INFO]: [STDERR]: at com.google.common.collect.Iterators$7.transform(Iterators.java:750)
  8. [14:03:18] [Client thread/INFO]: [STDERR]: at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:47)
  9. [14:03:18] [Client thread/INFO]: [STDERR]: at net.minecraft.block.state.BlockStateContainer.<init>(BlockStateContainer.java:73)
  10. [14:03:18] [Client thread/INFO]: [STDERR]: at net.minecraft.block.Block.createBlockState(Block.java:1113)
  11. [14:03:18] [Client thread/INFO]: [STDERR]: at net.minecraft.block.Block.<init>(Block.java:305)
  12. [14:03:18] [Client thread/INFO]: [STDERR]: at net.minecraft.block.Block.<init>(Block.java:314)
  13. [14:03:18] [Client thread/INFO]: [STDERR]: at net.minecraft.block.BlockAir.<init>(BlockAir.java:18)
  14. [14:03:18] [Client thread/INFO]: [STDERR]: at net.minecraft.block.Block.registerBlocks(Block.java:1171)
  15. [14:03:18] [Client thread/INFO]: [STDERR]: at net.minecraft.init.Bootstrap.register(Bootstrap.java:500)
  16. [14:03:18] [Client thread/INFO]: [STDERR]: at net.minecraft.client.Minecraft.<init>(Minecraft.java:439)
  17. [14:03:18] [Client thread/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(Main.java:115)
  18. [14:03:18] [Client thread/INFO]: [STDERR]: at Start.main(Start.java:11)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement