fix "floating" plants
caused by a change in how the engine interprets the visual_scale node def field.
@@ -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",
 | 
			
		||||
 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 929 B After Width: | Height: | Size: 850 B  | 
| 
		 Before Width: | Height: | Size: 963 B After Width: | Height: | Size: 904 B  | 
| 
		 Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.3 KiB  | 
| 
		 Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.9 KiB  | 
| 
		 Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.1 KiB  | 
| 
		 Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.2 KiB  | 
| 
		 Before Width: | Height: | Size: 969 B After Width: | Height: | Size: 784 B  | 
| 
		 Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.4 KiB  | 
| 
		 Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.4 KiB  |