diff --git a/README.md b/README.md index 8e66410..03b7f55 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ Inspired from: WTFPL ## Changelog ## +### 0.2 ### +* support pyramids mod - mummy +* support creatures mod +* shorten the code - more effecient + ### 0.1 ### * Initial Release * detects only 6 nodes for 'air' around the spawner [top, bottom, left, right, front, back] afterwards it will check the node above and below the found 'air' node - so there is enough space to spawn someone diff --git a/init.lua b/init.lua index f5e2794..feb73d2 100644 --- a/init.lua +++ b/init.lua @@ -398,4 +398,4 @@ for i, mob_table in ipairs(spawners.mob_tables) do end end -print ("[MOD] Spawners 0.1 Loaded.") \ No newline at end of file +print ("[MOD] Spawners 0.2 Loaded.") \ No newline at end of file