本篇教程来自MC百科(mcmod.cn) 使用 CC BY-NC-SA 协议。

# Configuration file
#这是小狗天才模组的配置文件说明,其中true=是,false=否,【】内为中文说明。
####################
# doggysettings【小狗设置】
#------------------------#
# Here you can change details about your dog.【对狗的细节调整】
####################

doggysettings {
    # Determines if dogs die when their health reaches zero. If true, dogs will not die, and will instead become     incapacitated.【当狗的生命值降到0时是否免疫死亡,如为是,则狗将免疫死亡,但会失去行动能力】
    B:isDogImmortal=true【默认为是】

    # Determines if pups take 10 days to mature.【小狗是否需要十天时间发育成熟】
    B:tenDayPuppies=true【默认为是】

    # Enables hunger mode for the dog【是否开启狗的饥饿模式】
    B:isHungerOn=true【默认为是】

    # Enables the particle effect on Dire Level 30 dogs.【是否开启满级狗身上的粒子效果】
    B:direParticles=true【默认为是】

    # When enabled you will spawn with a guide, Doggy Charm and Command Emblem.【在玩家首次出生时,       是否获得指南、小狗魔法牌和命令徽章】
    B:isStartingItemsEnabled=true【默认为是】

    # When enabled, Dogs will bleed while incapacitated.【在狗失去行动能力时,是否开启流血效果】
    B:bloodWhenIncapacitated=true【默认为是】

    # When enabled, Dogs will have wings when at level 5 pillow paw【在枕头爪达到五级后,是否在狗身上显示翅    膀】
    B:doggyWings=true【默认为是】
}


####################
# general【一般选项】
#------------------------#
# Other settings【其他设置】
####################

general {
}
【目前没有可调整选项】

####################
# talents【技能设置】
#------------------------#
# Enable and disable talents here as you wish【自行调整各项技能是否激活】
####################

talents {
    B:bedfinder=true【寻床能手 默认为开】
    B:blackpelt=true【黑色打击 默认为开】
    B:creepersweeper=true【苦力怕清道夫 默认为是】
    B:doggydash=true【狗狗冲刺 默认为是】
    B:fisherdog=true【捕鱼犬 默认为是】
    B:guarddog=true【护卫犬 默认为开】
    B:happyeater=true【开心食客 默认为开】
    B:hellhound=true【地狱犬 默认为开】
    B:hunterdog=true【猎犬默认为开】
    B:packpuppy=true【背包犬 默认为开】
    B:pestfighter=true【除虫能手 默认为开】
    B:pillowpaw=true【枕头爪 默认为开】
    B:poisonfang=true【剧毒獠牙 默认为开】
    B:puppyeyes=true【卖萌天赋 默认为开】
    B:quickhealer=true【快速愈合 默认为开】
    B:rescuedog=true【急救先锋 默认为开】
    B:shepherddog=true【牧羊犬 默认为开】
    B:swimmerdog=true【游泳健将 默认为开】
    B:wolfmount=true【骑乘犬 默认为开】
}