Remove dependency on spawneggs

master
Jordan Irwin 2021-05-05 04:56:07 -07:00
parent 13ad34bc5f
commit 23c5c7664b
2 changed files with 1 additions and 8 deletions

View File

@ -26,7 +26,6 @@
asm = {}
asm.modname = core.get_current_modname()
asm.modpath = core.get_modpath(asm.modname)
@ -43,12 +42,6 @@ asm.log = function(lvl, msg)
end
end
if core.global_exists("spawneggs") then
asm.log("warning", "Overwriting \"spawneggs\" global")
end
spawneggs = asm
local scripts = {
"api",
"items",

View File

@ -4,4 +4,4 @@ author = AntumDeluge
description = Spawneggs for adding entities to game.
license = MIT
version = 0.1
option_depends = spawneggs, mobs
optional_depends = mobs