This commit is contained in:
Hamlet 2020-08-14 19:53:34 +02:00
parent 1fcee0e766
commit ed312a0ee9
No known key found for this signature in database
GPG Key ID: 30C286622B0B63F9
3 changed files with 9 additions and 2 deletions

View File

@ -2,7 +2,7 @@
![Mime's screenshot](screenshot.png)
**_Adds a monster mimicking its surrounding nodes._**
**Version:** 0.3.1
**Version:** 0.3.2
**Source code's license:** [EUPL v1.2][1] or later.
**Dependencies:** default (found in [Minetest Game][3]), mobs ([Mobs Redo][4])

View File

@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
## [0.3.2] - 2020-08-14
### Changed
- Bugfix for nullref on nodes without tiles
## [0.3.1] - 2020-07-30
### Changed

View File

@ -97,7 +97,7 @@ local pr_LogMessage = function()
or (s_LOG_LEVEL == 'info')
or (s_LOG_LEVEL == 'verbose')
then
minetest.log('action', '[Mod] Mobs mime [v0.3.1] loaded.')
minetest.log('action', '[Mod] Mobs mime [v0.3.2] loaded.')
end
end