From f934e70bd2aef0e8b988e5b28a8a802f4c9cc720 Mon Sep 17 00:00:00 2001 From: McHorse Date: Sat, 15 Jun 2024 10:21:45 +0100 Subject: [PATCH 1/2] Texture stitcher: enable change log and sync description in plugins.json --- plugins.json | 2 +- plugins/texture_stitcher/texture_stitcher.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins.json b/plugins.json index eff20c72..70ae3812 100644 --- a/plugins.json +++ b/plugins.json @@ -435,7 +435,7 @@ "title": "Texture Stitcher", "icon": "fa-compress-arrows-alt", "author": "McHorse", - "description": "Adds a menu item to textures editor that stitches multiple textures into one", + "description": "Stitch multiple textures into a single texture", "version": "1.0.5", "min_version": "4.8.0", "tags": ["Texture"], diff --git a/plugins/texture_stitcher/texture_stitcher.js b/plugins/texture_stitcher/texture_stitcher.js index 3aaaeebf..5829e587 100644 --- a/plugins/texture_stitcher/texture_stitcher.js +++ b/plugins/texture_stitcher/texture_stitcher.js @@ -321,13 +321,14 @@ Plugin.register('texture_stitcher', { title: 'Texture Stitcher', + icon: 'fa-compress-arrows-alt', author: 'McHorse', description: 'Stitch multiple textures into a single texture', - icon: 'fa-compress-arrows-alt', version: '1.0.5', min_version: "4.8.0", tags: ["Texture"], variant: 'both', + has_changelog: true, onload() { button = new Action('texture_stitcher', { From a0d1cfac027d2b37a684bd7fab75e3463629d645 Mon Sep 17 00:00:00 2001 From: JannisX11 Date: Sat, 15 Jun 2024 17:53:34 +0200 Subject: [PATCH 2/2] Texture Stitcher: Add "has changelog" --- plugins.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 70ae3812..0fb94ff2 100644 --- a/plugins.json +++ b/plugins.json @@ -439,7 +439,8 @@ "version": "1.0.5", "min_version": "4.8.0", "tags": ["Texture"], - "variant": "both" + "variant": "both", + "has_changelog": true }, "arcaniax_block_exporter": { "title": "Bedrock Block Exporter",