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.

tattyseal

Forge Modder
  • Joined

  • Last visited

Everything posted by tattyseal

  1. Its for Questology Building Exporter so we can't use the Forge Configs
  2. I need help with this too!
  3. Model Code TileSpecialRender Block TileEntity Anyone know?
  4. I really need this ASAP *BUMP*
  5. **BUMP**
  6. How would I spawn a green star firework at the players location? Thanks!
  7. Ok so in my mod, Unnamed mod, I am replacing the main menu with a coremod and trying to re-render the main menu but DrawTexturedModalRect tiles my image instead of streching it across the screen! Help!
  8. Ok so what I do for my coremod is: Edit the base files IN eclipse and put the ASM Code in my coremod file, then in another package (coremod = tattyseal.e.asm.EEFMLLoadingPlugin, mod = tattyseal.e.core.ProjectEE) have my normal mod files Then when you want to release it, compile, reobfuscate and put all your code + edited minecraft code into your jar file! Hope I help
  9. public static Block ec; public static Achievement energyCondenserAchv; @EventHandler public void init(FMLInitializationEvent e) //Cut code from sneaky peoples eyes even though its on Github energyCondenserAchv = new Achievement(2221, "energyCondenser", 0, 0, ec, null).registerAchievement(); pageEE = new AchievementPage("Project EE", energyCondenserAchv); AchievementPage.registerAchievementPage(pageEE); https://github.com/tattyseal/ProjectE/blob/master/src/common/tattyseal/e/core/ProjectE.java So it has achievements on the page but its still white D:
  10. My achievement page has a white background! Help!
  11. Hello, I would like to add a line above Minecraft 1.6.4 in the main title screen for my mod. How would I do this, Thanks. PS: Optifine and FTB does this
  12. Hi, my model I imported is just black and not using my texture. Model Renderer
  13. Yes, GameRegistry.registerBlock(energyCollector, ItemEnergyCollector.class, "ee.energyCollector");
  14. My Metadeta block only drops metadata 0. Block ItemBlock Help!
  15. There is no spawn egg for my mob now
  16. If it is working, then you have your answer . If not, then what is wrong? The mob is just invisible. That is my problem.
  17. Thats my current code, is that all ok?
  18. Render Entity Main mod file
  19. Giving this a try now!
  20. Basically when I spawn my mob it is invisible but if I put lava where I spawned it I can hear it dying, so I know it is there!
  21. **BUMP** I wouldn't bump unless I was depserate.

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.