
larsgerrits
Members-
Posts
3462 -
Joined
-
Last visited
-
Days Won
17
Everything posted by larsgerrits
-
[SOLVED] Forge 1.10.2 Crashing on ascii.png load
larsgerrits replied to JackQuonare's topic in Support & Bug Reports
Well, if you do have the same issue, the solution is already posted. If that doesn't work, make your own thread instead of posting in a solved thread more than half a year old. -
Forge crashes Minecraft every time.
larsgerrits replied to berry_cringy1's topic in Support & Bug Reports
Allocate more RAM to Minecraft. -
Get 4 way cardinal direction of any entity
larsgerrits replied to ptolemy2002's topic in Modder Support
Use Entity#getHorizontalFacing. -
New to modding and want to make pvp mods like powns
larsgerrits replied to justthatfish's topic in Modder Support
Google. That would mostly be event handling you'd be dealing with, which is described pretty well in the docs. -
You never specified that. You said you didn't know where the hightlights were rendered. Now you do. You're welcome.
-
You can already do this for your own Items by overriding Item#getHightlightTip. FYI, the highlights are rendered in GuiIngameForge#renderToolHighlight.
-
New to modding and want to make pvp mods like powns
larsgerrits replied to justthatfish's topic in Modder Support
1. Learn Java until the point where you can comfortably program with it. Also learn how to use your IDE. 2. Start with a basic mod. Add a basic Item. Add a new Block. Search the forums when you run into an issue, before making a new thread. Read the docs for explanations and how to get started. 3. Get comfortable with the Minecraft and Forge codebase, to the point where you don't have to ask a question for every thing you want to add. 4. Start writing your mod. When you have any questions and they haven't been answered yet, don't hesitate to ask here. Don't expect to be writing full mods tomorrow. Or next week. It takes time to get comfortable to with Java and with the Minecraft+Forge codebase. -
I don't think that is possible, as stairs determine their variant in the code, and not in their blockstates or models. You'd have to make a mod to be able to do this.
-
Massive log file : fml-junk-earlystartup.log
larsgerrits replied to attilavv's topic in Support & Bug Reports
Post the FML log (logs/fml-client-latest.log in your game directory). -
bug Can't open chests on 1.12.2-14.1.2604
larsgerrits replied to NovaViper's topic in Support & Bug Reports
Post the complete FML log (logs/fml-client-latest.log in your game directory). If you have Optifine installed, please remove that first. -
[1.12] BlockState rendering not working
larsgerrits replied to grand_gibus's topic in Modder Support
Post the FML log (logs/fml-client-latest.log in your run directory) anyway. If there's a missing block model, there should be an error in the logs. -
1.7.10 is no longer supported on this forum. Please update if you want support.
-
Forge versions list for custom minecraft launcher
larsgerrits replied to Cubxity's topic in General Discussion
The installer is open source. The code is available on Github at MinecraftForge/Installer. AFAIK, it's not allowed to make a custom launcher that requires you to input your credentials into your own launcher. You can, however, do it the way the Twitch launcher does it (manage the profiles, and open the official launcher with the correct profile directory). -
Also, in the block models (block_drill_basic.json and block_drill_advanced.json) you need to use commas after each texture entry.
-
Your JSON file is broken.
-
Either it's an issue with Extra Utilities 2 this time, or another mod is causing it. Both times it crashed was when model registration was going on, it might also be a coremod f*cking something up. Try running it without any coremod (they're listed in the log).
-
1.7.10 is no longer supported on this forum. Update if you want support (preferably to the latest version).
-
InvocationTargetException Forge 1.7.10
larsgerrits replied to GeMine's topic in Support & Bug Reports
1.7.10 is no longer supported on this forum. Update if you want support (preferably to the latest version). -
Neither. People should update.
-
1.7.10 is no longer supported for this forum. Please update if you want support.
-
1) Wrong board. This belongs in Support & Bug Reports 2) 1.7.10 is no longer supported on this forum. Please update if you want support.