Commit Graph

11 Commits

Author SHA1 Message Date
Crabman77 54a952ec83 translate client-side mod, remove intllib support 2022-07-24 15:02:41 +02:00
bri cassa a05de3929e Merge branch 'github' 2021-03-12 10:24:36 +01:00
bri cassa 2ef2d1762e Version 2.4
* Add customizable settings for changing basic ingredients from
  Minetest settings,
* Rework item replacements in some crafting recipes,
* Disable some redundant items when farming or mobs mod is loaded,
* Improve recent version of farming_redo support,
* Some crafting recipes are slightly changed,
* Fix warnings at load time.

Tested with minetest_game, farming_redo and mobs_animal.
2021-03-11 21:01:56 +01:00
sys4-fr c1dddd5adf Ajoute messages de chargement des mods dans le journal "action" 2018-12-25 15:53:23 +01:00
sys4-fr 93de17fdc3 Fix intllib boilerplate code 2017-04-03 00:50:59 +01:00
sys4-fr d4a6f54488 Fix intllib boilerplate code 2016-11-25 05:57:04 +01:00
sys4-fr 93ea79653f Update support of farming redo and mobs redo
Add support of ethereal
2016-07-29 16:49:46 +02:00
LeMagnesium 244e0e3be6 Replaced calls for IntLlib's global variable
At the beginning of the files, when the mod looks for intllibs, it does it by looking for
a variable defined by the library, but when the intllib mod isn't loaded, it ends up calling
for a global variable. Here is a more clean way to check whether or not the variable exists
using a lua function instead of a call for this variable.
2015-05-03 20:18:59 +02:00
rubenwardy ca32dc17ce Fix bug 2015-01-04 17:31:30 +00:00
rubenwardy 0164302915 Fix bugs 2014-11-16 13:05:15 +00:00
rubenwardy 30f3b6d7bc Move stuff around 2014-11-16 12:48:24 +00:00