From 20727027a9f38edbb079d81ddd161af51e37ef15 Mon Sep 17 00:00:00 2001 From: ForestOfLight Date: Sat, 7 Jun 2025 21:47:18 -0700 Subject: [PATCH] move to Equipment tab --- Construct[BP]/items/easy_place.json | 2 +- Construct[BP]/items/material_grabber.json | 2 +- Construct[BP]/items/menu.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Construct[BP]/items/easy_place.json b/Construct[BP]/items/easy_place.json index e4ed343..b830465 100644 --- a/Construct[BP]/items/easy_place.json +++ b/Construct[BP]/items/easy_place.json @@ -3,7 +3,7 @@ "minecraft:item": { "description": { "identifier": "construct:easy_place", - "category": "Items" + "category": "Equipment" }, "components": { "minecraft:max_stack_size": 1, diff --git a/Construct[BP]/items/material_grabber.json b/Construct[BP]/items/material_grabber.json index f3d45fd..e7ffe24 100644 --- a/Construct[BP]/items/material_grabber.json +++ b/Construct[BP]/items/material_grabber.json @@ -3,7 +3,7 @@ "minecraft:item": { "description": { "identifier": "construct:material_grabber", - "category": "Items" + "category": "Equipment" }, "components": { "minecraft:max_stack_size": 1, diff --git a/Construct[BP]/items/menu.json b/Construct[BP]/items/menu.json index 7994039..8e8400a 100644 --- a/Construct[BP]/items/menu.json +++ b/Construct[BP]/items/menu.json @@ -3,7 +3,7 @@ "minecraft:item": { "description": { "identifier": "construct:menu", - "category": "Items" + "category": "Equipment" }, "components": { "minecraft:max_stack_size": 1,