Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Ugdhar

Moderators
  • Joined

  • Last visited

Everything posted by Ugdhar

  1. You really should create your own thread, because even though you may think it's the same problem, a lot of times it is not, and then you've gone and hijacked someone else's thread.
  2. http://mcforge.readthedocs.io/en/latest/datastorage/capabilities/ Without ever having made a fluid tank myself, I'm going to guess that you create your block/item and attach an IFluidHandler capability to it, which will provide methods to manage the input/output of fluid and the fluid storage. Make a go at it, post your code to github, and if you run into issues, come back posting the logs and link to code.
  3. tld is top level domain, i.e. com, net, org, etc.
  4. If you own a domain, it'd be [tld].[domain].[packagename] So, do not use com.[username] unless you actually own [username].com. If you don't own a domain, just use your username as the base package.
  5. If you're using Java 9, you need to downgrade to Java 8. java -version at the commandline will show you what the version is.
  6. I dunno, see what 2G does, if you get much past that, I'd wager there's some other issue eating up the ram
  7. The game ran out of memory, you need to give it more *edit: you should update too, 1.8.9 is pretty much reaching the not supported stage.
  8. More than likely it's the mods, possibly out of date, or made using an older version of forge.
  9. This one looks like it's coming from tinker's construct.
  10. biomes o plenty is broken, remove it, or update it. If it's already updated, report the issue to the author
  11. When you run into an error, make sure you have the latest code posted, as well as the complete error, preferably the fml-client-latest.log. And just to warn you, if you don't really understand Java, you're going to have a very hard time modding without someone holding your hand, which will be tough on the forums, because people are not always here waiting to help people, and if it becomes apparent you are repeatedly having troubles with basic Java issues, you'll likely be asked to go learn the basics before coming here for help.
  12. I never used final in the method parameters, but besides that sure.
  13. public static void registerBlocks(final RegistryEvent.Register<Block> event, Block BlockModAmethystOre) { you cannot have that Block BlockModAmethystOre parameter on the method, because then it no longer matches the registration event.
  14. Need to see your code for your registration class, but I'm guessing that the method that's handling the event can only have the event argument, and you have an additional one declared. Remove the extra argument and see what happens.
  15. You need to give minecraft more ram
  16. Your biomes o plenty is broken, remote it, or make sure it's the latest version. If it is, report the error to the author.
  17. I honestly don't know, I haven't tried doing anything like this myself. I was just explaining what I believe Differentiation was trying to say to you since you said you didn't understand.
  18. Basically, the client does not know about damage unless the server tells it, so as far as I can tell, you cannot do what you are looking to do with only a client side mod.
  19. Server - no mod Client - has the mod subscribing to living attack event Client with mod connects to client without mod, will client receive the event I believe that is what the OP is asking.
  20. Mr Crayfish furniture mod is broken and/or doesn't run in a server. Make sure you're running the latest version, and if it's still crashing, contact the author or remove it
  21. I would guess you need to edit that file, and remove the blank space at the beginning of it.
  22. Have you run vanilla 1.12.2 at least once? A quick search of the forums showed a few people with this issue and what was what was advised
  23. It is up to the author of each mod to update their mod to the latest version if they choose to stay current.
  24. 1.7.10 is no longer supported here, you will need to work with a newer version to get help.

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.