Мова

Brutes Drop Scraps

Brutes Drop Scraps

Modrinth

Piglin Brutes have a chance of dropping Netherite Scraps.

34.3k завантажень 109 підписників оновлено 36mo ago
остання v1.1+mod Modrinth
Datapack Fabric Forge Quilt 1.16.2 – 1.20.4 Game-mechanicsMobs

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.

Версії

Release
1.1+mod
fabric, quilt · 1.16.2, 1.16.3, 1.16.4 · 36mo ago
1.20
17.1k
Release
1.1+mod
forge · 1.16.2, 1.16.3, 1.16.4 · 36mo ago
1.20
13.9k
Release
1.1
datapack · 1.16.2, 1.16.3, 1.16.4 · 40mo ago
1.1 - Increased drop rate
2.9k
Release
1.0
datapack · 1.16.2, 1.16.3, 1.16.4 · 40mo ago
Initial Release
125

Коментарі 0

Поки немає коментарів. Будь першим, хто поділиться думкою.

Завантажити Brutes Drop Scraps

Файли надаються напряму з першоджерела. Modgrid не зберігає та не змінює їх.