forked from mtcontrib/bonemeal
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
97f4b11110
3
init.lua
3
init.lua
@ -6,7 +6,8 @@ local min, max, random = math.min, math.max, math.random
|
|||||||
|
|
||||||
|
|
||||||
-- Load support for intllib.
|
-- Load support for intllib.
|
||||||
local S, NS = dofile(path .. "/intllib.lua")
|
local S = minetest.get_translator and minetest.get_translator("bonemeal") or
|
||||||
|
dofile(path .. "/intllib.lua")
|
||||||
|
|
||||||
|
|
||||||
-- creative check
|
-- creative check
|
||||||
|
6
locale/bonemeal.es.tr
Normal file
6
locale/bonemeal.es.tr
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# textdomain: bonemeal
|
||||||
|
Mulch=Mantillo
|
||||||
|
Bone Meal=Comida de hueso
|
||||||
|
Fertiliser=Fertilizante
|
||||||
|
Bone=Hueso
|
||||||
|
[MOD] bonemeal loaded=[MOD] bonemeal cargado
|
6
locale/bonemeal.fr.tr
Normal file
6
locale/bonemeal.fr.tr
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# textdomain: beds
|
||||||
|
Mulch=Paillis
|
||||||
|
Bone Meal=Poudre d'os
|
||||||
|
Fertiliser=Engrais
|
||||||
|
Bone=Os
|
||||||
|
[MOD] bonemeal loaded=[MOD] bonemeal chargé
|
6
locale/bonemeal.it.tr
Normal file
6
locale/bonemeal.it.tr
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# textdomain: bonemeal
|
||||||
|
Mulch=Pacciame
|
||||||
|
Bone Meal=Pasto osseo
|
||||||
|
Fertiliser=Fertilizzante
|
||||||
|
Bone=Ossa
|
||||||
|
[MOD] bonemeal loaded=[MOD] bonemeal caricata
|
6
locale/bonemeal.ru.tr
Normal file
6
locale/bonemeal.ru.tr
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# textdomain: bonemeal
|
||||||
|
Mulch=Мульча
|
||||||
|
Bone Meal=Костная Мука
|
||||||
|
Fertiliser=Удобрение
|
||||||
|
Bone=Кость
|
||||||
|
[MOD] bonemeal loaded=[MOD] костная мука загружена
|
7
locale/es.txt
Normal file
7
locale/es.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# init.lua
|
||||||
|
|
||||||
|
Mulch = Mantillo
|
||||||
|
Bone Meal = Comida de hueso
|
||||||
|
Fertiliser = Fertilizante
|
||||||
|
Bone = Hueso
|
||||||
|
[MOD] bonemeal loaded = [MOD] bonemeal cargado
|
7
locale/it.txt
Normal file
7
locale/it.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# init.lua
|
||||||
|
|
||||||
|
Mulch = Pacciame
|
||||||
|
Bone Meal = Pasto osseo
|
||||||
|
Fertiliser = Fertilizzante
|
||||||
|
Bone = Ossa
|
||||||
|
[MOD] bonemeal loaded = [MOD] bonemeal caricata
|
6
locale/template.tr
Normal file
6
locale/template.tr
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# textdomain: bonemeal
|
||||||
|
Mulch =
|
||||||
|
Bone Meal =
|
||||||
|
Fertiliser =
|
||||||
|
Bone =
|
||||||
|
[MOD] bonemeal loaded =
|
@ -4,4 +4,4 @@ Mulch =
|
|||||||
Bone Meal =
|
Bone Meal =
|
||||||
Fertiliser =
|
Fertiliser =
|
||||||
Bone =
|
Bone =
|
||||||
[bonemeal] loaded =
|
[MOD] bonemeal loaded =
|
||||||
|
3
mods.lua
3
mods.lua
@ -39,7 +39,8 @@ if farming and farming.mod and farming.mod == "redo" then
|
|||||||
{"farming:rye_", 8},
|
{"farming:rye_", 8},
|
||||||
{"farming:oat_", 8},
|
{"farming:oat_", 8},
|
||||||
{"farming:rice_", 8},
|
{"farming:rice_", 8},
|
||||||
{"farming:mint_", 4}
|
{"farming:mint_", 4},
|
||||||
|
{"farming:cabbage_", 6}
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user