76479e1eff
update information and references.. use git.minetest.org as mirror
2022-08-23 11:10:29 -04:00
Герхард PICCORO Lenz McKAY
f3d73386a2
merge fix for misc error (fix misc error on boat contidional)
...
* recommit 58c2cb6d89bf5bfc3da8818842d081d847d92ecd after upgrade boats
* sync merge with 5.2 stable brach from codeberg repo
2022-07-26 15:31:47 -04:00
Герхард PICCORO Lenz McKAY
b8ae1c4ccd
v 20220614 - update boats mod, fix player api detection
...
* property detect the player api respect engine game version
2022-06-14 23:54:17 -04:00
Герхард PICCORO Lenz McKAY
07a1de54a0
v 20220614 - update beds mod, minigame support and engine detection
...
* minigame support
* proper engine detection for respawn
* add red and white bed
2022-06-14 23:16:05 -04:00
58c2cb6d89
fix misc error on boat contidional
2022-04-14 20:42:56 -04:00
fcff52f049
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:40:09 -04:00
dde9a5338e
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 00e4b3cb89
* fire 4e5f7ad553
* stairs c3a5af6c45
* tnt 8195861f90
* wool de642a08e8
2022-03-09 12:52:16 -04:00
239e7287c6
improve README and api documentation
2022-02-28 20:06:40 -04:00
ee86fb1c41
* 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
* cherry-picked from 18aed0219b
2021-12-13 20:27:13 -06:00
sfan5
eb64ff94f8
Use node particles for TNT explosions ( #2695 )
2021-11-23 23:21:04 -04:00
sofar
5979c4188d
Fix builtin item metatable ( #2328 )
...
Co-authored-by: Alexander Weber <web.alexander@web.de>
2021-11-23 23:18:49 -04:00
The most random of all meshes
27e70c9524
Fix boat floating in the air when water being drained away ( #2788 )
2021-11-23 23:01:13 -04:00
Montandalar
4e3afc0035
Do not crash when a skeleton key is used on an unknown node ( #2806 )
2021-11-23 23:00:21 -04:00
An0n3m0us
7e515b261d
default: Add missing nodes to list ( #2799 )
2021-11-23 22:59:19 -04:00
sfan5
eb0b314fb3
Fix crash on TNT explosions if tnt is disabled
2021-11-23 22:51:37 -04:00
sfan5
8863527bb6
Fix respawn not working at all when suitable position was not found
...
The player should always be teleported away when they die and
we can still fall back to the engine spawning code.
2020-04-04 13:06:40 +02:00
sfan5
fbbc7fc996
player_api: Prevent knockback when player is set as attached
...
This is not directly related to player models but fits well
as a convenience feature in player_api.
2020-03-17 22:08:36 +01:00
TumeniNodes
b9dc758fef
xpanes: fix code style ( #2618 )
2020-03-15 15:12:21 +01:00
TumeniNodes
8b3b92dfdf
xpanes: remove unused textures ( #2614 )
2020-03-07 20:25:43 +01:00
sfan5
07a8067348
Fix TNT mod crash when entities disappear during explosion ( #2616 )
2020-03-06 21:51:19 +01:00
sfan5
3a863053c0
Dungeon loot: Warn on unknown registered loot items ( #2613 )
2020-03-06 21:51:07 +01:00
IFRFSX
91ac075cff
Update Chinese Translation, Add Traditional Chinese Translation ( #2596 )
2020-03-02 21:53:12 +01:00
SmallJoker
fe9cdba0ec
Creative: Skip redundant refreshes, fix reset button ( #2611 )
...
Skips redundant calls to creative.update_creative_inventory and fixes the 'Reset' button which double-refreshed the filter cache.
2020-03-02 21:41:42 +01:00
An0n3m0us
8d9aa07752
Sort loot registration into respective mods ( #2602 )
2020-02-23 14:41:13 +01:00
Andrey2470T
34b410319e
Increase speed of flowing water/river water animations
...
To visually match the 1 node per second spread of flowing water.
2020-02-14 00:01:15 +00:00
An0n3m0us
3ea648f5bf
Disallow screwdriver rotating torches, to avoid bad torch rotations
2020-02-11 03:58:41 +00:00
An0n3m0us
232cc2bd1c
Add log for seeds on place
2020-02-10 22:00:40 +01:00
Paramat
db632b67bf
Fix missing papyrus in savanna, add a dry dirt version
...
Papyrus was missing from the dry dirt 'savanna_shore' biome due to
only being placed on dirt. A mistake made when changing savanna
dirt to dry dirt.
Rename existing papyrus schematic to 'papyrus_on_dirt' and only
place in the 'rainforest_swamp' biome.
Add a new papyrus schematic 'papyrus_on_dry_dirt', placed in the
'savanna' biome.
2020-02-09 01:34:17 +00:00
Louis Royer
1420376e32
Fix french translation of snow block slab
2020-02-08 21:06:17 +00:00
Paramat
9bf64b61c2
Fix simple bed height, make player lay down just above it, not inside it
2020-02-08 03:11:44 +00:00
IFRFSX
f255e36d78
Add traditional Chinese translation ( #2579 )
2020-02-06 20:15:13 +01:00
sfan5
d3e26dba18
Convert minetest.sound_play uses to ephemeral
2020-02-05 22:24:23 +01:00
DS
176ddba176
Reset spawn position on bed destruction
2020-01-26 18:59:44 +01:00
IFRFSX
eac4795326
Update Chinese translation ( #2563 )
...
rail = 轨道 / 栏杆
grass = 草
and, mese color is yellow, so i translate it to "黄石"。(Chinese words without MESE)
2020-01-25 16:55:14 +01:00
Zaoqi
da39bae50e
Add zh_CN translation
2020-01-22 19:09:38 +01:00
Konstantin Ilyashenko
7e9a54abaf
Replace Russian translation of Pickaxe ( #2556 )
2020-01-09 19:09:06 +01:00
Lejo
beb0aefa2d
Make can_interact_with_node() check for key group instead of default:key
2020-01-06 21:16:33 +00:00
Thomas--S
1940961d63
Move duplicate recipe from books to default.register_craft_metadata_copy()
...
This allows mods to easily implement the same behaviour, e.g. for letters.
2020-01-04 00:09:58 +00:00
An0n3m0us
6e32287a42
Move crafting, cooking and fuel recipes into corresponding files
2020-01-01 01:38:06 +00:00
Zaoqi
1082466796
Rename core
to minetest
( #2552 )
2019-12-29 12:28:30 +01:00
An0n3m0us
258332578a
Player model: Add bobbing to walk animation, more subtle standing animation
2019-12-23 02:14:25 +00:00
Paramat
150122bfe7
Remove Mapgen V7 floatland biome code
...
In preparation for a new Mapgen V7 floatland implementation.
2019-12-18 23:59:45 +00:00
Paramat
c0335e24c9
Convert grass footstep sounds from stereo to mono
2019-12-18 22:31:29 +00:00
Maksim
f176ba4873
Make tool crafting recipes more compact, move to tools.lua
2019-12-16 00:29:33 +00:00
Muhammad Nur Hidayat Yasuyoshi (MNH48)
710605687b
Add Malay translation
2019-11-30 17:31:40 +01:00
Aresiel
10dce79451
Add Swedish translation
2019-11-30 17:31:29 +01:00
OgelGames
0f764bf447
Coral 'on place': Pass node to 'on rightclick', not node name
2019-11-28 02:01:19 +00:00
Kevin Nel
00a8bd521a
Fix popping sound in default_grass_footstep ( #2538 )
2019-11-25 10:50:20 +01:00
Andrey2470T
2f6d0bf267
Add 4th item row to creative inventory. Align search, trash, page navigation
2019-11-23 21:35:02 +00:00
An0n3m0us
d9f8c6cc43
Escape translated text in 'beds' mod formspec
2019-11-22 21:47:47 +00:00