added the remove_list setting to delete already existing entities in the game

master
runs 2021-07-25 21:49:23 +02:00
parent 86295f1296
commit 2ab5a7d4a7
2 changed files with 1 additions and 2 deletions

View File

@ -265,7 +265,6 @@ function petz.set_initial_properties(self, staticdata, dtime_s)
local remove_petz = true
for key, value in pairs(petz.settings["petz_list"]) do
if value == self.type then
minetest.chat_send_all(value)
remove_petz = false
break
end

View File

@ -5,7 +5,7 @@ petz_list = kitty,puppy,ducky,lamb,lion,calf,panda,grizzly,pony,parrot,chicken,p
#This list is to remove already existing entities in the game
##Note that overrides the petz_list
remove_list =
remove_list = kitty,puppy
##Tamagochi Mode (Take care of your pet: fed it...)
tamagochi_mode = true