Move antum:feather into antum_items mod

master
Jordan Irwin 2021-05-05 17:38:39 -07:00
parent 5f5d8827ef
commit 90003b36df
5 changed files with 10 additions and 21 deletions

View File

@ -25,26 +25,6 @@
--]]
-- Feather
--[[
The following mods have 'feather' items & should be added as soft dependencies to be overridden:
- mobs_animal
- animalmaterials
]]
local feathers = antum.getItemNames('feather')
for index, feather in ipairs(feathers) do
antum.convertItemToAlias(feather, 'antum:feather')
end
core.register_craftitem(':antum:feather', {
description = 'Feather',
inventory_image = 'antum_feather_white.png',
})
core.register_alias('antum:feather_white', 'antum:feather')
local depends_satisfied = true
local depends = {

View File

@ -0,0 +1,6 @@
core.register_craftitem(":antum:feather", {
description = "Feather",
inventory_image = "antum_feather_white.png",
})
core.register_alias("antum:feather_white", "antum:feather")

View File

@ -1,4 +1,7 @@
antum.loadScript("animal")
core.register_tool(":antum:sword_daemondeath", {
description = "Daemondeath Sword",
inventory_image = "antum_sword_daemondeath.png",

View File

Before

Width:  |  Height:  |  Size: 490 B

After

Width:  |  Height:  |  Size: 490 B

View File

@ -3,5 +3,5 @@ author = AntumDeluge
description = Spawneggs for the Antum game
license = MIT
version = 0.1
depends = antum, asm_spawneggs
depends = antum, antum_items, asm_spawneggs
optional_depends = default, wool, cmer_chicken, mobs_animal, spider, dirt_monster, mese_monster, sand_monster, tree_monster, dungeon_master