From 8d8f3e5a8db8309f170ea96017a598d8da5e6c45 Mon Sep 17 00:00:00 2001 From: Steev Date: Fri, 16 Jan 2026 12:57:30 +0100 Subject: [PATCH] updated asset config in order to hopefully enable custom marker texture --- .../resources/data/manywaypoints/config/map_markers.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/main/resources/data/manywaypoints/config/map_markers.json b/src/main/resources/data/manywaypoints/config/map_markers.json index ed9cdeb..3131829 100644 --- a/src/main/resources/data/manywaypoints/config/map_markers.json +++ b/src/main/resources/data/manywaypoints/config/map_markers.json @@ -1,8 +1,6 @@ { - "markerTypes": { - "waypoint": { - "image": "manywaypoints:ui/map/wp_icon.png", - "scale": 1.2 - } + "texture": { + "identifier": "manywaypoints:textures/ui/map/marker", + "sprite": "wp_icon.png" } } \ No newline at end of file