diff --git a/.gitmodules b/.gitmodules index b775718..3065811 100644 --- a/.gitmodules +++ b/.gitmodules @@ -124,3 +124,9 @@ [submodule "headanim"] path = headanim url = https://github.com/LoneWolfHT/headanim/ +[submodule "mobkit"] + path = mobkit + url = https://github.com/TheTermos/mobkit +[submodule "petz"] + path = petz + url = https://github.com/runsy/petz diff --git a/mobkit b/mobkit new file mode 160000 index 0000000..ddea141 --- /dev/null +++ b/mobkit @@ -0,0 +1 @@ +Subproject commit ddea141b081e087900a6acc5a2a90e8d4e564295 diff --git a/patches/05_petz-user-configuration b/patches/05_petz-user-configuration new file mode 100644 index 0000000..c864960 --- /dev/null +++ b/patches/05_petz-user-configuration @@ -0,0 +1,26 @@ +--- /dev/null ++++ b/petz/petz/user.conf +@@ -0,0 +1,23 @@ ++petz_list = kitty,puppy,ducky,lamb,calf,panda,pony,parrot,chicken,piggy,elephant,elephant_female,pigeon,moth,camel,clownfish,bat,silkworm,chimp,hamster,dolphin,tropicalfish,beaver,turtle,frog,toucan,bee,queen_bee,foxy,penguin,butterfly,rat,goat,squirrel,ant,queen_ant,rooster,hen,bunny ++ ++##Tamagochi Mode (Take care of your pet: fed it...) ++tamagochi_mode = false ++ ++##Spawn Monsters? ++disable_monsters = true ++ ++##Disable here some mobs to not spawn ++###Add the type name of the petz plus "_disable_spawn" ++###Normal bees should not spam!!! ++bee_disable_spawn = false ++ant_disable_spawn = false ++warrior_ant_disable_spawn = true ++rooster_disable_spawn = true ++chicken_disable_spawn = true ++spawn_chance = 0.3 ++ ++#do not spawn in protected ++no_spawn_in_protected = false ++ ++#Lycanthropy stuff ++lycanthropy = false diff --git a/patches/series b/patches/series index 6070d66..ff10797 100644 --- a/patches/series +++ b/patches/series @@ -2,3 +2,4 @@ 02_adjust-helicopter-consumption-height.patch 03_enable-item-tweaks-pickup.patch 04_disable-cloudlands-mapgen.patch +05_petz-user-configuration diff --git a/petz b/petz new file mode 160000 index 0000000..b593d81 --- /dev/null +++ b/petz @@ -0,0 +1 @@ +Subproject commit b593d8193876469b29d40e458a62c80082b6d652