Gemstone Logo

Legendary
Gemstones

Datapack Configuration

Mossy Box Loot

data/gemstones/drops/mossy_box_loot.json
{
  "mossy_box_loot": [
    {
      "min_rolls": 1.0,
      "max_rolls": 2.0,
      "entries": [
        {
          "item": "minecraft:carrot",
          "weight": 5,
          "min_count": 1,
          "max_count": 3
        },
        {
          "item": "gemstones:stone_geode",
          "weight": 2,
          "min_count": 1,
          "max_count": 2
        },
        {
          "item": "minecraft:fishing_rod",
          "weight": 2,
          "min_count": 1,
          "max_count": 1,
          "damage": 0.8
        }
      ]
    }
  ]
}

Prop

Type