MAJ plantlife_modpack
(garde les modifs antérieur sur les « mushrooms » et sur les bugfixs liés au mod « areas »)
0
mods/plantlife_modpack/dryplants/crafting.lua
Executable file → Normal file
2
mods/plantlife_modpack/dryplants/depends.txt
Executable file → Normal file
@ -1,3 +1,3 @@
|
||||
default
|
||||
farming
|
||||
farming?
|
||||
plants_lib
|
0
mods/plantlife_modpack/dryplants/init.lua
Executable file → Normal file
0
mods/plantlife_modpack/dryplants/juncus.lua
Executable file → Normal file
0
mods/plantlife_modpack/dryplants/meadowvariation.lua
Executable file → Normal file
56
mods/plantlife_modpack/dryplants/models/plantlike.obj
Normal file
@ -0,0 +1,56 @@
|
||||
# Blender v2.69 (sub 0) OBJ File: 'plantlike.blend'
|
||||
# www.blender.org
|
||||
mtllib plantlike.mtl
|
||||
o Plane.001
|
||||
v 0.347299 -0.500000 -0.359699
|
||||
v -0.347299 -0.500000 0.359699
|
||||
v 0.347299 0.500000 -0.359699
|
||||
v -0.347299 0.500000 0.359699
|
||||
v 0.359699 -0.500000 0.347299
|
||||
v -0.359699 -0.500000 -0.347299
|
||||
v 0.359699 0.500000 0.347299
|
||||
v -0.359699 0.500000 -0.347299
|
||||
v -0.347659 -0.500000 0.359352
|
||||
v -0.347659 0.500000 0.359351
|
||||
v 0.346940 0.500000 -0.360046
|
||||
v 0.346940 -0.500000 -0.360046
|
||||
v -0.359352 -0.500000 -0.347659
|
||||
v -0.359351 0.500000 -0.347659
|
||||
v 0.360046 0.500000 0.346939
|
||||
v 0.360046 -0.500000 0.346940
|
||||
vt 0.000000 0.000000
|
||||
vt 1.000000 0.000000
|
||||
vt 1.000000 1.000000
|
||||
vt 0.000000 1.000000
|
||||
vt 0.999500 0.499625
|
||||
vt 0.999500 0.000000
|
||||
vt 0.999750 0.000000
|
||||
vt 0.999750 0.499625
|
||||
vt 0.999250 0.499625
|
||||
vt 0.999251 0.000000
|
||||
vt 0.999750 0.999250
|
||||
vt 0.999500 0.999250
|
||||
vt 1.000000 0.499625
|
||||
vt 1.000000 0.999250
|
||||
vt 0.499625 0.999500
|
||||
vt 0.000000 0.999500
|
||||
vt 0.000000 0.999250
|
||||
vt 0.499625 0.999250
|
||||
vt 0.999251 0.999250
|
||||
vt 0.499625 0.999251
|
||||
vt 0.999250 0.999250
|
||||
vt 0.999250 0.999500
|
||||
usemtl None
|
||||
s off
|
||||
f 2/1 1/2 3/3 4/4
|
||||
f 6/1 5/2 7/3 8/4
|
||||
f 9/2 10/3 11/4 12/1
|
||||
f 13/2 14/3 15/4 16/1
|
||||
f 5/5 6/6 13/7 16/8
|
||||
f 7/6 5/5 16/9 15/10
|
||||
f 8/8 7/11 15/12 14/5
|
||||
f 6/13 8/14 14/11 13/8
|
||||
f 1/15 2/16 9/17 12/18
|
||||
f 3/5 1/12 12/19 11/9
|
||||
f 4/20 3/21 11/22 10/15
|
||||
f 2/2 4/13 10/8 9/7
|
0
mods/plantlife_modpack/dryplants/moregrass.lua
Executable file → Normal file
0
mods/plantlife_modpack/dryplants/reed.lua
Executable file → Normal file
43
mods/plantlife_modpack/dryplants/reedmace.lua
Executable file → Normal file
@ -57,21 +57,21 @@ abstract_dryplants.grow_reedmace_water = function(pos)
|
||||
local pos_04 = {x = pos.x, y = pos.y + 4, z = pos.z}
|
||||
minetest.add_entity(pos_01, "dryplants:reedmace_water_entity")
|
||||
if minetest.get_node(pos_02).name == "air" then -- bug fix
|
||||
if minetest.get_node(pos_03).name ~= "air" then
|
||||
minetest.set_node(pos_02, {name="dryplants:reedmace_top"})
|
||||
elseif minetest.get_node(pos_04).name ~= "air" then
|
||||
minetest.set_node(pos_02, {name="dryplants:reedmace_height_2"})
|
||||
elseif size == 1 then
|
||||
minetest.set_node(pos_02, {name="dryplants:reedmace_top"})
|
||||
elseif size == 2 then
|
||||
minetest.set_node(pos_02, {name="dryplants:reedmace_height_2"})
|
||||
elseif size == 3 then
|
||||
if spikes == 1 then
|
||||
minetest.set_node(pos_02, {name="dryplants:reedmace_height_3_spikes"})
|
||||
else
|
||||
minetest.set_node(pos_02, {name="dryplants:reedmace_height_3"})
|
||||
end
|
||||
end
|
||||
if minetest.get_node(pos_03).name ~= "air" then
|
||||
minetest.set_node(pos_02, {name="dryplants:reedmace_top"})
|
||||
elseif minetest.get_node(pos_04).name ~= "air" then
|
||||
minetest.set_node(pos_02, {name="dryplants:reedmace_height_2"})
|
||||
elseif size == 1 then
|
||||
minetest.set_node(pos_02, {name="dryplants:reedmace_top"})
|
||||
elseif size == 2 then
|
||||
minetest.set_node(pos_02, {name="dryplants:reedmace_height_2"})
|
||||
elseif size == 3 then
|
||||
if spikes == 1 then
|
||||
minetest.set_node(pos_02, {name="dryplants:reedmace_height_3_spikes"})
|
||||
else
|
||||
minetest.set_node(pos_02, {name="dryplants:reedmace_height_3"})
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@ -125,7 +125,7 @@ minetest.register_node("dryplants:reedmace_top", {
|
||||
minetest.register_node("dryplants:reedmace_height_2", {
|
||||
description = "Reedmace, height: 2",
|
||||
drawtype = "plantlike",
|
||||
visual_scale = 2,
|
||||
visual_scale = 2.8,
|
||||
paramtype = "light",
|
||||
tiles = {"dryplants_reedmace_height_2.png"},
|
||||
inventory_image = "dryplants_reedmace_top.png",
|
||||
@ -148,7 +148,7 @@ minetest.register_node("dryplants:reedmace_height_2", {
|
||||
minetest.register_node("dryplants:reedmace_height_3", {
|
||||
description = "Reedmace, height: 3",
|
||||
drawtype = "plantlike",
|
||||
visual_scale = 2,
|
||||
visual_scale = 2.8,
|
||||
paramtype = "light",
|
||||
tiles = {"dryplants_reedmace_height_3.png"},
|
||||
inventory_image = "dryplants_reedmace_top.png",
|
||||
@ -171,7 +171,7 @@ minetest.register_node("dryplants:reedmace_height_3", {
|
||||
minetest.register_node("dryplants:reedmace_height_3_spikes", {
|
||||
description = "Reedmace, height: 3 & Spikes",
|
||||
drawtype = "plantlike",
|
||||
visual_scale = 2,
|
||||
visual_scale = 2.8,
|
||||
paramtype = "light",
|
||||
tiles = {"dryplants_reedmace_height_3_spikes.png"},
|
||||
inventory_image = "dryplants_reedmace_top.png",
|
||||
@ -308,9 +308,10 @@ minetest.register_node("dryplants:reedmace_water", {
|
||||
-- REEDMACE WATER ENTITY
|
||||
-----------------------------------------------------------------------------------------------
|
||||
minetest.register_entity("dryplants:reedmace_water_entity",{
|
||||
visual = "wielditem",
|
||||
visual_size = {x=2/3, y=2/3, z=2/3},
|
||||
textures = {"dryplants:reedmace_water"},
|
||||
visual = "mesh",
|
||||
mesh = "plantlike.obj",
|
||||
visual_size = {x=10, y=10},
|
||||
textures = {"dryplants_reedmace_water.png"},
|
||||
collisionbox = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3},
|
||||
on_punch = function(self, puncher)
|
||||
if puncher:is_player() and puncher:get_inventory() then
|
||||
|
0
mods/plantlife_modpack/dryplants/settings.txt
Executable file → Normal file
0
mods/plantlife_modpack/dryplants/textures/default_grass_1.png
Executable file → Normal file
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 313 B |
0
mods/plantlife_modpack/dryplants/textures/default_grass_2.png
Executable file → Normal file
Before Width: | Height: | Size: 419 B After Width: | Height: | Size: 419 B |
0
mods/plantlife_modpack/dryplants/textures/default_grass_3.png
Executable file → Normal file
Before Width: | Height: | Size: 530 B After Width: | Height: | Size: 530 B |
0
mods/plantlife_modpack/dryplants/textures/default_grass_4.png
Executable file → Normal file
Before Width: | Height: | Size: 624 B After Width: | Height: | Size: 624 B |
0
mods/plantlife_modpack/dryplants/textures/default_grass_5.png
Executable file → Normal file
Before Width: | Height: | Size: 710 B After Width: | Height: | Size: 710 B |
0
mods/plantlife_modpack/dryplants/textures/dryplants_grass.png
Executable file → Normal file
Before Width: | Height: | Size: 571 B After Width: | Height: | Size: 571 B |
0
mods/plantlife_modpack/dryplants/textures/dryplants_grass_short.png
Executable file → Normal file
Before Width: | Height: | Size: 868 B After Width: | Height: | Size: 868 B |
0
mods/plantlife_modpack/dryplants/textures/dryplants_grass_short_side.png
Executable file → Normal file
Before Width: | Height: | Size: 502 B After Width: | Height: | Size: 502 B |
0
mods/plantlife_modpack/dryplants/textures/dryplants_hay.png
Executable file → Normal file
Before Width: | Height: | Size: 605 B After Width: | Height: | Size: 605 B |
BIN
mods/plantlife_modpack/dryplants/textures/dryplants_juncus_02.png
Executable file → Normal file
Before Width: | Height: | Size: 929 B After Width: | Height: | Size: 850 B |
BIN
mods/plantlife_modpack/dryplants/textures/dryplants_juncus_03.png
Executable file → Normal file
Before Width: | Height: | Size: 963 B After Width: | Height: | Size: 904 B |
0
mods/plantlife_modpack/dryplants/textures/dryplants_juncus_inv.png
Executable file → Normal file
Before Width: | Height: | Size: 685 B After Width: | Height: | Size: 685 B |
0
mods/plantlife_modpack/dryplants/textures/dryplants_reed.png
Executable file → Normal file
Before Width: | Height: | Size: 795 B After Width: | Height: | Size: 795 B |
0
mods/plantlife_modpack/dryplants/textures/dryplants_reed_wet.png
Executable file → Normal file
Before Width: | Height: | Size: 767 B After Width: | Height: | Size: 767 B |
0
mods/plantlife_modpack/dryplants/textures/dryplants_reedmace.png
Executable file → Normal file
Before Width: | Height: | Size: 734 B After Width: | Height: | Size: 734 B |
0
mods/plantlife_modpack/dryplants/textures/dryplants_reedmace_bottom.png
Executable file → Normal file
Before Width: | Height: | Size: 864 B After Width: | Height: | Size: 864 B |
BIN
mods/plantlife_modpack/dryplants/textures/dryplants_reedmace_height_2.png
Executable file → Normal file
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
mods/plantlife_modpack/dryplants/textures/dryplants_reedmace_height_3.png
Executable file → Normal file
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.9 KiB |
BIN
mods/plantlife_modpack/dryplants/textures/dryplants_reedmace_height_3_spikes.png
Executable file → Normal file
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.1 KiB |
0
mods/plantlife_modpack/dryplants/textures/dryplants_reedmace_sapling.png
Executable file → Normal file
Before Width: | Height: | Size: 582 B After Width: | Height: | Size: 582 B |
0
mods/plantlife_modpack/dryplants/textures/dryplants_reedmace_spikes.png
Executable file → Normal file
Before Width: | Height: | Size: 575 B After Width: | Height: | Size: 575 B |
0
mods/plantlife_modpack/dryplants/textures/dryplants_reedmace_top.png
Executable file → Normal file
Before Width: | Height: | Size: 446 B After Width: | Height: | Size: 446 B |
0
mods/plantlife_modpack/dryplants/textures/dryplants_reedmace_water.png
Executable file → Normal file
Before Width: | Height: | Size: 675 B After Width: | Height: | Size: 675 B |
0
mods/plantlife_modpack/dryplants/textures/dryplants_sickle.png
Executable file → Normal file
Before Width: | Height: | Size: 260 B After Width: | Height: | Size: 260 B |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/big_pic_8.png
Executable file → Normal file
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/big_pic_9.png
Executable file → Normal file
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/dryplants_cattailsG_m2.png
Executable file → Normal file
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/dryplants_juncus_02_left.png
Executable file → Normal file
Before Width: | Height: | Size: 444 B After Width: | Height: | Size: 444 B |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/dryplants_juncus_02_right.png
Executable file → Normal file
Before Width: | Height: | Size: 477 B After Width: | Height: | Size: 477 B |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/dryplants_juncus_02_whole2.png
Executable file → Normal file
Before Width: | Height: | Size: 712 B After Width: | Height: | Size: 712 B |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/dryplants_juncus_03_left.png
Executable file → Normal file
Before Width: | Height: | Size: 497 B After Width: | Height: | Size: 497 B |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/dryplants_juncus_03_right.png
Executable file → Normal file
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 473 B |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/dryplants_juncus_03_whole2.png
Executable file → Normal file
Before Width: | Height: | Size: 768 B After Width: | Height: | Size: 768 B |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/dryplants_reedmace_01.png
Executable file → Normal file
Before Width: | Height: | Size: 487 B After Width: | Height: | Size: 487 B |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/dryplants_reedmace_02.png
Executable file → Normal file
Before Width: | Height: | Size: 910 B After Width: | Height: | Size: 910 B |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/dryplants_reedmace_03.png
Executable file → Normal file
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/dryplants_reedmace_04.png
Executable file → Normal file
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/dryplants_reedmace_bottom_left.png
Executable file → Normal file
Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 205 B |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/dryplants_reedmace_bottom_right.png
Executable file → Normal file
Before Width: | Height: | Size: 277 B After Width: | Height: | Size: 277 B |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/dryplants_reedmace_left.png
Executable file → Normal file
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 272 B |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/dryplants_reedmace_right.png
Executable file → Normal file
Before Width: | Height: | Size: 281 B After Width: | Height: | Size: 281 B |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/dryplants_reedmace_top_left.png
Executable file → Normal file
Before Width: | Height: | Size: 184 B After Width: | Height: | Size: 184 B |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/dryplants_reedmace_top_right.png
Executable file → Normal file
Before Width: | Height: | Size: 245 B After Width: | Height: | Size: 245 B |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/reedmace2.png
Executable file → Normal file
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/reedmace3.png
Executable file → Normal file
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/reedmace4.png
Executable file → Normal file
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/reedtest.png
Executable file → Normal file
Before Width: | Height: | Size: 463 B After Width: | Height: | Size: 463 B |
0
mods/plantlife_modpack/dryplants/textures/not_in_use/texturing.png
Executable file → Normal file
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
0
mods/plantlife_modpack/dryplants/textures/old/dryplants_grass_short_old3.png
Executable file → Normal file
Before Width: | Height: | Size: 823 B After Width: | Height: | Size: 823 B |
0
mods/plantlife_modpack/dryplants/textures/old/dryplants_grass_short_old4.png
Executable file → Normal file
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 455 B |
0
mods/plantlife_modpack/dryplants/textures/old/dryplants_juncus_02_left_old.png
Executable file → Normal file
Before Width: | Height: | Size: 459 B After Width: | Height: | Size: 459 B |
0
mods/plantlife_modpack/dryplants/textures/old/dryplants_juncus_02_right_old.png
Executable file → Normal file
Before Width: | Height: | Size: 481 B After Width: | Height: | Size: 481 B |
0
mods/plantlife_modpack/dryplants/textures/old/dryplants_juncus_03_left_old.png
Executable file → Normal file
Before Width: | Height: | Size: 511 B After Width: | Height: | Size: 511 B |
0
mods/plantlife_modpack/dryplants/textures/old/dryplants_juncus_03_right_old.png
Executable file → Normal file
Before Width: | Height: | Size: 491 B After Width: | Height: | Size: 491 B |
0
mods/plantlife_modpack/dryplants/textures/old/dryplants_reedmace_bottom_left_old2.png
Executable file → Normal file
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 234 B |
0
mods/plantlife_modpack/dryplants/textures/old/dryplants_reedmace_bottom_old4.png
Executable file → Normal file
Before Width: | Height: | Size: 897 B After Width: | Height: | Size: 897 B |
0
mods/plantlife_modpack/dryplants/textures/old/dryplants_reedmace_bottom_right_old2.png
Executable file → Normal file
Before Width: | Height: | Size: 267 B After Width: | Height: | Size: 267 B |
0
mods/plantlife_modpack/dryplants/textures/old/dryplants_reedmace_left_old2.png
Executable file → Normal file
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 286 B |
0
mods/plantlife_modpack/dryplants/textures/old/dryplants_reedmace_old8.png
Executable file → Normal file
Before Width: | Height: | Size: 777 B After Width: | Height: | Size: 777 B |
0
mods/plantlife_modpack/dryplants/textures/old/dryplants_reedmace_right_old2.png
Executable file → Normal file
Before Width: | Height: | Size: 288 B After Width: | Height: | Size: 288 B |
0
mods/plantlife_modpack/dryplants/textures/old/dryplants_reedmace_spikes_old3.png
Executable file → Normal file
Before Width: | Height: | Size: 649 B After Width: | Height: | Size: 649 B |
0
mods/plantlife_modpack/dryplants/textures/old/dryplants_reedmace_top_left_old2.png
Executable file → Normal file
Before Width: | Height: | Size: 181 B After Width: | Height: | Size: 181 B |
0
mods/plantlife_modpack/dryplants/textures/old/dryplants_reedmace_top_old3.png
Executable file → Normal file
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 504 B |
0
mods/plantlife_modpack/dryplants/textures/old/dryplants_reedmace_top_right_old2.png
Executable file → Normal file
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 206 B |
0
mods/plantlife_modpack/dryplants/textures/old/dryplants_reedmace_water_old2.png
Executable file → Normal file
Before Width: | Height: | Size: 659 B After Width: | Height: | Size: 659 B |