„Petz“ ändern

Styxcolor 2021-11-10 01:05:20 +01:00
parent 3168d0acff
commit 4f2e69e2da

@ -16,12 +16,15 @@ Every petz animal has a food it follows that is also is used to tame(if tameable
The setting is always named animaltype_follow, for example grizzly_follow/frog_follow.
In the default setting the grizzly follows default:blueberries with the setting
*grizzlyfollow = default:blueberries*
To change that we copy that line into **"user.conf"** and add for example lamb chops from his favourite prey.
*grizzlyfollow = default:blueberries,petz:minilambchop*
But instead of adding just lamb chops we can also add a whole group like all raw meat
*grizzlyfollow = default:blueberries,group:foodmeatraw*
@ -33,9 +36,13 @@ butterflyspawnnodes/butterflyspawnbiome*
For example in the default settings tarantula and butterfly spawn on different nodes
*tarantulaspawnnodes = default:dirtwithrainforestlitter
butterflyspawnnodes = default:dirtwithconiferouslitter,default:dirtwithgrass,default:dirtwithrainforestlitter,default:dirtwithdrygrass,default:drydirt,default:drydirtwithdrygrass
but both in the same biome. I´m unsure which effect spawnbiome has becaus all(except santa) petz use default.
tarantulaspawnbiome = default
butterflyspawnbiome = default*
Currently I would just add/remove spawn_nodes to change where it spawns.