-
[1.8] Offline player's name from uuid
MinecraftServer.getServer().getPlayerProfileCache().getProfileByUUID(UUID.fromString("someuuid")).getName()
-
[1.8] Faking a block update code does nothing
I want it to appear changed on the client, but not actually change it on the server world, so that i can show a area border when required.
-
[1.8] Faking a block update code does nothing
With this code no changes will occur to the block at the position S23PacketBlockChange blockPacket = new S23PacketBlockChange(event.world, event.pos); blockPacket.blockState = Blocks.diamond_block.getDefaultState(); playerMP.playerNetServerHandler.sendPacket(blockPacket); however if i do world.setBlockState on the pos with the same blockstate var it will change to the diamond block (Server only mod)
-
Some suggestions and practices for improvements.
You do know the amount of access needed to create mods that aren't absolute piles of crap right?
-
[1.8] register texture for Block idont get it clear <HALF SOLVED>
https://github.com/clienthax/chococraft/blob/1.8/src/main/java/chococraft/client/ClientProxyChocoCraft.java#L64
-
[1.8] onItemUseFinish called twice?
yep.
-
Forge source and Patching NMS
it patchs the source, look at the patchs folder. https://github.com/MinecraftForge/MinecraftForge/tree/master/patches/minecraft/net/minecraft
-
[1.7.10] Event for Procreation
Yep i can think of a couple uses for this.
-
Re: Forge: does it have viruses?
hea guys can i trust this community standard open source software ...
-
Texture dont work in minecraft
folder layout?
-
rotating model?
https://github.com/Pixelmon-Mod/PixelUtilities/blob/master/src/main/java/com/pixelutilities/models/renderers/PokeballRenderer.java
-
Debugging with other mods / Unit Testing / CI?
if you can't find a dev version of the mod, throw in codechickencore, it will runtime deob the mods for you.
-
FML 1.8-8.0.2.1009 Ubuntu try run
But it still doesnt work. Have you seen this part of my message or just tried to look clever? also you know gradle ignores your classpath unless you add it to the project right, but im sure you prefer belitteling people trying to help you instead of bothering to look it up.
-
FML 1.8-8.0.2.1009 Ubuntu try run
But it still doesnt work. Have you seen this part of my message or just tried to look clever? $ md5sum log4j-1.2.17.jar fb87bd84e336ca3dc6b6c108f51bf25e *log4j-1.2.17.jar verify please.
-
How do I make a Gui open when an item is right clicked? - SOLVED
if you just need it to be on the client side you can do Minecraft.getMinecraft().displayGuiScreen(new mygui());
IPS spam blocked by CleanTalk.