Files
fuwuduan/config/pickablepets.json5
2025-10-20 07:39:17 +00:00

49 lines
1.2 KiB
Plaintext

{
// 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": 0,
// Enables/Disables revive altar.
"ReviveAltar": true,
// Controls the visibility of the altar particles.
"ReviveAltarParticles": true,
// Item consumed to revive pets in the altar.
"ReviveAltarReviveItem": "soulsweapons:shard_of_uncertainty",
// List of pets not to be picked up. [modid]:[petid] ex:"minecraft:wolf"
"BlacklistedPets": [
"touhou_little_maid:maid",
"cataclysm:netherite_ministrosity",
"iceandfire:amphithere",
"alexsmobs:kangaroo",
"goety_cataclysm:wadjet",
"minecraft:trader_llama",
"minecraft:llama",
"minecraft:donkey"
],
// List of mods to not interact with. [modid] ex:"minecraft"
"BlacklistedMods": [
"touhou_little_maid",
"",
""
]
}