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.

arie2002

Forge Modder
  • Joined

  • Last visited

Everything posted by arie2002

  1. No error logs! First I install Forge with the installer (1.6.2) Then I delete the mojang files in the META-INF folder Then I install SPC in the jar file (every single file except Worldedit.jar) Then I put the Worldedit.jar in the bin folder When I then open minecraft, it gets stuck in the mojang screen!
  2. Everytime I try installing SPC with or without a tutorial it does not work! What I tried: - First installing SPC, then Forge: Forge Does not load - First installing Forge, then SPC: Stuck at the Mojang screen How do you install SPC with Forge?
  3. you need to replace: public String getArmorTexture(ItemStack stack, Entity entity, int slot, int layer) with: public String getArmorTexture(ItemStack stack, Entity entity, int slot, String type)
  4. They did not work because it changed how to set the armour model texture. This is my EmeraldArmour code: EDIT: It's fixed
  5. I don't have code to show. I also have no idea how to start
  6. I looked on some 1.6.4 tutorials on how to make armor but those did not work in 1.7.2. My question is: How do you make armor in 1.7.2?
  7. Thank you! It is working now
  8. When I said that the problem changed, I edited the main topic post. Why doesn't anyone check the main topic post these days! I'm not new at modding, everything just changed with the blocks
  9. The solution is now a bit different too. You just have to make a change in your code and it will be fine. Like I don't know that. But I don't know what the problem is, neither how to fix it! Can you push me in the right direction? Like what the problem is?
  10. I accedently removed my mod, so I had te remake it. The problem is now a bit different.
  11. Okay! I'll try that! But do you have to register the ItemBlock as well? And should the block be in the Creative tab or should the Item be in the Creative tab?
  12. The problem with the Block class is, that forge didn't rename all the func_ functions yet. I did found these functions that might do what you say: this.func_149649_H(); this.func_149722_s(); I'll try it! EDIT: Both didn't work
  13. Hi! I'm currently modding with forge 1.7.2, and my items already look pretty good , but I have one problem: ZE BLOCKS My block is just like obsidian, you can only mine it with a diamond pick. Minecraft renders the block as an 3d item, but when I mine it and pickup the ItemBlock item, it is rendering in 2d? And when I right click with the item my game crashes... What am I doing wrong? Main mod code: BlockBrokenObsidian code:
  14. Then I just have to say that you can not help me, because I have no idea what you mean with:
  15. Could you just show me some code?
  16. I never rendered a sprite before...
  17. I just dont get anything, isnt there a step by step tutorial or something?
  18. I still don't get how to use it...
  19. I have no idea how to do that, can you give me an example
  20. How do you use it? @ForgeSubscribe public void RenderGameOverlayEvent(RenderGameOverlayEvent event) { }
  21. How do you add a picture to the player item bar on the bottom of the screen (without editing the vanilla code if it can)?

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.