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
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
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
paramat
9cf3c953f1
Flowers: More flowers
2021-12-09 15:34:31 -04:00
ezhh
4a1fc02e82
Descriptions: Make capitalization consistent
2021-12-09 15:31:52 -04:00
2b6de659cb
Floatland biomes: Add ocean biomes to fix missing sandstone
...
* Update biome lists for blob ores.
* backported bdc09d2313e5734400d2283549c4906d77a546d0
2021-12-09 15:30:08 -04:00
Ezhh
aa7f6cd060
Make sapling, leaves and fence descriptions consistent
...
* backported https://github.com/minetest/minetest_game/pull/1795
2021-12-09 15:07:47 -04:00
John Cole
fb610ffa59
Allow mossy cobble slabs to combine
...
* backported https://github.com/minetest/minetest_game/pull/1791
* fixed https://github.com/minetest/minetest_game/issues/1790
2021-12-09 15:03:29 -04:00
tenplus1
fea78bdf54
Creative: Add 'creative' privilege for survival servers
...
* This adds a 'creative' privilege to survival servers which OPs can bestow
on admin or competent builders to give access to the creative inventory.
* backported from 0157175346f9af8cf9ea5ffeb5f3d91fa474d044
2021-12-09 13:00:48 -04:00
sofar
d6a66860af
Prevent divide by zero ( #2106 )
...
This forces all explosions to damage entities within the 1 node
range. If that needs to be disabled, the damage_radius needs to
be set to 0.
2018-05-18 12:50:47 +02:00
paramat
6d850f23a5
Flower spread ABM: Optimise
...
Match maximum spread density to maximum mapgen density for flowers.
Place 3 flora nodes at once instead of 1.
Change ABM chance value to 300 to match previous spread rate.
ABM becomes 3 times less intensive.
2018-05-18 12:50:47 +02:00
paramat
2c1af0861f
Doors: Avoid crash on nil player in 'can dig door'
2018-05-18 12:50:47 +02:00
Jat15
d2ae721235
Stairs: unbind table groups ( #2036 )
...
Unbind table groups for base block, stairs, slabs.
2018-05-18 12:50:18 +02:00
paramat
01db55cee5
default:dirt_with_snow: Re-add to soil group
...
Previously, saplings were not growing if the dirt they are on turned to
'dirt with snow' before growth.
Also for consistency with other dirt nodes.
2018-05-06 20:44:30 +02:00
Ekdohibs
4ba2b5179e
Furnace: Fix being able to cook items without enough fuel
...
This was triggered when too much time had elapsed when timer was called.
Also, fix timer resolution giving free fuel time.
2018-05-06 20:44:30 +02:00
Diego Martínez
a5092c0df6
creative: Add missing tooltips.
2018-05-06 20:44:30 +02:00
paramat
575c098bae
Book textures: Reset colour profiles to remove warnings
2018-05-06 20:44:22 +02:00
paramat
cddd59b578
Book textures: Replace with more original textures
2018-05-06 20:40:45 +02:00
ezhh
7a4b1e0ce1
Default: Make burntimes more rational and consistent
2017-12-05 21:24:02 +01:00
DTA7
0216fa08ec
Add nil checks for placer
2017-11-19 23:03:38 +01:00
raymoo
ca3e807d35
Creative: Make the placenode registration check for non-player placers
2017-11-19 23:03:38 +01:00
raymoo
ca38bb2390
Creative: Make handle_node_drops override work for non-player diggers
2017-11-19 23:03:38 +01:00
Coder12a
7d07c52d09
Books: Convert \r to \n
...
Some files or editors may use \r instand of \n like notepad++. If you copy
text written in notepad++ and pasted into the book. The book will only have
one page.
2017-11-19 23:03:38 +01:00
SmallJoker
532013a032
Creative: Cache inventory items on load
2017-11-19 23:03:38 +01:00
tenplus1
a52622669f
TNT: Add tnt.boom defaults
...
This adds def, def.radius and def.damage_radius defaults to the
tnt.boom() function if they aren't specified on call.
2017-11-19 23:03:38 +01:00
SmallJoker
ce5e668681
Bones: Return bones when taking the last ItemStack
2017-11-19 23:03:38 +01:00
tenplus1
6530fa914b
Flowers: Add waterlily right-click checks
...
Check for on_rightclick functions of nodes when holding a waterlily.
2017-11-19 23:03:38 +01:00
rubenwardy
86eb0e1617
Sfinv: Remove possibility of infinite loop when homepage doesn't exist
2017-11-19 23:03:38 +01:00
rubenwardy
93fb9b36ce
Sfinv: Rename navigation tabs to reduce chance of a conflict
2017-11-19 23:03:38 +01:00