1
0
Fork 0
Commit Graph

22 Commits (main)

Author SHA1 Message Date
mckaygerhard 6be2fb5a66 Merge remote upstream to fix register egg 2024-04-23 13:12:49 -04:00
mckaygerhard 0936a196d7 chicken and pumba register egg not preceding with ":" 2024-04-23 13:11:51 -04:00
mckaygerhard b05e23be8d updated info, mobs water is the source 2024-04-22 19:49:32 -04:00
mckaygerhard c32d5a0d5c imported fish - tropical and clowfish from blert2112 modpack
* improved desription and readme about inclusion
* use settings for mesh vs texture maps, original mod uses txt file
 related to https://codeberg.org/minenux/minetest-mod-mobs_water/issues/10
* added textures and models
2024-04-22 17:36:21 -04:00
mckaygerhard d429493f6c mods - mod jam - allows old way to get boolean value, for tnt 2024-04-17 22:14:06 -04:00
mckaygerhard 586980f672 fix crash on balrog dead if not enabled tnt explosion
* closes https://codeberg.org/minenux/minetest-mod-mobs_balrog/issues/4
* backported upstream commit bf4b9521cd
2024-04-09 23:09:15 -04:00
mckaygerhard 4fb57dd20a incorporate the final future boss - balrog
* https://codeberg.org/minenux/minetest-mod-mobs_balrog
* closes https://codeberg.org/minenux/minetest-mod-mobs_jam/issues/1
2024-04-08 23:14:56 -04:00
mckaygerhard d209f6eeed update readme and tech info 2024-03-31 16:52:39 -04:00
mckaygerhard 95f03f2abb fix mod path, fix detection of doomed mod, fix missing lava mobs
* modpath current mod name getting only works well with minetest 5.X
  so hardcoded into code to property work in older engines
* missing loading of mese monsters
* detection of mobs_doomed must be at same time of dmobs, cos
  boths provides same mobs
2024-03-31 16:28:29 -04:00
mckaygerhard b719fa7af1 register mod uses jam mod name event original mod name
* provides aliasing cos spawn and eggs and entities
  was not working due the naming conventinos
2024-03-31 16:15:12 -04:00
general 976a83012d upgrade animal mobs part to 20240101 version, fixed bugs and tune chicken
* added settings to disable specific animals
* honey blocks and beehives aren't ground content
  closes https://codeberg.org/tenplus1/mobs_animal/pulls/1
  closes https://github.com/pandorabox-io/pandorabox.io#836
* Many node definitions seem to have not set is_ground_content to false,
  means jumping a ship near mapblocks that haven't been generated yet,
  can lead to loss of ships or at least parts of it.
* chickens eat seed on ground, so add farming dependency missing
* backported the have chance of chicken dropping a feather
* backported commit bf12043fdcab68acfef299e26b6896a918ce1512
  from bf12043fdc
* way to detect newer engines, for the sound_play extra parameter
  cherry picked from commit e644a1b52343c5c7e821d53c8b2f6dc9751a16fc
  backported from e644a1b523
  minetest.sound_play uses optional parameter only in 5.3+ so
  autodetectting for future uses
* add nil check to sheepy, fix warning msg when dye'ing sheep
2024-03-31 01:48:05 -04:00
mckaygerhard bc8892e022 mobs and mobs_jam that mixed and resume mobs_animal+mobs_monster+mobs_doomed
* spawn tune up, more animals in the world and more monters in undergrounds
* penguin spawns more (was pretty rare found one) also permit to spawn in higer grounds
* rats spawns more but pretty more down, basically only in dungeons
* sheep spawns more due we need more lana, autodetect ethereal and put nodes to spawn
* tortoise spawns more
* wardog spawns more
* panda spawn not only in ethereal, also spawn in normal mods
* kitty spawn more frecuently, less rare
* mese monster and lava flan spwans more
* owl spawn more
* fire spirit can spawn now in lava also, and cave realms if detected
* cow spawns more
* more chicken and als permit to spawn ar the sea level too
* bee spawn little more but in more high levels
* bunny spawns more
2023-08-06 22:15:14 -04:00
mckaygerhard f8f4d17f2f autodetect original mods to do not integrates the entities if are already presents 2023-08-06 21:01:23 -04:00
mckaygerhard d7f29a0fe1 add lucky block for mese monster, lava flan and oneirkk 2023-08-06 21:01:04 -04:00
mckaygerhard efd89af328 integrates mese_monster from tenplus1 fork 2023-08-06 20:36:57 -04:00
mckaygerhard 101b53f4ad integrates lava_flan from tenplus1 modified mobs_monter 2023-08-06 20:08:35 -04:00
mckaygerhard 7776d4d2de integrates oerkki obscure mob from mobs_monster of tenplus1
* pointed licence and files due WTFPL
2023-08-06 19:43:19 -04:00
mckaygerhard 7c00897d4e integrates fire spirit from mobs_monster of tenplus1
* also added missing depends on tnt and fire cos we used some things
2023-08-06 19:13:10 -04:00
mckaygerhard 571de2de96 remove stupid nyancat otaku mob 2023-08-06 18:36:47 -04:00
mckaygerhard 0d5513a8fb integrated fox, owl and tortoise from dmobs/mobs_doomed
* do not integrate stupid ones like niancat or pig that explotes
* thstime from dmobs we only integrate friently ones and one aggressive
2023-08-06 18:22:07 -04:00
mckaygerhard ebacf944ff rename namespace from animal to jam 2023-08-06 16:55:18 -04:00
mckaygerhard ecc70c6fe2 init the repo, starting with mobs_animal as base
* this mod will be a reduced version of most mobs,
  to be more light and reduced for media stream on mobiles
2023-08-06 16:27:12 -04:00