Commit Graph

69 Commits

Author SHA1 Message Date
Sab Pyrope 5b4a79a26d Update russian translation 2023-08-31 14:16:42 +08:00
syl 96b2f6a01d Improve French translation 2023-03-10 22:48:46 +01:00
anarquimico ed8c3e7d26 Second batch of ITEMS translated 2023-02-07 16:39:22 +00:00
Michieal 6265148727 Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
Riu Sakura 2b61231f82 add japanese translation 2022-12-19 15:33:31 +09:00
PrairieAstronomer 2845cd79b7 Local Brewery Advancement 2022-07-01 14:37:02 -06:00
kabou 64bb50dfd5 Change some crafting recipes to use group:cobble.
* Update crafting recipes for stone tools (pick, shovel, axe, sword and
hoe), furnace and brewing stand to use any cobble group stone.
2022-05-04 15:54:12 +02:00
Emojigit 844eb3fb7c mcl_brewing 2022-02-23 23:58:05 +01:00
SmallJoker 9d9e213012 Fix some implicit hard and soft-dependencies
These issues were found while testing minetest#8603 and are caused by relying on the undefined mod loading order
2021-07-16 06:18:54 +04:00
AFCMS a896d7f5e4 replace deprecated "current_name" by "context" for inventory location 2021-06-12 00:09:39 +02:00
marcin-serwin cbe8583cef Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
AFCMS 5f82e76862 fix many codestyle issues 2021-05-28 00:34:58 +02:00
AFCMS fdfb586b16 [mcl_brewing] fix warnings 2021-05-23 00:58:30 +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 84819bf9f5.
2021-04-19 14:44:20 +02:00
Marcin Serwin cd8e695ca5 Add polish translation of mcl_brewing 2021-04-12 10:28:27 +02:00
AFCMS 84819bf9f5 MAKE EVERY SINGLE MOD USE PROPER COLORS!!! 2021-03-30 00:01:29 +02:00
Elias Fleckenstein d57db0444f Use mod.conf in all mods, part 1 2021-03-04 15:22:14 +01:00
Elias Fleckenstein aeb7078c05 Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
Laurent Rocher af26f18bd6 Complete French Translation 2020-11-18 23:06:47 +01:00
Wuzzy c7a4f7cbfb Fix brewstand not showing up in craftguide 2020-11-07 01:11:42 +01:00
kay27 7678bf9b9f Fix item duplication by brewing stand, by disabling its falling and pushing/pulling, see https://git.minetest.land/Wuzzy/MineClone2/issues/831 2020-09-19 11:42:09 +04:00
Wuzzy 4fb0ead10e Make all brewing stand versions use metal sound 2020-08-22 12:12:31 +02:00
Wuzzy a472c30163 Fix indentations in mcl_potions/mcl_brewing 2020-08-08 10:00:16 +02:00
Wuzzy c373c972b3 Fix typo in mcl_brewing: comination 2020-08-08 09:28:47 +02:00
kay27 6ba7ba981d Russian translation of mcl_potions, mcl_brewing 2020-08-06 19:15:59 +04:00
Wuzzy b1b50df9ab Add more help to brewing stand 2020-08-05 15:48:28 +02:00
Wuzzy b49bcda0ac Fix get_translator in mcl_brewing 2020-08-05 15:20:08 +02:00
Wuzzy 87bf6c12b2 Add German potion translation 2020-08-05 14:49:23 +02:00
Wuzzy e20a630a19 mcl_brewing, mcl_potions: Update transl. templates 2020-08-05 14:24:21 +02:00
Wuzzy c051a95dae Fix typo in mcl_brewing 2020-08-05 13:56:49 +02:00
Wuzzy fb3fade4eb Remove dead code in mcl_brewing 2020-08-01 02:15:48 +02:00
Brandon 834ce1f611 Correct issue where awkward splash wouldn't brew 2020-07-25 15:27:04 -04:00
Wuzzy cd3e87bf57 Fix duplicate help entries for brewing stand 2020-07-23 23:23:03 +02:00
Wuzzy e3c22cb072 Move depends to mod.conf in mcl_brewing 2020-07-23 23:16:36 +02:00
Wuzzy fa76f81f92 Change mcl_brewing file permissions 2020-07-23 23:15:37 +02:00
kay27 ba51686e6c Russian translation 2020-07-20 00:11:13 +00:00
Brandon 1dda98fa4c Move variable declaration out of loops for better performance. Correct for dropping duplicate items on break. 2020-07-16 20:14:57 -04:00
Brandon 90b902a228 update formspec with translatable label 2020-07-10 18:29:41 -04:00
Brandon a34268f85d Remove fall damage from brewing stand 2020-07-05 17:30:49 -04:00
Brandon 860317168b Remove reduntant empty bottle images 2020-07-03 18:33:24 -04:00
Brandon 44ee9cde86 Add potions/brewing to creative inventory 2020-06-28 09:38:06 -04:00
Brandon 2a29ec7827 Add sprite effects during brew. 2020-06-27 11:27:57 -04:00
Brandon d55be9fa02 Fix on_destruct to actually drop items. 2020-06-22 15:56:43 -04:00
Brandon f969bef0ea Swap on_blast to on_destruct 2020-06-22 15:52:20 -04:00
Brandon 2cf0ea664b Fix on_blast method to drop items. 2020-06-21 17:41:48 -04:00
Brandon a233977b35 Fix stand not dropping when mined with pickaxe. 2020-06-21 08:57:44 -04:00
Brandon 266713631a Correct sounds heard at distance and blast resistance for brewing stand. 2020-06-21 08:39:08 -04:00
Brandon 95e4934c80 Update brewing stand recipe - it can be built with cobble. 2020-06-20 17:26:42 -04:00
Brandon 64cd19218f Cleanup brewing stand code. Add lingering base structure add splash river water and water. 2020-06-18 07:43:50 -04:00
bzoss 2c322977a6 Add invisibility potion - includes splash and plus 2020-06-12 19:11:06 -04:00