Commit graph

1699 commits

Author SHA1 Message Date
kmarton815
4fa480b907
Added Hungarian translation 2025-07-03 17:59:15 +02:00
kmarton815
e245fe4215
Added Hungarian translation 2025-07-03 17:58:32 +02:00
kmarton815
f51c665579
Added Hungarian translation 2025-07-03 17:57:41 +02:00
kmarton815
9c5b62879b
Added Hungarian translation 2025-07-03 17:57:04 +02:00
kmarton815
a90650e919
Added Hungarian translation 2025-07-03 17:56:27 +02:00
kmarton815
350e7f769e
Added Hungarian translation 2025-07-03 17:55:52 +02:00
kmarton815
87181e3e3f
Added Hungarian translation 2025-07-03 17:55:19 +02:00
sfan5
8fbfc14c3f
Avoid parsing mapgen 'chunksize' by hand
Some checks failed
luacheck / luacheck (push) Has been cancelled
Test / test (map[image:ghcr.io/luanti-org/luanti:master]) (push) Has been cancelled
Test / test (map[image:ghcr.io/minetest/minetest:5.10.0]) (push) Has been cancelled
Test / test (map[image:ghcr.io/minetest/minetest:5.9.0]) (push) Has been cancelled
2025-07-01 18:39:36 +02:00
Josu Igoa
6ed522b5fc
Added Basque translation (#3195)
Co-authored-by: bilbao_iban <bilbao_iban@eitb.eus>
2025-06-29 15:33:14 +02:00
Lars Müller
defa781d60
Fix registering buckets in foreign mod namespaces 2025-06-29 15:32:38 +02:00
sfan5
69b2fb7a32 Revert "Fix registering beds in other mods namespace"
This reverts commit 9321c265b6.
Note: the commit actually touched buckets, not beds
2025-06-20 11:23:02 +02:00
SmallJoker
407087977c
Beds: Add support for pova and player_monoids (#3200) 2025-06-17 12:24:17 +02:00
sfan5
844216cbb8 Fix TileDef deprecation warning 2025-06-13 12:11:19 +02:00
sfan5
05d5461a41 Fix Docker CI test to run on new/old engine versions 2025-06-13 11:57:55 +02:00
Petras Jokubauskas
9321c265b6
Fix registering beds in other mods namespace 2025-06-13 11:26:05 +02:00
sfan5
0351c66915 Use new VoxelManip cleanup API
Some checks failed
luacheck / luacheck (push) Has been cancelled
test / test (push) Has been cancelled
2025-05-31 10:00:04 +02:00
ZenonSeth
a6bf9dd526
Workaround for sign regression with 5.12.0
Some checks failed
luacheck / luacheck (push) Has been cancelled
test / test (push) Has been cancelled
---------

Co-authored-by: sfan5 <sfan5@live.de>
Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>
2025-05-28 18:53:44 +02:00
Pedro Gimeno
838ad60ad0 Fix dry_grass_N on dirt producing dirt_with_grass
Some checks failed
luacheck / luacheck (push) Has been cancelled
test / test (push) Has been cancelled
`dry_grass_N` has groups `grass` and `dry_grass`, so if the check for `grass` is done first, having dry_grass on it makes it turn into `dirt_with_grass` instead of `dirt_with_dry_grass`. Changing the order fixes this.
2025-04-19 19:19:12 +02:00
Maksym H.
c6fabe4734 Creative: release memory when player leaves
Some checks failed
luacheck / luacheck (push) Has been cancelled
test / test (push) Has been cancelled
2025-04-12 12:35:21 +02:00
sfan5
5a4818a402 Set blend = "clip" on spawned particles
Some checks failed
luacheck / luacheck (push) Has been cancelled
test / test (push) Has been cancelled
2025-03-01 15:35:11 +01:00
sfan5
692ac2d062 Generalize TNT item loss probability and apply it to more items 2025-03-01 15:35:11 +01:00
StoyanDimitrov
d38b8e6657
Add Bulgarian translation (#3178)
Some checks failed
luacheck / luacheck (push) Has been cancelled
test / test (push) Has been cancelled
2025-02-15 14:52:26 +01:00
Lars Müller
672b63f9dc
Fix TNT explosions not removing metadata (#3180)
Co-authored-by: sfan5 <sfan5@live.de>
2025-01-19 23:00:40 +01:00
SmallJoker
1f4291ff09
Beds: allow digging stray top nodes (#3173)
This may occur by rotating the bottom bed node without
calling the 'on_rotate' callback for various reasons.
2025-01-13 12:10:03 +01:00
sfan5
ee1f2b68df
Add safety checks before overriding builtin item entity (#3177) 2025-01-13 12:09:45 +01:00
EGYT5453
6da5e947f0 Fix optimize_textures.sh 2025-01-06 01:42:57 +01:00
Lars Mueller
9bcf2d46d0 Fix book crash with malicious form data 2024-12-21 16:28:45 +01:00
tenplus1
f4f365970a
Tweak beds moving check (#3170)
checking player movement is too sensitive with 0.001 as the value, changing to 0.05 works a lot better especially when 3rd party mods that change player physics are in use.
2024-12-12 16:36:46 +01:00
Wuzzy
312a67b40c
Replace Minetest mentions with Luanti (#3169) 2024-12-04 18:01:28 +01:00
CowboyLv
c7be7c165f
Latvian translation (#3160) 2024-11-16 16:32:35 +01:00
Alexander Chibrikin
92daf3e6f4
Make walls connect to nodes in a new wall_connected group (#3159) 2024-11-15 15:10:14 +01:00
grorp
093cd28a27
Set bloom intensity 2024-10-16 14:12:25 +02:00
grorp
df8159436c Set volumetric lighting strength 2024-10-01 17:29:41 +02:00
1F616EMO~nya
b23c44d980
Get rid of recursive call in default.dig_up (#3133) 2024-09-08 22:09:30 +02:00
sfan5
7967f77f3b
Don't assert default biomes in spawn mod
fixes #3124
2024-09-08 22:07:20 +02:00
1F616EMO~nya
2ce8ff3306
Simplify Butterfly and Firefly code (#3125) 2024-08-31 11:43:07 +02:00
Gundul
4e402ec39f
Fix crash if bones punched by non-player (#3146) 2024-08-18 19:40:14 +02:00
sfan5
d89170c129
Simplify and fix docker test 2024-08-18 19:35:43 +02:00
sfan5
9bd1f24d36
Update README for release model 2024-08-14 13:53:04 +02:00
Niklp
88ecab34d9
Replace deprecated get_metadata() calls (#3142) 2024-07-27 14:42:08 +02:00
1F616EMO~nya
9cb57ae5f2
Log furnace inventory actions (#3141) 2024-07-27 14:41:16 +02:00
1F616EMO~nya
77bbcee0cd
Limit furnace sound volume on catch-up smelting (#3144) 2024-07-26 09:36:05 +02:00
Niklp
da0509c5bd Replace deprecated meta:set_string() call 2024-06-29 16:58:53 +02:00
Lunovox
599dedd927
translate to brazilian portuguese and portuguese of Portugal (#3104) 2024-06-24 12:23:50 +02:00
ssdaniel24
061f4e76dd
Added can_grow function to plant definition (#3131) 2024-06-23 18:03:36 +02:00
Andrii Nemchenko
f03c992864
Fix the possibility to put fire in a protected area (#3129) 2024-06-22 12:54:57 +02:00
1F616EMO~nya
91f6e5faec
Fix crafting for fences etc. starting with colon (#3132) 2024-06-22 12:54:27 +02:00
1F616EMO~nya
82b017af6b
Avoid using the global 'table' as a function argument name
Co-authored-by: José Douglas da Silva Souza <44056294+JoseDouglas26@users.noreply.github.com>
2024-06-16 20:08:42 +02:00
mruncreative
511619253f
Fix upside down nodes in large cactus schematic (#3123)
* Update schematic_tables.txt (large_cactus)
* Replace large_cactus with upside down nodes with fixed one
2024-06-02 19:38:35 +02:00
Lars
3ad8a6a473 Fix possible invalid object reference in TNT mod 2024-05-26 17:01:45 +02:00