
larsgerrits
Members-
Posts
3462 -
Joined
-
Last visited
-
Days Won
17
Everything posted by larsgerrits
-
[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 a 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.
-
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. -
[SOLVED] Custom Item Drops for Blocks for 1.12.2
larsgerrits replied to 34486's topic in Modder Support
Override Block#getDrops. Also, the IHasModel method of registering models makes no sense. Every Block and Item needs a model. -
Post the FML log (logs/fml-client-latest.log in your game directory). Also, update.
-
My 1.10.2 minecraft keeps crashing and I need help urgently
larsgerrits replied to Suneli's topic in Support & Bug Reports
Something is adding -Xmx512M to your JVM options, probably through the JAVA_OPTIONS environment variable. Remove it. -
It's called ASM. We do not support core-modding on this forum, and if you need any help with it, you shouldn't be doing it. What are you trying to do? There might (probably) be a better way to do it.
-
Your registerBlocks method should be static.
-
Change mob loot table and experience on spawn
larsgerrits replied to Insane96MCP's topic in Modder Support
-
Forge Install Problem for Versions Not 1.12+
larsgerrits replied to AyeselTPW's topic in Support & Bug Reports
Do you have Optifine installed? Remove it. If it continues to crash, post the FML log (/logs/fml-client-latest.log in your game directory). -
[1.12.2] Correctly register enchantments?
larsgerrits replied to Insane96MCP's topic in Modder Support
Yes. All the registries in Forge are located in the ForgeRegistries class. -
[1.12.2] Correctly register enchantments?
larsgerrits replied to Insane96MCP's topic in Modder Support
Subscribe to the RegistryEvent.Register<Enchantment> and use RegistryEvent.Register#register to register an enchantment. -
Minecraft crashes when I try and launch it
larsgerrits replied to That_Martin_Guy's topic in Modder Support
After a bit of searching, I found this topic on the LWJGL forums talking about this issue occuring on Linux. It seems that this is caused when Xrandr is not installed. Try installing the xrandr package.- 1 reply
-
- 1
-
-
Yes. Let's scream at the author. That'll make him want to do his job. And think about this: if it has been like this for 4 updates, maybe it's not an issue with the mod, and more an issue on your end. Have you tried a clean profile with the mod?
-
Please give us a step-by-step explanation on how you setup your Forge environment. So was I, half a year ago.
-
Error when launching forge server (1.12.2)
larsgerrits replied to AdamThePig's topic in Support & Bug Reports
That'll launch a vanilla Minecraft server. You need to launch the Forge JAR instead of the Minecraft server JAR. -
Minecraft 1.10.2 Modded Server Not Allowing Modded Blocks
larsgerrits replied to SQLMNC's topic in Support & Bug Reports
So? The file is there, like it's supposed to be. Just launch the Forge JAR instead of the minecraft_server.1.10.2.jar. I'm failing to see why you can't do that... -
Getting 1fps with forge full of mods
larsgerrits replied to barto966's topic in Support & Bug Reports
We can't view your drive file. Please just upload it to Pastebin and post the link here. Most likely your specs are just not good enough. Minecraft (especially modded) requires better specs than people generally think, and your CPU isn't that good. There's nothing we can do.