From 4c61f6eef2c8714d2ad331fe8dacc2fe96e9b585 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Sat, 6 Jun 2026 16:53:31 -0300 Subject: [PATCH] fix(items): remove max_damage and stack size limit for plushies --- data/sixsides_cosmetics/recipe/panda_plushie.json | 7 +------ .../recipe/panda_plushie_aggressive.json | 7 +------ data/sixsides_cosmetics/recipe/panda_plushie_brown.json | 9 ++------- data/sixsides_cosmetics/recipe/panda_plushie_lazy.json | 7 +------ .../sixsides_cosmetics/recipe/panda_plushie_playful.json | 7 +------ data/sixsides_cosmetics/recipe/panda_plushie_weak.json | 7 +------ .../sixsides_cosmetics/recipe/panda_plushie_worried.json | 7 +------ 7 files changed, 8 insertions(+), 43 deletions(-) diff --git a/data/sixsides_cosmetics/recipe/panda_plushie.json b/data/sixsides_cosmetics/recipe/panda_plushie.json index af19430..2b7bb76 100644 --- a/data/sixsides_cosmetics/recipe/panda_plushie.json +++ b/data/sixsides_cosmetics/recipe/panda_plushie.json @@ -29,12 +29,7 @@ "color": "white", "bold": true, "italic": false - }, - "minecraft:repairable": { - "items": "minecraft:white_wool" - }, - "minecraft:max_damage": 55, - "minecraft:max_stack_size": 1 + } } } } \ No newline at end of file diff --git a/data/sixsides_cosmetics/recipe/panda_plushie_aggressive.json b/data/sixsides_cosmetics/recipe/panda_plushie_aggressive.json index 0e30ff9..f394771 100644 --- a/data/sixsides_cosmetics/recipe/panda_plushie_aggressive.json +++ b/data/sixsides_cosmetics/recipe/panda_plushie_aggressive.json @@ -30,12 +30,7 @@ "color": "white", "bold": true, "italic": false - }, - "minecraft:repairable": { - "items": "minecraft:white_wool" - }, - "minecraft:max_damage": 55, - "minecraft:max_stack_size": 1 + } } } } \ No newline at end of file diff --git a/data/sixsides_cosmetics/recipe/panda_plushie_brown.json b/data/sixsides_cosmetics/recipe/panda_plushie_brown.json index ba4da87..ad837dc 100644 --- a/data/sixsides_cosmetics/recipe/panda_plushie_brown.json +++ b/data/sixsides_cosmetics/recipe/panda_plushie_brown.json @@ -14,7 +14,7 @@ ], "result": { "count": 1, - "id": "minecraft:brown_wool", + "id": "minecraft:white_wool", "components": { "!minecraft:consumable": {}, "minecraft:equippable": { @@ -29,12 +29,7 @@ "color": "gold", "bold": true, "italic": false - }, - "minecraft:repairable": { - "items": "minecraft:brown_wool" - }, - "minecraft:max_damage": 55, - "minecraft:max_stack_size": 1 + } } } } \ No newline at end of file diff --git a/data/sixsides_cosmetics/recipe/panda_plushie_lazy.json b/data/sixsides_cosmetics/recipe/panda_plushie_lazy.json index 68810db..59e2e19 100644 --- a/data/sixsides_cosmetics/recipe/panda_plushie_lazy.json +++ b/data/sixsides_cosmetics/recipe/panda_plushie_lazy.json @@ -30,12 +30,7 @@ "color": "white", "bold": true, "italic": false - }, - "minecraft:repairable": { - "items": "minecraft:white_wool" - }, - "minecraft:max_damage": 55, - "minecraft:max_stack_size": 1 + } } } } \ No newline at end of file diff --git a/data/sixsides_cosmetics/recipe/panda_plushie_playful.json b/data/sixsides_cosmetics/recipe/panda_plushie_playful.json index 4012fb4..5773520 100644 --- a/data/sixsides_cosmetics/recipe/panda_plushie_playful.json +++ b/data/sixsides_cosmetics/recipe/panda_plushie_playful.json @@ -30,12 +30,7 @@ "color": "white", "bold": true, "italic": false - }, - "minecraft:repairable": { - "items": "minecraft:white_wool" - }, - "minecraft:max_damage": 55, - "minecraft:max_stack_size": 1 + } } } } \ No newline at end of file diff --git a/data/sixsides_cosmetics/recipe/panda_plushie_weak.json b/data/sixsides_cosmetics/recipe/panda_plushie_weak.json index c9ea829..ebaa5c0 100644 --- a/data/sixsides_cosmetics/recipe/panda_plushie_weak.json +++ b/data/sixsides_cosmetics/recipe/panda_plushie_weak.json @@ -30,12 +30,7 @@ "color": "white", "bold": true, "italic": false - }, - "minecraft:repairable": { - "items": "minecraft:white_wool" - }, - "minecraft:max_damage": 55, - "minecraft:max_stack_size": 1 + } } } } \ No newline at end of file diff --git a/data/sixsides_cosmetics/recipe/panda_plushie_worried.json b/data/sixsides_cosmetics/recipe/panda_plushie_worried.json index 0a7367f..b3220d7 100644 --- a/data/sixsides_cosmetics/recipe/panda_plushie_worried.json +++ b/data/sixsides_cosmetics/recipe/panda_plushie_worried.json @@ -30,12 +30,7 @@ "color": "white", "bold": true, "italic": false - }, - "minecraft:repairable": { - "items": "minecraft:white_wool" - }, - "minecraft:max_damage": 55, - "minecraft:max_stack_size": 1 + } } } } \ No newline at end of file