For the mouse, cancel the
net.minecraftforge.client.event.MouseEvent.MouseEvent()
.
For the keyboard, you can try setting the
posX
from the player to the player's
prevPosX
.
Why the f*** would you want a version that is almost three years old? Nobody plays it anymore! Use 1.7.10 or higher, older version are not supported anymore.
You don't need a container for this, you need to send a packet to the server to change the password in the TileEntity. TO open the gui, use [/code]EntityPlayer#openGui(parameters)[/code] on the client side (world.isRemote =
true
), and in your IGuiHandler, return the proper gui for the proper guiID, and return null for the container.
Basically delete the Shape5.mirror = true; line, and it should work. It's pretty much trying to define a boolean on a null variable.
Don't delete Shape5.mirror = true;
, just reverse the two lines.
I think you can just run the
gradlew
commands in the usb drive itself, and whn opening Eclipse, point it to the directory on the flash drive instead of on the main computer.