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.

DeadLeopard

Members
  • Joined

  • Last visited

Everything posted by DeadLeopard

  1. Then, what should I do?
  2. package com.deadleopard.alumcraftmod.init; import java.util.ArrayList; import java.util.List; import com.deadleopard.alumcraftmod.items.ItemBase; import net.minecraft.item.Item; public class ModItems { public static final List<Item> ITEMS = new ArrayList<Item>(); public static final Item COPPER_INGOT = new ItemBase("copper_ingot"); } This is what I've got in ModItems
  3. 1.I'm learning java right now 2.The screenshot with the registry code
  4. I've been making a minecraft 1.12.2 mod using eclipse, but now I can't run minecraft to test it. This is the full text displayed in the console: I'm still learning to use java, so I don't know what this things could mean. Anything would be helpful (Also sorry for the bad english)

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.