diff --git a/README.md b/README.md index 8d86b89..cc7b24d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/changelog.md b/changelog.md index 330fc2c..77769d5 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/init.lua b/init.lua index 29eeb92..76f32b3 100644 --- a/init.lua +++ b/init.lua @@ -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 diff --git a/mod.conf b/mod.conf index 1f64d93..dc7bd1d 100644 --- a/mod.conf +++ b/mod.conf @@ -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 \ No newline at end of file +version = 0.5.1 \ No newline at end of file