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:
@ -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,
|
||||
|
||||
|
Reference in New Issue
Block a user