LuxinfineCases-v1-4.0 - 1.7.10

Цена - 1500 рублей [Github - 2500 рублей]

Мод на кейсы в виде предметов. Присутствует кейсы, который содержит в себе все предметы в игре.

{
  "configuration": {
    "dropType": {
      "comment": "Тип выдачи приза. true - в инвентарь, false - на пол",
      "type": "boolean",
      "default": false,
      "value": true
    },
    "superCaseNotify": {
      "comment": "Уведомить игроков о выпадении предмета из суперкейса",
      "type": "boolean",
      "default": true,
      "value": true
    },
    "enableSuperCases": {
      "comment": "Включить супер-кейсы",
      "type": "boolean",
      "default": false,
      "value": true
    },
    "superCaseMaxStackSize": {
      "comment": "Максимальный размер стака для инфинити-кейсов",
      "range": "От 1 до 2147483647",
      "type": "int",
      "default": 1,
      "value": 1
    },
    "caseMaxStackSize": {
      "comment": "Максимальный размер стака для обычных кейсов",
      "range": "От 1 до 2147483647",
      "type": "int",
      "default": 1,
      "value": 64
    },
    "logger": {
      "properties": {
        "superCaseLogg": {
          "comment": "Включить логирование дропа из супер-кейса",
          "type": "boolean",
          "default": true,
          "value": true
        },
        "rareDropLogg": {
          "comment": "Включить логирование редкого дропа из всех кейсов",
          "type": "boolean",
          "default": true,
          "value": true
        },
        "defaultDropLogg": {
          "comment": "Включить логирование обычного дропа из всех кейсов",
          "type": "boolean",
          "default": false,
          "value": false
        },
        "logMaxSize": {
          "comment": "Максимальный размер лог-файла (в байтах). -1 - не ограничено.",
          "range": "От -1 до 9223372036854775807",
          "type": "long",
          "default": 5242880,
          "value": 5242880
        }
      }
    },
    "drops": {
      "properties": {
        "ingotsCaseDrop": {
          "comment": "Список предметов, выпадаемых из кейса со слитками",
          "type": "List<CaseDropEntry>",
          "default": [
            {
              "item": {
                "item": "minecraft:stone",
                "metadata": 0,
                "count": 1
              },
              "chance": 100.0,
              "notify": false
            }
          ],
          "value": [
            {
              "item": {
                "item": "minecraft:gold_ingot",
                "metadata": 0,
                "count": 24
              },
              "chance": 40,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:iron_ingot",
                "metadata": 0,
                "count": 48
              },
              "chance": 50,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:diamond",
                "metadata": 0,
                "count": 12
              },
              "chance": 10,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:emerald",
                "metadata": 0,
                "count": 4
              },
              "chance": 10,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:quartz",
                "metadata": 0,
                "count": 48
              },
              "chance": 45,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:dye",
                "metadata": 4,
                "count": 64
              },
              "chance": 45,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:redstone",
                "metadata": 0,
                "count": 64
              },
              "chance": 40,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:glowstone_dust",
                "metadata": 0,
                "count": 64
              },
              "chance": 40,
              "notify": false
            },
            {
              "item": {
                "item": "ThermalFoundation:material",
                "metadata": 64,
                "count": 24
              },
              "chance": 40,
              "notify": false
            },
            {
              "item": {
                "item": "ThermalFoundation:material",
                "metadata": 66,
                "count": 24
              },
              "chance": 40,
              "notify": false
            },
            {
              "item": {
                "item": "ThermalFoundation:material",
                "metadata": 73,
                "count": 24
              },
              "chance": 40,
              "notify": false
            },
            {
              "item": {
                "item": "ThermalFoundation:material",
                "metadata": 67,
                "count": 24
              },
              "chance": 40,
              "notify": false
            },
            {
              "item": {
                "item": "ThermalFoundation:material",
                "metadata": 65,
                "count": 24
              },
              "chance": 40,
              "notify": false
            },
            {
              "item": {
                "item": "ThermalFoundation:material",
                "metadata": 72,
                "count": 16
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "ThermalFoundation:material",
                "metadata": 68,
                "count": 16
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "ThermalFoundation:material",
                "metadata": 74,
                "count": 8
              },
              "chance": 12,
              "notify": false
            },
            {
              "item": {
                "item": "ThermalFoundation:material",
                "metadata": 71,
                "count": 8
              },
              "chance": 12,
              "notify": false
            },
            {
              "item": {
                "item": "ThermalFoundation:material",
                "metadata": 75,
                "count": 8
              },
              "chance": 12,
              "notify": false
            },
            {
              "item": {
                "item": "ThermalFoundation:material",
                "metadata": 69,
                "count": 6
              },
              "chance": 8,
              "notify": false
            },
            {
              "item": {
                "item": "ThermalFoundation:material",
                "metadata": 76,
                "count": 4
              },
              "chance": 6,
              "notify": false
            },
            {
              "item": {
                "item": "ThermalFoundation:material",
                "metadata": 70,
                "count": 1
              },
              "chance": 4,
              "notify": true
            },
            {
              "item": {
                "item": "Botania:manaResource",
                "metadata": 0,
                "count": 12
              },
              "chance": 10,
              "notify": false
            },
            {
              "item": {
                "item": "Botania:manaResource",
                "metadata": 7,
                "count": 6
              },
              "chance": 4,
              "notify": false
            },
            {
              "item": {
                "item": "Botania:manaResource",
                "metadata": 4,
                "count": 2
              },
              "chance": 2,
              "notify": true
            },
            {
              "item": {
                "item": "DraconicEvolution:draconiumIngot",
                "metadata": 0,
                "count": 12
              },
              "chance": 5.5,
              "notify": false
            },
            {
              "item": {
                "item": "DraconicEvolution:draconicIngot",
                "metadata": 0,
                "count": 4
              },
              "chance": 1,
              "notify": true
            },
            {
              "item": {
                "item": "ExtraUtilities:bedrockiumIngot",
                "metadata": 0,
                "count": 1
              },
              "chance": 1.25,
              "notify": true
            },
            {
              "item": {
                "item": "ExtraUtilities:unstableingot",
                "metadata": 2,
                "count": 3
              },
              "chance": 1.25,
              "notify": true
            },
            {
              "item": {
                "item": "TConstruct:materials",
                "metadata": 11,
                "count": 12
              },
              "chance": 5.5,
              "notify": false
            },
            {
              "item": {
                "item": "TConstruct:materials",
                "metadata": 4,
                "count": 2
              },
              "chance": 8,
              "notify": false
            },
            {
              "item": {
                "item": "TConstruct:materials",
                "metadata": 3,
                "count": 2
              },
              "chance": 8,
              "notify": false
            },
            {
              "item": {
                "item": "TConstruct:materials",
                "metadata": 5,
                "count": 3
              },
              "chance": 4,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:item.ItemMultiMaterial",
                "metadata": 0,
                "count": 24
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:item.ItemMultiMaterial",
                "metadata": 1,
                "count": 12
              },
              "chance": 10,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemResource",
                "metadata": 2,
                "count": 4
              },
              "chance": 5,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemResource",
                "metadata": 16,
                "count": 2
              },
              "chance": 3.5,
              "notify": true
            },
            {
              "item": {
                "item": "ThaumicTinkerer:kamiResource",
                "metadata": 2,
                "count": 1
              },
              "chance": 1,
              "notify": true
            },
            {
              "item": {
                "item": "IC2:itemIngot",
                "metadata": 3,
                "count": 12
              },
              "chance": 10,
              "notify": false
            },
            {
              "item": {
                "item": "IC2:itemOreIridium",
                "metadata": 0,
                "count": 4
              },
              "chance": 3,
              "notify": true
            },
            {
              "item": {
                "item": "AdvancedSolarPanel:asp_crafting_items",
                "metadata": 11,
                "count": 6
              },
              "chance": 4,
              "notify": true
            },
            {
              "item": {
                "item": "techreborn:ingot",
                "metadata": 8,
                "count": 2
              },
              "chance": 3,
              "notify": true
            },
            {
              "item": {
                "item": "Avaritia:Resource",
                "metadata": 4,
                "count": 4
              },
              "chance": 0.25,
              "notify": true
            }
          ]
        },
        "armorCaseDrop": {
          "comment": "Список предметов, выпадаемых из кейса с бронёй",
          "type": "List<CaseDropEntry>",
          "default": [
            {
              "item": {
                "item": "minecraft:stone",
                "metadata": 0,
                "count": 1
              },
              "chance": 100.0,
              "notify": false
            }
          ],
          "value": [
            {
              "item": {
                "item": "minecraft:diamond_helmet",
                "metadata": 0,
                "count": 1
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:diamond_chestplate",
                "metadata": 0,
                "count": 1
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:diamond_leggings",
                "metadata": 0,
                "count": 1
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:diamond_boots",
                "metadata": 0,
                "count": 1
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:iron_helmet",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:iron_chestplate",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:iron_leggings",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:iron_boots",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:leather_helmet",
                "metadata": 0,
                "count": 1
              },
              "chance": 30,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:leather_chestplate",
                "metadata": 0,
                "count": 1
              },
              "chance": 30,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:leather_leggings",
                "metadata": 0,
                "count": 1
              },
              "chance": 30,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:leather_boots",
                "metadata": 0,
                "count": 1
              },
              "chance": 30,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:golden_helmet",
                "metadata": 0,
                "count": 1
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:golden_chestplate",
                "metadata": 0,
                "count": 1
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:golden_leggings",
                "metadata": 0,
                "count": 1
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "minecraft:golden_boots",
                "metadata": 0,
                "count": 1
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "IC2:itemArmorNanoHelmet",
                "metadata": 1,
                "count": 1
              },
              "chance": 10,
              "notify": true
            },
            {
              "item": {
                "item": "IC2:itemArmorNanoChestplate",
                "metadata": 1,
                "count": 1
              },
              "chance": 10,
              "notify": true
            },
            {
              "item": {
                "item": "IC2:itemArmorNanoLegs",
                "metadata": 1,
                "count": 1
              },
              "chance": 10,
              "notify": true
            },
            {
              "item": {
                "item": "IC2:itemArmorNanoBoots",
                "metadata": 1,
                "count": 1
              },
              "chance": 10,
              "notify": true
            },
            {
              "item": {
                "item": "IC2:itemArmorQuantumHelmet",
                "metadata": 1,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "IC2:itemArmorQuantumChestplate",
                "metadata": 1,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "IC2:itemArmorQuantumLegs",
                "metadata": 1,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "IC2:itemArmorQuantumBoots",
                "metadata": 1,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "IC2:itemArmorHazmatHelmet",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": true
            },
            {
              "item": {
                "item": "IC2:itemArmorHazmatChestplate",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "IC2:itemArmorHazmatLeggings",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "IC2:itemArmorRubBoots",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "AWWayofTime:boundHelmet",
                "metadata": 0,
                "count": 1
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "AWWayofTime:boundPlate",
                "metadata": 0,
                "count": 1
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "AWWayofTime:boundLeggings",
                "metadata": 0,
                "count": 1
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "AWWayofTime:boundBoots",
                "metadata": 0,
                "count": 1
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "AWWayofTime:sanguineHelmet",
                "metadata": 0,
                "count": 1
              },
              "chance": 10,
              "notify": true
            },
            {
              "item": {
                "item": "AWWayofTime:sanguineRobe",
                "metadata": 0,
                "count": 1
              },
              "chance": 10,
              "notify": true
            },
            {
              "item": {
                "item": "AWWayofTime:sanguinePants",
                "metadata": 0,
                "count": 1
              },
              "chance": 10,
              "notify": true
            },
            {
              "item": {
                "item": "AWWayofTime:sanguineBoots",
                "metadata": 0,
                "count": 1
              },
              "chance": 10,
              "notify": true
            },
            {
              "item": {
                "item": "Botania:manasteelHelm",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "Botania:manasteelChest",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "Botania:manasteelLegs",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "Botania:manasteelBoots",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "Botania:elementiumHelm",
                "metadata": 0,
                "count": 1
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "Botania:elementiumChest",
                "metadata": 0,
                "count": 1
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "Botania:elementiumLegs",
                "metadata": 0,
                "count": 1
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "Botania:elementiumBoots",
                "metadata": 0,
                "count": 1
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "Botania:terrasteelHelm",
                "metadata": 0,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "Botania:terrasteelChest",
                "metadata": 0,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "Botania:terrasteelLegs",
                "metadata": 0,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "Botania:terrasteelBoots",
                "metadata": 0,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "RedstoneArsenal:armor.helmetFlux",
                "metadata": 0,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "RedstoneArsenal:armor.plateFlux",
                "metadata": 0,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "RedstoneArsenal:armor.legsFlux",
                "metadata": 0,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "RedstoneArsenal:armor.bootsFlux",
                "metadata": 0,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "ThaumicTinkerer:ichorclothHelm",
                "metadata": 0,
                "count": 1
              },
              "chance": 2.5,
              "notify": true
            },
            {
              "item": {
                "item": "ThaumicTinkerer:ichorclothChest",
                "metadata": 0,
                "count": 1
              },
              "chance": 2.5,
              "notify": true
            },
            {
              "item": {
                "item": "ThaumicTinkerer:ichorclothLegs",
                "metadata": 0,
                "count": 1
              },
              "chance": 2.5,
              "notify": true
            },
            {
              "item": {
                "item": "ThaumicTinkerer:ichorclothBoots",
                "metadata": 0,
                "count": 1
              },
              "chance": 2.5,
              "notify": true
            },
            {
              "item": {
                "item": "ThaumicTinkerer:ichorclothHelmGem",
                "metadata": 0,
                "count": 1
              },
              "chance": 1,
              "notify": true
            },
            {
              "item": {
                "item": "ThaumicTinkerer:ichorclothChestGem",
                "metadata": 0,
                "count": 1
              },
              "chance": 1,
              "notify": true
            },
            {
              "item": {
                "item": "ThaumicTinkerer:ichorclothLegsGem",
                "metadata": 0,
                "count": 1
              },
              "chance": 1,
              "notify": true
            },
            {
              "item": {
                "item": "ThaumicTinkerer:ichorclothBootsGem",
                "metadata": 0,
                "count": 1
              },
              "chance": 1,
              "notify": true
            },
            {
              "item": {
                "item": "Thaumcraft:ItemHelmetThaumium",
                "metadata": 0,
                "count": 1
              },
              "chance": 13,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemChestplateThaumium",
                "metadata": 0,
                "count": 1
              },
              "chance": 13,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemLeggingsThaumium",
                "metadata": 0,
                "count": 1
              },
              "chance": 13,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemBootsThaumium",
                "metadata": 0,
                "count": 1
              },
              "chance": 13,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemGoggles",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemChestplateRobe",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemLeggingsRobe",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemBootsRobe",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemHelmetFortress",
                "metadata": 0,
                "count": 1
              },
              "chance": 10,
              "notify": true
            },
            {
              "item": {
                "item": "Thaumcraft:ItemChestplateFortress",
                "metadata": 0,
                "count": 1
              },
              "chance": 10,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemLeggingsFortress",
                "metadata": 0,
                "count": 1
              },
              "chance": 10,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemHelmetVoidFortress",
                "metadata": 0,
                "count": 1
              },
              "chance": 4,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemChestplateVoidFortress",
                "metadata": 0,
                "count": 1
              },
              "chance": 4,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemLeggingsVoidFortress",
                "metadata": 0,
                "count": 1
              },
              "chance": 4,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemHelmetVoid",
                "metadata": 0,
                "count": 1
              },
              "chance": 5,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemChestplateVoid",
                "metadata": 0,
                "count": 1
              },
              "chance": 5,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemLeggingsVoid",
                "metadata": 0,
                "count": 1
              },
              "chance": 5,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemBootsVoid",
                "metadata": 0,
                "count": 1
              },
              "chance": 5,
              "notify": false
            },
            {
              "item": {
                "item": "ProjectE:item.pe_gem_armor_0",
                "metadata": 0,
                "count": 1
              },
              "chance": 0.1,
              "notify": true
            },
            {
              "item": {
                "item": "ProjectE:item.pe_gem_armor_1",
                "metadata": 1,
                "count": 1
              },
              "chance": 0.1,
              "notify": true
            },
            {
              "item": {
                "item": "ProjectE:item.pe_gem_armor_2",
                "metadata": 2,
                "count": 1
              },
              "chance": 0.1,
              "notify": true
            },
            {
              "item": {
                "item": "ProjectE:item.pe_gem_armor_3",
                "metadata": 3,
                "count": 1
              },
              "chance": 0.1,
              "notify": true
            },
            {
              "item": {
                "item": "DraconicEvolution:wyvernHelm",
                "metadata": 0,
                "count": 1
              },
              "chance": 0.5,
              "notify": true
            },
            {
              "item": {
                "item": "DraconicEvolution:wyvernChest",
                "metadata": 0,
                "count": 1
              },
              "chance": 0.5,
              "notify": true
            },
            {
              "item": {
                "item": "DraconicEvolution:wyvernLeggs",
                "metadata": 0,
                "count": 1
              },
              "chance": 0.5,
              "notify": true
            },
            {
              "item": {
                "item": "DraconicEvolution:wyvernBoots",
                "metadata": 0,
                "count": 1
              },
              "chance": 0.5,
              "notify": true
            },
            {
              "item": {
                "item": "DraconicEvolution:draconicHelm",
                "metadata": 0,
                "count": 1
              },
              "chance": 0.1,
              "notify": true
            },
            {
              "item": {
                "item": "DraconicEvolution:draconicChest",
                "metadata": 0,
                "count": 1
              },
              "chance": 0.1,
              "notify": true
            },
            {
              "item": {
                "item": "DraconicEvolution:draconicLeggs",
                "metadata": 0,
                "count": 1
              },
              "chance": 0.1,
              "notify": true
            },
            {
              "item": {
                "item": "DraconicEvolution:draconicBoots",
                "metadata": 0,
                "count": 1
              },
              "chance": 0.1,
              "notify": true
            },
            {
              "item": {
                "item": "simplyjetpacks:jetpacks",
                "metadata": 5,
                "count": 1
              },
              "chance": 0.5,
              "notify": true
            },
            {
              "item": {
                "item": "GraviSuite:graviChestPlate",
                "metadata": 1,
                "count": 1
              },
              "chance": 0.5,
              "notify": true
            }
          ]
        },
        "ae2CaseDrop": {
          "comment": "Список предметов, выпадаемых из кейса инженера",
          "type": "List<CaseDropEntry>",
          "default": [
            {
              "item": {
                "item": "minecraft:stone",
                "metadata": 0,
                "count": 1
              },
              "chance": 100.0,
              "notify": false
            }
          ],
          "value": [
            {
              "item": {
                "item": "appliedenergistics2:tile.BlockCraftingStorage",
                "metadata": 0,
                "count": 4
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:tile.BlockCraftingStorage",
                "metadata": 1,
                "count": 3
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:tile.BlockCraftingStorage",
                "metadata": 2,
                "count": 2
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:tile.BlockCraftingStorage",
                "metadata": 3,
                "count": 1
              },
              "chance": 10,
              "notify": true
            },
            {
              "item": {
                "item": "appliedenergistics2:tile.BlockCraftingUnit",
                "metadata": 1,
                "count": 4
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:tile.BlockCraftingMonitor",
                "metadata": 0,
                "count": 4
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "extracells:storage.fluid",
                "metadata": 0,
                "count": 1
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "extracells:storage.fluid",
                "metadata": 1,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "extracells:storage.fluid",
                "metadata": 2,
                "count": 1
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "extracells:storage.fluid",
                "metadata": 3,
                "count": 1
              },
              "chance": 10,
              "notify": false
            },
            {
              "item": {
                "item": "extracells:storage.fluid",
                "metadata": 4,
                "count": 1
              },
              "chance": 5,
              "notify": false
            },
            {
              "item": {
                "item": "extracells:storage.fluid",
                "metadata": 5,
                "count": 1
              },
              "chance": 2.5,
              "notify": true
            },
            {
              "item": {
                "item": "extracells:storage.fluid",
                "metadata": 6,
                "count": 1
              },
              "chance": 1,
              "notify": true
            },
            {
              "item": {
                "item": "extracells:storage.physical",
                "metadata": 0,
                "count": 1
              },
              "chance": 2,
              "notify": false
            },
            {
              "item": {
                "item": "extracells:storage.physical",
                "metadata": 1,
                "count": 1
              },
              "chance": 1.5,
              "notify": true
            },
            {
              "item": {
                "item": "extracells:storage.physical",
                "metadata": 2,
                "count": 1
              },
              "chance": 1,
              "notify": true
            },
            {
              "item": {
                "item": "extracells:storage.physical",
                "metadata": 3,
                "count": 1
              },
              "chance": 0.5,
              "notify": true
            },
            {
              "item": {
                "item": "thaumicenergistics:storage.essentia",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "thaumicenergistics:storage.essentia",
                "metadata": 1,
                "count": 1
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "thaumicenergistics:storage.essentia",
                "metadata": 2,
                "count": 1
              },
              "chance": 10,
              "notify": false
            },
            {
              "item": {
                "item": "thaumicenergistics:storage.essentia",
                "metadata": 3,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "appliedenergistics2:item.ItemMultiPart",
                "metadata": 360,
                "count": 2
              },
              "chance": 30,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:item.ItemMultiPart",
                "metadata": 340,
                "count": 2
              },
              "chance": 30,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:item.ItemMultiPart",
                "metadata": 480,
                "count": 2
              },
              "chance": 30,
              "notify": false
            },
            {
              "item": {
                "item": "extracells:part.base",
                "metadata": 3,
                "count": 2
              },
              "chance": 30,
              "notify": false
            },
            {
              "item": {
                "item": "thaumicenergistics:part.base",
                "metadata": 4,
                "count": 2
              },
              "chance": 30,
              "notify": false
            },
            {
              "item": {
                "item": "thaumicenergistics:part.base",
                "metadata": 5,
                "count": 2
              },
              "chance": 30,
              "notify": false
            },
            {
              "item": {
                "item": "thaumicenergistics:part.base",
                "metadata": 3,
                "count": 8
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "thaumicenergistics:part.base",
                "metadata": 0,
                "count": 8
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "thaumicenergistics:part.base",
                "metadata": 2,
                "count": 6
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "thaumicenergistics:part.base",
                "metadata": 6,
                "count": 6
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "extracells:part.base",
                "metadata": 0,
                "count": 8
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "extracells:part.base",
                "metadata": 1,
                "count": 8
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "extracells:part.base",
                "metadata": 2,
                "count": 6
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "extracells:ecbaseblock",
                "metadata": 0,
                "count": 8
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:item.ItemMultiPart",
                "metadata": 260,
                "count": 12
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:item.ItemMultiPart",
                "metadata": 240,
                "count": 12
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:item.ItemMultiPart",
                "metadata": 220,
                "count": 6
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:tile.BlockInterface",
                "metadata": 0,
                "count": 16
              },
              "chance": 25.5,
              "notify": false
            },
            {
              "item": {
                "item": "thaumicenergistics:thaumicenergistics.block.infusion.provider",
                "metadata": 0,
                "count": 1
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "thaumicenergistics:thaumicenergistics.block.essentia.provider",
                "metadata": 0,
                "count": 4
              },
              "chance": 10,
              "notify": false
            },
            {
              "item": {
                "item": "thaumicenergistics:thaumicenergistics.block.arcane.assembler",
                "metadata": 0,
                "count": 1
              },
              "chance": 10,
              "notify": false
            },
            {
              "item": {
                "item": "thaumicenergistics:thaumicenergistics.block.knowledge.inscriber",
                "metadata": 0,
                "count": 1
              },
              "chance": 10,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:item.ItemMultiMaterial",
                "metadata": 30,
                "count": 24
              },
              "chance": 35,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:item.ItemMultiPart",
                "metadata": 56,
                "count": 32
              },
              "chance": 40,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:item.ItemMultiPart",
                "metadata": 76,
                "count": 24
              },
              "chance": 40,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:tile.BlockDrive",
                "metadata": 0,
                "count": 4
              },
              "chance": 30,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:tile.BlockController",
                "metadata": 0,
                "count": 2
              },
              "chance": 16,
              "notify": true
            },
            {
              "item": {
                "item": "appliedenergistics2:item.ToolWirelessTerminal",
                "metadata": 0,
                "count": 1
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:item.ItemMultiMaterial",
                "metadata": 42,
                "count": 8
              },
              "chance": 30,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:tile.BlockWireless",
                "metadata": 0,
                "count": 1
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "appliedenergistics2:tile.BlockSecurity",
                "metadata": 0,
                "count": 1
              },
              "chance": 25,
              "notify": false
            }
          ]
        },
        "relicsCaseDrop": {
          "comment": "Список предметов, выпадаемых из редкого кейса",
          "type": "List<CaseDropEntry>",
          "default": [
            {
              "item": {
                "item": "minecraft:stone",
                "metadata": 0,
                "count": 1
              },
              "chance": 100.0,
              "notify": false
            }
          ],
          "value": [
            {
              "item": {
                "item": "Avaritia:Resource",
                "metadata": 4,
                "count": 16
              },
              "chance": 35,
              "notify": false
            },
            {
              "item": {
                "item": "Avaritia:Beesource",
                "metadata": 0,
                "count": 8
              },
              "chance": 40,
              "notify": false
            },
            {
              "item": {
                "item": "Avaritia:Orb_Armok",
                "metadata": 0,
                "count": 1
              },
              "chance": 1,
              "notify": true
            },
            {
              "item": {
                "item": "luxinfineitems:infinitytimecell",
                "metadata": 0,
                "count": 1
              },
              "chance": 2.5,
              "notify": true
            },
            {
              "item": {
                "item": "luxinfineitems:solarGenSunUpgrade",
                "metadata": 0,
                "count": 1
              },
              "chance": 10,
              "notify": false
            },
            {
              "item": {
                "item": "jgendustry:PowerModule",
                "metadata": 0,
                "count": 16
              },
              "chance": 45,
              "notify": false
            },
            {
              "item": {
                "item": "projectreborn:MatterGenUpgrade",
                "metadata": 0,
                "count": 4
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "projectreborn:BaseUpgrade",
                "metadata": 0,
                "count": 1
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "ThermalExpansion:capacitor",
                "metadata": 0,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "ThermalExpansion:Cell",
                "metadata": 0,
                "count": 1
              },
              "chance": 2.5,
              "notify": true
            },
            {
              "item": {
                "item": "ProjectE:item.pe_philosophers_stone",
                "metadata": 0,
                "count": 1
              },
              "chance": 1,
              "notify": true
            },
            {
              "item": {
                "item": "ProjectE:condenser_mk1",
                "metadata": 0,
                "count": 1
              },
              "chance": 1,
              "notify": true
            },
            {
              "item": {
                "item": "ProjectE:condenser_mk2",
                "metadata": 0,
                "count": 1
              },
              "chance": 0.5,
              "notify": true
            },
            {
              "item": {
                "item": "Botania:pool",
                "metadata": 1,
                "count": 1
              },
              "chance": 1.5,
              "notify": true
            },
            {
              "item": {
                "item": "eternalsingularity:eternal_singularity",
                "metadata": 0,
                "count": 1
              },
              "chance": 0.25,
              "notify": true
            },
            {
              "item": {
                "item": "Thaumcraft:blockCosmeticSolid",
                "metadata": 0,
                "count": 8
              },
              "chance": 50,
              "notify": false
            },
            {
              "item": {
                "item": "DraconicEvolution:draconicDistructionStaff",
                "metadata": 0,
                "count": 1
              },
              "chance": 1,
              "notify": true
            }
          ]
        },
        "solarCaseDrop": {
          "comment": "Список предметов, выпадаемых из кейса с солнечными панелями",
          "type": "List<CaseDropEntry>",
          "default": [
            {
              "item": {
                "item": "minecraft:stone",
                "metadata": 0,
                "count": 1
              },
              "chance": 100.0,
              "notify": false
            }
          ],
          "value": [
            {
              "item": {
                "item": "IC2:blockGenerator",
                "metadata": 3,
                "count": 16
              },
              "chance": 35,
              "notify": false
            },
            {
              "item": {
                "item": "AdvancedSolarPanel:BlockAdvSolarPanel",
                "metadata": 0,
                "count": 4
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "AdvancedSolarPanel:BlockAdvSolarPanel",
                "metadata": 1,
                "count": 2
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "AdvancedSolarPanel:BlockAdvSolarPanel",
                "metadata": 2,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "AdvancedSolarPanel:BlockAdvSolarPanel",
                "metadata": 3,
                "count": 1
              },
              "chance": 2.5,
              "notify": true
            },
            {
              "item": {
                "item": "supersolarpanel:SpectralSolarPanel",
                "metadata": 0,
                "count": 1
              },
              "chance": 1,
              "notify": true
            },
            {
              "item": {
                "item": "supersolarpanel:SingularSolarPanel",
                "metadata": 0,
                "count": 1
              },
              "chance": 0.25,
              "notify": true
            },
            {
              "item": {
                "item": "SolarExpansion:solarPanelLeadstone",
                "metadata": 0,
                "count": 24
              },
              "chance": 50,
              "notify": false
            },
            {
              "item": {
                "item": "SolarExpansion:solarPanelHardened",
                "metadata": 0,
                "count": 8
              },
              "chance": 30,
              "notify": false
            },
            {
              "item": {
                "item": "SolarExpansion:solarPanelRedstone",
                "metadata": 0,
                "count": 2
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "SolarExpansion:solarPanelResonant",
                "metadata": 0,
                "count": 1
              },
              "chance": 10,
              "notify": false
            },
            {
              "item": {
                "item": "SolarExpansion:solarPanelAdvanced",
                "metadata": 0,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "SolarExpansion:solarPanelUltimate",
                "metadata": 0,
                "count": 1
              },
              "chance": 2.5,
              "notify": true
            },
            {
              "item": {
                "item": "EnderIO:blockSolarPanel",
                "metadata": 0,
                "count": 24
              },
              "chance": 30,
              "notify": false
            },
            {
              "item": {
                "item": "EnderIO:blockSolarPanel",
                "metadata": 1,
                "count": 8
              },
              "chance": 25,
              "notify": false
            }
          ]
        },
        "weaponCaseDrop": {
          "comment": "Список предметов, выпадаемых из кейса с оружием",
          "type": "List<CaseDropEntry>",
          "default": [
            {
              "item": {
                "item": "minecraft:stone",
                "metadata": 0,
                "count": 1
              },
              "chance": 100.0,
              "notify": false
            }
          ],
          "value": [
            {
              "item": {
                "item": "Botania:elementiumSword",
                "metadata": 0,
                "count": 1
              },
              "chance": 35,
              "notify": false
            },
            {
              "item": {
                "item": "Botania:manasteelSword",
                "metadata": 0,
                "count": 1
              },
              "chance": 45,
              "notify": false
            },
            {
              "item": {
                "item": "DraconicEvolution:draconicBow",
                "metadata": 0,
                "count": 1
              },
              "chance": 0.5,
              "notify": true
            },
            {
              "item": {
                "item": "DraconicEvolution:draconicSword",
                "metadata": 0,
                "count": 1
              },
              "chance": 0.5,
              "notify": true
            },
            {
              "item": {
                "item": "DraconicEvolution:wyvernBow",
                "metadata": 0,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "DraconicEvolution:wyvernSword",
                "metadata": 0,
                "count": 1
              },
              "chance": 5,
              "notify": true
            },
            {
              "item": {
                "item": "Thaumcraft:ItemBowBone",
                "metadata": 0,
                "count": 1
              },
              "chance": 45,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemPrimalCrusher",
                "metadata": 0,
                "count": 1
              },
              "chance": 10,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemSwordCrimson",
                "metadata": 0,
                "count": 1
              },
              "chance": 20,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemSwordElemental",
                "metadata": 0,
                "count": 1
              },
              "chance": 35,
              "notify": false
            },
            {
              "item": {
                "item": "Thaumcraft:ItemSwordVoid",
                "metadata": 0,
                "count": 1
              },
              "chance": 25,
              "notify": false
            },
            {
              "item": {
                "item": "ExtraUtilities:ethericsword",
                "metadata": 0,
                "count": 1
              },
              "chance": 15,
              "notify": false
            },
            {
              "item": {
                "item": "ExtraUtilities:lawSword",
                "metadata": 0,
                "count": 1
              },
              "chance": 10,
              "notify": true
            },
            {
              "item": {
                "item": "ThaumicTinkerer:ichorSword",
                "metadata": 0,
                "count": 1
              },
              "chance": 10,
              "notify": true
            },
            {
              "item": {
                "item": "ThaumicTinkerer:ichorSwordGem",
                "metadata": 0,
                "count": 1
              },
              "chance": 6,
              "notify": true
            },
            {
              "item": {
                "item": "ForbiddenMagic:MorphSword",
                "metadata": 0,
                "count": 1
              },
              "chance": 16,
              "notify": true
            },
            {
              "item": {
                "item": "ForbiddenMagic:SkullAxe",
                "metadata": 0,
                "count": 1
              },
              "chance": 12.5,
              "notify": false
            },
            {
              "item": {
                "item": "RedstoneArsenal:tool.bowFlux",
                "metadata": 0,
                "count": 1
              },
              "chance": 18,
              "notify": false
            },
            {
              "item": {
                "item": "RedstoneArsenal:tool.swordFlux",
                "metadata": 0,
                "count": 1
              },
              "chance": 18,
              "notify": false
            },
            {
              "item": {
                "item": "Avaritia:Skull_Sword",
                "metadata": 0,
                "count": 1
              },
              "chance": 1,
              "notify": true
            },
            {
              "item": {
                "item": "IC2:itemNanoSaber",
                "metadata": 0,
                "count": 1
              },
              "chance": 30,
              "notify": false
            }
          ]
        },

Last updated