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.

Draco18s

Members
  • Joined

  • Last visited

Everything posted by Draco18s

  1. verb verb: parse; 3rd person present: parses; past tense: parsed; past participle: parsed; gerund or present participle: parsing 1. analyze into its parts and describe You want the word "pass."
  2. How about you show what you tried and extrapolate on "it isn't working."
  3. https://github.com/Draco18s/ReasonableRealism/blob/master/src/main/java/com/draco18s/ores/block/BlockMillstone.java#L74
  4. "And still works" covers a lot of ways it could be handled. Vanilla's furnace uses two whole blocks for it, whereas a TE could store the value and it could be retrieved using getActualState, so that statement by itself isn't actually helpful. Or even necessarily related. There's lots of reasons one might want to have two properties on their block. I've got one with three.
  5. 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.
  6. Then you're doing something wrong. Mine isn't static.
  7. Yes. Go look at the EntityPlayer class, you'll find it.
  8. 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.
  9. 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.
  10. 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)
  11. Man, if only the forums worked and I could view spoilers...
  12. Don't subtract. Wrong. Bad. int eightBit = (meta & 7);
  13. Well you'd need an else {} case, too...
  14. Ok that's cool. What's your question?
  15. https://www.tutorialspoint.com/java/java_inheritance.htm
  16. Considering that those methods are Block methods, I suggest putting them in your TileEntity .
  17. You know...if you can get an ellipse...you can make it a circle... Circles are just special case ellipses...
  18. onItemRightClick is called on both sides, so no, you can't cast like that.
  19. Ok, now give us the log that tells you that there's a texture missing.
  20. That or packets. Probably packets. The server side container only handles items.
  21. Because that's what you told Minecraft to look for.
  22. You probably shouldn't return null if you're trying to interact with the server side TileEntity

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.