HomeJavaModsItem Scrapper
Item Scrapper
ModsJava

Item Scrapper

by keerdm · on CurseForge

⬇ Download on CurseForge

The author built this one for Minecraft 1.20.1 on Forge. On other versions it may install and then do nothing.

Item Scrapper — screenshot 1Item Scrapper — screenshot 2Item Scrapper — screenshot 3Item Scrapper — screenshot 4

The Item Scrapper mod introduces a specialized crafting station for scrapping items. With this mod, players gain access to a system that allows dismantling items into their core components in a configurable and immersive way.

SHOWCASE VIDEO: Enderverse's Top 20 Mods Showcase

 

SHOWCASE CLIP (FROM ENDERVERSES VIDEO): Short Showcase Clip From Enderverses Video


New Datapack System

Item Scrapper now uses a modern datapack-based configuration system! This means:

Content Pack Required

⚠️ Important: You need a compatible content pack/datapack to use this mod! The mod will warn you if no configurations are detected.

Official Content Packs Available:

Community Content Packs Available:

Other Options:


Key Features

Scrapping Workbench

Datapack Configuration System

Enhanced User Experience

Advanced Features


Datapack Structure

Configurations are stored in datapacks under your pack's namespace. Each content pack uses its own namespace to avoid conflicts with other packs.

JAR/Mod Structure (lowcodefml):

item-scrapper-pack-example-1.0.0.jar
├── META-INF/
│   └── mods.toml
├── pack.mcmeta
└── data/
    └── item_scrapper_pack_example/    # Your pack's mod ID
        └── item_scrapper/             # Target mod namespace
            ├── recipes/
            │   ├── iron_sword_result.json
            │   └── iron_pickaxe_result.json
            └── transforms/
                ├── iron_sword_transform.json
                └── iron_pickaxe_transform.json

ZIP/Datapack Structure:

item-scrapper-example-datapack.zip
├── pack.mcmeta
└── data/
    └── item_scrapper_pack_example/    # Your pack's namespace
        └── item_scrapper/             # Target mod namespace
            ├── recipes/
            │   ├── iron_sword_result.json
            │   └── iron_pickaxe_result.json
            └── transforms/
                ├── iron_sword_transform.json
                └── iron_pickaxe_transform.json

Structure Explanation:

Examples:


 

Recipe Configuration

{
  "minecraft:diamond_pickaxe": [
    {
      "lootable": {
        "autoGenerateFromRecipe": true,
        "recipeId": "minecraft:diamond_pickaxe",
        "returnAmount": {
          "min": 25.0,
          "max": 35.0
        },
        "amountForMaxReturn": 1
      },
      "requiredHits": 4.0,
      "explosionChance": 0.0,
      "explosionPower": 0.0,
      "useDurabilityMultiplier": true,
      "roundingType": "STANDARD"
    }
  ]
}

Transform Configuration

{
  "minecraft:diamond_pickaxe": [
    {
      "xLocation": 0.0,
      "yLocation": 0.0,
      "zLocation": 0.0,
      "layingRotation": 0.0,
      "scale": 1.0
    }
  ]
}

Advanced NBT Matching (for modded items)

{
  "tacz:modern_kinetic_gun": [
    {
      "requiredNbt": "{GunId:\"tacz:glock_17\"}",
      "lootable": {
        "autoGenerateFromRecipe": true,
        "recipeId": "tacz:glock_17",
        "returnAmount": {
          "min": 45.0,
          "max": 70.0
        }
      },
      "requiredHits": 2.0
    }
  ]
}

Configuration Options

Recipe Fields

Transform Fields


Auto-Generation System

The mod can automatically generate configuration templates for:

How it works: Generated configs are placed in generated_datapacks/item_scrapper_generated/ as templates. You need to manually copy this folder to your world's datapacks folder or use it as a base for creating your own content pack.

Tip: For plug-and-play experience, use our official content packs instead:
VPB Pack | Armor & Tools Pack | TACZ Pack


Controls & Interface


Client Customization

Configure visual and interface options:


Mod Integration

TACZ (Timeless and Classics Zero)

PointBlank


For Datapack/Modpack Creators

Create your own content packs just like our official ones:

Development Features:


Getting Started

  1. Install the mod - Item Scrapper core mod
  2. Get a content pack - Choose one option:
    • VPB Pack for VPB mod items
    • Armor & Tools Pack for vanilla/modded equipment
    • TACZ Pack for TACZ weapons
    • Or use the auto-generation feature to create templates, then manually install them as datapacks
  3. Craft the blocks - Scrapping Table and Scrapping Hammer
  4. Place items - Use the P key or right-click to place items on the table
  5. Start scrapping - Hit items with the hammer to break them down!

Pro Tips


 

Special thanks to Corrineduck, Plazuk, Raph and MC7

This mod was originally made for the CW modpack but anyone can use it.


 

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more