Add totem of undying into combat category
This commit is contained in:
parent
138005e40f
commit
dd4008ea73
3 changed files with 7 additions and 1 deletions
1
mods/ITEMS/mcl_totems/depends.txt
Normal file
1
mods/ITEMS/mcl_totems/depends.txt
Normal file
|
@ -0,0 +1 @@
|
|||
mobs_mc
|
5
mods/ITEMS/mcl_totems/init.lua
Normal file
5
mods/ITEMS/mcl_totems/init.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
-- Node is currently defined in mobs_mc.
|
||||
-- TODO: Add full item definition here when status effects become a thing.
|
||||
|
||||
-- Add group for Creative Mode.
|
||||
minetest.override_item("mobs_mc:totem", {groups = { combat_item=1}})
|
Loading…
Add table
Add a link
Reference in a new issue