update information.. update changelog, new version, min minetest version
This commit is contained in:
parent
af6a894c10
commit
5712a7b634
37
README.md
37
README.md
@ -4,7 +4,7 @@ This mod adds big moster
|
|||||||
|
|
||||||
![Mobs Balrog's screenshot](screenshot.png)
|
![Mobs Balrog's screenshot](screenshot.png)
|
||||||
|
|
||||||
## About
|
## Information
|
||||||
|
|
||||||
This mod added a configurable big BIG moster to defeat,
|
This mod added a configurable big BIG moster to defeat,
|
||||||
taken it from the Lord of The Rings game and reworked it a bit.
|
taken it from the Lord of The Rings game and reworked it a bit.
|
||||||
@ -12,21 +12,48 @@ taken it from the Lord of The Rings game and reworked it a bit.
|
|||||||
was originally made by Hamlet but abandoned, now minimal fixed
|
was originally made by Hamlet but abandoned, now minimal fixed
|
||||||
for VenenuX minetest game, https://forum.minetest.net/viewtopic.php?f=11&t=18459
|
for VenenuX minetest game, https://forum.minetest.net/viewtopic.php?f=11&t=18459
|
||||||
|
|
||||||
## Usage
|
#### DIFERENCES WITH FLUX FORK : more fair and consistent
|
||||||
|
|
||||||
|
The flux fork is unfair and inconsistent:
|
||||||
|
|
||||||
|
* heavy cos has more textures and sound effects (nice but slow on phones)
|
||||||
|
* the whip just spend so much on any action
|
||||||
|
* seems sometimes not care of creative mode
|
||||||
|
* the monster is great but unfair and
|
||||||
|
* players never meet it cos spamn too much deep, and finally
|
||||||
|
* dont work in any minetest, neither well in phones/rasberrys/tables.
|
||||||
|
* it chat with player cheaters so will cause some lag in low end devices
|
||||||
|
|
||||||
|
This mob is more simple, unfeatured but faster:
|
||||||
|
|
||||||
|
* it hurts any player, event in protected areas
|
||||||
|
* dont detect invisibility in some cases
|
||||||
|
* it loads faster and works in any device, event phones or rpis
|
||||||
|
* the balrog dont chat with players launchind obscure sentences, causing more lag
|
||||||
|
|
||||||
|
### Usage
|
||||||
|
|
||||||
**Spawn chance**: 1 en a thousand (same the chance of being struck
|
**Spawn chance**: 1 en a thousand (same the chance of being struck
|
||||||
by a lightning in real life) under -1500 on the ground, but if nether then
|
by a lightning in real life) under -1500 on the ground, but if nether then
|
||||||
will be 1 in half a thousand under -8000 on the ground.
|
will be 1 in half a more thousand under -8000 on the ground.
|
||||||
|
|
||||||
**Lowered stats**: HP range to a min of 200 to a max of 600; if you are
|
**Lowered stats**: HP range to a min of 400 to a max of 600; if you are
|
||||||
alone then you are dead, if you are in a party you might defeat it.
|
alone then you are dead, if you are in a party you might defeat it.
|
||||||
Maybe. It's a deity after all.
|
Maybe. It's a deity after all.
|
||||||
|
|
||||||
|
## Technicall information
|
||||||
|
|
||||||
The mob is configurable by settings, check [settingtypes.txt](settingtypes.txt) file.
|
The mob is configurable by settings, check [settingtypes.txt](settingtypes.txt) file.
|
||||||
|
|
||||||
* `mobs_balrog:balrog` : the balrog deity!
|
* `mobs_balrog:balrog` : the balrog deity!
|
||||||
* `mobs_balrog:balrog_whip` : the balrog whip weapon
|
* `mobs_balrog:balrog_whip` : the balrog whip weapon
|
||||||
|
|
||||||
|
Some commits on flux's fork are unclear by example dccf3edeccbd5c7ee6947f12919fc375690a42ff
|
||||||
|
seems work in pvp but also changes the tool registry.
|
||||||
|
|
||||||
|
Another doub change is the balrog life, in commit 3918415ed53f85266e95f6886173c6a8197b2092
|
||||||
|
that increases to 2400 but are not documneted, so non modders will not understand why dont die!
|
||||||
|
|
||||||
## Download:
|
## Download:
|
||||||
|
|
||||||
* https://codeberg.org/minenux/minetest-mod-mobs_balrog
|
* https://codeberg.org/minenux/minetest-mod-mobs_balrog
|
||||||
@ -35,7 +62,7 @@ Changelog [changelog.md](changelog.md)
|
|||||||
|
|
||||||
## Dependencies:
|
## Dependencies:
|
||||||
|
|
||||||
* tnt and default, from basic games,
|
* tnt, default, from basic games,
|
||||||
* mobs (or so called mobs_redo)
|
* mobs (or so called mobs_redo)
|
||||||
* intllib if you are using minetest 0.4 series and only optional
|
* intllib if you are using minetest 0.4 series and only optional
|
||||||
|
|
||||||
|
15
changelog.md
15
changelog.md
@ -10,6 +10,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
|
|||||||
- No further addition planned.
|
- No further addition planned.
|
||||||
|
|
||||||
|
|
||||||
|
## [0.6.0] - 2024-03-30
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- detect nether and spawn into right nodes, more deep if and more chance
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- prevent balrogs from spawning on trap nodes, using stone group
|
||||||
|
- make the balrog whip act as a wielded light source
|
||||||
|
- check user validation on use to avoid crash on disconected
|
||||||
|
- keep balrog whip drop from exploding with the balrog due lagfix
|
||||||
|
- improved information in the mod.conf, no shit of forums or contendb
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.5.0] - 2021-11-27
|
## [0.5.0] - 2021-11-27
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
default
|
default
|
||||||
tnt
|
tnt
|
||||||
|
fire
|
||||||
mobs
|
mobs
|
||||||
|
nether?
|
||||||
intllib?
|
intllib?
|
@ -1 +1 @@
|
|||||||
Adds balrog mob to defeat
|
MOB balrogs to defeat, under deep and if nether so more deep
|
||||||
|
11
mod.conf
11
mod.conf
@ -1,3 +1,10 @@
|
|||||||
name = mobs_balrog
|
name = mobs_balrog
|
||||||
description = Adds balrogs mob to defeat
|
description = MOB balrogs to defeat, under deep and if nether so more deep
|
||||||
depends = default, mobs, tnt
|
depends = default, fire, mobs, tnt
|
||||||
|
title = mobs_balrog
|
||||||
|
url = https://codeberg.org/minenux/minetest-mod-mobs_balrog
|
||||||
|
website = https://git.minetest.io/minenux/minetest-mod-mobs_balrog
|
||||||
|
media_license = CC-BY-SA-3.0
|
||||||
|
version = 0.6.0
|
||||||
|
min_minetest_version = 0.4.16
|
||||||
|
optional_depends = nether
|
||||||
|
Loading…
x
Reference in New Issue
Block a user