mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
Update plantlike
With the latest commit of VanessaE
This commit is contained in:
parent
28bd40307b
commit
d503126f05
@ -1,3 +1,3 @@
|
|||||||
default
|
default
|
||||||
farming?
|
|
||||||
plants_lib
|
plants_lib
|
||||||
|
farming?
|
||||||
|
@ -125,7 +125,7 @@ minetest.register_node("dryplants:reedmace_top", {
|
|||||||
minetest.register_node("dryplants:reedmace_height_2", {
|
minetest.register_node("dryplants:reedmace_height_2", {
|
||||||
description = "Reedmace, height: 2",
|
description = "Reedmace, height: 2",
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
visual_scale = 2.8,
|
visual_scale = 2,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
tiles = {"dryplants_reedmace_height_2.png"},
|
tiles = {"dryplants_reedmace_height_2.png"},
|
||||||
inventory_image = "dryplants_reedmace_top.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", {
|
minetest.register_node("dryplants:reedmace_height_3", {
|
||||||
description = "Reedmace, height: 3",
|
description = "Reedmace, height: 3",
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
visual_scale = 2.8,
|
visual_scale = 2,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
tiles = {"dryplants_reedmace_height_3.png"},
|
tiles = {"dryplants_reedmace_height_3.png"},
|
||||||
inventory_image = "dryplants_reedmace_top.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", {
|
minetest.register_node("dryplants:reedmace_height_3_spikes", {
|
||||||
description = "Reedmace, height: 3 & Spikes",
|
description = "Reedmace, height: 3 & Spikes",
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
visual_scale = 2.8,
|
visual_scale = 2,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
tiles = {"dryplants_reedmace_height_3_spikes.png"},
|
tiles = {"dryplants_reedmace_height_3_spikes.png"},
|
||||||
inventory_image = "dryplants_reedmace_top.png",
|
inventory_image = "dryplants_reedmace_top.png",
|
||||||
|
@ -97,7 +97,7 @@ end
|
|||||||
minetest.register_node("ferns:tree_fern_leaves_giant", {
|
minetest.register_node("ferns:tree_fern_leaves_giant", {
|
||||||
description = "Tree Fern Crown (Dicksonia)",
|
description = "Tree Fern Crown (Dicksonia)",
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
visual_scale = math.sqrt(64),
|
visual_scale = math.sqrt(8),
|
||||||
wield_scale = {x=0.175, y=0.175, z=0.175},
|
wield_scale = {x=0.175, y=0.175, z=0.175},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
tiles = {"ferns_fern_tree_giant.png"},
|
tiles = {"ferns_fern_tree_giant.png"},
|
||||||
|
@ -42,7 +42,7 @@ end
|
|||||||
minetest.register_node("ferns:tree_fern_leaves", {
|
minetest.register_node("ferns:tree_fern_leaves", {
|
||||||
description = "Tree Fern Crown (Dicksonia)",
|
description = "Tree Fern Crown (Dicksonia)",
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
visual_scale = math.sqrt(32),
|
visual_scale = 2,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
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"},
|
--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", {
|
minetest.register_node("ferns:tree_fern_leaves_02", {
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
visual_scale = math.sqrt(32),
|
visual_scale = 2,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
tiles = {"ferns_fern_big.png"},
|
tiles = {"ferns_fern_big.png"},
|
||||||
walkable = false,
|
walkable = false,
|
||||||
|
Loading…
Reference in New Issue
Block a user