From 052c64d745b94aace7393056703ad02aea12208d Mon Sep 17 00:00:00 2001 From: NullBite Date: Fri, 27 Oct 2023 02:44:46 -0400 Subject: [PATCH] Add priorities to some palettes --- assets/itemswapper/itemgroups/v2/building/andesite_alloy.json | 1 + assets/itemswapper/itemgroups/v2/building/brass.json | 1 + assets/itemswapper/itemgroups/v2/building/casings.json | 1 + assets/itemswapper/itemgroups/v2/building/copper.json | 1 + 4 files changed, 4 insertions(+) diff --git a/assets/itemswapper/itemgroups/v2/building/andesite_alloy.json b/assets/itemswapper/itemgroups/v2/building/andesite_alloy.json index 3ff737e..87cb404 100644 --- a/assets/itemswapper/itemgroups/v2/building/andesite_alloy.json +++ b/assets/itemswapper/itemgroups/v2/building/andesite_alloy.json @@ -1,6 +1,7 @@ { "type": "palette", "displayName": "text.itemswapper.palette.building.andesite_alloy", + "priority": 85, "items": [ "create:andesite_casing", "create:andesite_alloy_block", diff --git a/assets/itemswapper/itemgroups/v2/building/brass.json b/assets/itemswapper/itemgroups/v2/building/brass.json index a0c8c8e..21b7336 100644 --- a/assets/itemswapper/itemgroups/v2/building/brass.json +++ b/assets/itemswapper/itemgroups/v2/building/brass.json @@ -1,6 +1,7 @@ { "type": "palette", "displayName": "text.itemswapper.palette.building.brass", + "priority": 85, "items": [ "create:brass_casing", "create:brass_ingot", diff --git a/assets/itemswapper/itemgroups/v2/building/casings.json b/assets/itemswapper/itemgroups/v2/building/casings.json index 6e8b41a..83465c8 100644 --- a/assets/itemswapper/itemgroups/v2/building/casings.json +++ b/assets/itemswapper/itemgroups/v2/building/casings.json @@ -1,6 +1,7 @@ { "type": "palette", "displayName": "text.itemswapper.palette.building.casings", + "priority": 80, "items": [ "create:andesite_casing", "create:copper_casing", diff --git a/assets/itemswapper/itemgroups/v2/building/copper.json b/assets/itemswapper/itemgroups/v2/building/copper.json index 3b9d9d2..1347058 100644 --- a/assets/itemswapper/itemgroups/v2/building/copper.json +++ b/assets/itemswapper/itemgroups/v2/building/copper.json @@ -1,6 +1,7 @@ { "type": "palette", "displayName": "text.itemswapper.palette.building.copper", + "priority": 85, "items": [ "minecraft:copper_block", "minecraft:copper_ingot",