From 65f5f1f8496875850445352769e63b5839f319b0 Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Fri, 8 Jan 2016 22:35:19 +0100 Subject: [PATCH] update version info to 0.2 --- README.md | 5 +++++ init.lua | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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