Back to mods
Brutes Drop Scraps project artwork

Modrinth · Minecraft mod

Brutes Drop Scraps

Piglin Brutes have a chance of dropping Netherite Scraps.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Brutes Drop Scraps release should I use?

Updated 3 years ago
Latest stable file 1.1+mod
Game version 1.16.2, 1.16.3, 1.16.4
Loader Fabric, Quilt

Brutes Drop Scraps 1.1+mod targets 1.16.2, 1.16.3, 1.16.4 with Fabric, Quilt. Installation on the client is optional. Installation on the dedicated server is optional. No extra mods listed for this file.

Where it goes

Is Brutes Drop Scraps required on the client, server, or both?

Installation on the client is optional. Installation on the dedicated server is optional.

Client Optional
Dedicated server Optional
Loader for this release Fabric, Quilt
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source marks this as usable on both the client and server.

What else does Brutes Drop Scraps 1.1+mod need?

1.1+mod. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add Brutes Drop Scraps without breaking your instance.

Built for Brutes Drop Scraps 1.1+mod. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 1.1+mod. It targets 1.16.2, 1.16.3, 1.16.4 with Fabric, Quilt; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    Installation on the client is optional. Installation on the dedicated server is optional.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 1.1+mod. It opens that exact file at the source.

About this project

What does Brutes Drop Scraps add?

Piglin Brutes have a chance of dropping Netherite Scraps.

How to change drop rate in 1.20.4 and older

Open the datapack, then go data/minecraft/loot_tables/entities and open the piglin_brute json file. This is what's written in the json file:

{
  "type": "minecraft:entity",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "functions": [
            {
              "add": false,
              "count": {
                "type": "minecraft:uniform",
                "max": 1,
                "min": 0
              },
              "function": "minecraft:set_count"
            },
            {
              "count": {
                "type": "minecraft:uniform",
                "max": 0.2,
                "min": 0
              },
              "function": "minecraft:looting_enchant"
            }
          ],
          "name": "minecraft:netherite_scrap"
        }
      ],
      "rolls": 1.0
    }
  ]
}

Above the "function": "minecraft:set_count" is the normal drop rate without the Looting enchantment.
While above the "function": "minecraft:looting_enchant" is the drop rate with the Looting enchantment.

"max" dictates the maximum drop rate of Scraps dropped by Brutes, while the "min" dictates the minimum drop rate of Scraps dropped by Brutes. To change the drop rate, you just have to change the number to an higher or lower number.

For example... changing "max": 1 to "max": 1.1 or higher increases the maximum drop rate, while changing it to "max": 0.9 or lower decreases the maximum drop rate. "min" works the same, but for the minimum drop rate.

Project description from Modrinth.

Pick your setup

Brutes Drop Scraps by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

76 available setups

Showing the newest 12 of 19 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Brutes Drop Scraps versions and loaders

4 of 4 releases match

Looking for an older file? The official Modrinth project page is in Resources.