Commit Graph

128 Commits (main-namespace_mobs)

Author SHA1 Message Date
mckaygerhard b7a011b7b8 sinc upstream info, enable destruction by default 2023-06-05 22:31:47 -04:00
mckaygerhard 49b3e9c0b4 20230604 release, sync with tenplus1 last changes 2023-06-05 22:26:21 -04:00
mckaygerhard c346a34a29 Readme improvements 2023-06-05 22:20:50 -04:00
mckaygerhard 6f9c15bedb dont relly on the legacy layer of default mod, detect if player api is present
* this mod was using the legacy.lua extension of default mod,
  with this patch we can avout the player_api or use it if present
2023-06-05 22:19:38 -04:00
mckaygerhard 2255cdd34b remove any conflicts with lib_mount
* backported e370819ff5
2023-06-05 14:25:46 -04:00
mckaygerhard c5e2f9b2cb fix fox behaviour, fix water dragon aim
* backported b76fac199a
2023-06-05 13:13:10 -04:00
mckaygerhard c128c1d895 minor improve to readme 2023-06-05 10:20:21 -04:00
mckaygerhard bbe37a1d9c fix wrong local non local variable for function scope only
* backported from 15a6083540
2023-06-05 10:11:10 -04:00
Герхард PICCORO Lenz McKAY da5228f37f Improve description for minenux MOBS suite 2022-06-14 13:21:38 -04:00
Герхард PICCORO Lenz McKAY 94d07a3462 document the configurations 2022-01-25 11:50:28 -04:00
Герхард PICCORO Lenz McKAY 804bde5ad8 do not load twice the piloting code, dont override the dragon object
* this are in sync with tenplus1 but with fix due piloting must be before normal dragon
* so dont override the already set dragon object used in normal dragon
2022-01-25 11:37:03 -04:00
Герхард PICCORO Lenz McKAY a61d81c2f1 print logs about configuration and mod loading 2022-01-25 11:26:23 -04:00
Герхард PICCORO Lenz McKAY be54fbcc0c fix conditionals about configurations of settings of mod
* fix conditionals of configurations to be more viable compat
* fix miscpelled variable so now it works
* use more simple conditional when loading
* closed https://codeberg.org/minenux/minetest-mod-mobs_doomed/issues/8
2022-01-25 11:24:10 -04:00
Герхард PICCORO Lenz McKAY eda954a04b fix configurable nyancat horrible flying pig with namespaced change
* complete the commit from e114cb543f
* finish the backported confifurable nyancat the horrible flying pig
* backported from 74fc8110c1
* closed https://codeberg.org/minenux/minetest-mod-mobs_doomed/issues/8
2022-01-25 10:47:22 -04:00
Герхард PICCORO Lenz McKAY 5ff7d64b48 workaround for lib_mount copy api on commented line set_yaw
* documented at https://notabug.org/TenPlus1/dmobs/issues/11#issuecomment-29714
* we do not need all the current lib_mount.attach features, so ony change deprecated
* a (math.pi/2) around parenthesis do be sure of the values
2022-01-25 10:05:05 -04:00
Герхард PICCORO Lenz McKAY ffe3a46f82 due is a cross namespace usage, rollback commit 9b0a24bee7
* due the namespace is used a pre ":" to be able to use another node/entity
2022-01-25 09:50:25 -04:00
PICCORO Lenz McKAY e114cb543f backported confifurable nyancat the horrible flying pig
* backported from 74fc8110c1
* closed https://codeberg.org/minenux/minetest-mod-mobs_doomed/issues/8
2022-01-24 23:18:07 -04:00
Герхард PICCORO Lenz McKAY 971ba0f058 added description 2022-01-24 18:08:08 -04:00
Герхард PICCORO Lenz McKAY e5f3a9575d fix for deprecatede api call of get_look_yaw with new get_look_horizontal
* fixed https://codeberg.org/minenux/minetest-mod-mobs_doomed/issues/9
2022-01-24 18:06:36 -04:00
Герхард PICCORO Lenz McKAY e8c5f23477 more nil pos checks 2022-01-24 18:06:20 -04:00
Герхард PICCORO Lenz McKAY 9792774d85 added owl drops from tenplus1 fork 2022-01-24 18:05:41 -04:00
Герхард PICCORO Lenz McKAY dab8436407 fix wrong bones drop management 2022-01-24 18:05:08 -04:00
Герхард PICCORO Lenz McKAY 6f540cdb76 sync from tenplush1 fire damage and sync mobs code
* sync fire damage values
* check positions and code mobs
2022-01-24 18:04:20 -04:00
Герхард PICCORO Lenz McKAY 9e57af5f32 fix nil check pos for wasp 2022-01-24 17:59:11 -04:00
Герхард PICCORO Lenz McKAY 9b0a24bee7 fix wrong cited at saddle.lua 2022-01-24 17:58:06 -04:00
Герхард PICCORO Lenz McKAY ea67a37868 message notes about the name of the mod, namesapaced changed information 2022-01-24 15:52:16 -04:00
Герхард PICCORO Lenz McKAY 19d207f8e4 changing namesspace from dmobs to mobs_doomed
* fix missing coloms and brackleds in follow and drops of mobs
* change name of mod to mobs_doomed in all files
* an older definition still references to nyancat so make a symlink
2022-01-24 15:32:17 -04:00
Герхард PICCORO Lenz McKAY ab1b5877c1 added tech notes and nodes names for README information 2022-01-24 12:19:50 -04:00
Герхард PICCORO Lenz McKAY 2524ab1b9d added settings types for configuration over gui 2022-01-24 12:19:04 -04:00
Герхард PICCORO Lenz McKAY 3b188e2b8e check for current player status on each player reference
* fix related to compatibilit with minetest 0.4.17 and 5.0.0/5.2.0 for player object bug
* https://github.com/minetest/minetest#8452 reported but never solved property
2022-01-24 10:32:51 -04:00
Герхард PICCORO Lenz McKAY 1b9488ef82 Merge branch 'master-imprvements' into main: fix depends, add fire damage
* integrated https://github.com/minetest-mobs-mods/dmobs/pull/9 into main
* also merge fire_damage to mobs,
  backported from tenplus1 fork d44a25a6f4
* missing depends on mobs_animal due rats and fox
* missing forced depends on farming https://notabug.org/TenPlus1/dmobs/issues/9
* there's too many references on so must be forced
* fix missing depends on bones due skeleton
* add missing depends on mod.conf
* also this PR added the merging of branch 'master-own-tameable' into master-imprvements
  cherry picked from Make owl tamable BlockySurvival/mobs_animal_pack#6
* not change namespace neither idents YET
2022-01-24 10:24:38 -04:00
Герхард PICCORO Lenz McKAY 4a1b534470 Merge branch 'master-own-tameable' into main: owl are tameable now
* this PR added the merging of branch 'master-own-tameable' into master-imprvements
  cherry picked from Make owl tamable BlockySurvival/mobs_animal_pack#6
* not change namespace neither idents YET
2022-01-24 10:15:10 -04:00
Герхард PICCORO Lenz McKAY ed69b46302 fix missing depends bones due skeleton, mobs_animal and fix forced ones due farming
* missing depends on mobs_animal due rats and fox
* missing forced depends on farming https://notabug.org/TenPlus1/dmobs/issues/9
  there's too many references on so must be forced
* fix missing depends on bones due skeleton
* add missing depends on mod.conf
2022-01-24 10:08:27 -04:00
Герхард PICCORO Lenz McKAY 73fef41a81 fix tameable and drops for logical mobs animals
* reported at the fork https://notabug.org/TenPlus1/dmobs/issues/6
* fix the follows tameable for almost logical animals
* fix the drops of animals that are meal when dies
* by example also elephant drops grass ? seriously..
* do not force forcing farming mod due commit about drop items
* do not force mobs_animals neither so detect the mod if any
2022-01-24 09:46:49 -04:00
Герхард PICCORO Lenz McKAY 2aa8bc0304 Make owl tamable, with compatibility and right code checks
* Merge branch 'master-own-tameable' into master-imprvements
* cherry picked from BlockySurvival/mobs_animal_pack#6
* not change namespace neither idents
2022-01-24 08:30:08 -04:00
Герхард PICCORO Lenz McKAY ce957e321b added fire_damage to mobs, backported from tenplus1 fork
* backported from d44a25a6f4
2022-01-21 13:49:28 -04:00
Герхард PICCORO Lenz McKAY 72bb99a183 added fire_damage to mobs, backported from tenplus1 fork
* backported from d44a25a6f4
2022-01-21 13:48:05 -04:00
Герхард PICCORO Lenz McKAY 97c29052fd backported nil check from tenplus1 fork
* take notice from https://forum.minetest.net/viewtopic.php?p=389433#p389433
* also check previous error
2022-01-21 13:23:46 -04:00
Герхард PICCORO Lenz McKAY eedef229d7 improve readme and information 2022-01-21 13:11:33 -04:00
Герхард PICCORO Lenz McKAY c85fa38193 Make owl tamable, with compatibility and right code checks
* cherry picked from https://github.com/BlockySurvival/mobs_animal_pack/pull/6
* not change namespace neither idents
2022-01-21 12:46:30 -04:00
Герхард PICCORO Lenz McKAY f10866a183 Make owl tamable, with compatibility and right code checks
* cherry picked from https://github.com/BlockySurvival/mobs_animal_pack/pull/6
* not change namespace neither idents
2022-01-21 12:37:52 -04:00
Tai Kedzierski f6f933ef06
Merge pull request #5 from h3ndrik/master
update deprecated add_particlespawner call with definition
2021-12-20 12:25:01 +00:00
Tai Kedzierski 1ea310fb28
Merge pull request #6 from h3ndrik/missing_texture
fix missing default_water_source.png
2021-12-20 12:24:32 +00:00
Hendrik Langer c8ac1564f9 fix missing default_water_source.png 2021-12-01 23:38:32 +01:00
Hendrik Langer f215647949 update deprecated add_particlespawner call with definition 2021-12-01 23:31:10 +01:00
Tai Kedzierski b30ea2d986
Merge pull request #4 from poikilos/improve-panda-texture
Add more detail to the panda while using fewer pixels.
2021-04-06 16:35:52 +01:00
poikilos 2322b81d5f Add more detail to the panda while using fewer pixels. 2021-03-30 21:52:31 -04:00
Tai Kedzierski f517964ce0
Merge pull request #1 from minetest-mobs-mods/feature/ethereal-compat
Feature/ethereal compat
2019-08-02 13:38:40 +01:00
Tai Kedzierski 3f11f4374b Cleanup license citations and moved changes to changelog 2019-08-02 13:37:49 +01:00
Grossam 668fe6eeed Arrows bug corrected 2019-07-31 10:32:04 +02:00