3raven
1c5e5a94fd
Actualiser mods/PLAYER/mcl_music/locale/mcl_music.fr.tr
2023-11-17 19:28:35 +00:00
3raven
b90e980fdf
Actualiser mods/ITEMS/mcl_beds/locale/mcl_beds.fr.tr
2023-11-17 19:26:25 +00:00
3raven
76855de5d6
Actualiser mods/ITEMS/REDSTONE/mesecons_button/locale/mesecons_button.fr.tr
2023-11-17 19:25:23 +00:00
3raven
5482ee3c96
Actualiser mods/ENTITIES/mobs_mc/locale/mobs_mc.fr.tr
2023-11-17 19:22:21 +00:00
3raven
54ad49fe10
misplaced file
2023-11-17 19:20:39 +00:00
3raven
501acefab3
misplaced file
2023-11-17 19:19:47 +00:00
3raven
d54202976c
Merge pull request 'Fix minor README's imperfections ( #4001 )' ( #1 ) from MineClone2/MineClone2:master into master
...
Reviewed-on: #1
2023-11-12 17:58:52 +00:00
Aliaksei Urbanski
32ef89aca3
Fix minor README's imperfections ( #4001 )
...
I've prepared some minor changes for `README`s.
Reviewed-on: MineClone2/MineClone2#4001
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Aliaksei Urbanski <aliaksei.urbanski@gmail.com>
Co-committed-by: Aliaksei Urbanski <aliaksei.urbanski@gmail.com>
2023-11-11 21:01:45 +00:00
3raven
0b979e4c64
Update translation
2023-11-09 18:31:05 +00:00
3raven
c32cccb6d0
Actualiser mods/ENTITIES/mobs_mc/locale/mobs_mc.fr.tr
2023-11-09 17:30:52 +00:00
3raven
e9d9f880d0
Update translation
2023-11-09 17:23:54 +00:00
3raven
ec183f23f5
Update translation
2023-11-09 15:58:56 +00:00
3raven
13196dd0d8
Add translation
2023-11-09 15:57:32 +00:00
3raven
1740f9e88e
Add missing chain
2023-11-09 15:47:48 +00:00
3raven
74da1b5baa
Add translation
2023-11-09 15:41:51 +00:00
3raven
3d5f62640c
Update translation
2023-11-09 15:39:19 +00:00
3raven
e0af2fba71
Update translation
2023-11-09 15:36:43 +00:00
3raven
0b76146c39
Update translation
2023-11-09 15:28:13 +00:00
3raven
efa3df7f87
Fix typo
2023-11-09 15:25:17 +00:00
3raven
47ed21e71d
Fix typo and update translation
2023-11-09 15:24:50 +00:00
3raven
d2b39c90cd
Update translation
2023-11-09 15:20:26 +00:00
3raven
54d7a8f539
Update translation
2023-11-09 15:06:16 +00:00
3raven
c7fc123b7e
Update translation
2023-11-09 15:04:09 +00:00
3raven
0b5d157856
Update translation
2023-11-09 14:59:47 +00:00
3raven
30a9a42a70
Add translation
2023-11-09 14:54:13 +00:00
3raven
b1b2690144
Update translation
2023-11-09 14:50:33 +00:00
3raven
b59a230ba1
Update translation
2023-11-09 14:47:36 +00:00
3raven
d07229d2ea
Update translation
2023-11-09 14:43:58 +00:00
3raven
07aab02429
Update translation
2023-11-09 14:40:18 +00:00
3raven
085d19ca23
Update translation
2023-11-09 14:36:08 +00:00
3raven
0d73bc9a7b
Update Translation
2023-11-09 14:28:20 +00:00
3raven
d80a3562f3
Update translation
2023-11-09 14:17:46 +00:00
the-real-herowl
accb8742dd
Merge pull request 'Make golem go home. Fixes #3288' ( #3929 ) from golem_nav into master
...
Reviewed-on: MineClone2/MineClone2#3929
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2023-11-06 22:31:43 +00:00
codiac
71282e196e
Move mob nav hacks to Experimental
2023-11-06 22:46:04 +01:00
codiac
89c97690c8
Add a setting to enable mod nav hacks
2023-11-06 22:01:31 +01:00
codiac
06f9486e4d
Do not go home if attacking
2023-11-06 21:59:40 +01:00
codiac
ae5564e658
Make golem go home. Fixes #3288
2023-11-06 21:59:40 +01:00
the-real-herowl
fdf823fff6
Merge pull request 'Update trapdoor climbable behavior' ( #3938 ) from Dehydrate6684/MineClone2:trapdoor-ladder into master
...
Reviewed-on: MineClone2/MineClone2#3938
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2023-11-06 20:29:23 +00:00
Araca
52b65554d9
Do not output enchanted item if enchantment is impossible ( #3998 )
...
To Fix #3672 , I avoid displaying the output item if enchantment is not possible for various reason
* Level of added enchantment is below the one from input item
* Incompatible enchantment
Co-authored-by: Araca <>
Reviewed-on: MineClone2/MineClone2#3998
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Araca <araca.prod@gmail.com>
Co-committed-by: Araca <araca.prod@gmail.com>
2023-11-06 20:12:36 +00:00
the-real-herowl
5a069af072
Merge pull request 'Piston-breakable nodes don't fill up the push limit, items properly drop' ( #3813 ) from seventeenthShulker/MineClone2:piston_digs_properly into master
...
Reviewed-on: MineClone2/MineClone2#3813
2023-11-06 19:50:31 +00:00
the-real-herowl
14f73a8c55
Merge pull request 'armor trim followup' ( #3974 ) from trim_achievement into master
...
Reviewed-on: MineClone2/MineClone2#3974
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2023-11-06 19:37:56 +00:00
the-real-herowl
dbab70ea38
Fixed the wayfinder
2023-11-06 20:22:46 +01:00
chmodsayshello
952a96b57d
fix leggings trim textures
2023-11-05 20:35:13 +01:00
Dehydrate6684
e5a260b563
Added vines and skulk vines to ladder group
2023-11-05 14:10:58 +08:00
Dehydrate6684
9b2b8ee56e
Removed direction checks
2023-11-05 14:06:53 +08:00
seventeenthShulker
00cfca5947
Make carpet sticky again
2023-11-04 16:01:46 +00:00
seventeenthShulker
c37da143da
Add crying obsidian and lodestone to mvps_stoppers
2023-11-04 16:01:46 +00:00
seventeenthShulker
520fd773fb
Fix random crash when piston breaks node with no player
2023-11-04 16:01:46 +00:00
seventeenthShulker
378df76e5f
Prevent signs from being replaced by pushed/pulled blocks
2023-11-04 16:01:46 +00:00
seventeenthShulker
3e12b3c700
Check protection of certain nodes before push/pull
...
- The node directly in front of a piston (including air)
- The 'final' position of any connected nodes
2023-11-04 16:01:46 +00:00