Jump to content

epicool

Members
  • Posts

    5
  • Joined

  • Last visited

epicool's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  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. 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);'
  5. I am making a mod for 1.14.4 and I am wondering how to make the repair material a vanilla item.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.