Updated plantlife_modpack
43
mods/plantlife_modpack/bushes_classic/locale/fr.txt
Normal file
@ -0,0 +1,43 @@
|
||||
# Template
|
||||
|
||||
Strawberry = Fraise
|
||||
Blackberry = Mûre
|
||||
Blueberry = Myrtille
|
||||
Raspberry = Framboise
|
||||
Gooseberry = Groseille
|
||||
Mixed Berry = Mélange de baies
|
||||
Basket with Strawberry Pies = Panier de tartes aux fraises
|
||||
Basket with Blackberry Pies = Panier de tartes aux mûres
|
||||
Basket with Blueberry Pies = Panier de tartes aux myrtilles
|
||||
Basket with Raspberry Pies = Panier de tartes aux framboises
|
||||
Basket with Gooseberry Pies = Panier de tartes aux groseilles
|
||||
Basket with Mixed Berry Pies = Panier de tartes au mélange de baies
|
||||
currently fruitless = actuellement sans fruit
|
||||
Strawberry Bush = Buisson à fraise
|
||||
Blackberry Bush = Buisson à mûre
|
||||
Blueberry Bush = Buisson à myrtille
|
||||
Raspberry Bush = Buisson à framboise
|
||||
Gooseberry Bush = Buisson à groseille
|
||||
Mixed Berry Bush = Buisson de baies mélangées
|
||||
Basket = Panier
|
||||
Sugar = Sucre
|
||||
Raw Strawberry pie = Tarte crue aux fraises
|
||||
Raw Blackberry pie = Tarte crue aux mûres
|
||||
Raw Blueberry pie = Tarte crue aux myrtilles
|
||||
Raw Raspberry pie = Tarte crue aux framboises
|
||||
Raw Gooseberry pie = Tarte crue aux groseilles
|
||||
Raw Mixed Berry pie = Tarte crue au mélange de baies
|
||||
Cooked Strawberry pie = Tarte cuite aux fraises
|
||||
Cooked Blackberry pie = Tarte cuite aux mûres
|
||||
Cooked Blueberry pie = Tarte cuite aux myrtilles
|
||||
Cooked Raspberry pie = Tarte cuite aux framboises
|
||||
Cooked Gooseberry pie = Tarte cuite aux groseilles
|
||||
Cooked Mixed Berry pie = Tarte cuite au mélange de baies
|
||||
Slice of Strawberry pie = Part de tarte aux fraises
|
||||
Slice of Blackberry pie = Part de tarte aux mûres
|
||||
Slice of Blueberry pie = Part de tarte aux myrtilles
|
||||
Slice of Raspberry pie = Part de tarts aux framboises
|
||||
Slice of Gooseberry pie = Part de tarte aux groseilles
|
||||
Slice of Mixed Berry pie = Part de tarte au mélange de baies
|
||||
|
||||
[Bushes] Loaded. = [Buissons] Chargés.
|
@ -242,18 +242,17 @@ for i in ipairs(flowers_list) do
|
||||
|
||||
minetest.register_node(":flowers:potted_"..flower, {
|
||||
description = S("Potted "..flowerdesc),
|
||||
drawtype = "plantlike",
|
||||
tiles = { "flowers_potted_"..flower..".png" },
|
||||
inventory_image = "flowers_potted_"..flower..".png",
|
||||
wield_image = "flowers_potted_"..flower..".png",
|
||||
drawtype = "mesh",
|
||||
mesh = "flowers_potted.obj",
|
||||
tiles = { "flowers_potted_"..flower..".png", "flowers_potted.png" },
|
||||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
groups = { snappy = 3,flammable=2 },
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
groups = { snappy = 3, flammable=2 },
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = { -0.25, -0.5, -0.25, 0.25, 0.5, 0.25 },
|
||||
fixed = { -0.2, -0.5, -0.2, 0.2, 0.4, 0.2 },
|
||||
},
|
||||
})
|
||||
|
||||
@ -497,14 +496,15 @@ plantslib:spawn_on_surfaces({
|
||||
spawn_plants = {"flowers:sunflower"},
|
||||
spawn_chance = SPAWN_CHANCE*2,
|
||||
spawn_surfaces = {"default:dirt_with_grass"},
|
||||
avoid_nodes = {"group:flower"},
|
||||
avoid_nodes = {"group:flower", "flowers:sunflower"},
|
||||
seed_diff = flowers_seed_diff,
|
||||
light_min = 11,
|
||||
light_max = 14,
|
||||
min_elevation = 0,
|
||||
plantlife_limit = -0.9,
|
||||
temp_max = 0.53,
|
||||
random_facedir = {0,3}
|
||||
random_facedir = {0,3},
|
||||
avoid_radius = 5
|
||||
})
|
||||
|
||||
-- crafting recipes!
|
||||
|
13
mods/plantlife_modpack/flowers_plus/locale/fr.txt
Normal file
@ -0,0 +1,13 @@
|
||||
# Template
|
||||
|
||||
Waterlily = Nénuphar
|
||||
Seaweed = Algues
|
||||
Potted Rose = Rose en pot
|
||||
Potted Tulip = Tulipe en pot
|
||||
Potted Yellow Dandelion = Pissenlit jaune en pot
|
||||
Potted White Dandelion = Pissenlit blanc en pot
|
||||
Potted Blue Geranium = Géranium bleu en pot
|
||||
Potted Viola = Violette en pot
|
||||
Flower Pot = Fleurs en pot
|
||||
|
||||
[Flowers] Loaded. = [Fleurs] Chargées.
|
BIN
mods/plantlife_modpack/flowers_plus/textures/flowers_flowerpot.png
Executable file → Normal file
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 972 B |
BIN
mods/plantlife_modpack/flowers_plus/textures/flowers_potted.png
Normal file
After Width: | Height: | Size: 354 B |
BIN
mods/plantlife_modpack/flowers_plus/textures/flowers_potted_bonsai.png
Executable file → Normal file
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 286 B |
BIN
mods/plantlife_modpack/flowers_plus/textures/flowers_potted_cactus.png
Executable file → Normal file
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 185 B |
BIN
mods/plantlife_modpack/flowers_plus/textures/flowers_potted_dandelion_white.png
Executable file → Normal file
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 131 B |
BIN
mods/plantlife_modpack/flowers_plus/textures/flowers_potted_dandelion_yellow.png
Executable file → Normal file
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 133 B |
BIN
mods/plantlife_modpack/flowers_plus/textures/flowers_potted_geranium.png
Executable file → Normal file
Before Width: | Height: | Size: 575 B After Width: | Height: | Size: 163 B |
BIN
mods/plantlife_modpack/flowers_plus/textures/flowers_potted_rose.png
Executable file → Normal file
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 136 B |
BIN
mods/plantlife_modpack/flowers_plus/textures/flowers_potted_tulip.png
Executable file → Normal file
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 143 B |
BIN
mods/plantlife_modpack/flowers_plus/textures/flowers_potted_viola.png
Executable file → Normal file
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 130 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_seaweed.png
Executable file → Normal file
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 234 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_seaweedLight.png
Executable file → Normal file
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 222 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_seaweed_2.png
Executable file → Normal file
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 224 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_seaweed_3.png
Executable file → Normal file
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 226 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_seaweed_4.png
Executable file → Normal file
Before Width: | Height: | Size: 178 B After Width: | Height: | Size: 178 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_waterlily.png
Executable file → Normal file
Before Width: | Height: | Size: 412 B After Width: | Height: | Size: 412 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_waterlily_22.5.png
Executable file → Normal file
Before Width: | Height: | Size: 409 B After Width: | Height: | Size: 409 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_waterlily_45.png
Executable file → Normal file
Before Width: | Height: | Size: 421 B After Width: | Height: | Size: 421 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_waterlily_67.5.png
Executable file → Normal file
Before Width: | Height: | Size: 435 B After Width: | Height: | Size: 435 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_waterlily_small_1.png
Executable file → Normal file
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 468 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_waterlily_small_2.png
Executable file → Normal file
Before Width: | Height: | Size: 472 B After Width: | Height: | Size: 472 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_waterlily_small_3.png
Executable file → Normal file
Before Width: | Height: | Size: 422 B After Width: | Height: | Size: 422 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_waterlily_small_4.png
Executable file → Normal file
Before Width: | Height: | Size: 219 B After Width: | Height: | Size: 219 B |
5
mods/plantlife_modpack/plants_lib/locale/fr.txt
Normal file
@ -0,0 +1,5 @@
|
||||
# Template
|
||||
|
||||
someone = quelqu'un
|
||||
Sorry, %s owns that spot. = Désolé, %s possède cet endroit.
|
||||
[Plantlife Library] Loaded = [Librairie Plantlife] Chargée.
|
7
mods/plantlife_modpack/poisonivy/locale/fr.txt
Normal file
@ -0,0 +1,7 @@
|
||||
# Template
|
||||
|
||||
Poison ivy (seedling) = Sumac vénéneux (semis)
|
||||
Poison ivy (sproutling) = Sumac vénéneux (pousse)
|
||||
Poison ivy (climbing plant) = Sumac vénéneux (grimpant)
|
||||
|
||||
[Poison Ivy] Loaded. = [Sumac vénéneux] Chargé.
|
@ -26,7 +26,6 @@ vines.register_vine( 'vine', {
|
||||
spawn_delay = 500,
|
||||
spawn_chance = 100,
|
||||
spawn_surfaces = {
|
||||
"default:leaves",
|
||||
"default:jungleleaves",
|
||||
"moretrees:jungletree_leaves_red",
|
||||
"moretrees:jungletree_leaves_yellow",
|
||||
@ -48,7 +47,6 @@ vines.register_vine( 'side', {
|
||||
spawn_delay = 500,
|
||||
spawn_chance = 100,
|
||||
spawn_surfaces = {
|
||||
"default:leaves",
|
||||
"default:jungleleaves",
|
||||
"moretrees:jungletree_leaves_red",
|
||||
"moretrees:jungletree_leaves_yellow",
|
||||
|