Minecraft 1.5.2 crashes whenever I launch it
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By Xx_DKING_xX · Posted
Bro You send me a Link to a topic where you posted a Link to an other topic where you also postet a Link to an other topic. I try to update the driver thanks -
Hello, I'm having trouble keeping player nbt data after death, this is my code currently: @SubscribeEvent public static void onPlayerCloned(PlayerEvent.Clone event) { if(event.isWasDeath()) { System.out.println("Player died"); System.out.println("Cloning wallet 0/2"); System.out.println(event.getOriginal().getDisplayName().getString()); System.out.println(event.getOriginal().getCapability(WalletProvider.WALLET_CAPABILITY).isPresent()); event.getOriginal().getCapability(WalletProvider.WALLET_CAPABILITY).ifPresent(oldStore -> { System.out.println("Cloning wallet 1/2"); event.getPlayer().getCapability(WalletProvider.WALLET_CAPABILITY).ifPresent(newStore -> { System.out.println("Cloning wallet 2/2"); newStore.copyFrom(oldStore); }); }); } } I have a /balance command, and when I give myself some money it displays the correct balance, but for some reason the capability is not present in the playerclone event, the System.out.println(event.getOriginal().getCapability(WalletProvider.WALLET_CAPABILITY).isPresent()); prints "false". I know that the capability is being attached properly and everything, this is my console: Attached wallet to player Player died Cloning wallet 0/2 Dev false Attached wallet to player Please anyone help
-
By DANIELorlov · Posted
It's solved, the mod Mekanism Matter caused all of that -
Why do you want me to wait? I can't fix AMD's graphics driver.
-
https://github.com/Creators-of-Create/Create/issues/4153
-
-
Topics
-
Who's Online (See full list)
Recommended Posts