{
  "settings": {
    "//settings": "General Settings",
    "//maxDistance": "Maximum distance from where Blocks and Entities can be picked up",
    "maxDistance": 2.5,
    "//maxEntityWidth": "Max width of entities that can be picked up in survival mode",
    "maxEntityWidth": 1.5,
    "//maxEntityHeight": "Max height of entities that can be picked up in survival mode",
    "maxEntityHeight": 2.5,
    "//blockSlownessMultiplier": "Slowness multiplier for blocks",
    "blockSlownessMultiplier": 0.0,
    "//entitySlownessMultiplier": "Slowness multiplier for entities",
    "entitySlownessMultiplier": 0.0,
    "//maxEntityStackLimit": "Maximum stack limit for entities",
    "maxEntityStackLimit": 10,
    "//heavyTiles": "More complex Tile Entities slow down the player more",
    "heavyTiles": false,
    "//pickupAllBlocks": "Allow all blocks to be picked up, not just Tile Entites. White/Blacklist will still be respected.",
    "pickupAllBlocks": false,
    "//slownessInCreative": "Whether Blocks and Entities slow the creative player down when carried",
    "slownessInCreative": false,
    "//pickupHostileMobs": "Whether hostile mobs should be able to picked up in survival mode",
    "pickupHostileMobs": false,
    "//heavyEntities": "Larger Entities slow down the player more",
    "heavyEntities": false,
    "//allowBabies": "Allow babies to be carried even when adult mob is blacklisted (or not whitelisted)",
    "allowBabies": false,
    "//useWhitelistBlocks": "Use Whitelist instead of Blacklist for Blocks",
    "useWhitelistBlocks": true,
    "//useWhitelistEntities": "Use Whitelist instead of Blacklist for Entities",
    "useWhitelistEntities": true,
    "//useWhitelistStacking": "Use Whitelist instead of Blacklist for Stacking",
    "useWhitelistStacking": true,
    "//hitWhileCarrying": "Whether the player can hit blocks and entities while carrying or not",
    "hitWhileCarrying": false,
    "//dropCarriedWhenHit": "Whether the player drops the carried object when hit or not",
    "dropCarriedWhenHit": false,
    "//useScripts": "Use custom Pickup Scripts. Having this set to false, will not allow you to run scripts, but will increase your performance",
    "useScripts": false,
    "//stackableEntities": "Allows entities to be stacked on top of each other",
    "stackableEntities": true,
    "//entitySizeMattersStacking": "Whether entities' size matters when stacking or not. This means that larger entities cannot be stacked on smaller ones",
    "entitySizeMattersStacking": false,
    "//placementStateExceptions": "Usually all the block state information is retained when placing a block that was picked up. But some information is changed to a modified property, like rotation or orientation. In this list, add additional properties that should NOT be saved and instead be updated when placed. Format: modid:block[propertyname]. Note: You don't need to add an entry for every subtype of a same block. For example, we only add an entry for one type of slab, but the change is applied to all slabs.",
    "placementStateExceptions": [
      "minecraft:chest[type]",
      "minecraft:stone_button[face]",
      "minecraft:vine[north,east,south,west,up]",
      "minecraft:creeper_head[rotation]",
      "minecraft:glow_lichen[north,east,south,west,up,down]",
      "minecraft:oak_sign[rotation]",
      "minecraft:oak_trapdoor[half]"
    ],
    "//pickupPlayers": "Whether Players can be picked up. Creative players can't be picked up in Survival Mode",
    "pickupPlayers": true,
    "//pickupUnbreakableBlocks": "Whether players in Survival Mode can pick up unbreakable blocks. Creative players always can.",
    "pickupUnbreakableBlocks": false
  },
  "whitelist": {
    "//whitelist": "Whitelist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config",
    "//allowedEntities": "Entities that CAN be picked up (useWhitelistEntities must be true)",
    "allowedEntities": [
      "minecraft:bat",
      "minecraft:cat",
      "minecraft:chicken",
      "minecraft:cod",
      "minecraft:cow",
      "minecraft:dolphin",
      "minecraft:donkey",
      "minecraft:fox",
      "minecraft:horse",
      "minecraft:mooshroom",
      "minecraft:mule",
      "minecraft:ocelot",
      "minecraft:panda",
      "minecraft:parrot",
      "minecraft:pig",
      "minecraft:pufferfish",
      "minecraft:rabbit",
      "minecraft:salmon",
      "minecraft:sheep",
      "minecraft:skeleton_horse",
      "minecraft:squid",
      "minecraft:strider",
      "minecraft:tropical_fish",
      "minecraft:turtle",
      "minecraft:villager",
      "minecraft:wandering_trader",
      "minecraft:wolf",
      "naturalist:rattlesnake",
      "naturalist:coral_snake",
      "naturalist:deer",
      "naturalist:firefly",
      "naturalist:dragonfly",
      "naturalist:bass",
      "naturalist:duck",
      "naturalist:giraffe",
      "naturalist:vulture",
      "naturalist:snail",
      "naturalist:alligator",
      "naturalist:boar",
      "naturalist:finch",
      "naturalist:lion",
      "naturalist:hippo",
      "naturalist:canary",
      "naturalist:sparrow",
      "naturalist:bear",
      "naturalist:lizard",
      "naturalist:zebra",
      "naturalist:butterfly",
      "naturalist:elephant",
      "naturalist:bluejay",
      "naturalist:robin",
      "naturalist:tortoise",
      "naturalist:caterpillar",
      "naturalist:cardinal",
      "naturalist:catfish",
      "naturalist:lizard_tail",
      "naturalist:rhino",
      "bakery:wandering_baker",
      "friendsandfoes:mauler",
      "friendsandfoes:glare",
      "friendsandfoes:rascal",
      "friendsandfoes:moobloom",
      "endermanoverhaul:pet_enderman",
      "endermanoverhaul:windswept_hills_enderman",
      "endermanoverhaul:hammerhead_pet_enderman",
      "endermanoverhaul:nether_wastes_enderman",
      "endermanoverhaul:desert_enderman",
      "endermanoverhaul:mushroom_fields_enderman",
      "endermanoverhaul:spirit",
      "endermanoverhaul:axolotl_pet_enderman",
      "endermanoverhaul:cave_enderman",
      "endermanoverhaul:scarab",
      "endermanoverhaul:swamp_enderman",
      "endermanoverhaul:snowy_enderman",
      "endermanoverhaul:ice_spikes_enderman",
      "endermanoverhaul:badlands_enderman",
      "endermanoverhaul:savanna_enderman",
      "endermanoverhaul:dark_oak_enderman",
      "endermanoverhaul:soulsand_valley_enderman",
      "endermanoverhaul:flower_fields_enderman",
      "endermanoverhaul:ocean_enderman",
      "endermanoverhaul:warped_forest_enderman",
      "endermanoverhaul:end_islands_enderman",
      "endermanoverhaul:crimson_forest_enderman",
      "endermanoverhaul:end_enderman",
      "clutter:crimson_newt",
      "minecraft:frog",
      "betterend:dragonfly",
      "clutter:mossbloom",
      "ribbits:ribbit",
      "guardvillagers:guard",
      "minecraft:allay",
      "minecraft:axolotl",
      "minecraft:bee",
      "minecraft:glow_squid",
      "minecraft:goat",
      "minecraft:llama",
      "minecraft:iron_golem",
      "minecraft:polar_bear",
      "minecraft:sniffer",
      "minecraft:snow_golem",
      "minecraft:tad_pole",
      "minecraft:trader_llama",
      "friendsandfoes:copper_golem",
      "friendsandfoes:tuff_golem",
      "friendsandfoes:crab",
      "supplementaries:red_merchant",
      "creeperoverhaul:jungle_creeper",
      "creeperoverhaul:bamboo_creeper",
      "creeperoverhaul:desert_creeper",
      "creeperoverhaul:badlands_creeper",
      "creeperoverhaul:hills_creeper",
      "creeperoverhaul:savannah_creeper",
      "creeperoverhaul:mushroom_creeper",
      "creeperoverhaul:swamp_creeper",
      "creeperoverhaul:dripstone_creeper",
      "creeperoverhaul:cave_creeper",
      "creeperoverhaul:dark_oak_creeper",
      "creeperoverhaul:spruce_creeper",
      "creeperoverhaul:beach_creeper",
      "creeperoverhaul:snowy_creeper",
      "creeperoverhaul:ocean_creeper",
      "crittersandcompanions:dragonfly",
      "crittersandcompanions:ferret",
      "crittersandcompanions:dumbo_octopus",
      "crittersandcompanions:jumping_spider",
      "crittersandcompanions:koi_fish",
      "crittersandcompanions:leaf_insect",
      "crittersandcompanions:otter",
      "crittersandcompanions:red_panda",
      "crittersandcompanions:sea_bunny",
      "crittersandcompanions:shima_enaga"
    ],
    "//allowedBlocks": "Blocks that CAN be picked up (useWhitelistBlocks must be true)",
    "allowedBlocks": [
      "minecraft:barrel",
      "minecraft:beehive",
      "minecraft:bell",
      "minecraft:blast_furnace",
      "minecraft:brewing_stand",
      "minecraft:campfire",
      "minecraft:chest",
      "minecraft:comparator",
      "minecraft:daylight_detector",
      "minecraft:dispenser",
      "minecraft:dropper",
      "minecraft:enchanting_table",
      "minecraft:ender_chest",
      "minecraft:furnace",
      "minecraft:hopper",
      "minecraft:jukebox",
      "minecraft:lectern",
      "minecraft:note_block",
      "minecraft:shulker_box",
      "minecraft:smoker",
      "compact_storage:compact_chest_white",
      "compact_storage:compact_chest_orange",
      "compact_storage:compact_chest_magenta",
      "compact_storage:compact_chest_light_blue",
      "compact_storage:compact_chest_yellow",
      "compact_storage:compact_chest_lime",
      "compact_storage:compact_chest_pink",
      "compact_storage:compact_chest_gray",
      "compact_storage:compact_chest_light_gray",
      "compact_storage:compact_chest_cyan",
      "compact_storage:compact_chest_purple",
      "compact_storage:compact_chest_blue",
      "compact_storage:compact_chest_brown",
      "compact_storage:compact_chest_green",
      "compact_storage:compact_chest_red",
      "compact_storage:compact_chest_black",
      "compact_storage:compact_barrel_white",
      "compact_storage:compact_barrel_orange",
      "compact_storage:compact_barrel_magenta",
      "compact_storage:compact_barrel_light_blue",
      "compact_storage:compact_barrel_yellow",
      "compact_storage:compact_barrel_lime",
      "compact_storage:compact_barrel_pink",
      "compact_storage:compact_barrel_gray",
      "compact_storage:compact_barrel_light_gray",
      "compact_storage:compact_barrel_cyan",
      "compact_storage:compact_barrel_purple",
      "compact_storage:compact_barrel_blue",
      "compact_storage:compact_barrel_brown",
      "compact_storage:compact_barrel_green",
      "compact_storage:compact_barrel_red",
      "compact_storage:compact_barrel_black",
      "betterend:mossy_glowshroom_chest",
      "betterend:pythadendron_chest",
      "betterend:end_lotus_chest",
      "betterend:lacugrove_chest",
      "betterend:dragon_tree_chest",
      "betterend:tenanea_chest",
      "betterend:helix_tree_chest",
      "betterend:umbrella_tree_chest",
      "betterend:jellyshroom_chest",
      "betterend:lucernia_chest",
      "betterend:mossy_glowshroom_barrel",
      "betterend:pythadendron_barrel",
      "betterend:end_lotus_barrel",
      "betterend:lacugrove_barrel",
      "betterend:dragon_tree_barrel",
      "betterend:tenanea_barrel",
      "betterend:helix_tree_barrel",
      "betterend:umbrella_tree_barrel",
      "betterend:jellyshroom_barrel",
      "betterend:lucernia_barrel"
    ],
    "//allowedStacking": "Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true)",
    "allowedStacking": [
      "minecraft:bat",
      "minecraft:cat",
      "minecraft:chicken",
      "minecraft:cod",
      "minecraft:cow",
      "minecraft:dolphin",
      "minecraft:donkey",
      "minecraft:fox",
      "minecraft:horse",
      "minecraft:mooshroom",
      "minecraft:mule",
      "minecraft:ocelot",
      "minecraft:panda",
      "minecraft:parrot",
      "minecraft:pig",
      "minecraft:pufferfish",
      "minecraft:rabbit",
      "minecraft:salmon",
      "minecraft:sheep",
      "minecraft:skeleton_horse",
      "minecraft:squid",
      "minecraft:strider",
      "minecraft:tropical_fish",
      "minecraft:turtle",
      "minecraft:villager",
      "minecraft:wandering_trader",
      "minecraft:wolf",
      "naturalist:rattlesnake",
      "naturalist:coral_snake",
      "naturalist:deer",
      "naturalist:firefly",
      "naturalist:dragonfly",
      "naturalist:bass",
      "naturalist:duck",
      "naturalist:giraffe",
      "naturalist:vulture",
      "naturalist:snail",
      "naturalist:alligator",
      "naturalist:boar",
      "naturalist:finch",
      "naturalist:lion",
      "naturalist:hippo",
      "naturalist:canary",
      "naturalist:sparrow",
      "naturalist:bear",
      "naturalist:lizard",
      "naturalist:zebra",
      "naturalist:butterfly",
      "naturalist:elephant",
      "naturalist:bluejay",
      "naturalist:robin",
      "naturalist:tortoise",
      "naturalist:caterpillar",
      "naturalist:cardinal",
      "naturalist:catfish",
      "naturalist:lizard_tail",
      "naturalist:rhino",
      "friendsandfoes:mauler",
      "friendsandfoes:glare",
      "friendsandfoes:rascal",
      "friendsandfoes:moobloom",
      "endermanoverhaul:pet_enderman",
      "endermanoverhaul:windswept_hills_enderman",
      "endermanoverhaul:hammerhead_pet_enderman",
      "endermanoverhaul:nether_wastes_enderman",
      "endermanoverhaul:desert_enderman",
      "endermanoverhaul:mushroom_fields_enderman",
      "endermanoverhaul:spirit",
      "endermanoverhaul:axolotl_pet_enderman",
      "endermanoverhaul:cave_enderman",
      "endermanoverhaul:scarab",
      "endermanoverhaul:swamp_enderman",
      "endermanoverhaul:snowy_enderman",
      "endermanoverhaul:ice_spikes_enderman",
      "endermanoverhaul:badlands_enderman",
      "endermanoverhaul:savanna_enderman",
      "endermanoverhaul:dark_oak_enderman",
      "endermanoverhaul:soulsand_valley_enderman",
      "endermanoverhaul:flower_fields_enderman",
      "endermanoverhaul:ocean_enderman",
      "endermanoverhaul:warped_forest_enderman",
      "endermanoverhaul:end_islands_enderman",
      "endermanoverhaul:crimson_forest_enderman",
      "endermanoverhaul:end_enderman",
      "clutter:crimson_newt",
      "minecraft:frog",
      "betterend:dragonfly",
      "clutter:mossbloom",
      "ribbits:ribbit"
    ]
  },
  "blacklist": {
    "//blacklist": "Blacklist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config",
    "//forbiddenTiles": "Blocks that cannot be picked up",
    "forbiddenTiles": [
      "#forge:immovable",
      "#forge:relocation_not_supported",
      "minecraft:end_portal",
      "minecraft:piston_head",
      "minecraft:end_gateway",
      "minecraft:tall_grass",
      "minecraft:large_fern",
      "minecraft:peony",
      "minecraft:rose_bush",
      "minecraft:lilac",
      "minecraft:sunflower",
      "minecraft:*_bed",
      "minecraft:*_door",
      "minecraft:big_dripleaf_stem",
      "minecraft:waterlily",
      "minecraft:cake",
      "minecraft:nether_portal",
      "minecraft:tall_seagrass",
      "animania:block_trough",
      "animania:block_invisiblock",
      "colossalchests:*",
      "ic2:*",
      "bigreactors:*",
      "forestry:*",
      "tconstruct:*",
      "rustic:*",
      "botania:*",
      "astralsorcery:*",
      "quark:colored_bed_*",
      "immersiveengineering:*",
      "embers:block_furnace",
      "embers:ember_bore",
      "embers:ember_activator",
      "embers:mixer",
      "embers:heat_coil",
      "embers:large_tank",
      "embers:crystal_cell",
      "embers:alchemy_pedestal",
      "embers:boiler",
      "embers:combustor",
      "embers:catalzyer",
      "embers:field_chart",
      "embers:inferno_forge",
      "storagedrawers:framingtable",
      "skyresources:*",
      "lootbags:*",
      "exsartagine:*",
      "aquamunda:tank",
      "opencomputers:*",
      "malisisdoors:*",
      "industrialforegoing:*",
      "minecolonies:*",
      "thaumcraft:pillar*",
      "thaumcraft:infernal_furnace",
      "thaumcraft:placeholder*",
      "thaumcraft:infusion_matrix",
      "thaumcraft:golem_builder",
      "thaumcraft:thaumatorium*",
      "magneticraft:oil_heater",
      "magneticraft:solar_panel",
      "magneticraft:steam_engine",
      "magneticraft:shelving_unit",
      "magneticraft:grinder",
      "magneticraft:sieve",
      "magneticraft:solar_tower",
      "magneticraft:solar_mirror",
      "magneticraft:container",
      "magneticraft:pumpjack",
      "magneticraft:solar_panel",
      "magneticraft:refinery",
      "magneticraft:oil_heater",
      "magneticraft:hydraulic_press",
      "magneticraft:multiblock_gap",
      "refinedstorage:*",
      "mcmultipart:*",
      "enderstorage:*",
      "betterstorage:*",
      "practicallogistics2:*",
      "wearablebackpacks:*",
      "rftools:screen",
      "rftools:creative_screen",
      "create:*",
      "magic_doorknob:*",
      "iceandfire:*",
      "ftbquests:*",
      "waystones:*",
      "contact:*",
      "framedblocks:*",
      "securitycraft:*",
      "forgemultipartcbe:*",
      "integrateddynamics:cable",
      "mekanismgenerators:wind_generator",
      "cookingforblockheads:cabinet",
      "cookingforblockheads:corner",
      "cookingforblockheads:counter",
      "cookingforblockheads:oven",
      "cookingforblockheads:toaster",
      "cookingforblockheads:milk_jar",
      "cookingforblockheads:cow_jar",
      "cookingforblockheads:fruit_basket",
      "cookingforblockheads:cooking_table",
      "cookingforblockheads:fridge",
      "cookingforblockheads:sink",
      "powah:*",
      "advancementtrophies:trophy",
      "mekanismgenerators:heat_generator",
      "mna:filler_block"
    ],
    "//forbiddenEntities": "Entities that cannot be picked up",
    "forbiddenEntities": [
      "minecraft:end_crystal",
      "minecraft:ender_dragon",
      "minecraft:ghast",
      "minecraft:shulker",
      "minecraft:leash_knot",
      "minecraft:armor_stand",
      "minecraft:item_frame",
      "minecraft:painting",
      "minecraft:shulker_bullet",
      "animania:hamster",
      "animania:ferret*",
      "animania:hedgehog*",
      "animania:cart",
      "animania:wagon",
      "mynko:*",
      "pixelmon:*",
      "mocreatures:*",
      "quark:totem",
      "vehicle:*",
      "securitycraft:*",
      "taterzens:npc",
      "easy_npc:*",
      "bodiesbodies:dead_body"
    ],
    "//forbiddenStacking": "Entities that cannot have other entities stacked on top of them",
    "forbiddenStacking": [
      "minecraft:horse"
    ]
  },
  "customPickupConditions": {
    "//customPickupConditions": "Custom Pickup Conditions. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Custom-Pickup-Condition-Config",
    "//customPickupConditionsBlocks": "Custom Pickup Conditions for Blocks",
    "customPickupConditionsBlocks": [],
    "//customPickupConditionsEntities": "Custom Pickup Conditions for Entities",
    "customPickupConditionsEntities": []
  }
}