fixed correct texture pole rotate
convert fishing textures 16px to 32px added new texture trophy plank
@@ -20,7 +20,7 @@ for _,pole in pairs(fishing_setting.poles) do
 | 
				
			|||||||
		description = pole.desc,
 | 
							description = pole.desc,
 | 
				
			||||||
		groups = {},
 | 
							groups = {},
 | 
				
			||||||
		inventory_image = "fishing_pole_".. pole.name ..".png",
 | 
							inventory_image = "fishing_pole_".. pole.name ..".png",
 | 
				
			||||||
		wield_image = "fishing_pole_".. pole.name ..".png^[transformFXR270",
 | 
							wield_image = "fishing_pole_".. pole.name ..".png",
 | 
				
			||||||
		stack_max = 1,
 | 
							stack_max = 1,
 | 
				
			||||||
		liquids_pointable = true,
 | 
							liquids_pointable = true,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
| 
		 Before Width: | Height: | Size: 596 B After Width: | Height: | Size: 723 B  | 
| 
		 Before Width: | Height: | Size: 540 B After Width: | Height: | Size: 650 B  | 
| 
		 Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 406 B  | 
| 
		 Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 591 B  | 
| 
		 Before Width: | Height: | Size: 569 B After Width: | Height: | Size: 693 B  | 
| 
		 Before Width: | Height: | Size: 317 B After Width: | Height: | Size: 431 B  | 
| 
		 Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 723 B  | 
| 
		 Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 231 B  | 
| 
		 Before Width: | Height: | Size: 352 B After Width: | Height: | Size: 421 B  | 
| 
		 Before Width: | Height: | Size: 541 B After Width: | Height: | Size: 671 B  | 
| 
		 Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 231 B  | 
| 
		 Before Width: | Height: | Size: 352 B After Width: | Height: | Size: 521 B  | 
| 
		 Before Width: | Height: | Size: 508 B After Width: | Height: | Size: 495 B  | 
| 
		 Before Width: | Height: | Size: 846 B After Width: | Height: | Size: 1.1 KiB  | 
| 
		 Before Width: | Height: | Size: 486 B After Width: | Height: | Size: 629 B  | 
| 
		 Before Width: | Height: | Size: 702 B After Width: | Height: | Size: 1000 B  | 
| 
		 Before Width: | Height: | Size: 297 B After Width: | Height: | Size: 465 B  | 
| 
		 Before Width: | Height: | Size: 284 B After Width: | Height: | Size: 344 B  | 
| 
		 Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 200 B  | 
| 
		 Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 208 B  | 
| 
		 Before Width: | Height: | Size: 186 B After Width: | Height: | Size: 205 B  | 
| 
		 Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 323 B  | 
| 
		 Before Width: | Height: | Size: 190 B After Width: | Height: | Size: 211 B  | 
| 
		 Before Width: | Height: | Size: 265 B After Width: | Height: | Size: 312 B  | 
| 
		 Before Width: | Height: | Size: 235 B After Width: | Height: | Size: 213 B  | 
| 
		 Before Width: | Height: | Size: 215 B After Width: | Height: | Size: 223 B  | 
| 
		 Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 440 B  | 
| 
		 Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 209 B  | 
| 
		 Before Width: | Height: | Size: 303 B After Width: | Height: | Size: 345 B  | 
| 
		 Before Width: | Height: | Size: 197 B After Width: | Height: | Size: 209 B  | 
| 
		 Before Width: | Height: | Size: 763 B After Width: | Height: | Size: 1.0 KiB  | 
| 
		 Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 563 B  | 
| 
		 Before Width: | Height: | Size: 590 B After Width: | Height: | Size: 654 B  | 
| 
		 Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 215 B  | 
							
								
								
									
										
											BIN
										
									
								
								textures/fishing_trophy_plank.png
									
									
									
									
									
										Executable file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 727 B  | 
							
								
								
									
										14
									
								
								trophies.lua
									
									
									
									
									
								
							
							
						
						@@ -30,15 +30,15 @@ for i in pairs(trophy) do
 | 
				
			|||||||
	local 	icon = 			trophy[i][4]
 | 
						local 	icon = 			trophy[i][4]
 | 
				
			||||||
	minetest.register_node("fishing:trophy_"..item, {
 | 
						minetest.register_node("fishing:trophy_"..item, {
 | 
				
			||||||
		description = fishing_setting.func.S(name.." Trophy"),
 | 
							description = fishing_setting.func.S(name.." Trophy"),
 | 
				
			||||||
		inventory_image = "default_chest_top.png^"..icon.."^fishing_trophy_label.png",
 | 
							inventory_image = "fishing_trophy_plank.png^"..icon.."^fishing_trophy_label.png",
 | 
				
			||||||
		drawtype = "nodebox",
 | 
							drawtype = "nodebox",
 | 
				
			||||||
		tiles = {
 | 
							tiles = {
 | 
				
			||||||
			"default_chest_top.png", -- top
 | 
								"fishing_trophy_plank.png", -- top
 | 
				
			||||||
			"default_chest_top.png", -- bottom
 | 
								"fishing_trophy_plank.png", -- bottom
 | 
				
			||||||
			"default_chest_top.png", -- right
 | 
								"fishing_trophy_plank.png", -- right
 | 
				
			||||||
			"default_chest_top.png", -- left
 | 
								"fishing_trophy_plank.png", -- left
 | 
				
			||||||
			"default_chest_top.png", -- back
 | 
								"fishing_trophy_plank.png", -- back
 | 
				
			||||||
			"default_chest_top.png^"..icon.."^fishing_trophy_label.png", -- front
 | 
								"fishing_trophy_plank.png^"..icon.."^fishing_trophy_label.png", -- front
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		paramtype = "light",
 | 
							paramtype = "light",
 | 
				
			||||||
		paramtype2 = "facedir",
 | 
							paramtype2 = "facedir",
 | 
				
			||||||
 
 | 
				
			|||||||