forked from VoxeLibre/VoxeLibre
Mark monster spawner as WIP
This commit is contained in:
parent
34f4e11ba1
commit
4fec80d5ea
|
@ -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 New Issue