1
0
mirror of https://github.com/MinetestForFun/fishing.git synced 2025-07-25 11:30:18 +02:00

fixed correct texture pole rotate

convert fishing textures 16px to 32px
added new texture trophy plank
This commit is contained in:
2015-08-20 21:59:04 +02:00
parent f5486507b1
commit 7f9809d9be
37 changed files with 8 additions and 8 deletions

View File

@ -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,