Add translations and fix bug with growlight

This commit is contained in:
Joachim Stolberg 2024-02-24 17:07:51 +01:00
parent ad2fa9d756
commit 77ee9928b7
3 changed files with 3179 additions and 1 deletions

View File

@ -74,7 +74,7 @@ local function grow_flowers(pos)
local soil_node = minetest.get_node(soil_pos)
if soil_node and soil_node.name == "compost:garden_soil" then
if plant_node and plant_node.name == "air" then
if mem.grow_pos[plant_idx] then
if mem.grow_pos[plant_idx] and #Flowers > 1 then
local idx = math.floor(math.random(1, #Flowers))
if Flowers[idx] then
minetest.set_node(plant_pos, {name = Flowers[idx]})

1602
locale/techage.fr.tr Normal file

File diff suppressed because it is too large Load Diff

1576
locale/techage.ru.tr Normal file

File diff suppressed because it is too large Load Diff