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.

Pickle_Face5

Members
  • Joined

  • Last visited

Everything posted by Pickle_Face5

  1. Didn't seem to help Here's a pastebin link to the build output: https://pastebin.com/yhXVGCFL Heres another pastebin to my build.gradle: https://pastebin.com/ZgnH6rrm
  2. It returned an error saying: Could not find net.minecraftforge:forge:1.16.1-32.0.75_mapped_snapshot_20200723-1.16.1. Is there something else I have to do? And do you use Dracula Theme in IntelliJ? <- Not off-topic
  3. I'm pretty new to Forge, so I don really know how to update. What I did was change mappings channel: 'snapshot', version: '20200514-1.16' on ~line 26 and minecraft 'net.minecraftforge:forge:1.16.1-32.0.75' on ~line 96 Did I update correctly?
  4. So in my mod, I'm adding in rubies(yes very exciting). I first started it in 1.15.2, then decided to update it to 1.16.1. It works, but my ruby item @Override isn't working for isBeaonPayment. Here's my code (I'm also kinda new to java): package com.pickleface.ruby.items; import net.minecraft.item.Item; import net.minecraft.item.ItemGroup; import net.minecraft.item.ItemStack; public class RubyItem extends Item { public RubyItem() { super(new Item.Properties() .group(ItemGroup.MATERIALS) ); } @Override public boolean isBeaconPayment(ItemStack stack) { return true; } } The weird thing s is that this worked fine in 1.15.2 and it would work, but since I updated it, it stopped working. Any help is appreciated. Thanks.

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.