This commit is contained in:
Hamlet 2018-07-18 19:14:42 +02:00
parent 8cebfbdc63
commit c766949de3
4 changed files with 10 additions and 4 deletions

View File

@ -4,7 +4,7 @@
**NOTE:** This is Blockmen's CME Ghost mob ported to Mobs Redo, and tweaked.
**Version:** 0.5.0
**Version:** 0.5.1
**Source code's license:** GPL v3.0
**Media (Textures, Models, Sounds) license:** CC-BY-SA 4.0 International.

View File

@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- no other features planned
## [0.5.1] - 2018-07-18
### Changed
- fixed the spawner egg's icon not being shown (thanks cHyper!)
## [0.5.0] - 2018-07-18
### Added

View File

@ -231,7 +231,7 @@ mobs:spawn({name = "mobs_ghost_redo:ghost",
--
mobs:register_egg("mobs_ghost_redo:ghost", "Ghost Spawn-Egg",
"mobs_ghost_egg_ghost.png", 0, false)
"mobs_ghost_redo_egg_ghost.png", 0, false)
--
@ -250,5 +250,5 @@ or (minetest_log_level == "action")
or (minetest_log_level == "info")
or (minetest_log_level == "verbose")
then
minetest.log("action", "[Mod] Mobs Ghost Redo [v0.5.0] loaded.")
minetest.log("action", "[Mod] Mobs Ghost Redo [v0.5.1] loaded.")
end

View File

@ -4,4 +4,4 @@ author = Hamlet
description = Adds ghosts.
license = GPLv3 - CC BY-SA 4.0 International
forum = https://forum.minetest.net/viewtopic.php?f=9&t=19907
version = 0.5.0
version = 0.5.1