v0.1.1
This commit is contained in:
parent
4db741524e
commit
9c3f56c66b
@ -2,7 +2,7 @@
|
||||
![Umbra's screenshot](screenshot.png)
|
||||
**_Adds a shadow-looking Non Playing Character._**
|
||||
|
||||
**Version:** 0.1.0
|
||||
**Version:** 0.1.1
|
||||
**Source code's license:** [EUPL v1.2][1] or later
|
||||
**Texture license:** [CC BY-SA v4.0 International][2] or later
|
||||
|
||||
|
@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
|
||||
|
||||
|
||||
|
||||
## [0.1.1] - 2020-05-02
|
||||
### Changed
|
||||
|
||||
- Fixed suffocation setting which caused a bug.
|
||||
|
||||
|
||||
|
||||
## [0.1.0] - 2019-11-08
|
||||
### Added
|
||||
|
||||
|
6
init.lua
6
init.lua
@ -1,6 +1,6 @@
|
||||
--[[
|
||||
Mobs Umbra - Adds a shadow-looking Non Playing Character.
|
||||
Copyright © 2019 Hamlet <hamlatmesehub@riseup.net> and contributors.
|
||||
Copyright © 2019, 2020 Hamlet and contributors.
|
||||
|
||||
Licensed under the EUPL, Version 1.2 or – as soon they will be
|
||||
approved by the European Commission – subsequent versions of the
|
||||
@ -149,7 +149,7 @@ mobs:register_mob("mobs_umbra:umbra", {
|
||||
light_damage = 2,
|
||||
light_damage_min = 7,
|
||||
light_damage_max = 15,
|
||||
suffocation = false,
|
||||
suffocation = 0,
|
||||
floats = false,
|
||||
reach = 4,
|
||||
attack_chance = 50,
|
||||
@ -297,5 +297,5 @@ or (log_level == "info")
|
||||
or (log_level == "verbose")
|
||||
then
|
||||
log_level = nil
|
||||
minetest.log("action", "[Mod] Umbra [v0.1.0] loaded.")
|
||||
minetest.log("action", "[Mod] Umbra [v0.1.1] loaded.")
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user