fix readme main branch variables of configuration

main
Герхард PICCORO Lenz McKAY 2022-01-25 12:09:32 -04:00
parent 868386b21c
commit 68e9b7e0e4
2 changed files with 7 additions and 7 deletions

View File

@ -68,11 +68,11 @@ from https://codeberg.org/minenux/minetest-mod-mobs_doomed the original one is a
| Configuration variable | Description | type | default |
| ----------------------- | ------------------------------ | ----- | ----- |
| mobs_doomed.regulars | Enable most common new animals | bool | true |
| mobs_doomed.eggtimer | Timer for the egg mechanics | int | 100 |
| mobs_doomed.destructive | Fire balls will be destructive | bool | true |
| mobs_doomed.dragons | If disabled only a common dragon will be spawned | bool | true |
| mobs_doomed.allow_nyanc | Enable the stupid NyanCat mob fliying pig | bool | false |
| dmobs.regulars | Enable most common new animals | bool | true |
| dmobs.eggtimer | Timer for the egg mechanics | int | 100 |
| dmobs.destructive | Fire balls will be destructive | bool | true |
| dmobs.dragons | If disabled only a common dragon will be spawned | bool | true |
| dmobs.allow_nyanc | Enable the stupid NyanCat mob fliying pig | bool | false |
### mobs nodes and names

View File

@ -57,8 +57,8 @@ Press the forward key to fly to the direction you're looking
## Configurations
there's a variable named `mobs_doomed.dragons` by default set to true, if disabled or false will spawn more orcs
and only let the `mobs_doomed:dragon` available for spawn.
there's a variable named `dmobs.dragons` by default set to true, if disabled or false will spawn more orcs
and only let the `dmobs:dragon` available for spawn.
Enjoy !