Mob mods reorganisation

master
daretmavi 2021-02-05 23:13:43 +01:00
parent 6f5663838b
commit 9b93374741
1479 changed files with 2668 additions and 19 deletions

View File

@ -6,6 +6,7 @@ Work in Progress 0.7 [05.02.2020] Devel
comboblock - moved to environment
special - renamed to blocks
farbows - moved to tools
mobs - rearanged for diferent APIs (mobs, mobkit)
-------------------------------------------------------------------------------
Work in Progress 0.6.1 [04.02.2020]

View File

@ -19,6 +19,7 @@ mod_install environment
mod_install flora
mod_install gui
mod_install lib_api
mod_install mobs
mod_install mobs/mobs_mobs
mod_install mobs/mobs_mobkit
mod_install player --exclude=3d_armor/3d_armor_ip/ --exclude=3d_armor/3d_armor_ui/
mod_install tools

View File

@ -38,7 +38,7 @@ MOD_PATCH=( ) #patch names
#MOD_PATCHES - all patches defined
#MOD_PATCHES - first is path and all patch names are separeted by ":"
#MOD_PATCHES=("mobs/water_life:poison.patch" "buildings/doors:doors_update.patch" "player/3d_armor:mob_damage.patch" "player/hbsprint:no_damage.patch" "player/hunger_ng:effects.patch")
MOD_PATCHES=("buildings/doors:doors_update.patch" "player/hbsprint:no_damage.patch" "environment/dynamic_liquid:bucket.patch" "mobs/water_life:poison.patch" "mobs/water_life:poison_hunger_ng.patch")
MOD_PATCHES=("buildings/doors:doors_update.patch" "player/hbsprint:no_damage.patch" "environment/dynamic_liquid:bucket.patch" "mobs/mobs_mobkit/water_life:poison.patch" "mobs/mobs_mobkit/water_life:poison_hunger_ng.patch")
#MOD_PATCHES=( )
echo "---------------------------------------------------------------"

View File

@ -127,33 +127,37 @@ origin git@github.com:minetest-mods/ts_workshop.git (fetch)
* master fa836aa [origin/master] Switch from minetest.after to node timers
Mod: lib_api/ts_workshop
origin https://github.com/berengma/aerotest (fetch)
* master c60a500 [origin/master] lagfree
Mod: mobs/aerotest
origin https://github.com/Skandarella/Animal-World.git (fetch)
* main 75dfe53 [origin/main] Delete test.txt
Mod: mobs/mobs_mobs/Animal-World
origin https://github.com/FreeLikeGNU/goblins.git (fetch)
* master dd48144 [origin/master] fix #13
Mod: mobs/goblins
Mod: mobs/mobs_mobs/goblins
origin https://codeberg.org/Hamlet/mobs_ghost_redo (fetch)
* master ac9c013 [origin/master] v0.7.0
Mod: mobs/mobs_ghost_redo
Mod: mobs/mobs_mobs/mobs_ghost_redo
origin https://codeberg.org/Hamlet/mobs_humans (fetch)
* master 673a63c [origin/master] Delete LICENSE.txt
Mod: mobs/mobs_humans
Mod: mobs/mobs_mobs/mobs_humans
origin https://notabug.org/TenPlus1/mobs_monster.git (fetch)
* master 9835105 [origin/master] fix typo in mod.conf
Mod: mobs/mobs_monster
Mod: mobs/mobs_mobs/mobs_monster
origin https://github.com/berengma/aerotest (fetch)
* master c60a500 [origin/master] lagfree
Mod: mobs/mobs_mobkit/aerotest
origin https://github.com/runsy/petz (fetch)
* master 2080c8f [origin/master] pony cimarron
Mod: mobs/petz
Mod: mobs/mobs_mobkit/petz
origin https://github.com/berengma/water_life (fetch)
* master 17c4289 [origin/master] Merge pull request #69 from berengma/staticIsTrue
Mod: mobs/water_life
Mod: mobs/mobs_mobkit/water_life
origin https://github.com/minetest-mods/3d_armor (fetch)
* master e7abacc [origin/master] Add armor set and armor set bonus setting (#41)

View File

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

Before

Width:  |  Height:  |  Size: 643 B

After

Width:  |  Height:  |  Size: 643 B

View File

@ -0,0 +1,8 @@
description = """
Mods with mobs based on mobkit
aerotest - eagle
petz - nice animals
water_life - water animals and more
"""

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Some files were not shown because too many files have changed in this diff Show More