Skip 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.

Animefan8888

Forge Modder
  • Joined

  • Last visited

Everything posted by Animefan8888

  1. I want to say it is at the top of the thread. Never done it...
  2. Didn't have it in my original post.
  3. You can change it delete this thread as it has nothing to do with modding. *Edit In the same place you change your signature.
  4. Honestly you should stop he/she probably doesn't know that you are being sarcastic and if you aren't you should stop, because core mods are not supported by forge.
  5. 1st. Do you know any Java if not learn Java first. 2nd. Post more specific questions please.
  6. What he should reorder would be the registry order, but doing it in the list would be better(less work).
  7. Try putting a return in there
  8. GL11.enable/disableLighting();
  9. new ItemTwigs(twigs)...
  10. Don't put .class
  11. Well I would say the best way to learn on this is to look at examples I would start looking at minecrafts JSON files in the jar under that path assets/minecraft/models/... Just to let you know Blocks need three JSON files a blockstate, block model, item model. Blockstates are under the path assets/minecraft/blockstates
  12. It should be called once the world is loaded.
  13. Yeah I told you that tends to happen eclipse just doesn't care sometimes :3
  14. I don't think you can detect if the player has received a chat message but if you could it would be down with an Event provided by forge.
  15. In edit profile there is an option to see the console.
  16. May I reccommend checking out my github link in my signature and looking at RegistryHelper.registerBlock(Block block, String registryName) and comparing it to yours and looking at RegistryHelper.registerBlockModel(Block block, meta) *Edit and RegistryHelper.registerCustomItemBlockAndBlock
  17. So if I understand correctly what you want to do is... 1. Run /AFK command 2. If the player that ran the command is AFK and receives a whisper/msg then send a reply back saying This player is AFK Am I right?
  18. Sending chat messages is handled server side on servers, because it is the only way for other players to the the message though you could probably have your command run the other command to possibly fix that.
  19. What are you trying to do with /AFK?
  20. You are trying to create a mod that needs to have access to the server....
  21. Well sometimes eclipse doesn't care about something that forge cares about when outside the dev environment. Try moving the registration code to your init method.

Important Information

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

Account

Navigation

Search

Search

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.