Update monster spawning references

This commit is contained in:
Wuzzy 2017-05-25 02:19:50 +02:00
parent d4f183c1fc
commit ce11d7888d
3 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ map builders. They can not be obtained in-game or in the creative inventory.
* Barrier: `mcl_core:barrier`
* Command Block: `mesecons_commandblock:commandblock_off`
* Monster Spawner (WIP): `mobs:spawner`
* Monster Spawner (WIP): `mcl_monster_spawner:spawner`
* Huge mushroom blocks: See `mods/ITEMS/mcl_mushrooms/README.md`
Use the `/giveme` chat command to obtain them. See the in-game help for

View File

@ -11,4 +11,4 @@ gemalde
signs
mcl_observers
doc_identifier
mobs
mcl_monster_spawner

View File

@ -26,7 +26,7 @@ local wip_items = {
"mcl_observers:observer",
"mcl_chests:trapped_chest",
"mcl_core:cobweb",
"mobs:spawner",
"mcl_monster_spawner:spawner",
}
for i=1,#wip_items do