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.

Erdo

Members
  • Joined

  • Last visited

Everything posted by Erdo

  1. Thank you it is working now.
  2. So how do i remove such item?
  3. Hello I was making a custom block for my mod and when interacted i want to remove an item and return modified version of it. If statement for checking item and giving modified item is fine but removing the unmodified item is not working. Here is the use method of the block : @Override public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, BlockHitResult result) { if(player.getInventory().contains(ItemInit.RUBY_ROCKS.get().getDefaultInstance())) { player.getInventory().add(ItemInit.EXAMPLE_ITEM.get().getDefaultInstance()); player.getInventory().removeItem(ItemInit.RUBY_ROCKS.get().getDefaultInstance()); return InteractionResult.SUCCESS; } return InteractionResult.FAIL; }

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.