Item Chances

item_chance:
  "1":
    type: item
    material: diamond_sword
    chance: 30
    enchant:
      "1":
        value: "sharpness"
        level: [1-5] # Lower levels more common
        chance: 30
  • Chance Calculation: Weighted system with percentage chances

  • Enchantments: Multiple enchantment layers with level ranges

Last updated