kmarton815
d4e733cf89
Added Hungarian translation
2025-07-03 18:08:51 +02:00
kmarton815
7dba427b29
Added Hungarian translation
2025-07-03 18:08:24 +02:00
kmarton815
a5e8655782
Added Hungarian translation
2025-07-03 18:07:53 +02:00
kmarton815
ab630597d2
Added Hungarian translation
2025-07-03 18:07:12 +02:00
kmarton815
716595744b
Added Hungarian translation
2025-07-03 18:06:47 +02:00
kmarton815
b6c288a7fc
Added Hungarian translation
2025-07-03 18:05:59 +02:00
kmarton815
93cc562b46
Added Hungarian translation
2025-07-03 18:05:33 +02:00
kmarton815
ce18d7a939
Added Hungarian translation
2025-07-03 18:05:11 +02:00
kmarton815
de7ad119a3
Added Hungarian translation
2025-07-03 18:04:46 +02:00
kmarton815
ed332100e3
Added Hungarian translation
2025-07-03 18:04:14 +02:00
kmarton815
709e9f3cde
Added Hungarian translation
2025-07-03 18:03:17 +02:00
kmarton815
578a47890e
Added Hungarian translation
2025-07-03 18:02:52 +02:00
kmarton815
2ff2b4e98f
Added Hungarian translation
2025-07-03 18:02:25 +02:00
kmarton815
63c6334be7
Added Hungarian translation
2025-07-03 18:01:56 +02:00
kmarton815
f56e8b9995
Added Hungarian translation
2025-07-03 18:01:23 +02:00
kmarton815
9f1d97e66e
Added Hungarian translation
2025-07-03 18:00:50 +02:00
kmarton815
69bdff0847
Added Hungarian translation
2025-07-03 18:00:22 +02:00
kmarton815
0f1dbf84dc
Added Hungarian translation
2025-07-03 17:59:51 +02:00
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
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
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
...
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
...
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
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
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 )
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