Update bat_mobkit.lua

Removed the 'max_daylight_level' prop fot bats
master
JDiaz 2021-07-18 21:33:44 +02:00 committed by GitHub
parent fd8c692d2d
commit e7f6dc47e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ minetest.register_entity("petz:"..pet_name,{
can_fly = true,
spawn_at_night = true,
max_height = 3,
max_daylight_level = 10,
has_affinity = false,
is_wild = false,
give_orders = false,