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.

Draco18s

Members
  • Joined

  • Last visited

Everything posted by Draco18s

  1. I went over to Invision Power Services to complain/file a bug report, only to not know the password to my existing account (I can't make an account because my username AND email are in use by an existing account) but I can't reset my password because there are no user accounts using that email address. What. Oh, and despite my language and apparent distaste for this forum software, it's not the worst forum software I've had the displeasure of using. Nope, that'd be the wreck that is the Dungeon Defenders 2 forums, built by Duxter. Everything uses AJAX, which means navigating pages skips over your browser history. It also means they had to hack together a way to link to specific pages/posts, using redirects (further fucking over the browser history). Page numbers above 10 display as the number 10. There's no "report to moderator" feature. At one point removing the flag that marks someone as a troll (moderator feature, muting that person's posts) also made that person a moderator. I'm not making that up.
  2. Then you're doing something wrong. Mine isn't static.
  3. Yes. Go look at the EntityPlayer class, you'll find it.
  4. Don't use a tick event to update the item if its inside an inventory. You would have to search the entire world for inventories, then search every slot in the inventory. And do that every tick. This is a bad, bad idea.
  5. That gives me a result that a Greasemonkey script that I had to strip out the image in someone's (annoyingly large) signature is at fault. By which I mean, an empty Greasemonkey script breaks everything (as in, only comments, and disabling it makes spoilers work). Which makes no fucking sense. At all. And tells me, once again, that this forum's javascript is shitty. The infinite recursion trying to start a new thread was the first red flag. Huh, turns out the infinite recursion is also because of the greasemonkey script. That's fucking idiotic.
  6. Won't work when ACTIVE is false, because your meta -> facing will pass in a value greater than 4, which the enum won't know what to do with. You need to &3 that bit to strip off the 4th bit. (And no, I can't view spoilers, I don't know why. The JS on this forum is broken as all getout for me: I can't start new threads, I can't use post preview, and I can't open spoilers)
  7. Man, if only the forums worked and I could view spoilers...
  8. Don't subtract. Wrong. Bad. int eightBit = (meta & 7);
  9. Well you'd need an else {} case, too...
  10. Ok that's cool. What's your question?
  11. https://www.tutorialspoint.com/java/java_inheritance.htm
  12. Considering that those methods are Block methods, I suggest putting them in your TileEntity .
  13. You know...if you can get an ellipse...you can make it a circle... Circles are just special case ellipses...
  14. onItemRightClick is called on both sides, so no, you can't cast like that.
  15. Ok, now give us the log that tells you that there's a texture missing.
  16. That or packets. Probably packets. The server side container only handles items.
  17. Because that's what you told Minecraft to look for.
  18. You probably shouldn't return null if you're trying to interact with the server side TileEntity
  19. And this is how retardedly easy it is to do what we were asking you to do: https://dl.dropboxusercontent.com/u/7950499/2017-02-08 12-09-43.mp4 It's literally "right click, open type hierarchy." Which I even told you. THIS is why I keep bashing my face into my desk and making snarky comments. It's that fucking easy.
  20. Draco18s replied to a post in a topic in Site News (non-forge)
    You'll also get a little popup at the bottom of the text entry field when you paste formatted text that'll ask if you want to remove said formatting. I thought that was nifty.
  21. Basically what diesieben07 said. I might be brusk, frank, and blunt, I may not help people who don't help themselves, but I'm not a douche. This forum is not java school, it says so in the forum description, and as such I'm not going to teach you what an interface is or how to use it. I will only tell you that you need an instance of ITextComponent and that you can use your IDE to find them. If you don't want to use your IDE to find them, that's your own god damn fault.
  22. I mean I still can't use them: I click on them and nothing happens. Watch the video. I also just noticed that we lost the ability to have signatures. Awesome.
  23. Yes, on a blatantly obvious "are you really this dumb?" post. Also, I'm a jerk to people that don't know how to follow directions. Deal with it.

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.