diff --git a/dryplants/reedmace.lua b/dryplants/reedmace.lua index d69a82b..317527d 100644 --- a/dryplants/reedmace.lua +++ b/dryplants/reedmace.lua @@ -127,7 +127,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", @@ -150,7 +150,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", @@ -173,7 +173,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", diff --git a/dryplants/textures/dryplants_juncus_02.png b/dryplants/textures/dryplants_juncus_02.png index aebaace..790fb79 100644 Binary files a/dryplants/textures/dryplants_juncus_02.png and b/dryplants/textures/dryplants_juncus_02.png differ diff --git a/dryplants/textures/dryplants_juncus_03.png b/dryplants/textures/dryplants_juncus_03.png index 4d67593..cad5c75 100644 Binary files a/dryplants/textures/dryplants_juncus_03.png and b/dryplants/textures/dryplants_juncus_03.png differ diff --git a/dryplants/textures/dryplants_reedmace_height_2.png b/dryplants/textures/dryplants_reedmace_height_2.png index fc09781..ae6c7fc 100644 Binary files a/dryplants/textures/dryplants_reedmace_height_2.png and b/dryplants/textures/dryplants_reedmace_height_2.png differ diff --git a/dryplants/textures/dryplants_reedmace_height_3.png b/dryplants/textures/dryplants_reedmace_height_3.png index 89c495c..5e2a470 100644 Binary files a/dryplants/textures/dryplants_reedmace_height_3.png and b/dryplants/textures/dryplants_reedmace_height_3.png differ diff --git a/dryplants/textures/dryplants_reedmace_height_3_spikes.png b/dryplants/textures/dryplants_reedmace_height_3_spikes.png index a9f2152..16a29b3 100644 Binary files a/dryplants/textures/dryplants_reedmace_height_3_spikes.png and b/dryplants/textures/dryplants_reedmace_height_3_spikes.png differ diff --git a/ferns/textures/ferns_fern_big.png b/ferns/textures/ferns_fern_big.png index d8ec738..0c3094f 100644 Binary files a/ferns/textures/ferns_fern_big.png and b/ferns/textures/ferns_fern_big.png differ diff --git a/ferns/textures/ferns_fern_mid.png b/ferns/textures/ferns_fern_mid.png index 4270e96..39a1d02 100644 Binary files a/ferns/textures/ferns_fern_mid.png and b/ferns/textures/ferns_fern_mid.png differ diff --git a/ferns/textures/ferns_fern_tree.png b/ferns/textures/ferns_fern_tree.png index 10c9f66..0304897 100644 Binary files a/ferns/textures/ferns_fern_tree.png and b/ferns/textures/ferns_fern_tree.png differ diff --git a/ferns/textures/ferns_fern_tree_giant.png b/ferns/textures/ferns_fern_tree_giant.png index f8f1189..59580bb 100644 Binary files a/ferns/textures/ferns_fern_tree_giant.png and b/ferns/textures/ferns_fern_tree_giant.png differ