add custom items for tool picker, easy place, & material grabber

This commit is contained in:
ForestOfLight
2025-06-07 18:52:42 -07:00
Unverified
parent f077982544
commit 137100114a
10 changed files with 92 additions and 19 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"resource_pack_name": "Construct Resource Pack",
"texture_data": {
"construct:tool_picker": {
"textures": "textures/items/tool_picker"
},
"construct:easy_place": {
"textures": "textures/items/easy_place"
},
"construct:material_grabber": {
"textures": "textures/items/material_grabber"
}
}
}