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.

slugslug

Members
  • Joined

  • Last visited

Everything posted by slugslug

  1. How would I go about returning two fluid tanks in the getCapability method? How would I decide witch one to return.
  2. Thank u guys for the help. I will change my other messages to do the same.
  3. That fixed it but I still don't know why it's bad so many other mods do it this way. Ee3 does it this way
  4. I have other messages that work fine with how I have them setup.
  5. So I am sending a packet from my gui with a forgedirection to my tile entity. The forge direction is becoming null in toBytes or fromBytes. It is not null in the constructor. It is null in onMessage. Here is the to and from Bytes methods: direction is the ForgeDirection being passed in through the constructor.
  6. Why not I have used that entry of times. I figured what I did wroung. Normally I run gradlew idea before I open the project in idea. This time i opend the project first.
  7. IM NOT A NOOB!!! I have set up my previous workspaces for inteliji like this before.
  8. I went to make a new mod add downloaded the latest forge and ran gradlew setUpDecompWokspace and then gradlew idea. It has the minecraft src but no run configs. I have re ran both commands and no luck.
  9. Please no. Why what's wroung with him?
  10. Also with creative tabs there is an array of them that only has 12 and the constructor to make a new tab requires an index. So to make a new tab you have to override a vanilla one.
  11. Yea I noteced it says missing myblockname.json. I tried adding multiple blockstates to one block and my game just freezes when I open my inventory.
  12. Yea ik. I hate blockstates. What was wrong with metadata.
  13. Yea I can't either.
  14. I started to mess with 1.8 also and noticed there is no Iicons.
  15. That's what I did. How am I supposed to use the private vars in EntityFishHook in my dev envourment? I extend EntityFishHook and copy the update method and change Item.FishingRod to my custom rod but all the cars are private so I can't compile.
  16. They seem pretty easy to setup. I am just trying to make all the fields in ItemFishingRod public. Do I need to make a core mod and add the transformer there or I can I do it my regular mod?
  17. That statement I posted checks to see if the player is not in creative mode If you want to check of the player is in creative mode just remove the !.
  18. Are you trying to check to see if the player is in creative or is not in creative?
  19. You would do if(!player.capabilities.isCreativemode) Don't copy and paste spelling might not be right I typed this up on my phone.
  20. What class do you have this method in? You don't pit @override you put @subscribeevent and then you need to register the event in your main class.
  21. Thank you it now builds.
  22. I can run the minecraft client in my dev envourment so how is there compile errors?

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.