
Gingerbreadman
Members-
Posts
74 -
Joined
-
Last visited
Everything posted by Gingerbreadman
-
more defined entity than MovingObjectType.ENTITY?
Gingerbreadman replied to Gingerbreadman's topic in Modder Support
ugh, Im blind or something its 3am here so very tired and not concentrated xdd -
I keep getting a null pointer java.lang.NullPointerException at net.minecraft.client.Minecraft.runTick(Minecraft.java:1994) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1028) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:951) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?] at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?] at GradleStart.main(Unknown Source) [start/:?] [02:51:33] [Client thread/INFO] [sTDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ---- // Ouch. That hurt Time: 07/07/15 02:51 Description: Unexpected error java.lang.NullPointerException: Unexpected error at net.minecraft.client.Minecraft.runTick(Minecraft.java:1994) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1028) at net.minecraft.client.Minecraft.run(Minecraft.java:951) at net.minecraft.client.main.Main.main(Main.java:164) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) at GradleStart.main(Unknown Source)
-
I am trying to get a movingobjecttype that is a pig, not every entity
-
FMLClientHandler.instance().connectToServer(FMLClientHandler.instance().getClient().currentScreen, new ServerData(null, Main.getConfigData().getIP() + ":" + Main.getConfigData().getPort())); ^ I am getting a null point exception while running this
-
Anyway on knowing if the connection succeeded?
-
This is not spam or anything bad, the server reboots at a time, and I want to be on it when after it starts up again, and the command sending is not irrelevant to this at all
-
How would I automatically join a server after I get kicked from one?
-
Sorry about being a nub on Forge xddd I do bukkit, and normal java programming (just started Forge)
-
I am going to run a client side timer.. for this, I just need to know how to run a command.
-
I am not trying to create a command, I Just want to run a command that already exists.
-
did hours ago. Gradle was glitched.
-
Whenever I try to setupDecompWorkspace I get this error "Unable to find a javac compiler, Perhaps JAVA_HOME does not point to the JDK, It is currently set to "C:\Program Files\Java\jre7"
-
and how would I run a serverside command? (not forge server)
-
How would you run a command like /tp in forge? I want to run a serverside command every 5 minutes
-
No, I will do research about forge and do it my self, I just dont know where to start for making the player auto walk, place blocks, break blocks, etc
-
I am very good at java, though I am not a forge modder, though I really need this done. is it possible for you guys to help me out? with code, etc?
-
to plant and then to harvest when it grows
-
guys, I want the actual player to be the bot... I want him to click a button, etc
-
hello everyone and I need help to create a grass bot this bot has to automatically place dirt in selected blocks, and when they turn into grass harvest them automatically, it will also have to be able to use commands like /tell though I need help doing this, as I am not familiar with the forge api
-
maybe I can make every block, the player needs to break, etc send packets to the player, making fake mobs where he has to place it, this way he has away going around it, etc?
-
I am going to add blocks and there locations to a list, and then do if its air go to it and place a block
-
can you give me an example of walking to a location and placing a block there?
-
Yes I want the player to set what blocks to place and break, then when enabled the player will automatically walk around placing those blocks and then later breaking them
-
Hello everyone, I am trying to create a mod that on enable walks in a hollowed cube, and fills it up with blocks, then later breaks it. The only problem is that I don't know where to start with auto walking, etc