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.

QuantumSoul

Members
  • Joined

  • Last visited

Everything posted by QuantumSoul

  1. Should I just change the Dependencies { minecraft '' } ? EDIT: I did a new project folder and it worked
  2. I tried but it's not in the list. I think it's because of my forge version Oops you're right
  3. OnBlockActivated: The Override is underlined @Override public void onBlockActivated(BlockState state, World worldIn, BlockPos pos, PlayerEntity player) {} OnEntityCollison: The player never moves @Override public void onEntityCollision(BlockState state, World worldIn, BlockPos pos, Entity entityIn) { entityIn.setMotion(0, 10, 0); } I'm using forge 31.1.1
  4. I already checked those links, they say you should still override them but I can't override onBlockActivated because it's not in my IDE anymore. And I did override onEntityCollision but it's never called.
  5. Hi, I wanted to override Block#onBlockActivated Block#onEntityCollision But the first one doesn't exist anymore and the second one is deprecated and never called What should I do ?
  6. Hi, I overrided the addinformation class and I got that @Override public void addInformation(ItemStack stack, @Nullable World worldIn, List<ITextComponent> tooltip, ITooltipFlag flagIn) { tooltip.add(??); } How do I make an ITextCompent taking text from the right lang json ? Have a nice day.

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.