Commit Graph

242 Commits

Author SHA1 Message Date
Nils Dagsson Moskopp
cbf3dc49aa Replace grass path with dirt path
If a player wants to make a path when there is no dirt with grass on the
ground it means they need to either have silk touch to collect dirt with
grass or place dirt beside dirt with grass and wait for the grass cover
to spread before they can create the new paths …

Since the former is not possible early in the game and the latter is not
easy, this patch imitates Minecraft 1.17 behaviour; the following nodes
can now be turned into path nodes by right-clicking them with a shovel:

• Dirt (mcl_core:dirt)
• Coarse Dirt (mcl_core:coarse_dirt)
• Dirt with Grass (mcl_core:dirt_with_grass)
• Mycelium (mcl_core:mycelium)
• Podzol (mcl_core:podzol)

A group “path_creation_possible” has been added to mark nodes that can
be turned into a dirt path with a shovel. One obvious objection to that
addition might be that the “dirt” group already exists. Even though all
existing nodes that can be turned into a dirt path do indeed belong to
the “dirt” group, it is not a good idea: Changing what “dirt” means to
“any node that can be turned into a dirt path” would make it harder to
maintain the code.
2022-04-25 15:33:01 +02:00
Dieter44
f8c60b5f75 ITEMS/mcl_anvils: fix renaming items w/o desc… 2022-03-05 15:35:39 +00:00
MysticTempest
7a53ea8b70 Rename a few textures to help support texture packs. 2022-03-02 20:13:24 -06:00
Emojigit
a8aabb2329 add translate for doc_identifier 2022-02-23 23:58:04 +01:00
AFCMS
fe62189019 Update French translation (part 1) 2021-08-13 11:35:18 +02:00
NO11
664c238137 Add german translation for the bow/fishing rod desc 2021-08-06 10:52:55 +00:00
Emily
5bb57a81ad Add durability tooltip to translation template 2021-08-06 11:55:27 +02:00
Emily
df0c1f1dd1 Make bows and fishing rods show their durability in description (Fixes issue #1773) 2021-08-06 11:14:17 +02:00
NO11
4846076c8f mcl_item_id simplify code 2021-07-24 19:07:44 +00:00
NO11
5c5c405ccf Add missing check 2021-07-24 15:19:10 +00:00
NO11
65d33b935a Add API-md for mcl_item_id 2021-07-24 14:45:55 +00:00
NO11
c05e57efb1 Fix some crashes with set_mod_namespace and bugs 2021-07-24 14:09:47 +00:00
NO11
e44e9eaf62 Fix typo 2021-07-23 21:35:10 +00:00
NO11
09a68443cd Better fix for #1842 (make other mods not using "mineclone" name space for item ids) 2021-07-23 16:12:43 +00:00
NO11
75b425ffd7 Fix #1842 make other mods not using "mineclone" name space for item ids 2021-07-23 12:23:30 +00:00
NO11
a44d9643ae Fix several problems in mcl_item_id 2021-07-22 19:23:48 +00:00
NO11
a0d52010bf Fix that aliases attemp to register mineclone:book_enchanted again and again 2021-07-21 22:16:37 +00:00
NO11
96e8e6a86f Use mineclone: instead of mineclone2: for item IDs 2021-07-19 12:21:30 +00:00
NO11
801d9a2571 Remove some spaces 2021-07-18 18:01:55 +00:00
NO11
48166625d4 Add mcl_item_id mod 2021-07-18 17:21:53 +00:00
AFCMS
a9ceeabc4b fix typo in mcl_craftguide 2021-06-28 13:46:18 +02:00
Marcin Serwin
198d3bff53 Fix textdomain of mcl_craftguide 2021-06-02 13:45:20 +02:00
Marcin Serwin
0132d0569f Update polish translation of several files 2021-06-02 13:21:19 +02:00
marcin-serwin
cbe8583cef Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
AFCMS
cd33d406b2 fix many codestyle issues (functions, strings, modpaths) 2021-05-29 16:12:33 +02:00
Marcin Serwin
7da32dcc36 Add polish translation of mcl_doc_basics 2021-05-28 17:19:41 +02:00
Marcin Serwin
1929df492b Add polish translation of mcl_craftguide 2021-05-28 10:11:33 +02:00
Marcin Serwin
69f85a1aa6 Add polish translation of doc_identifier 2021-05-28 10:06:49 +02:00
Marcin Serwin
c260ef8c6e Add polish translation of doc 2021-05-28 09:58:01 +02:00
AFCMS
5f82e76862 fix many codestyle issues 2021-05-28 00:34:58 +02:00
Marcin Serwin
425c7505ec Add polish translation of doc_items 2021-05-26 11:42:22 +02:00
Marcin Serwin
1ad1bbef13 Add polish translation of mcl_tt 2021-05-26 10:52:47 +02:00
Marcin Serwin
5ef0c5bcb7 Add polish translation of mcl_doc 2021-05-26 10:24:17 +02:00
AFCMS
21b7647731 [doc] fix warnings 2021-05-23 14:23:37 +02:00
AFCMS
4fd0bf2c3f [doc_items] fix warnings 2021-05-23 14:12:19 +02:00
AFCMS
5975b20cff [mcl_doc] fix warnings 2021-05-23 14:02:47 +02:00
AFCMS
58510b00ee [mcl_tt] fix some warnings 2021-05-23 13:51:54 +02:00
AFCMS
c19c05443e [mcl_craftguide] fix warnings 2021-05-23 13:46:08 +02:00
Elias Fleckenstein
a9817fea4b Merge branch 'master' into real_maps 2021-05-05 08:21:01 +02:00
Elias Fleckenstein
f7280dc4f0 Remove mod screenshots since they only take up space and are partly outdated 2021-05-04 20:16:30 +02:00
Elias Fleckenstein
c6e80b5882 Add Real Maps 2021-05-01 16:52:16 +02:00
Elias Fleckenstein
ab4b6d214e Update doc_items translations 2021-04-29 12:49:07 +02:00
Elias Fleckenstein
d8d4cb5def Revert color changes to GUI.
The Minecraft colorset (net.minecraft.util.text.TextFormatting) is only used for chat and tooltips.
This partically reverts 84819bf9f5164ab208b7be1e94d142906359a1af.
2021-04-19 14:44:20 +02:00
AFCMS
1a58b0c510 fix many codestyle issues 2021-04-16 13:35:03 +02:00
AFCMS
84819bf9f5 MAKE EVERY SINGLE MOD USE PROPER COLORS!!! 2021-03-30 00:01:29 +02:00
kay27
6addb7db18 Merge pull request 'Move item renaming to tt to fix enchanted named items' (#1364) from BlueBlancmanche/MineClone2:anvil-fix into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1364
2021-03-24 05:09:54 +00:00
Blue Blancmange
44c4999b37 Move item renaming to tt. This allows additional information such as enchantments to be displayed on named items 2021-03-22 23:02:11 +00:00
Elias Fleckenstein
d57db0444f Use mod.conf in all mods, part 1 2021-03-04 15:22:14 +01:00
Rocher Laurent
529f799cc2 Translate French - Small fixes 2021-02-16 22:30:26 +01:00
Elias Fleckenstein
02777b1f65 Fix mcl_craftguide completely 2021-01-03 15:25:06 +01:00
Elias Fleckenstein
1fda78667f Properly merge mcl_craftguide 2021-01-03 15:23:29 +01:00
Elias Fleckenstein
6b2416b211 Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 into fixes 2021-01-03 15:17:08 +01:00
Elias Fleckenstein
0fe1707c2f Remove spaces 2021-01-03 14:32:31 +01:00
Elias Fleckenstein
6cc029a6e4 Fix #931 2021-01-03 14:26:05 +01:00
Wuzzy
4c2f3f2b7c Fix possible crash in mcl_craftguide 2021-01-03 14:22:19 +01:00
kay27
5da02bb8cc Merge https://git.minetest.land/EliasFleckenstein03/MineClone2 2020-12-13 03:00:04 +04:00
kay27
2958d96967 Fix Russian translation 2020-11-26 23:34:56 +04:00
Wuzzy
c40e97aa2e Fix wrong locale template for mcl_craftguide 2020-11-26 13:32:07 +01:00
Elias Fleckenstein
ed738da016 Added Enchanting Table 2020-11-25 12:47:27 +01:00
Laurent Rocher
af26f18bd6 Complete French Translation 2020-11-18 23:06:47 +01:00
Elias Fleckenstein
3d7bb69e81 Bane of Arthropods; Smite; Lure 2020-11-09 18:59:08 +01:00
Elias Fleckenstein
afa11c0723 Unbreaking for armor 2020-11-02 15:33:05 +01:00
Elias Fleckenstein
3fd1963da9 Compass support 2020-11-01 14:23:43 +01:00
Elias Fleckenstein
26f3d821a4 Proper anvil naming support 2020-11-01 13:44:05 +01:00
Elias Fleckenstein
a76fb8dd57 Added tt support, made enchanted bows function properly 2020-10-27 19:53:49 +01:00
Wuzzy
b47ff2b9be Use pure-API version of tt mod 2020-09-10 15:41:36 +02:00
Wuzzy
ac518fa548 Merge branch 'master' of https://git.minetest.land/kay2777/MineClone2 into ru 2020-07-23 22:33:10 +02:00
Wuzzy
a3d70e45d1 Fix incorrect dirt help 2020-07-23 22:29:16 +02:00
kay27
ba51686e6c Russian translation 2020-07-20 00:11:13 +00:00
kay27
528c19302f Russian translation: mcl_core, mcl_craftguide 2020-06-13 18:58:59 +02:00
Wuzzy
56d49e08b8 Delay before calling get_connected_players 2020-06-04 16:36:53 +02:00
Rocher Laurent
e058ee8487 Fix some template.txt 2020-05-05 21:02:48 +02:00
Rocher Laurent
c9a37d0dbc Translate In French 2020-05-05 21:02:21 +02:00
Rocher Laurent
4957bd1118 Translate In French 2020-05-03 22:39:07 +02:00
Wuzzy
c5e4ec5e27 Use ephemeral sounds 2020-04-07 00:55:45 +02:00
Wuzzy
6b529e1204 Colorize some item tooltips 2020-03-12 02:29:30 +01:00
Wuzzy
feba60cad8 Translate all extended tooltips to German 2020-03-12 01:35:11 +01:00
Wuzzy
03a5519d01 Partial German translation of tooltip extensions 2020-03-11 01:44:23 +01:00
Wuzzy
098bc3c7c7 Fix an inconsistent German translation 2020-03-11 00:57:40 +01:00
Wuzzy
8adf6298a7 Update doc mod again 2020-03-10 18:29:28 +01:00
Wuzzy
070e928bf0 Merge branch 'tt' 2020-03-10 18:21:32 +01:00
Wuzzy
5053dde5f0 Update doc mod 2020-03-10 18:18:27 +01:00
Wuzzy
0fbb252af6 Update doc_items 2020-03-10 18:01:24 +01:00
Wuzzy
a845f0313d Tweak craftguide icons to match colorsheme 2020-03-10 07:01:41 +01:00
Wuzzy
c6d6a2ce26 Craftguide: Don't display burntime for groups 2020-03-10 05:44:52 +01:00
Wuzzy
f85a6b5042 Make some labels dark-gray 2020-03-10 05:34:54 +01:00
Wuzzy
03ad3cca29 Major default formspec style update
- Uses formspec_prepend to set e.g. button style
- Make all formspecs use the MCL2 style consistently
2020-03-10 05:01:49 +01:00
Wuzzy
2554c6d597 Display weapon damage in tooltip 2020-03-08 03:46:24 +01:00
Wuzzy
ba74546d48 Add extended tooltips 2020-02-19 04:54:17 +01:00
Wuzzy
ae7615c557 Move armor factoid to nil group 2020-02-17 20:58:29 +01:00
Wuzzy
97d293f8b4 Add armor factoid 2020-02-17 20:53:31 +01:00
Wuzzy
641921f4c7 Add tool stats in help 2020-02-17 16:19:17 +01:00
wuniversales
15481cb24d Add Spanish translation 2020-02-04 21:43:50 +01:00
Wuzzy
73e8ee8a68 Fix undeclared global warning in mcl_craftguide 2020-01-18 04:48:07 +01:00
Wuzzy
1fc2ba6879 Craftguide: Show recipes hidden in creative inv. 2020-01-05 21:49:41 +01:00
Wuzzy
625730e040 Translate slippery help 2019-12-26 11:42:14 +01:00
Wuzzy
7e9a9821c9 Fix progressive mode not disabable 2019-03-25 12:39:09 +01:00
Wuzzy
c5db9987c3 Fix various typos in German translation 2019-03-25 11:01:52 +01:00
Wuzzy
e2cc0e428d Remove the word “Minetest” more often 2019-03-18 17:05:00 +01:00
Wuzzy
23ccd197ee Fix some factual mistakes in mcl_doc_basics 2019-03-18 16:46:34 +01:00