Jump to content

larsgerrits

Members
  • Posts

    3462
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by larsgerrits

  1. Are you calling RecipeHandler.registerSmelting?
  2. 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.
  3. 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.
  4. 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.
  5. You need to use Java 8.
  6. It's an issue with EnderStorage. Report it to the author if you're using the latest version.
  7. 1.7.10 is no longer supported on this forum. Update.
  8. 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.
  9. 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.
  10. "Add-Ons will work on any platform that runs the Windows 10 Edition Beta or Pocket Edition" So it's the Bedrock versions only.
  11. Override Block#getDrops. Also, the IHasModel method of registering models makes no sense. Every Block and Item needs a model.
  12. Post the FML log (logs/fml-client-latest.log in your game directory). Also, update.
  13. Something is adding -Xmx512M to your JVM options, probably through the JAVA_OPTIONS environment variable. Remove it.
  14. 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.
  15. Your registerBlocks method should be static.
  16. 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).
  17. Yes. All the registries in Forge are located in the ForgeRegistries class.
  18. Subscribe to the RegistryEvent.Register<Enchantment> and use RegistryEvent.Register#register to register an enchantment.
  19. 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.
  20. 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?
  21. Please give us a step-by-step explanation on how you setup your Forge environment. So was I, half a year ago.
  22. That'll launch a vanilla Minecraft server. You need to launch the Forge JAR instead of the Minecraft server JAR.
  23. 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...
  24. 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.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.