MAJ plantlife_modpack
(garde les modifs antérieur sur les « mushrooms » et sur les bugfixs liés au mod « areas »)
0
mods/plantlife_modpack/vines/depends.txt
Executable file → Normal file
4
mods/plantlife_modpack/vines/init.lua
Executable file → Normal file
@ -243,7 +243,7 @@ minetest.register_abm({
|
||||
chance = 8,
|
||||
action = function(pos, node, active_object_count, active_object_count_wider)
|
||||
if minetest.find_node_near(pos, 5, "group:tree") == nil then
|
||||
walldir = node.param2
|
||||
local walldir = node.param2
|
||||
minetest.add_node(pos, {name=node.name.."_rotten", param2 = walldir})
|
||||
end
|
||||
end
|
||||
@ -257,7 +257,7 @@ minetest.register_abm({
|
||||
local p = {x=pos.x, y=pos.y-1, z=pos.z}
|
||||
local n = minetest.get_node(p)
|
||||
if n.name == "air" then
|
||||
walldir = node.param2
|
||||
local walldir = node.param2
|
||||
minetest.add_node(p, {name=node.name, param2 = walldir})
|
||||
end
|
||||
end
|
||||
|
0
mods/plantlife_modpack/vines/readme.txt
Executable file → Normal file
0
mods/plantlife_modpack/vines/textures/new/bottomvine.png
Executable file → Normal file
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 441 B |
0
mods/plantlife_modpack/vines/textures/new/sidevine.png
Executable file → Normal file
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 537 B |
0
mods/plantlife_modpack/vines/textures/new/vinesdead.png
Executable file → Normal file
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 386 B |
0
mods/plantlife_modpack/vines/textures/new/vineslive.png
Executable file → Normal file
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 363 B |
0
mods/plantlife_modpack/vines/textures/old/vines_vine2.png
Executable file → Normal file
Before Width: | Height: | Size: 447 B After Width: | Height: | Size: 447 B |
0
mods/plantlife_modpack/vines/textures/old/vines_vine_rotten2.png
Executable file → Normal file
Before Width: | Height: | Size: 463 B After Width: | Height: | Size: 463 B |
0
mods/plantlife_modpack/vines/textures/shears.png
Executable file → Normal file
Before Width: | Height: | Size: 378 B After Width: | Height: | Size: 378 B |
0
mods/plantlife_modpack/vines/textures/vines_item.png
Executable file → Normal file
Before Width: | Height: | Size: 359 B After Width: | Height: | Size: 359 B |
0
mods/plantlife_modpack/vines/textures/vines_root.png
Executable file → Normal file
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 441 B |
0
mods/plantlife_modpack/vines/textures/vines_rope.png
Executable file → Normal file
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 244 B |
0
mods/plantlife_modpack/vines/textures/vines_rope_end.png
Executable file → Normal file
Before Width: | Height: | Size: 251 B After Width: | Height: | Size: 251 B |
0
mods/plantlife_modpack/vines/textures/vines_side.png
Executable file → Normal file
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 537 B |
0
mods/plantlife_modpack/vines/textures/vines_side_rotten.png
Executable file → Normal file
Before Width: | Height: | Size: 521 B After Width: | Height: | Size: 521 B |
0
mods/plantlife_modpack/vines/textures/vines_vine.png
Executable file → Normal file
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 363 B |
0
mods/plantlife_modpack/vines/textures/vines_vine_rotten.png
Executable file → Normal file
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 386 B |
0
mods/plantlife_modpack/vines/textures/vines_willow.png
Executable file → Normal file
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 316 B |
0
mods/plantlife_modpack/vines/textures/vines_willow_rotten.png
Executable file → Normal file
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 310 B |