petz/petz/petz.conf

567 lines
15 KiB
Plaintext
Raw Permalink Normal View History

2020-07-24 09:44:12 -07:00
# WARNING: Do NOT change the Petz Mod preferences here
# Do create a 'user.conf' with your favourite preferences instead of.
2019-08-10 03:28:24 -07:00
2022-07-25 06:52:20 -07:00
petz_list = kitty,puppy,ducky,lamb,lion,calf,panda,grizzly,pony,parrot,chicken,piggy,wolf,elephant,elephant_female,pigeon,moth,camel,clownfish,bat,silkworm,chimp,hamster,dolphin,tropicalfish,beaver,turtle,frog,toucan,bee,queen_bee,mr_pumpkin,foxy,penguin,polar_bear,santa_killer,werewolf,tarantula,butterfly,rat,goat,squirrel,leopard,ant,warrior_ant,queen_ant,rooster,hen,bunny
2019-11-02 17:33:40 -07:00
#This list is to remove already existing entities in the game
##Note that overrides the petz_list
remove_list =
2019-03-06 04:57:23 -08:00
##Tamagochi Mode (Take care of your pet: fed it...)
tamagochi_mode = true
2020-02-05 08:55:57 -08:00
##check_time: default 2400
2019-06-23 04:52:48 -07:00
tamagochi_check_time = 2400
2020-02-05 08:55:57 -08:00
tamagochi_reduction_factor = 0.3
tamagochi_punch_rate = 0.3
tamagochi_feed_hunger_rate = 0.3
tamagochi_brush_rate = 0.2
tamagochi_beaver_oil_rate = 0.2
tamagochi_lashing_rate = 0.2
2020-07-05 05:42:53 -07:00
#Set to 0 to disable the hungry warning
2020-07-05 05:55:59 -07:00
tamagochi_hungry_warning = 0.5
2019-04-26 07:37:34 -07:00
##Tamagochi mode applies only if the player is online in a server
tamagochi_check_if_player_online = true
2019-08-10 03:28:24 -07:00
tamagochi_safe_nodes = petz:yellow_paving,petz:gray_graving_stone
2019-03-06 04:57:23 -08:00
2022-05-28 02:21:29 -07:00
type_api = kitz
2019-03-06 04:57:23 -08:00
2019-05-22 13:05:44 -07:00
##Capture Mobs
2020-05-25 13:39:25 -07:00
lasso = petz:lasso
2019-05-22 13:05:44 -07:00
rob_mobs = false
2020-06-21 14:19:40 -07:00
##Shears
shears = petz:shears
2020-05-05 14:07:58 -07:00
##Selling
selling = true
selling_exchange_items = default:copper_lump,default:copper_ingot,default:iron_lump,default:steel_ingot,default:gold_lump,default:gold_ingot,default:diamond
2020-04-29 06:56:09 -07:00
#Spawn Engine
2020-04-29 11:10:53 -07:00
2020-04-29 06:56:09 -07:00
##Spawn Monsters?
disable_monsters = false
2020-04-29 11:10:53 -07:00
2020-04-29 10:50:23 -07:00
#ratio peaceful/monsters (0-1)
##I.e. a ratio of 0.7 means that is more probable more peaceful mobs than monsters
2020-04-29 11:10:53 -07:00
##'is_monster' is an entity definition
2020-04-29 10:50:23 -07:00
##(overrided by the 'disable_monsters' setting)
spawn_peaceful_monsters_ratio = 0.7
2020-04-29 11:10:53 -07:00
2020-04-29 06:56:09 -07:00
##Disable here some mobs to not spawn
2020-04-29 11:10:53 -07:00
###Add the type name of the petz plus "_disable_spawn"
2020-04-29 06:56:09 -07:00
###Normal bees should not spam!!!
bee_disable_spawn = true
2020-11-15 04:03:45 -08:00
ant_disable_spawn = true
2020-11-15 04:19:35 -08:00
warrior_ant_disable_spawn = true
2020-11-29 11:12:27 -08:00
chicken_disable_spawn = true
2020-04-29 11:10:53 -07:00
## The interval is avg spawn attempt interval (seconds) for every player
2020-05-05 17:10:52 -07:00
spawn_interval = 30
2020-04-29 11:10:53 -07:00
## Spawn: Max number of mobs in the active block range
2020-01-07 14:00:04 -08:00
max_mobs = 60
2020-04-29 11:10:53 -07:00
## Spawn: Max number of the same species in the active block range
max_per_species = 10
2019-11-05 15:12:16 -08:00
## Chance to spawn a mob if there are no other objects in area
# the value should be 0 - 1
spawn_chance = 0.3
2020-04-29 11:10:53 -07:00
2020-03-03 07:17:20 -08:00
#do not spawn in protected
no_spawn_in_protected = false
2019-06-22 09:16:41 -07:00
2020-01-24 16:13:03 -08:00
##horseshoes
2020-01-24 16:55:28 -08:00
#additive effect
horseshoe_speedup = 0.2
2020-01-24 16:13:03 -08:00
2019-07-01 09:03:04 -07:00
##lashing
2022-07-25 06:52:20 -07:00
lashing_tame_count = 2
2019-07-01 09:03:04 -07:00
#Spinning Wheel
##amount of silk to craft a bobbin in a spinning_wheel
silk_to_bobbin = 3
2020-05-28 13:52:39 -07:00
##look_at
2020-07-10 10:43:57 -07:00
look_at = true
2020-05-28 13:52:39 -07:00
#random probability of look_at
#i.e. 5 means probability each 5 s
2020-06-17 04:02:54 -07:00
look_at_random = 10
2020-05-28 13:52:39 -07:00
2019-07-16 18:55:05 -07:00
##Breed System
2020-01-11 06:57:13 -08:00
pregnant_count = 5
pregnancy_time = 300
growth_time = 1200
#Only owners can extract some seed from their ponies
seed_only_owners = true
2022-06-06 11:20:04 -07:00
disable_syringe = false
2019-07-16 18:55:05 -07:00
2020-01-30 10:44:55 -08:00
##Bloody Mode
blood = false
2020-06-05 03:45:01 -07:00
##Punch Effect
colorize_punch = true
punch_color = #FF0000
2021-03-19 03:39:59 -07:00
##Tag Background
2021-03-19 03:51:23 -07:00
tag_background = false
2021-03-19 03:39:59 -07:00
2020-05-13 15:05:08 -07:00
##Smoke particles when die
death_effect = true
2020-04-08 18:01:24 -07:00
##Population Control
#To no limit put: -1
max_tamed_by_owner = -1
2020-06-19 04:46:03 -07:00
##Lifetime
#No general lifetime = -1
2020-06-19 07:35:32 -07:00
lifetime = -1
2020-06-19 14:52:07 -07:00
#Individual lifetime variability (0.0-1.0)
lifetime_variability = 0.2
2020-06-19 04:46:03 -07:00
lifetime_only_non_tamed = false
lifetime_avoid_non_breedable = false
2020-02-13 03:47:07 -08:00
##Mount
2020-02-14 04:56:28 -08:00
pointable_driver = true
2020-06-21 14:19:40 -07:00
gallop_time = 20
2020-02-13 12:59:44 -08:00
gallop_recover_time= 60
2020-02-13 03:47:07 -08:00
2020-01-31 15:22:28 -08:00
##Poop
poop = true
2020-02-01 03:33:43 -08:00
poop_rate = 600
2020-01-31 15:58:11 -08:00
poop_decay = 1200
2020-01-31 15:22:28 -08:00
2020-11-15 04:03:45 -08:00
##Ant
lay_antegg_timing = 1200
max_laid_anteggs = 500
ant_population = 5
2020-11-30 13:49:24 -08:00
##Children search for their parents
#Only for chicks
parent_search = true
2019-06-23 04:52:48 -07:00
##Lay Eggs
2020-11-16 11:47:32 -08:00
#Default = 1200= 1 egg by day
lay_egg_timing = 1200
2020-08-23 17:05:36 -07:00
#Max eggs to hatch by animal
max_laid_eggs = 10
2020-11-29 10:59:06 -08:00
#Time an egg to hatch
hatch_egg_timing = 500
2019-06-23 04:52:48 -07:00
2019-08-31 03:38:05 -07:00
##Misc Random Sound for Petz
2019-07-13 09:06:58 -07:00
#Default = 50
misc_sound_chance = 50
2019-08-31 03:38:05 -07:00
#max hear distance
2019-10-29 15:35:22 -07:00
max_hear_distance = 8
2019-06-23 04:52:48 -07:00
2019-10-17 14:34:37 -07:00
#Fly check time
fly_check_time = 3
2020-02-11 17:37:05 -08:00
#Cobweb
cobweb_decay = 1200
2020-02-17 16:53:47 -08:00
#Sleeping behaviour
sleeping = true
2020-02-15 03:30:22 -08:00
2020-05-02 10:04:14 -07:00
#Herding Behaviour
2020-05-03 16:12:20 -07:00
herding = true
herding_timing = 3
2020-05-02 10:04:14 -07:00
herding_members_distance = 5
herding_shepherd_distance = 5
2019-10-19 16:14:06 -07:00
#Bee stuff
initial_honey_beehive = 3
max_honey_beehive = 10
max_bees_beehive = 3
protect_beehive = false
#bees_outing_rate=1 means that a bee inmediatelly go out the beehive for pollen
2020-01-01 19:07:51 -08:00
bee_outing_ratio = 20
2020-11-29 10:59:06 -08:00
#The time between a Beehive is created by a pger and a worker bee is automatically created
2020-08-06 17:47:20 -07:00
worker_bee_delay = 300
#beehive_spawn_chance = 0.6
#max_beehives_in_area = 3
2019-10-19 16:14:06 -07:00
2020-01-16 16:31:46 -08:00
#Lycanthropy stuff
2020-01-17 17:35:19 -08:00
lycanthropy = true
2020-01-17 19:49:13 -08:00
lycanthropy_infection_chance_by_wolf = 200
lycanthropy_infection_chance_by_werewolf = 10
2020-01-16 16:31:46 -08:00
##Damage Engine
#If this setting is 'true', checks the "enable_damage" setting of the game
#and if 'enable_damage=false', disables the damage for pets too.
check_enable_damage = false
#Petz are not damaged in protected areas
no_damage_in_protected = false
2019-08-26 04:28:23 -07:00
##Enviromental Damage
2019-05-12 03:53:16 -07:00
air_damage = 1
2019-08-26 04:28:23 -07:00
#Lava & Fire
igniter_damage = 1
2019-05-12 03:53:16 -07:00
2019-10-29 15:35:22 -07:00
##Weapons
pumpkin_grenade_damage = 8
2020-11-17 00:04:27 -08:00
##Disable Kennel
disable_kennel = false
2020-04-23 08:57:27 -07:00
##Server Cron Tasks
##Clear non-tamed Mobs in the server from time to time
##Put '0' for disabled it.
2020-04-23 08:58:32 -07:00
clear_mobs_time = 0
2020-04-23 08:57:27 -07:00
2021-01-06 19:56:46 -08:00
##Go Back Home Distance
#If dreamctacher and checked "Automatic Go Back..."
2021-01-07 07:12:52 -08:00
back_home_distance = 50
2021-01-06 19:56:46 -08:00
2019-06-23 04:52:48 -07:00
##Specific Settings for Mobs
#Spawn Chance should be a value form 0.0 to 1.0
2019-03-06 04:57:23 -08:00
##Kitty Specific
2020-07-05 05:42:53 -07:00
kitty_follow = petz:raw_chicken, group:food_meat_raw
2019-07-09 15:55:14 -07:00
kitty_spawn_chance = 0.6
2019-06-22 09:16:41 -07:00
kitty_spawn_nodes = default:dirt_with_grass
2019-07-01 09:52:07 -07:00
kitty_spawn_biome = default
2020-04-19 12:18:42 -07:00
kitty_preys = petz:rat
2019-03-06 04:57:23 -08:00
##Puppy Specific
2020-07-05 05:42:53 -07:00
puppy_follow = petz:bone, group:food_meat_raw
2019-07-09 15:55:14 -07:00
puppy_spawn_chance = 0.6
2019-06-23 04:52:48 -07:00
puppy_spawn_nodes = default:dirt_with_grass
2019-07-01 09:52:07 -07:00
puppy_spawn_biome = default
2019-03-06 14:01:46 -08:00
##Ducky Specific
2019-07-08 17:40:39 -07:00
ducky_follow = farming:seed_wheat
2019-07-09 15:55:14 -07:00
ducky_spawn_chance = 0.6
2019-06-23 04:52:48 -07:00
ducky_spawn_nodes = default:dirt_with_grass
2019-07-01 09:52:07 -07:00
ducky_spawn_biome = default
2019-11-02 17:33:40 -07:00
ducky_predators = petz:foxy
2019-03-10 04:40:11 -07:00
##Beaver Specific
2019-03-10 17:14:23 -07:00
beaver_follow = farming:wheat
2019-10-06 05:09:23 -07:00
beaver_spawn_nodes = default:dirt_with_grass,default:river_water_source
2019-07-09 15:55:14 -07:00
beaver_spawn_chance = 0.6
2019-03-12 15:10:08 -07:00
beaver_create_dam = true
2019-07-01 09:52:07 -07:00
beaver_spawn_biome = default
2019-03-16 04:13:05 -07:00
2019-03-24 04:12:25 -07:00
##Lamb Specific
2019-03-16 04:13:05 -07:00
lamb_follow = farming:wheat
2019-07-09 15:55:14 -07:00
lamb_spawn_chance = 0.6
2019-06-22 09:16:41 -07:00
lamb_spawn_nodes = default:dirt_with_grass
2020-06-03 06:14:14 -07:00
lamb_predators = petz:wolf,petz:lion,petz:grizzly,petz:leopard
2019-07-01 09:52:07 -07:00
lamb_spawn_biome = default
2020-01-11 06:57:13 -08:00
lamb_spawn_herd = 3
2019-07-20 17:26:32 -07:00
lamb_breed = default:blueberries
lamb_copulation_distance = 2
2020-01-10 20:19:13 -08:00
lamb_colorized = true
2019-03-24 04:12:25 -07:00
##Lion Specific
2020-01-12 09:10:36 -08:00
lion_follow = group:food_meat_raw
2019-07-09 16:50:11 -07:00
lion_spawn_chance = 1.0
2019-11-27 09:03:21 -08:00
lion_spawn_nodes = default:dirt_with_dry_grass,default:dry_dirt,default:dry_dirt_with_dry_grass
2020-06-03 06:14:14 -07:00
lion_preys = petz:lamb,petz:calf,petz:pony,petz:piggy,petz:camel,petz:goat
2019-07-01 09:52:07 -07:00
lion_spawn_biome = default
2019-03-31 08:54:27 -07:00
2019-07-13 09:06:58 -07:00
##Wolf Specific
2020-01-12 09:10:36 -08:00
wolf_follow = group:food_meat_raw
2019-07-13 09:06:58 -07:00
wolf_spawn_chance = 1.0
2019-08-10 03:28:24 -07:00
wolf_spawn_nodes = default:dirt_with_coniferous_litter,default:dirt_with_grass
wolf_preys = petz:lamb,petz:piggy
2019-07-13 09:06:58 -07:00
wolf_spawn_biome = default
2020-01-11 06:57:13 -08:00
wolf_spawn_herd = 4
2020-01-12 09:10:36 -08:00
wolf_breed = default:blueberries
wolf_copulation_distance = 3
wolf_convert = petz:bone
wolf_convert_to = petz:puppy
wolf_convert_count = 5
2019-07-13 09:06:58 -07:00
2019-03-31 08:54:27 -07:00
##Calf Specific
calf_follow = farming:wheat
2019-07-09 15:55:14 -07:00
calf_spawn_chance = 0.6
2019-06-22 09:16:41 -07:00
calf_spawn_nodes = default:dirt_with_grass
2020-06-03 06:14:14 -07:00
calf_predators = petz:lion,petz:leopard
2019-07-01 09:52:07 -07:00
calf_spawn_biome = default
2020-01-11 06:57:13 -08:00
calf_spawn_herd = 3
2020-08-03 13:15:05 -07:00
calf_breed = default:blueberries
calf_copulation_distance = 2
2019-04-12 15:17:15 -07:00
##Panda Specific
panda_follow = default:papyrus
2019-07-20 17:26:32 -07:00
panda_spawn_nodes = default:dirt_with_grass
2019-07-09 16:50:11 -07:00
panda_spawn_chance = 1.0
2019-07-01 09:52:07 -07:00
panda_spawn_biome = default
2019-08-26 10:04:45 -07:00
panda_breed = default:blueberries
panda_copulation_distance = 2
2019-04-18 11:22:39 -07:00
##Frog Specific
frog_follow = fireflies:firefly
2021-02-09 02:51:48 -08:00
frog_preys = petz:ant,petz:queen_ant
2019-10-06 05:09:23 -07:00
frog_spawn_nodes = default:dirt_with_grass,default:river_water_source
2019-07-09 15:55:14 -07:00
frog_spawn_chance = 0.6
2019-07-01 09:52:07 -07:00
frog_spawn_biome = default
2019-04-20 14:58:59 -07:00
##Grizzly Specific
2019-07-02 08:07:48 -07:00
grizzly_follow = default:blueberries
grizzly_spawn_nodes = default:dirt_with_coniferous_litter
grizzly_preys = petz:lamb
2019-07-09 16:50:11 -07:00
grizzly_spawn_chance = 1.0
2019-07-01 09:52:07 -07:00
grizzly_spawn_biome = default
2019-04-22 15:33:51 -07:00
##Pony Specific
pony_follow = farming:wheat
2019-07-09 15:55:14 -07:00
pony_spawn_chance = 0.6
2019-06-29 18:02:00 -07:00
pony_spawn_nodes = default:dirt_with_grass
2020-06-03 06:14:14 -07:00
pony_predators = petz:lion,petz:leopard
2019-07-01 09:52:07 -07:00
pony_spawn_biome = default
2020-01-11 06:57:13 -08:00
pony_spawn_herd = 5
2022-06-06 11:20:04 -07:00
pony_breed = default:blueberries
pony_copulation_distance = 3
2019-04-25 11:36:24 -07:00
##Parrot Specific
2019-04-25 11:53:10 -07:00
parrot_follow = farming:seed_wheat
2019-07-20 17:26:32 -07:00
parrot_spawn_chance = 0.8
parrot_spawn_nodes = default:dirt_with_rainforest_litter
2019-07-01 09:52:07 -07:00
parrot_spawn_biome = default
2019-04-27 07:02:00 -07:00
##Chicken Specific
2019-07-08 17:40:39 -07:00
chicken_follow = farming:seed_wheat
2019-07-09 15:55:14 -07:00
chicken_spawn_chance = 0.6
2019-06-23 04:52:48 -07:00
chicken_spawn_nodes = default:dirt_with_grass
2019-07-01 09:52:07 -07:00
chicken_spawn_biome = default
2019-11-02 17:33:40 -07:00
chicken_predators = petz:foxy
2019-04-29 13:47:48 -07:00
2020-11-29 11:01:57 -08:00
##Hen Specific
hen_follow = farming:seed_wheat
hen_spawn_chance = 0.6
hen_spawn_nodes = default:dirt_with_grass
hen_spawn_biome = default
hen_predators = petz:foxy
##Rooster Specific
rooster_follow = farming:seed_wheat
rooster_spawn_chance = 0.6
rooster_spawn_nodes = default:dirt_with_grass
rooster_spawn_biome = default
rooster_predators = petz:foxy
2020-11-30 13:49:24 -08:00
rooster_preys = petz:rooster
2020-11-29 11:01:57 -08:00
2019-04-29 13:47:48 -07:00
#Piggy Specific
piggy_follow = farming:wheat
2019-07-09 15:55:14 -07:00
piggy_spawn_chance = 0.6
2019-06-22 09:16:41 -07:00
piggy_spawn_nodes = default:dirt_with_grass
2020-06-03 06:14:14 -07:00
piggy_predators = petz:lion,petz:wolf,petz:leopard
2019-07-01 09:52:07 -07:00
piggy_spawn_biome = default
2020-01-11 06:57:13 -08:00
piggy_spawn_herd = 3
2019-05-01 14:22:36 -07:00
2019-05-01 14:26:37 -07:00
##Pigeon Specific
pigeon_follow = farming:seed_wheat
2019-07-09 15:55:14 -07:00
pigeon_spawn_chance = 0.6
2019-07-20 17:26:32 -07:00
pigeon_spawn_nodes = default:dirt_with_grass
2019-07-01 09:52:07 -07:00
pigeon_spawn_biome = default
2019-05-08 10:53:11 -07:00
##Turtle Specific
turtle_follow = default:sand_with_kelp
2019-10-06 05:09:23 -07:00
turtle_spawn_nodes = default:dirt_with_grass,default:river_water_source,default:water_source
2019-07-09 15:55:14 -07:00
turtle_spawn_chance = 0.6
2019-07-01 09:52:07 -07:00
turtle_spawn_biome = default
2019-05-09 13:48:23 -07:00
2019-05-30 12:36:07 -07:00
##Tropicalfish Specific
2020-02-18 03:40:21 -08:00
tropicalfish_follow = default:coral_brown
2019-10-05 04:38:19 -07:00
tropicalfish_spawn_nodes = default:water_source
2020-05-09 06:06:18 -07:00
tropicalfish_spawn_chance = 1.0
2019-07-01 09:52:07 -07:00
tropicalfish_spawn_biome = default
2020-05-09 06:06:18 -07:00
tropicalfish_spawn_herd = 3
2019-07-20 17:26:32 -07:00
##Elephant Specific
2020-02-18 03:40:21 -08:00
elephant_follow = default:acacia_sapling
2019-11-27 09:03:21 -08:00
elephant_spawn_nodes = default:dirt_with_dry_grass,default:dry_dirt,default:dry_dirt_with_dry_grass
2019-07-20 17:26:32 -07:00
elephant_spawn_chance = 1.0
elephant_spawn_biome = default
elephant_breed = default:blueberries
2019-07-20 17:33:22 -07:00
elephant_copulation_distance = 4
2019-07-22 16:29:54 -07:00
##Moth Specific
moth_follow = default:torch
moth_spawn_chance = 0.8
moth_spawn_nodes = default:dirt_with_coniferous_litter
moth_spawn_biome = default
2019-07-25 19:56:53 -07:00
2019-09-22 07:43:43 -07:00
##Bee Specific
2019-10-19 16:14:06 -07:00
queen_bee_follow = default:torch
2020-03-03 07:17:20 -08:00
queen_bee_spawn_chance = 0.4
2019-10-19 16:14:06 -07:00
queen_bee_spawn_nodes = default:dirt_with_grass
queen_bee_spawn_biome = default
2019-09-22 07:43:43 -07:00
2019-08-06 01:17:51 -07:00
##Bat Specific
bat_follow = fireflies:firefly
bat_spawn_chance = 1.0
2019-08-10 03:28:24 -07:00
bat_spawn_nodes = default:stone,default:dirt_with_dry_grass,default:dirt_with_coniferous_litter
2019-08-06 01:17:51 -07:00
bat_spawn_biome = default
2019-07-25 19:56:53 -07:00
##Camel Specific
camel_follow = default:dry_shrub
camel_spawn_chance = 0.6
camel_spawn_nodes = default:desert_sand
2020-06-03 06:14:14 -07:00
camel_predators = petz:lion,petz:leopard
2019-07-25 19:56:53 -07:00
camel_spawn_biome = default
camel_breed = default:blueberries
2019-08-11 11:05:07 -07:00
camel_copulation_distance = 3
2019-07-26 19:44:40 -07:00
##Clownfish Specific
clownfish_follow = default:coral_orange
clownfish_spawn_chance = 1.0
clownfish_spawn_nodes = default:water_source
clownfish_spawn_biome = default
2020-05-09 06:06:18 -07:00
clownfish_spawn_herd = 3
2019-08-14 13:19:00 -07:00
2019-08-28 10:55:47 -07:00
##Dolphin Specific
2020-01-05 13:56:52 -08:00
dolphin_follow = petz:clownfish_set
2019-08-28 10:55:47 -07:00
dolphin_spawn_chance = 1.0
dolphin_spawn_nodes = default:water_source
dolphin_spawn_biome = default
2020-05-09 06:06:18 -07:00
dolphin_spawn_herd = 3
2019-08-28 10:55:47 -07:00
2019-08-14 13:25:54 -07:00
##Silkworm Specific
silkworm_follow = default:pine_needles
silkworm_spawn_chance = 1.0
silkworm_spawn_nodes = default:pine_needles
silkworm_spawn_biome = default
silkworm_lay_egg_on_node = group:leaves
2022-06-10 15:26:25 -07:00
silkworm_chrysalis_min_time = 1200
silkworm_chrysalis_max_time = 1500
2019-08-18 04:44:09 -07:00
#Chimp Specific
chimp_follow = default:blueberries
chimp_spawn_chance = 1.0
chimp_spawn_nodes = default:dirt_with_rainforest_litter
chimp_spawn_biome = default
2019-08-19 20:33:21 -07:00
#Hamster Specific
hamster_follow = farming:seed_wheat
hamster_spawn_chance = 1.0
hamster_spawn_nodes = default:desert_sand
hamster_spawn_biome = default
hamster_breed = default:blueberries
hamster_copulation_distance = 2
2019-10-13 09:13:53 -07:00
##Toucan Specific
toucan_follow = default:apple
toucan_spawn_chance = 0.8
toucan_spawn_nodes = default:dirt_with_rainforest_litter
toucan_spawn_biome = default
2019-10-27 10:07:05 -07:00
##Mr Pumpkin Specific
mr_pumpkin_follow = farming:pumpkin
mr_pumpkin_spawn_chance = 0.1
mr_pumpkin_spawn_nodes = default:dirt_with_grass
mr_pumpkin_spawn_biome = default
2020-01-11 06:57:13 -08:00
mr_pumpkin_seasonal = halloween
2019-11-02 17:33:40 -07:00
##Foxy Specific
2020-01-12 09:10:36 -08:00
foxy_follow = group:food_meat_raw
2019-11-02 17:33:40 -07:00
foxy_spawn_chance = 0.8
foxy_spawn_nodes = default:dirt_with_coniferous_litter,default:dirt_with_grass
2021-01-06 12:09:32 -08:00
foxy_preys = petz:ducky,petz:chicken,petz:hamster,petz:squirrel,petz:bunny,petz:hen,petz:rooster
2019-11-02 17:33:40 -07:00
foxy_spawn_biome = default
2019-11-11 07:12:15 -08:00
##Penguin Specific
2020-01-05 13:56:52 -08:00
penguin_follow = petz:clownfish_set
2019-11-11 07:12:15 -08:00
penguin_spawn_chance = 1.0
2020-06-05 05:23:49 -07:00
penguin_spawn_herd = 3
2019-11-11 07:12:15 -08:00
penguin_spawn_nodes = default:snowblock,default:ice
penguin_preys = petz:clownfish,petz:tropicalfish
2020-05-07 07:14:18 -07:00
penguin_spawn_biome = default
2019-11-27 09:03:21 -08:00
##Polar Bear Specific
2020-01-12 09:10:36 -08:00
polar_bear_follow = group:food_meat_raw
2019-11-27 09:03:21 -08:00
polar_bear_spawn_nodes = default:snowblock,default:ice
polar_bear_preys = petz:penguin
polar_bear_spawn_chance = 1.0
2020-05-07 07:14:18 -07:00
polar_bear_spawn_biome = default
2019-12-04 13:20:34 -08:00
##Santa Claus Specific
santa_killer_follow = petz:christmas_present
santa_killer_spawn_chance = 0.1
santa_killer_spawn_nodes = default:snowblock,default:ice
santa_killer_spawn_biome = ice_sheet
2020-01-11 06:57:13 -08:00
santa_killer_seasonal = christmas
2020-01-17 17:35:19 -08:00
2020-01-30 10:44:55 -08:00
##Werewolf Specific
2020-01-17 17:35:19 -08:00
werewolf_follow = group:food_meat_raw
2020-04-29 06:56:09 -07:00
werewolf_spawn_chance = 0.2
2020-01-17 17:35:19 -08:00
werewolf_spawn_nodes = default:dirt_with_coniferous_litter,default:dirt_with_grass
2020-02-11 17:37:05 -08:00
##Tarantula Specific
tarantula_follow = farming:string
2020-02-12 13:37:46 -08:00
tarantula_spawn_chance = 1.0
tarantula_spawn_nodes = default:dirt_with_rainforest_litter
2020-02-11 17:37:05 -08:00
tarantula_spawn_biome = default
2020-04-17 14:29:01 -07:00
##Butterfly Specific
butterfly_follow = default:torch
butterfly_spawn_chance = 1.0
butterfly_spawn_nodes = default:dirt_with_coniferous_litter,default:dirt_with_grass,default:dirt_with_rainforest_litter,default:dirt_with_dry_grass,default:dry_dirt,default:dry_dirt_with_dry_grass
butterfly_spawn_biome = default
2020-04-19 12:18:42 -07:00
##Rat Specific
rat_follow = farming:wheat
2020-04-29 06:56:09 -07:00
rat_spawn_chance = 0.8
2020-04-19 12:18:42 -07:00
rat_spawn_nodes = default:dirt_with_coniferous_litter,default:dirt_with_grass,default:dirt_with_rainforest_litter,default:dirt_with_dry_grass,default:dry_dirt,default:dry_dirt_with_dry_grass
rat_predators = petz:kitty
rat_spawn_biome = default
2020-05-01 18:21:15 -07:00
##Goat Specific
goat_follow = farming:wheat
goat_spawn_chance = 0.6
goat_spawn_nodes = default:dirt_with_grass
2020-06-03 06:14:14 -07:00
goat_predators = petz:wolf,petz:lion,petz:grizzly,petz:leopard
2020-05-01 18:21:15 -07:00
goat_spawn_biome = default
goat_spawn_herd = 3
2020-05-10 06:31:22 -07:00
##Squirrel Specific
squirrel_follow = farming:seed_wheat
squirrel_spawn_chance = 0.8
squirrel_spawn_nodes = default:dirt_with_coniferous_litter,default:dirt_with_grass
squirrel_predators = petz:foxy
squirrel_spawn_biome = default
squirrel_spawn_herd = 3
2020-06-03 06:14:14 -07:00
##Leopard Specific
leopard_follow = group:food_meat_raw
leopard_spawn_chance = 1.0
leopard_spawn_nodes = default:dirt_with_dry_grass,default:dry_dirt,default:dry_dirt_with_dry_grass
leopard_preys = petz:lamb,petz:calf,petz:pony,petz:piggy,petz:camel,petz:goat
leopard_spawn_biome = default
2022-07-25 06:52:20 -07:00
leopard_breed = default:blueberries
leopard_copulation_distance = 2
2020-06-03 06:14:14 -07:00
##Snow Leopard
snow_leopard_follow = group:food_meat_raw
snow_leopard_spawn_chance = 1.0
snow_leopard_spawn_nodes = default:snowblock,default:ice
snow_leopard_spawn_min_height = 20
snow_leopard_preys = petz:lamb,petz:calf,petz:pony,petz:piggy,petz:camel,petz:goat
snow_leopard_spawn_biome = default
2022-07-25 06:52:20 -07:00
snow_leopard_breed = default:blueberries
snow_leopard_copulation_distance = 2
2020-11-15 04:03:45 -08:00
##Ant Specific
ant_preys = petz:queen_ant
2021-02-09 02:51:48 -08:00
ant_predators = petz:frog
2020-11-15 04:03:45 -08:00
##Queen Ant Specific
queen_ant_spawn_chance = 0.4
queen_ant_spawn_nodes = default:dirt_with_grass,default:desert_sand
queen_ant_preys = petz:queen_ant
2021-02-09 02:51:48 -08:00
queen_ant_predators = petz:frog
2020-11-15 04:03:45 -08:00
queen_ant_spawn_biome = default
2021-01-05 09:15:09 -08:00
##Bunny Specific
bunny_follow = farming:wheat
bunny_spawn_chance = 0.6
bunny_spawn_nodes = default:dirt_with_grass
bunny_predators = petz:foxy
bunny_spawn_biome = default
bunny_spawn_herd = 3
bunny_breed = default:blueberries
bunny_copulation_distance = 2