1157 Commits

Author SHA1 Message Date
23eb8437f4 default - revent knockback for attached players
* backported from default game
  fbbc7fc996
2023-08-06 13:21:45 -04:00
d77ba194d4 update player model remove vertial 1 node offset on newer engines only
* Player model: Remove vertical 1 node offset for new engines, but
  Required due to the settable player collision box engine feature
  change for MT/MTG v0.5.0 that breaks compatibility with old client
  so due that this commit will added backguard compatibility
* Autodetec minetest versoin engine and provide right model
  character, update player code to provide compatibility with player_api
2023-08-06 12:36:03 -04:00
a6073f034d mods hudbars+hbarmor+hbhunger - make check for max_hp witout segfault old engines
* optimize checks, only set once, upgrade upstream
* use right supported check for version string
* do not make redundant checks and set of hp_max
* property set log warning notification when parts of mod are not used
* autodetect armor mod and able to work without it
2023-07-26 01:20:32 -04:00
2de5aaeeff mods - hudbars+hbhunger+hbarmor - featured upgrade
* fix workaroun about ssettings not configurable
* do not hardcoded hp_max from other mods, unless configured here
* provide settings for hbhunger steps
* provide settings for auto hide or not hbarmor
* document those missing features
* mark mod with version 2.3.5.0 and using redo flag
* detection of original mods and bypass build-in own features
* optimize loading of hubar for armor, bad initialization
* real check player becouse of wrong implementation at engine
2023-07-24 15:27:25 -04:00
a3f7816526 backguard compatibility of hp_max in older clients, (missing breath_max)
* honoring customizations of hp_max its not so valid in older
  clients becouse of a bug in older clients of hardcoded healt player
  long time ago user requested https://github.com/minetest/minetest/issues/2246
  the value was hardcoded into engine and do not allow to be
  customized by mods until the commit above, this patch
  takes that into consideration and set the value to 20.
* NOTE: as side effect if you started a server that support
  hp_max modification and try to connect using a older client,
  client will perfectly supports the already configured healt
  from client, but will start at 20 initialy, of course with
  max_hp supported over the value of 20
2023-07-19 00:44:11 -04:00
918bb6e8bb mods - hudbars : not hardcoded the hb.init_hudbar max values
* real fix for missing format_string_config.textdomain
  backpoted from c219b708f8
* fix the backguard compatibility for format_string_config.format_string
* add configuration settings for hp_max of player and breath_max
* do not hardcoded hp_max neither breath_max and honor customizations
* real fix of get_properties when join players
* set alternate honored max values before get_properties when join players
* increase default ticks of updates for hud bar, to avoid performance
  issues in low end devices
* optimize and fix texture images
2023-07-17 01:16:50 -04:00
mckayshirou
b4c29033c9 fix creative mode mod backguard compatibility for all engines
* dont follow the creative upstream mod,
  its just wrapper around get_bool(creative) setting, so create a check privilegie
  function and provide backguard compatibility checks
* backported fix from c770d5cb43
  same backported from c770d5cb43
2023-07-13 23:03:51 -04:00
fd5ca024e6 integrated nice hudbars into our default minetest game
* checkout facc2cffb8
* version 2.3.4 with many backported fixeds
2023-06-20 00:42:50 -04:00
336ce1c8db sfinv - sfinv_home set better text for home button 2023-06-18 04:58:26 -04:00
8196401ab8 fireflies - fix wrong conditional 2023-06-18 04:33:29 -04:00
c624fef6f3 Merge sync 'stable-4.0' to stay in sync with featured fireflies mod
* integrate creative new mod
* featured fireflies with ethereal support
2023-06-18 03:17:30 -04:00
9836d04755 fireflies - sync with oiginal and add support for ethereal
* sync with fireflies of upstream original mod and from minenux
* Add vessels group to firefly vessel
* Detect creative mode and creative privilegies, using creative mod
* Detect ethereal mod and provide more biomes of place
2023-06-18 03:17:07 -04:00
ee13c9f46a fireflies - sync with oiginal and add support for ethereal
* sync with fireflies of upstream original mod and from minenux
* Add vessels group to firefly vessel
* Detect creative mode and creative privilegies, using creative mod
* Detect ethereal mod and provide more biomes of place
2023-06-18 03:14:10 -04:00
ea2069d30e fireflies - allow to spawn/put the net fireflies on more biomes if ethereal
* if the etherealmod is detected allow to spawn/put the net/fireflies
  in more biomes
2023-06-17 10:25:47 -04:00
1624147edc included the reduced and external mantanied fireflies mod for older engines
* the mt5 game already has a improved version of fireflies with timer nodes
  that hide the fireflies at day
2023-06-17 09:59:47 -04:00
f208b6312d updated upgraded simplified creative and provide privilegie feature
* register privilegie of creative for older or newer engines
* enhanced the formspec of the creative player to 4 rows
* try to upgrade most close to track upstream original
* return back text button, remove extra media
  check https://notabug.org/TenPlus1/creative/issues/2
* update readme information to diference features
2023-06-16 00:36:33 -04:00
ae8c3f8eba sfinv - upgrade sfinv and integrated sfinv_home to sfinv 2023-06-12 00:32:55 -04:00
729e344fc8 sethome - update mod to upstream 2023-06-12 00:02:51 -04:00
8e59006dc8 sethome - update mod to upstream 2023-06-12 00:02:10 -04:00
284eb28d6c toolranks - fix mt 5.X depends 2023-06-11 23:21:20 -04:00
901fb492c1 Fix many workbench and enchanting table bugs from MT-Eurythmia
* fix crash https://github.com/Mynetest/Mynetest-server/issues/105
* detect that hammer is present and detect if that mese list are mese
* backported https://github.com/MT-Eurythmia/xdecor/commit/59a65c60611ebe8ef3ced2e406968f049>
* backported https://github.com/MT-Eurythmia/xdecor/commit/28a24a805be109eb8ab32b8633b1dfef5>
2023-06-11 21:46:20 -04:00
13a6891758 xdecor - crash avoiting: Added further sanity check and update formspecs
* update xdecir minenux up to 20230611
* backporting https://notabug.org/minenux/minetest-mod-xdecor/commit/3e0ca1304d454297739d6f8>
* backporting https://github.com/0siribix/xdecor/commit/c7e756afc7d246817209c415c6e9a9dda533>
* backporting https://github.com/0siribix/xdecor/commit/3823fce1e05a9472e7cf798c8346ba95ead1>
* backporting https://notabug.org/minenux/minetest-mod-xdecor/commit/9f4002b749920a6aa906ce7>
2023-06-11 19:57:23 -04:00
dab09dfd32 mods - add tenplus1 toolranks with some backported changes features
* toolranks from minenux with spanish translation and featured description
* backguard compatibility
2023-06-11 14:50:11 -04:00
ebdf4427d3 creative - fix mistake on privs 2023-06-11 06:29:33 -04:00
4a9e24b2f2 provide minetest.is_creative_enabled and backguard compatibilty 2023-06-11 06:19:33 -04:00
aa9f63cb3f farming - make apples 3d backporting the 3d_apples mod 2023-06-07 17:21:20 -04:00
115c85ce40 xdecor - fix possible bad array on enchanting code, related to some bugs
* update mod to f6d0f0b2a5c1d435217bb3409a76da9eb36fe889 with last README info nodes
2023-06-07 16:32:25 -04:00
00bad47eed incorporate xdecor a more light respect homedecor 2023-06-06 15:12:23 -04:00
c23219729c update farming mod for mt game v4, need test compatibility 2023-06-06 11:28:47 -04:00
07d4778ffb update information and references.. use git.minetest.org as mirror
* update game info and release focused version
* modernize the game.conf but mantanin compatibility
* provide LICENSE clarification about real autor historicaly (blockmen)
2022-08-23 11:20:42 -04:00
d82008a256 tnt - update to fix MT5 game detectio engine api
* backported fca1999990
* closes https://notabug.org/TenPlus1/tnt/issues/2
* closes https://codeberg.org/minenux/minetest-mod-tnt/issues/2
2022-08-05 22:47:04 -04:00
e02a31343a v 20220728 - update boats mod, fix missing global minetest object access
* property detect the feature using the namespace global var
2022-07-27 01:56:38 -04:00
36427dada6 merge fix for misc error (fix misc error on boat contidional)
* recommit 58c2cb6d89 after upgrade boats
* sync merge with 5.2 stable brach from codeberg repo
2022-07-27 01:53:03 -04:00
b6d93e76d3 Added detection of mod player_api agains default
* use aliasing sustitution to use player_api when detected
* backported those to legacy.lua
2022-04-14 21:11:48 -04:00
812bb323f6 Verify object is player before checking privs backported for mt 0.4.17 game
* backported 3a3f71aa50
* prevents a crash when a 'nil' digger is passed by the engine to minetest.node_dig
2022-04-14 21:04:28 -04:00
d18f9b4251 Do not crash when a skeleton key is used on an unknown node
* backported from default MT 5.1+
2022-04-14 20:57:56 -04:00
574d6cc65c Fix flammable item entities crashing
* backported from https://github.com/minetest/minetest_game/pull/2659
* fix to close https://codeberg.org/minenux/minetest-game-minetest/issues/11
2022-04-14 20:45:16 -04:00
b1440d887d mod: farming - lower refill time, add player check, fix de locale, add trellis
* Import upstream changes from upstream tenplus1 as
  00e4b3cb89
* lower refill time, add player check
  2e90959a6c
* fix de translations due update translations
  a19f852ddf
* fix spanish translations due typos
  35c5245b3c
* add trellis setting to registered_crops
  https://codeberg.org/minenux/minetest-mod-farming/commit/3cbbb3678e
2022-03-09 12:14:28 -04:00
2f97407591 upgrade beds,boats,bucket,carts,creative,doors,farming,fire,stairs,tnt,wool
* beds 7b6fae96d5
* boats 3832de08f7
* bucket 1d9f32295a
* carts dcbca916cf
* creative ca09e77370
* doors a89ab0454d
* farming 10de84d12d
* fire 4e5f7ad553
* stairs c3a5af6c45
* tnt 8195861f90
* wool de642a08e8
2022-03-01 23:26:11 -04:00
c7cb79422b improve README and api documentation 2022-02-28 23:44:55 -04:00
c23bd322f7 docs - fix missing colon in sintax game_api 2022-02-28 23:17:14 -04:00
18aed0219b * document, configure and improve the give_initial_stuff
* This mod provides some stuff per player at initial play when first join only
* set initial_stuff = default:wood 2,farming:bread 2,default:furnace 1,default:torch 5
* the initial_stuff is only configured per config files not at menu
2021-12-13 20:12:36 -06:00
f1e7172fe1 adapted from player_api: Set eye height property for player model
* backported d4e1bd053e
* Player API: Set eye height property for new player model
2021-12-10 17:35:02 -04:00
SmallJoker
74702c6ada Carts: Replace old, deprecated function names 2021-12-10 17:23:59 -04:00
Lars Hofhansl
d37c1d2312 Creative: Do not give creative priv to admin 2021-12-10 17:20:34 -04:00
be96530e20 Mushroom spread: make overridable and reduce spread
* Move mushroom spread ABM action into a global and overridable function.
  but do not optimise spread code
* backported bcf98df5fac3eb59b02d9fdb066ab92c6228d787
* Reduce spread range to reduce spread through walls.
2021-12-10 15:24:32 -04:00
paramat
535204298e Farming: Make cotton look like cotton, add crafted string item
Remove string -> cotton alias.
2021-12-10 15:11:15 -04:00
657f7cee6e set art and game default, use minenux name and logo venenux
* backported d5cc8c46f6
* now we are into minenux so minetest4 stable-4.0 branch for engine
2021-12-10 13:11:24 -04:00
95e70da3a6 Default: Increase the maximum level of the diamond axe to 3
* backported https://github.com/minetest/minetest_game/pull/1854
* This is the maximum level of the other diamond tools and makes the
  number of uses similar to them.
* fixed https://github.com/minetest/minetest_game/issues/1456
  Diamond axe breaks earlier than mese axe
2021-12-09 16:54:51 -04:00
e07ad71d11 Improve node descriptions for most default items and nodes
* backported https://github.com/minetest/minetest_game/pull/1834
* addressed consistency issues previously discussed in:
* https://github.com/minetest/minetest_game/issues/1473
  Bad item descriptions: Too generic descriptions among specific descriptions
  also cos has a strong tendency towards mixing generic item names
* https://github.com/minetest/minetest_game/issues/1817
  Add tree species to descriptions for appletree and jungletree
  No change to node technical names though. Normal wood is obviously an appletree
2021-12-09 16:26:54 -04:00