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. Ermh , i didnt understand a word you said. What do you mean? You don't even know what the first sentence means?
  2. Make your image for where the code goes. Read up on Tesselator, you just bind the texture like any other image (look in vanilla GUI's for this). Go into Gui and look at how they use the Tesselator. fontRenderer.drawString is pretty self explanatory. Create a variable in your class with the type List and set it equal to and ArrayList. There is a method in Gui called keyPressed or keyTyped not sure which, but use that to write to your List.
  3. Set the event priority to highest to try and make sure it happens before anything else. Also f you have done it right then it will work.
  4. How, tell me how to fix it :C [lmgtfy]how to change file encoding to utf-8 in eclipse[/lmgtfy]
  5. You will have to handle the typing and rendering yourself. Create an image of what you want the Code here box to look like. Draw that image on the screen using the Tesselator class. Create a List of type String for all the text to be stored. Render the code using Gui#fontRenderer(I think that is the variables name) and a for loop. Handle the typing with Gui#keyPressed? or Gui#keyTyped. And ignore my last post I didn't see the whole picture.
  6. When drawing the background draw a rect with that color over the whole screen.
  7. Also you need to state what you want it to look like.
  8. He coded like this way, soo how i can fix it? c-c I usually run it through mcp, but i think forge has a built in way...diesieben?
  9. .java is decompiled not deobfuscated code.
  10. You posted a file from that jar right? That is not unobfuscated code. That is decompiled code.
  11. Everything that says field or func is obfuscated. You need to deobfuscate it. To do that is to make it readable ie field_something becomes maxHealth.
  12. He is importing the mod not exporting. He needs to correctly deobfuscate it before it will work in a dev environment though.
  13. Yes you use ITickable and not the client one.
  14. [*]Your item should have the parent of your block json. [*]Don't use capitals in file names. [*]Your inventory variant should point to the same as your normal variant, thus the missing texture (block/cube_all doesn't have a texture set it is an abstraction.) [*]Other than that I do not know why your block is a 1 "pixel" think plane
  15. Note a variable on an Item is shared between all in game instances.
  16. Then you did not run "gradlew setupDecompWorkspace" as that is just "gradlew eclipse".
  17. What actually happens, does it render with the missing texture? Or Steve skin?
  18. Then you did not describe step by step like Diesieben asked.
  19. Look at what EntityLiving#curePotionEffects actually does.
  20. After i did gradlew eclipse i opened it, same errors as compilation, maybe someone wanna help me with teamviewer? Did you run gradlew setupDecompWorkspace?
  21. What are you trying to do with the Skin render it as the item?
  22. Does it print it out when it is writing? Try printing out when reading.

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.