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.

S-B99

Members
  • Joined

  • Last visited

  1. What would be the hook to do this then?
  2. I'm sorry? I'm afraid I don't understand what you mean by that. I don't believe there is one "right way", it's simply a matter of choice
  3. I'm using Mixins because it's way easier to interact with the game.
  4. I have this which calls my beacon GUI, which just adds a bunch of buttons on the side. All those buttons do is change an int. @Inject(method = "displayGUIChest", at = @At("HEAD"), cancellable = true) public void onDisplayGUIChest(IInventory chestInventory, CallbackInfo ci) { if (ModuleManager.getModuleByName("BeaconSelector").isEnabled()) { if (chestInventory instanceof IInteractionObject) { if ("minecraft:beacon".equals(((IInteractionObject)chestInventory).getGuiID())) { Minecraft.getMinecraft().displayGuiScreen(new BeaconGui(this.inventory, chestInventory)); ci.cancel(); } } } } In the class it changes the int I have a listener changing some packet bytes.
  5. I do not. That's what I'm hung up on getting currently. Telling the game to click from 1 position to the other moves the item and it works server side.
  6. I found a payment field but I can't figure out how to access it.
  7. for beacons? because I can move items to chest slots just fine
  8. Try restarting the launcher. If that doesn't work, backup your .minecraft and try with a clean folder.
  9. I made a client sided mod that can do stuff to the effects of beacons, now I'd like it to automatically insert a usable material (eg iron) into the beacon slot. Unfortunately, when you run a for loop checking for the item in the inventory, it doesn't find anything when the iron is inside the beacon slot. So is there a slot I can move items to in the beacon GUI? if (mc.player.inventory.getStackInSlot(i).getItem() == Items.IRON_INGOT)
  10. S-B99 joined the community
  11. You do realise the answer isn't no? ```java @Override public void onUpdate() { mc.rightClickDelayTimer = 0; } ``` this is a perfectly usable solution or you know, go to literally any google result called Fastplace when googling `rightClickDelayTimer` Edit: realised how old this is, oops

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.