Wiki
Clone wikimcpatcher / Leash_Fishing_Line
Custom Leash and Fishing Line Textures
The hard-coded appearance of these two lines can be replaced with custom textures.
Fishing line: assets/minecraft/mcpatcher/line/fishingline.png
Leash (lead): assets/minecraft/mcpatcher/line/lead.png
Properties file format (Template)
Each line's appearance can be further customized via a properties file:
assets/minecraft/mcpatcher/line/fishingline.properties
assets/minecraft/mcpatcher/line/lead.properties
The properties file is optional; the texture alone is sufficient unless you wish to change these default values.
(Optional) Line width
width=<value>
Width of the line. The default is 0.0075 (fishing line) or 0.025 (lead), roughly in meters.
(Optional) Tiling
tileFactor=<value>
How often the texture is repeated horizontally along the line. Units are approximately number of tiles per meter. The default is 24.
Updated