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.

SuitedSlime

Members
  • Joined

  • Last visited

Everything posted by SuitedSlime

  1. Try it out and see
  2. You can fix the icon with: MinecraftForgeClient.registerItemRenderer(Item.itemsList[Tutorial.tutorialBlock.blockID].shiftedIndex, new ItemTutorila());
  3. So, I created a new portable workbench, but it has a error. http://pastebin.com/SuGxmwmE This only happens when I close the GUI, it opens fine and I can craft inside of it. You can view the source here: https://bitbucket.org/SuitedSlime/mechergy/overview Any help appreciated, Rob.
  4. Maybe start with something basic. Because you've just asked us to essentially create a mod for you...
  5. There's 20 ticks in a second, think you can work the rest out with a calculator.
  6. God damn, snip your code!
  7. Check out ItemGear and MechergyItems in my repo: https://bitbucket.org/SuitedSlime/mechergy/src/5eba25680db5/suitedslime/mechergy/item?at=master
  8. This is the method I use for logging: @PreInit public void preInit(FMLPreInitializationEvent event) { mLog.setParent(FMLLog.getLogger()); mLog.info("Loading Config"); ConfigurationHandler.init(event.getSuggestedConfigurationFile()); mLog.info("Adding Items"); MechergyItems.registerItems(); mLog.info("Adding Blocks"); MechergyBlocks.registerBlocks(); }
  9. I'm not though Look at my source, I've set the base ID to 800 and increment it by 1 with every entry.
  10. Full error log: http://pastebin.com/pt398h7y
  11. Me neither, it's been driving me nuts for 2 days now All I know is that it's something with this method; public static void loadConfig(Configuration config){ int baseID = 800; machinePressID = getBlockConfig(config, "machinePress", baseID++); } private static int getBlockConfig(Configuration config, String key, int defaultID) { return config.getBlock(config.CATEGORY_BLOCK, key, defaultID).getInt(defaultID); } public static void registerBlocks(){ machinePress = new BlockPress(machinePressID);
  12. Eh? No disrespect, but I don't understand a word of that
  13. yeah, I noticed that and removed it from the @ServerStarting. Just forgot to commit the change.
  14. I also get this error: http://pastebin.com/eCieCrPj
  15. Not the way I want to do it. I already know that method, don't like it all that much.
  16. OK, so I keep getting this error: http://pastebin.com/eCieCrPj and I'm not sure why, I think it may be something to do with the config. But I'm not sure. EDIT: New repo link: https://bitbucket.org/SuitedSlime/mechergy/
  17. You have it in your @Init, right? If so, post your code. We'll be able to help you not a little more then
  18. The tutorial section is a wiki, and I wasn't sure on the rules for the wiki. So no, not derp.
  19. So, I'm not sure where to post this. But I've got a little website that I've just set-up dedicated to Minecraft Forge tutorials. Only got 3 or so tutorial there right now, but I will be fleshing it out over the next few days. Will also be taking requests (once we've got the basics down) for tutorials. Enjoy! http://rougegaming.org
  20. Already have this /bin/* /conf/* /docs/* /eclipse/* /forge/* /jars/* /lib/* /logs/* /modsrc/* /reobf/* /runtime/* /temp/* /src/minecraft/* !/src/minecraft/latchy11
  21. OK, so I have the basics of GitHub down, but what I can't figure out it how to get it to ignore a directory. Like I have src / minecraft / latchy11 / bumpercraft in my repo, but I just want it to be latchy11 / bumpercraft How can I do this, if you could shed a little light. That would be awesome!

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.