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.

epicool

Members
  • Joined

  • Last visited

Everything posted by epicool

  1. Sadly, this is what I was doing. But I have no clue what to do when I'm not using a tutorial. What do you mean by this? If you are talking about the debug option next to the run option, neither of them work The main question I'm asking is how can I learn to mod Minecraft?
  2. I have fixed it. I forgot to add 'import net.minecraft.item.Items;' I can now add vanilla items. But I am not able to get cobblestone or any type of wood planks as repair materials.
  3. Is it supposed to look like this? @Override public Ingredient getRepairMaterial() { return Ingredient.fromItems(this.repairMaterial); } public void setRepairMaterial(Item repairMaterial) { this.repairMaterial = repairMaterial;
  4. Press save and run the .jar file.
  5. I do not know how to do that. Is it ItemList.java or ToolMaterialList.java I believed I needed to change something with 'ItemList.tutorial_item' from 'diamond(6.0f, 8.0f, 1561, 1, 10, ItemList.tutorial_item);'
  6. I am making a mod for 1.14.4 and I am wondering how to make the repair material a vanilla item.

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.