From e9e91a0e47ff56cbb58d666b702a853089e45b38 Mon Sep 17 00:00:00 2001 From: Hqlle <132773721+Hqlle@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:14:33 +0300 Subject: [PATCH] fix meta.json --- .../Decoration/halloween.rsi/meta.json | 3 +- .../halloween/paper_bag.rsi/meta.json | 59 ++++++++++--------- .../halloween/pumpkin_bag.rsi/meta.json | 59 ++++++++++--------- 3 files changed, 62 insertions(+), 59 deletions(-) diff --git a/Resources/Textures/_LostParadise/Objects/Decoration/halloween.rsi/meta.json b/Resources/Textures/_LostParadise/Objects/Decoration/halloween.rsi/meta.json index 828c279e14..25bb0b9687 100644 --- a/Resources/Textures/_LostParadise/Objects/Decoration/halloween.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Objects/Decoration/halloween.rsi/meta.json @@ -1,13 +1,14 @@ { "version": 1, "license": "CC-BY-SA-3.0", + "copyright": "Sprited", "size": { "x": 32, "y": 32 }, "states": [ { - "name": "spider_big" + "name": "spider_big" }, { "name": "spider_big2" diff --git a/Resources/Textures/_LostParadise/Objects/Specific/halloween/paper_bag.rsi/meta.json b/Resources/Textures/_LostParadise/Objects/Specific/halloween/paper_bag.rsi/meta.json index e9c5b27dfc..20b40ff5c6 100644 --- a/Resources/Textures/_LostParadise/Objects/Specific/halloween/paper_bag.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Objects/Specific/halloween/paper_bag.rsi/meta.json @@ -1,32 +1,33 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "empty_icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited", + "size": { + "x": 32, + "y": 32 }, - { - "name": "full_icon" - }, - { - "name": "empty-inhand-right", - "directions": 4 - }, - { - "name": "empty-inhand-left", - "directions": 4 - }, - { - "name": "full-inhand-right", - "directions": 4 - }, - { - "name": "full-inhand-left", - "directions": 4 - } - ] + "states": [ + { + "name": "empty_icon" + }, + { + "name": "full_icon" + }, + { + "name": "empty-inhand-right", + "directions": 4 + }, + { + "name": "empty-inhand-left", + "directions": 4 + }, + { + "name": "full-inhand-right", + "directions": 4 + }, + { + "name": "full-inhand-left", + "directions": 4 + } + ] } diff --git a/Resources/Textures/_LostParadise/Objects/Specific/halloween/pumpkin_bag.rsi/meta.json b/Resources/Textures/_LostParadise/Objects/Specific/halloween/pumpkin_bag.rsi/meta.json index e9c5b27dfc..20b40ff5c6 100644 --- a/Resources/Textures/_LostParadise/Objects/Specific/halloween/pumpkin_bag.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Objects/Specific/halloween/pumpkin_bag.rsi/meta.json @@ -1,32 +1,33 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "empty_icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited", + "size": { + "x": 32, + "y": 32 }, - { - "name": "full_icon" - }, - { - "name": "empty-inhand-right", - "directions": 4 - }, - { - "name": "empty-inhand-left", - "directions": 4 - }, - { - "name": "full-inhand-right", - "directions": 4 - }, - { - "name": "full-inhand-left", - "directions": 4 - } - ] + "states": [ + { + "name": "empty_icon" + }, + { + "name": "full_icon" + }, + { + "name": "empty-inhand-right", + "directions": 4 + }, + { + "name": "empty-inhand-left", + "directions": 4 + }, + { + "name": "full-inhand-right", + "directions": 4 + }, + { + "name": "full-inhand-left", + "directions": 4 + } + ] }