mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Mark monster spawner as WIP
This commit is contained in:
parent
34f4e11ba1
commit
4fec80d5ea
2 changed files with 2 additions and 0 deletions
|
@ -11,3 +11,4 @@ gemalde
|
|||
signs
|
||||
mcl_observers
|
||||
doc_identifier
|
||||
mobs
|
||||
|
|
|
@ -26,6 +26,7 @@ local wip_items = {
|
|||
"mcl_observers:observer",
|
||||
"mcl_chests:trapped_chest",
|
||||
"mcl_core:cobweb",
|
||||
"mobs:spawner",
|
||||
}
|
||||
|
||||
for i=1,#wip_items do
|
||||
|
|
Loading…
Reference in a new issue