diff --git a/mods/fishing/poles.lua b/mods/fishing/poles.lua index 419bfd51..c5963e87 100755 --- a/mods/fishing/poles.lua +++ b/mods/fishing/poles.lua @@ -20,7 +20,7 @@ for _,pole in pairs(fishing_setting.poles) do description = pole.desc, groups = {}, 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, liquids_pointable = true, diff --git a/mods/fishing/textures/fishing_bait_bread.png b/mods/fishing/textures/fishing_bait_bread.png index 5f4b8fc0..54c53891 100755 Binary files a/mods/fishing/textures/fishing_bait_bread.png and b/mods/fishing/textures/fishing_bait_bread.png differ diff --git a/mods/fishing/textures/fishing_bait_corn.png b/mods/fishing/textures/fishing_bait_corn.png index 46c2c800..ed0e12d6 100755 Binary files a/mods/fishing/textures/fishing_bait_corn.png and b/mods/fishing/textures/fishing_bait_corn.png differ diff --git a/mods/fishing/textures/fishing_bait_worm.png b/mods/fishing/textures/fishing_bait_worm.png index 7a4d8d11..42c9e879 100755 Binary files a/mods/fishing/textures/fishing_bait_worm.png and b/mods/fishing/textures/fishing_bait_worm.png differ diff --git a/mods/fishing/textures/fishing_baitball.png b/mods/fishing/textures/fishing_baitball.png index b72550f6..6bb4e31c 100755 Binary files a/mods/fishing/textures/fishing_baitball.png and b/mods/fishing/textures/fishing_baitball.png differ diff --git a/mods/fishing/textures/fishing_baitball_shark.png b/mods/fishing/textures/fishing_baitball_shark.png index 1577a0a2..af4f7cb1 100755 Binary files a/mods/fishing/textures/fishing_baitball_shark.png and b/mods/fishing/textures/fishing_baitball_shark.png differ diff --git a/mods/fishing/textures/fishing_bluewhite_raw.png b/mods/fishing/textures/fishing_bluewhite_raw.png index 5f8224e7..25043ef0 100755 Binary files a/mods/fishing/textures/fishing_bluewhite_raw.png and b/mods/fishing/textures/fishing_bluewhite_raw.png differ diff --git a/mods/fishing/textures/fishing_bobber.png b/mods/fishing/textures/fishing_bobber.png index 42bfe697..353d8b2b 100755 Binary files a/mods/fishing/textures/fishing_bobber.png and b/mods/fishing/textures/fishing_bobber.png differ diff --git a/mods/fishing/textures/fishing_bobber_bottom.png b/mods/fishing/textures/fishing_bobber_bottom.png index 32a54f74..cbd4655d 100755 Binary files a/mods/fishing/textures/fishing_bobber_bottom.png and b/mods/fishing/textures/fishing_bobber_bottom.png differ diff --git a/mods/fishing/textures/fishing_bobber_feather_1.png b/mods/fishing/textures/fishing_bobber_feather_1.png index 9eff3f8d..6bbc9f7a 100755 Binary files a/mods/fishing/textures/fishing_bobber_feather_1.png and b/mods/fishing/textures/fishing_bobber_feather_1.png differ diff --git a/mods/fishing/textures/fishing_bobber_shark.png b/mods/fishing/textures/fishing_bobber_shark.png index e741dd01..9417e2f6 100755 Binary files a/mods/fishing/textures/fishing_bobber_shark.png and b/mods/fishing/textures/fishing_bobber_shark.png differ diff --git a/mods/fishing/textures/fishing_bobber_top.png b/mods/fishing/textures/fishing_bobber_top.png index 039620ba..a2ce2a91 100755 Binary files a/mods/fishing/textures/fishing_bobber_top.png and b/mods/fishing/textures/fishing_bobber_top.png differ diff --git a/mods/fishing/textures/fishing_clownfish_raw.png b/mods/fishing/textures/fishing_clownfish_raw.png index 69f0fcc6..f71ad40d 100755 Binary files a/mods/fishing/textures/fishing_clownfish_raw.png and b/mods/fishing/textures/fishing_clownfish_raw.png differ diff --git a/mods/fishing/textures/fishing_deco_pike.png b/mods/fishing/textures/fishing_deco_pike.png index fc6079e9..018187d0 100755 Binary files a/mods/fishing/textures/fishing_deco_pike.png and b/mods/fishing/textures/fishing_deco_pike.png differ diff --git a/mods/fishing/textures/fishing_fish_cooked.png b/mods/fishing/textures/fishing_fish_cooked.png index 709d8f2a..da66c79d 100755 Binary files a/mods/fishing/textures/fishing_fish_cooked.png and b/mods/fishing/textures/fishing_fish_cooked.png differ diff --git a/mods/fishing/textures/fishing_fish_raw.png b/mods/fishing/textures/fishing_fish_raw.png index 1cf74acb..33864698 100755 Binary files a/mods/fishing/textures/fishing_fish_raw.png and b/mods/fishing/textures/fishing_fish_raw.png differ diff --git a/mods/fishing/textures/fishing_pike_cooked.png b/mods/fishing/textures/fishing_pike_cooked.png index 7d66e7ca..b311d242 100755 Binary files a/mods/fishing/textures/fishing_pike_cooked.png and b/mods/fishing/textures/fishing_pike_cooked.png differ diff --git a/mods/fishing/textures/fishing_pike_raw.png b/mods/fishing/textures/fishing_pike_raw.png index 5c7885f3..61d17fad 100755 Binary files a/mods/fishing/textures/fishing_pike_raw.png and b/mods/fishing/textures/fishing_pike_raw.png differ diff --git a/mods/fishing/textures/fishing_pole_perfect.png b/mods/fishing/textures/fishing_pole_perfect.png index f8da2cbc..3c9833c3 100755 Binary files a/mods/fishing/textures/fishing_pole_perfect.png and b/mods/fishing/textures/fishing_pole_perfect.png differ diff --git a/mods/fishing/textures/fishing_pole_perfect_back.png b/mods/fishing/textures/fishing_pole_perfect_back.png index 10039be3..b584ec13 100755 Binary files a/mods/fishing/textures/fishing_pole_perfect_back.png and b/mods/fishing/textures/fishing_pole_perfect_back.png differ diff --git a/mods/fishing/textures/fishing_pole_perfect_bottom.png b/mods/fishing/textures/fishing_pole_perfect_bottom.png index 569b0474..08c1e978 100755 Binary files a/mods/fishing/textures/fishing_pole_perfect_bottom.png and b/mods/fishing/textures/fishing_pole_perfect_bottom.png differ diff --git a/mods/fishing/textures/fishing_pole_perfect_front.png b/mods/fishing/textures/fishing_pole_perfect_front.png index 600d1a1f..f3346393 100755 Binary files a/mods/fishing/textures/fishing_pole_perfect_front.png and b/mods/fishing/textures/fishing_pole_perfect_front.png differ diff --git a/mods/fishing/textures/fishing_pole_perfect_simple.png b/mods/fishing/textures/fishing_pole_perfect_simple.png index c6c433ae..bf7ea94f 100755 Binary files a/mods/fishing/textures/fishing_pole_perfect_simple.png and b/mods/fishing/textures/fishing_pole_perfect_simple.png differ diff --git a/mods/fishing/textures/fishing_pole_perfect_top.png b/mods/fishing/textures/fishing_pole_perfect_top.png index 177e5d1c..ce6292f5 100755 Binary files a/mods/fishing/textures/fishing_pole_perfect_top.png and b/mods/fishing/textures/fishing_pole_perfect_top.png differ diff --git a/mods/fishing/textures/fishing_pole_wood.png b/mods/fishing/textures/fishing_pole_wood.png index bbb196bb..54639db0 100755 Binary files a/mods/fishing/textures/fishing_pole_wood.png and b/mods/fishing/textures/fishing_pole_wood.png differ diff --git a/mods/fishing/textures/fishing_pole_wood_back.png b/mods/fishing/textures/fishing_pole_wood_back.png index 7b584789..bf92d7e6 100755 Binary files a/mods/fishing/textures/fishing_pole_wood_back.png and b/mods/fishing/textures/fishing_pole_wood_back.png differ diff --git a/mods/fishing/textures/fishing_pole_wood_bottom.png b/mods/fishing/textures/fishing_pole_wood_bottom.png index 6f52ca8c..dd065bd8 100755 Binary files a/mods/fishing/textures/fishing_pole_wood_bottom.png and b/mods/fishing/textures/fishing_pole_wood_bottom.png differ diff --git a/mods/fishing/textures/fishing_pole_wood_deco.png b/mods/fishing/textures/fishing_pole_wood_deco.png index 9224988c..4708ff89 100755 Binary files a/mods/fishing/textures/fishing_pole_wood_deco.png and b/mods/fishing/textures/fishing_pole_wood_deco.png differ diff --git a/mods/fishing/textures/fishing_pole_wood_front.png b/mods/fishing/textures/fishing_pole_wood_front.png index e8aa3d67..f44e407d 100755 Binary files a/mods/fishing/textures/fishing_pole_wood_front.png and b/mods/fishing/textures/fishing_pole_wood_front.png differ diff --git a/mods/fishing/textures/fishing_pole_wood_simple.png b/mods/fishing/textures/fishing_pole_wood_simple.png index afa5b192..d4d9026a 100755 Binary files a/mods/fishing/textures/fishing_pole_wood_simple.png and b/mods/fishing/textures/fishing_pole_wood_simple.png differ diff --git a/mods/fishing/textures/fishing_pole_wood_top.png b/mods/fishing/textures/fishing_pole_wood_top.png index 1408eac7..2f3b4e56 100755 Binary files a/mods/fishing/textures/fishing_pole_wood_top.png and b/mods/fishing/textures/fishing_pole_wood_top.png differ diff --git a/mods/fishing/textures/fishing_shark_cooked.png b/mods/fishing/textures/fishing_shark_cooked.png index b6142ce2..b6a807c5 100755 Binary files a/mods/fishing/textures/fishing_shark_cooked.png and b/mods/fishing/textures/fishing_shark_cooked.png differ diff --git a/mods/fishing/textures/fishing_shark_raw.png b/mods/fishing/textures/fishing_shark_raw.png index 62a1b9e2..c302609c 100755 Binary files a/mods/fishing/textures/fishing_shark_raw.png and b/mods/fishing/textures/fishing_shark_raw.png differ diff --git a/mods/fishing/textures/fishing_sushi.png b/mods/fishing/textures/fishing_sushi.png index c64cecaf..397100ba 100755 Binary files a/mods/fishing/textures/fishing_sushi.png and b/mods/fishing/textures/fishing_sushi.png differ diff --git a/mods/fishing/textures/fishing_trophy_label.png b/mods/fishing/textures/fishing_trophy_label.png index 3c8326b0..d48f8ff9 100755 Binary files a/mods/fishing/textures/fishing_trophy_label.png and b/mods/fishing/textures/fishing_trophy_label.png differ diff --git a/mods/fishing/textures/fishing_trophy_plank.png b/mods/fishing/textures/fishing_trophy_plank.png new file mode 100755 index 00000000..dc4aba59 Binary files /dev/null and b/mods/fishing/textures/fishing_trophy_plank.png differ diff --git a/mods/fishing/trophies.lua b/mods/fishing/trophies.lua index 5a04622e..7e90c14f 100755 --- a/mods/fishing/trophies.lua +++ b/mods/fishing/trophies.lua @@ -30,15 +30,15 @@ for i in pairs(trophy) do local icon = trophy[i][4] minetest.register_node("fishing:trophy_"..item, { 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", tiles = { - "default_chest_top.png", -- top - "default_chest_top.png", -- bottom - "default_chest_top.png", -- right - "default_chest_top.png", -- left - "default_chest_top.png", -- back - "default_chest_top.png^"..icon.."^fishing_trophy_label.png", -- front + "fishing_trophy_plank.png", -- top + "fishing_trophy_plank.png", -- bottom + "fishing_trophy_plank.png", -- right + "fishing_trophy_plank.png", -- left + "fishing_trophy_plank.png", -- back + "fishing_trophy_plank.png^"..icon.."^fishing_trophy_label.png", -- front }, paramtype = "light", paramtype2 = "facedir",