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.

tiffit

Forge Modder
  • Joined

  • Last visited

Everything posted by tiffit

  1. Logs: http://pastebin.com/wAsZBqUN Don't worry about the wires, thats unrelated. Code: Screenshots: I really don't know what more information I can give you.
  2. Then it can't find the file. Are you sure the file is there?
  3. That is what PM is for. Your posting publicly, you are letting everyone respond. Everyone has a say in this, so if you want privacy, pm each other
  4. I really, really, don't see why you are so pissed. I get it, some people on this forums are a bit strict. But cmon, no need to make a big fuss about it. CoolAlias was in no way hostile towards you. He told you why you got the problem, and how to fix it. Plus, your code really does look like copy and paste. The proper way to follow a tutorial is not to copy and paste but to type it yourself. Obviously you copy and pasted because the comments are still there. CoolAlias has a reason to say you copied and pasted blindly. And if you read carefully, how did you miss the armor slot section. Your statement just sounds like a load of bs to me. If you stop acting so defensively towards people that are actually trying to help you, maybe you won't get crap answers. Also, if you think I am against you, I'm not im just trying to help. -Tiffit
  5. Are you getting anything in the console?
  6. http://jabelarminecraft.blogspot.com/p/minecraft-forge-172-creating-custom.html?m=1 To create an explosion, do world.createExplosion
  7. See how minecraft does it, or just google it. There are plenty of tutorials for crops. Explosives is pretty easy. When your block gets a redstone signal, remove the block a place an entity. After a certain amount of ticks, create an explosion where the entity is.
  8. What do you mean? Like I said... Do it yourself. Pseudo code: if(itemstack.getDurability() <= 0){ return null; //play breaking animation }else{ return itemstack; }
  9. Is there any error in the console?
  10. When? Check to see if the durability is 0. How? I have no idea, check an item tool class, might have something in there.
  11. You probably need to check yourself if the durability is below 0. Then break the item.
  12. Something wrong with your transferStackInSlot or MergeItemStack
  13. What do you mean commands? Sorry, I'm a bit confused. Do you mean command block kind commands?
  14. Put it on github or pastebin and give us the links
  15. You can also request a hook, if you want.
  16. Using forge? You can't. Before you could, you can only edit base files using MCP, but you still shouldnt.
  17. You cannot use create egg anymore? Huh That sucks. My best bet is that you have to make it yourself (which isn't that hard really)
  18. GL11 Lighting maybe? Might look a bit raw though
  19. First two things that came to mind is path finding AI and liquids.
  20. Matters on how big the room is. What are you trying to achieve?
  21. Should be an event, I can't remember what it is called exactly, but in the event just render the stuff over the player.
  22. According to lex manos (I think it was him), if you need to edit any base files, your doing something wrong
  23. Screenshot? If you really think it is you, try disabling your mod and then trying to see if the problem persists (comment the @Mod)

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.