1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-15 06:00:26 +02:00

MAJ plantlife_modpack

(garde les modifs antérieur sur les « mushrooms » et sur les bugfixs
liés au mod « areas »)
This commit is contained in:
Ombridride
2014-12-15 00:41:13 +01:00
parent 5163bf9551
commit e6ea287709
391 changed files with 347 additions and 317 deletions

4
mods/plantlife_modpack/ferns/treefern.lua Executable file → Normal file
View File

@ -42,7 +42,7 @@ end
minetest.register_node("ferns:tree_fern_leaves", {
description = "Tree Fern Crown (Dicksonia)",
drawtype = "plantlike",
visual_scale = 2,
visual_scale = math.sqrt(32),
paramtype = "light",
paramtype2 = "facedir",
--tiles = {"[combine:32x32:0,0=top_left.png:0,16=bottom_left.png:16,0=top_right.png:16,16=bottom_right.png"},
@ -70,7 +70,7 @@ minetest.register_node("ferns:tree_fern_leaves", {
})
minetest.register_node("ferns:tree_fern_leaves_02", {
drawtype = "plantlike",
visual_scale = 2,
visual_scale = math.sqrt(32),
paramtype = "light",
tiles = {"ferns_fern_big.png"},
walkable = false,