diff --git a/README.md b/README.md index db2a352..970c013 100755 --- a/README.md +++ b/README.md @@ -1,28 +1,47 @@ -### Mobs Balrog +# VenenuX minetest mod mobs_balrog + +This mod adds big moster + ![Mobs Balrog's screenshot](screenshot.png) -**_Adds balrogs._** -**Version:** 0.4.0 -**Source code's license:** [LGPL v2.1][1] -**Media (Textures, Models, Sounds) license:** [CC-BY-SA 3.0 Unported][2] +## About -**Dependencies:** default, tnt (found in [Minetest Game][3]), mobs ([Mobs Redo][4]) +This mod added a configurable big BIG moster to defeat, +taken it from the Lord of The Rings game and reworked it a bit. +was originally made by Hamlet but abandoned, now minimal fixed +for VenenuX minetest game, https://forum.minetest.net/viewtopic.php?f=11&t=18459 -### Installation +## Usage -Unzip the archive, rename the folder to mobs_balrog and place it in -../minetest/mods/ +**Spawn chance**: 1 in half a million (twice the chance of being struck +by a lightning in real life) under -1500 on the ground -If you only want this to be used in a single world, place it in -../minetest/worlds/WORLD_NAME/worldmods/ +**Lowered stats**: HP range to a min of 200 to a max of 600; if you are +alone then you are dead, if you are in a party you might defeat it. +Maybe. It's a deity after all. -GNU+Linux - If you use a system-wide installation place it in -~/.minetest/mods/ +The mob is configurable by settings, check [settingtypes.txt](settingtypes.txt) file. -For further information or help see: -https://wiki.minetest.net/Help:Installing_Mods +* `mobs_balrog:balrog` : the balrog deity! +* `mobs_balrog:balrog_whip` : the balrog whip weapon +## Download: + +* https://codeberg.org/minenux/minetest-mod-mobs_balrog + +Changelog [changelog.md](changelog.md) + +## Dependencies: + +* tnt and default, from basic games, +* mobs (or so called mobs_redo) +* intllib if you are using minetest 0.4 series and only optional + +## License: + +* **Source code's license:** [LGPL v2.1][1] +* **Media (Textures, Models, Sounds) license:** [CC-BY-SA 3.0 Unported][2] [1]: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html [2]: https://creativecommons.org/licenses/by-sa/3.0/ diff --git a/changelog.md b/changelog.md index a1c54ea..3400686 100755 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - No further addition planned. +## [0.5.0] - 2021-11-27 +### Added + + - backguard older compatibility on localization. + - improved information in the source, no shit of forums or contendb + - added spanish translation + +### Changed + + - init.lua - error due mistake in prtection area integration + https://codeberg.org/minenux/minetest-mod-mobs_balrog/issues/3 + - backguar compatibility with intllib for 0.4 minetest + https://codeberg.org/minenux/minetest-mod-mobs_balrog/issues/2 + + + ## [0.4.0] - 2019-10-16 ### Added diff --git a/depends.txt b/depends.txt index ca3c266..d399d29 100644 --- a/depends.txt +++ b/depends.txt @@ -1,2 +1,4 @@ +default +tnt mobs intllib? \ No newline at end of file diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..2afb1f9 --- /dev/null +++ b/description.txt @@ -0,0 +1 @@ +Adds balrog mob to defeat \ No newline at end of file diff --git a/mod.conf b/mod.conf index 91aa4a4..2457688 100755 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,3 @@ name = mobs_balrog -description = Adds balrogs. +description = Adds balrogs mob to defeat depends = default, mobs, tnt