Everything posted by larsgerrits
-
When Installing Forge doesn't Respond
Using Windows 7 shouldn't be an issue. Define "doesn't work". If it crashes, post the crash report.
-
Trouble Installing Forge
That is not the complete log. Also, tell your friend to update her OS (Vista, seriously?).
-
Forge doesn't launch properly
Post the logs.
-
Game Crash: java.lang.NullPointerException: Ticking memory connection
Solution: update to 1.10.2. 1.7.10 is no longer supported by Forge.
-
[1.10.2] Custom slab issues
In your ItemSlab class.
-
[1.10] Name and Texture won't load on the Item
It has been stated before on the forums that MrCrayfish's tutorials are not very good. I'll show you what I mean: Use ModelLoader.setCustomModelResourceLocation instead of Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register . Don't put client code (ModItems.registerRenderers() inside common code ( ModItems . Put it on your ClientProxy . You should use item/generated in your model JSON instead of builtin/generated . Don't initialize your @Instance variable yourself, Forge does it for you. You have that awful EModItems (why?) but you never use it. You don't need the display object in your model JSON, as it handled for you by item/generated . There are more issues with your code and his tutorials that you haven't gotten to yet, and I won't go into detail right now.
-
Help My Minecraft Crashed On Me
Yes, we know you are running Forge for Minecraft version 1.8: Details: Minecraft Version: 1.8 Operating System: Windows XP (x86) version 5.1 JVM Flags: 6 total; <~> -Xmx512M <~> Now please explain why you won't update your Minecraft and your OS, and increasing the amount of RAM you allocate to Minecraft.
-
[1.10.2] Custom slab issues
Override getItem to return the ItemStack dropped.
-
[1.8] Use spawn eggs of custom entitie
I'm blind... Is there actually a reason the method is client only? And not only this method but also some others where there isn't a reason to be client only.
-
Help My Minecraft Crashed On Me
What do you mean "it's Forge"?
-
Minecraft Crashing when opened
You solve it by updating to 1.10.2. Seriously, why would anyone still use 1.7.10, it's more than 2 years old, and not supported by Forge anymore.
-
[1.8] Use spawn eggs of custom entitie
Call ItemMonsterPlacer.applyEntityIdToItemStack() on your ItemStack with an Item of type ItemMonsterPlacer , and return that.
-
[1.8] Transfering Data between two Tile Entities
Also, if you want to change a BlockPos over 1 block, use BlockPos#[direction]() .
-
Help My Minecraft Crashed On Me
Why are you still using Minecraft 1.8 on Windows XP with 512MB of RAM? Try updating all three of them.
-
Problem with minecraft.thePlayer
Take a look at http://mcforge.readthedocs.io/, it is the documentation of Forge, including networking.
-
Problem with minecraft.thePlayer
Yes, even in singleplayer there's a client and a server involved.
-
[1.10.2] [GuiScreen] Binding textures after drawString
If you want, you can make a pull request to the Forge Documentation GitHub, and if it gets accepted, it will put on http://mcforge.readthedocs.io/, which already has some nice documentation.
-
[1.10.2] [GuiScreen] Binding textures after drawString
Forge doesn't change things that don't have to be changed.
-
[1.10.2] [GuiScreen] Binding textures after drawString
To render text on a screen, it has to bind the unicode texture to actually draw different letters and numbers from. It doesn't rebind the previous texture, so you have to do it after you are drawing text.
-
[1.9] [UNSOLVED] Entity Portal Travel
Good for you, it's just that this thread is over 6 months old, and there's no need to reply to that.
-
Minecraft crashes after a few moments.
Why the hell are you STILL using 1.6.4? It's more than 3 YEARS old. Any version except for the latest and the one below are not supported on this forum. Update to 1.102.
-
Forge Server crashing after I log into it
I forgot to lock this one... We don't support 1.7.10 because people should update. NOBODY has any good enough reason to stay on 1.7.10. So the solution to your problem is: update to 1.10.2.
-
Forge Server crashing after I log into it
1.7.10 is no longer supported by on this forum.
-
Server not starting 1.10.2
You still have several cases of where various files aren't allowed to be written to.
-
Server not starting 1.10.2
I might have overlooked it, but the only thing in that log is INFO or WARN, and no ERROR or any Exception. Or you didn't post the complete log.
IPS spam blocked by CleanTalk.