{ // Enable / Disable sneak + right-Click pickup ability. "SneakRightClick": false, // Enable / Disable key shortcut pickup ability. "KeyShortcut": true, // Enable / Disable picking up baby Villagers. "OnlyAdults": true, /* Controls the pickup distance. min = 1 max = 100 disabled = 0 */ "PickupDistance": 40, /* Controls the pickup cost. min = 1 max = 100 disabled = 0 */ "PickupCost": 0, /* Controls the amount of pets that can be in the inventory at the same time. min = 1 max = 1000 disabled = 0 */ "MaxPetsInInventory": 3, // Enables/Disables pet altar. "ReviveAltar": true, // Item consumed to use Pet Altar. Tags can be used here by adding # at the start. "ReviveAltarReviveItem": "minecraft:diamond", // NBT to be used when checking the Revive Item. Leave empty if no NBT needed "ReviveItemNBT": "", // List of pets not to be picked up. [modid]:[petid] ex:"minecraft:wolf" "BlacklistedPets": [], // List of mods to not interact with. [modid] ex:"minecraft" "BlacklistedMods": [] }