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.

Disconsented

Members
  • Joined

  • Last visited

  1. Something here fixed it, not 100% sure what the issue was.
  2. ITickable replaced IUpdatePlayerListBox AFAIK
  3. https://github.com/disconsented/Cristalllum/blob/master/src/main/java/disconsented/cristallum/tileEntity/TileCrystal.java#L64 The potion effect is applied and visual effects can be seen and it will tick down(to 0 but will never be removed) but none of the effects will happen (I.E. Poison won't damage) the issue appears to be that the TE is only ticking client side. Any ideas on the cause?
  4. Ah cool cheers. Edit: I was specifically talking about ItemCraftedEvent in case it matters.
  5. Looks like all PlayerEvent's with items is affected by this
  6. When removing a smelted item from a furnace with left click the correct stack size is passed through the event, shift clicking will always return a stack size of 0.
  7. You're a magician (sorted it thanks to you)!
  8. https://github.com/disconsented/ANSSRPG/blob/1.8/src/main/java/disconsented/anssrpg/Main.java#L80 TL;DR is a client command not a server command and it works fine.
  9. Yep, same results. I am guessing that something is being thrown silently but I don't see anything in my logs (I also pushed my changes to the repo if you want to clone and poke at it).
  10. Client command which I know is run (break point triggered) Minecraft.getMinecraft().displayGuiScreen(new GUIExperience());
  11. I have been using Minecraft.getMinecraft().displayGuiScreen(new Foo()); Which will not fire drawScreen() but it will fire initGui() (verified with breakpoints). Code: https://gist.github.com/anonymous/262437fbb85368eb612b Any ideas on why drawScreen() is not fired?
  12. Ah I had a silly cheers (Thought that was for texture U,V for some reason)
  13. Unless I am using a different drawTexturedModalRect the first two int's are the position on screen it draws from not the position of the texture it draws from
  14. How do I draw part of a texture? I've noticed that there are a few textures with different components in the same image but I have had trouble finding how vanilla does this

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.