update version info to 0.2

This commit is contained in:
Juraj Vajda 2016-01-08 22:35:19 +01:00
parent 200c254b42
commit 65f5f1f849
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -398,4 +398,4 @@ for i, mob_table in ipairs(spawners.mob_tables) do
end
end
print ("[MOD] Spawners 0.1 Loaded.")
print ("[MOD] Spawners 0.2 Loaded.")