Jump to content

rob6t

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by rob6t

  1. On 3/16/2020 at 3:46 PM, oke said:

    First when i run it in debug mode nothing happens and when i press resume i get this

    Exception in thread "Client thread" [23:46:08] [Client thread/INFO]: [STDERR]: java.lang.Error: Unresolved compilation problem: 
        Type mismatch: cannot convert from List<Object> to List<T>

    [23:46:08] [Client thread/INFO]: [STDERR]:     at net.minecraft.util.math.Cartesian$GetList.apply(Cartesian.java:57)
    [23:46:08] [Client thread/INFO]: [STDERR]:     at net.minecraft.util.math.Cartesian$GetList.apply(Cartesian.java:1)
    [23:46:08] [Client thread/INFO]: [STDERR]:     at com.google.common.collect.Iterators$7.transform(Iterators.java:750)
    [23:46:08] [Client thread/INFO]: [STDERR]:     at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:47)
    [23:46:08] [Client thread/INFO]: [STDERR]:     at net.minecraft.block.state.BlockStateContainer.<init>(BlockStateContainer.java:73)
    [23:46:08] [Client thread/INFO]: [STDERR]:     at net.minecraft.block.Block.createBlockState(Block.java:1113)
    [23:46:08] [Client thread/INFO]: [STDERR]:     at net.minecraft.block.Block.<init>(Block.java:305)
    [23:46:08] [Client thread/INFO]: [STDERR]:     at net.minecraft.block.Block.<init>(Block.java:314)
    [23:46:08] [Client thread/INFO]: [STDERR]:     at net.minecraft.block.BlockAir.<init>(BlockAir.java:18)
    [23:46:08] [Client thread/INFO]: [STDERR]:     at net.minecraft.block.Block.registerBlocks(Block.java:1171)
    [23:46:08] [Client thread/INFO]: [STDERR]:     at net.minecraft.init.Bootstrap.register(Bootstrap.java:500)
    [23:46:08] [Client thread/INFO]: [STDERR]:     at net.minecraft.client.Minecraft.<init>(Minecraft.java:439)
    [23:46:08] [Client thread/INFO]: [STDERR]:     at net.minecraft.client.main.Main.main(Main.java:115)
    [23:46:08] [Client thread/INFO]: [STDERR]:     at Start.main(Start.java:11)
    Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

    im getting the same error and dont know how to fix it??

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.