1
0

improved and reorganize information, revise mod

* closed: https://codeberg.org/minenux/minetest-mod-mobs_balrog/issues/1
This commit is contained in:
mckaygerhard 2021-11-29 21:59:57 -05:00
parent 52e1032430
commit 6840900bc3
5 changed files with 54 additions and 16 deletions

View File

@ -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/

View File

@ -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

View File

@ -1,2 +1,4 @@
default
tnt
mobs
intllib?

1
description.txt Normal file
View File

@ -0,0 +1 @@
Adds balrog mob to defeat

View File

@ -1,3 +1,3 @@
name = mobs_balrog
description = Adds balrogs.
description = Adds balrogs mob to defeat
depends = default, mobs, tnt