added fire as optional depends to provide logic to mobs redo api

* Fixed and close https://github.com/D00Med/LegendofMinetest/issues/47
* upstream related https://notabug.org/TenPlus1/mobs_redo/issues/118
* fire usage was since upgrade of mobs api over commit 1f800ff58330c4dde9c1e5b43cfed2f9c5fbe0a9
master
general 2022-07-21 14:15:06 -04:00
parent a0fb494489
commit 4344a0ceb3
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
default
fire?
invisibility?
intllib?
lucky_block?

View File

@ -1 +1,3 @@
name = mobs
depends = default
optional_depends = fire, invisibility, intllib, lucky_block