MAJ plantlife_modpack
(garde les modifs antérieur sur les « mushrooms » et sur les bugfixs liés au mod « areas »)
0
mods/plantlife_modpack/flowers_plus/depends.txt
Executable file → Normal file
0
mods/plantlife_modpack/flowers_plus/flowers-changelog.txt
Executable file → Normal file
4
mods/plantlife_modpack/flowers_plus/init.lua
Executable file → Normal file
@ -94,7 +94,7 @@ for i in ipairs(lilies_list) do
|
||||
place_pos = pt.above
|
||||
end
|
||||
|
||||
if not minetest.is_protected(place_pos, placer:get_player_name()) then
|
||||
if place_pos and not minetest.is_protected(place_pos, placer:get_player_name()) then
|
||||
|
||||
local nodename = "default:cobble" -- if this block appears, something went....wrong :-)
|
||||
if place_pos == nil then return itemstack end -- pour éviter crash avec nénuphare
|
||||
@ -118,7 +118,7 @@ for i in ipairs(lilies_list) do
|
||||
elseif waterlily == 8 then
|
||||
nodename = "flowers:waterlily_s4"
|
||||
end
|
||||
minetest.set_node(place_pos, {name = nodename, param2 = math.random(0,3) })
|
||||
minetest.set_node(place_pos, {name = nodename, param2 = math.random(0,3) })
|
||||
else
|
||||
local fdir = minetest.dir_to_facedir(placer:get_look_dir())
|
||||
minetest.set_node(place_pos, {name = "flowers:waterlily", param2 = fdir})
|
||||
|
0
mods/plantlife_modpack/flowers_plus/locale/de.txt
Executable file → Normal file
0
mods/plantlife_modpack/flowers_plus/locale/template.txt
Executable file → Normal file
0
mods/plantlife_modpack/flowers_plus/textures/flowers_flowerpot.png
Executable file → Normal file
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 326 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_potted_bonsai.png
Executable file → Normal file
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 565 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_potted_cactus.png
Executable file → Normal file
Before Width: | Height: | Size: 509 B After Width: | Height: | Size: 509 B |
0
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: 369 B |
0
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: 369 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_potted_geranium.png
Executable file → Normal file
Before Width: | Height: | Size: 575 B After Width: | Height: | Size: 575 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_potted_rose.png
Executable file → Normal file
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 376 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_potted_tulip.png
Executable file → Normal file
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 376 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_potted_viola.png
Executable file → Normal file
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 368 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_seaweed.png
Executable file → Normal file
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 377 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_seaweedLight.png
Executable file → Normal file
Before Width: | Height: | Size: 358 B After Width: | Height: | Size: 358 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_seaweed_2.png
Executable file → Normal file
Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 364 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_seaweed_3.png
Executable file → Normal file
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_seaweed_4.png
Executable file → Normal file
Before Width: | Height: | Size: 301 B After Width: | Height: | Size: 301 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_waterlily.png
Executable file → Normal file
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 503 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_waterlily_22.5.png
Executable file → Normal file
Before Width: | Height: | Size: 500 B After Width: | Height: | Size: 500 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_waterlily_45.png
Executable file → Normal file
Before Width: | Height: | Size: 505 B After Width: | Height: | Size: 505 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_waterlily_67.5.png
Executable file → Normal file
Before Width: | Height: | Size: 538 B After Width: | Height: | Size: 538 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_waterlily_small_1.png
Executable file → Normal file
Before Width: | Height: | Size: 619 B After Width: | Height: | Size: 619 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_waterlily_small_2.png
Executable file → Normal file
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 612 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_waterlily_small_3.png
Executable file → Normal file
Before Width: | Height: | Size: 573 B After Width: | Height: | Size: 573 B |
0
mods/plantlife_modpack/flowers_plus/textures/flowers_waterlily_small_4.png
Executable file → Normal file
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 368 B |