Super Pickaxe Mod

Quick rating

Super Pickaxe Mod

No reviews yet

Adds a powerful super pickaxe with enhanced mining abilities.

Performance & Optimization
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
GNU General Public License v3.0 or later
Latest Version
1.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

Super Pickaxe Mod - Build & Installation Instructions

Super Pickaxe

What This Mod Does

This mod adds a Super Pickaxe to Minecraft that:

  • Mines in a 3x3x3 area instead of just one block
  • Has the same durability and mining level as a diamond pickaxe
  • Features a bright green texture
  • Has a custom crafting recipe (1 cobblestone, 1 stone, 1 smooth stone on top, 2 sticks below)
  • Gives you torches as you mine (1 torch per 18 blocks mined)

Download

Download superpickaxe-1.0.jar

Prerequisites

You need Java 17 installed on your Mac. Check with:

java -version

If you don't have Java 17, download it from: https://adoptium.net/

How to Compile the Mod

  1. Open Terminal and navigate to the mod directory:

    cd /Users/<user>/Desktop/Projects/minecraft/super-pickaxe
    
  2. Build the mod using Gradle:

    ./gradlew build
    

    This will take several minutes the first time as it downloads dependencies.

  3. Once complete, your mod JAR file will be located at:

    build/libs/superpickaxe-1.0.jar
    

How to Install the Mod

Step 1: Install Minecraft Forge

  1. Go to https://files.minecraftforge.net/
  2. Download Forge 1.20.1 (version 47.2.0 or higher)
  3. Run the installer and select "Install client"
  4. Launch Minecraft and select the "forge" profile

Step 2: Install Your Mod

  1. Locate your Minecraft mods folder:

    • On Mac: ~/Library/Application Support/minecraft/mods
  • If the mods folder doesn't exist, create it:

    mkdir -p ~/Library/Application\ Support/minecraft/mods
    
  • Copy your compiled mod to the mods folder:

    cp build/libs/superpickaxe-1.0.jar ~/Library/Application\ Support/minecraft/mods/
    

Step 3: Enable and Use the Mod

  1. Launch Minecraft
  2. Select the "forge" profile from the launcher
  3. Click "Play"
  4. Once in-game, the mod is automatically enabled!

How to Craft the Super Pickaxe

Open a crafting table and arrange:

[Cobblestone] [Stone] [Smooth Stone]
              [Stick]
              [Stick]

This requires cobblestone, stone, and smooth stone, making it progressively more expensive but worth the 3x3x3 mining power!

Using the Super Pickaxe

  • Equip the bright green Super Pickaxe
  • Mine any block that a diamond pickaxe can mine
  • It will automatically mine a 3x3x3 area (27 blocks total) around the block you mine
  • Every 18 blocks you mine, you'll receive a torch automatically

Troubleshooting

Build fails?

  • Ensure Java 17 is installed
  • Try: ./gradlew clean build

Mod doesn't appear in game?

  • Check you're using Forge 1.20.1
  • Verify the JAR is in the correct mods folder
  • Check logs at: ~/Library/Application Support/minecraft/logs/latest.log

Super Pickaxe has missing texture?

  • The texture should be bright green
  • If it appears purple/black, rebuild the mod: ./gradlew clean build

Development

To modify the mod:

  1. Edit the source files in src/main/java/com/example/superpickaxe/
  2. Rebuild: ./gradlew build
  3. Copy the new JAR to the mods folder
  4. Restart Minecraft

Key files:

  • SuperPickaxeItem.java - The pickaxe logic and 3x3x3 mining
  • src/main/resources/data/superpickaxe/recipes/ - Crafting recipe
  • src/main/resources/assets/superpickaxe/textures/item/ - Bright green texture

Enjoy your new 3x3x3 mining pickaxe! 🟢⛏️

Screenshots

Gallery

  • Super Pickaxe Mod
    Super Pickaxe Mod Mines in a 3x3x3 area instead of just one block. Has the same durability and mining level as a diamond pickaxe.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works