
larsgerrits
Members-
Content count
3313 -
Joined
-
Last visited
-
Days Won
13
larsgerrits last won the day on March 18
larsgerrits had the most liked content!
Community Reputation
486 ExcellentAbout larsgerrits
-
Rank
Reality Controller
Converted
-
Gender
Male
-
Location
Terschelling, Netherlands
Recent Profile Visitors
-
larsgerrits started following Error with forge. pls help, Blue screen (Not blue screen of death), [1.12.2] Biome and Dimension tutorials and and 6 others
-
Blue screen (Not blue screen of death)
larsgerrits replied to AAnonymoos's topic in Support & Bug Reports
-
The Twilight Forest and Biomes O' Plenty mod uses ATs to make those variables public in BiomeProvider: Twilight Forest AT and Biomes O' Plenty AT.
-
is LanguageManger Locale copy of client's i18nLocale?
larsgerrits replied to jredfox's topic in Modder Support
If you look closely, you can see that the I18n.setLocale method only gets called from the LanguageManager constructor. So yes, that means they are the same. -
1) Your code shows you're not using Forge for MC 1.7. 2) 1.7.10 and lower are not supported on this forum anymore. You should update.
-
1) This thread is a year old. Don't post in it. 2) Using a cracked launcher can get you banned on here. Just buy the game.
-
[1.12.2] Creating smelting recipe [SOLVED]
larsgerrits replied to supreme marshal's topic in Modder Support
Are you calling RecipeHandler.registerSmelting? -
First of all, read the new policy on coremods. And if you need support writing a coremod, you shouldn't be writing a coremod at all. As for your issue: what are you trying to do? Tell us, from an user point of view. There's probably a better way to do what you want.
-
how to allocate more ram to customized jvm arguments
larsgerrits replied to Derpyninja476's topic in Support & Bug Reports
This is not only for a Minecraft server. This is the same for every Java program. Adding the -Xmx switch to the JVM arguments in the launcher will launch the game with more RAM. -
Introducing Mercurius! Stats and Analytics for Forge
larsgerrits replied to Mr. Flamegoat's topic in Site News (non-forge)
Mercurius isn't currently sending anything over. They shutdown the servers for various reasons, one of them being costs. It had one, however that has also been shut down. -
You need to use Java 8.
-
It's an issue with EnderStorage. Report it to the author if you're using the latest version.
-
1.7.10 is no longer supported on this forum. Update.
-
Unable To Know Which Version I Should Use Because There Is No Documentation
larsgerrits replied to bichater's topic in ForgeGradle
That's the Forge version string. You can find all of them on the file server. If Gradle complains, post the error. We might be able to help you. -
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityPlayerSP
larsgerrits replied to TheMysticMinecart Myles's topic in Support & Bug Reports
Your mod is "MylesCannonPlusMod"? Then yes, it's your mod that's crashing. How to fix it? Stop using MCreator and learn how to properly mod.- 1 reply
-
- 2
-
-
-
Microsoft buys Mojang/Minecraft ... FAQ for Forge Team/LexManos
larsgerrits replied to Aridhol's topic in General Discussion
"Add-Ons will work on any platform that runs the Windows 10 Edition Beta or Pocket Edition" So it's the Bedrock versions only.