v0.5.1
This commit is contained in:
parent
8cebfbdc63
commit
c766949de3
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
4
init.lua
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user