Dream Luck
ModCC-BY-NC-SA-4.0

Dream Luck

Makes you as lucky as Dream (Changes Pearl Trades from Piglins)

250
Downloads
1
Followers
2 months ago
Updated
📦
2
Versions

📖About Dream Luck

This Pack makes you as Lucky as Dream!

[CURRENTLY IN BETA]

What does it actually do?

This Datapack changes the Piglin-Bartering Loot Table to ALWAYS drop ender pearls.

Full JSON Config:

{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:ender_pearl",
          "weight": 100,
          "quality": 2,
          "conditions": []
        }
      ]
    }
  ],
  "functions": []
}