Skip to content

Commit

Permalink
refactored src/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vytdev committed Sep 19, 2024
1 parent f0831de commit 37fa1b7
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 92 deletions.
42 changes: 21 additions & 21 deletions pack/items/debug_stick.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"format_version": "1.20.20",
"format_version": "1.20.20",

"minecraft:item": {
"minecraft:item": {

"description": {
"identifier": "vyt:debug_stick",
"menu_category": {
"category": "items"
}
},
"description": {
"identifier": "vyt:debug_stick",
"menu_category": {
"category": "items"
}
},

"components": {
"minecraft:icon": {
"texture": "stick"
},
"minecraft:hand_equipped": true,
"minecraft:display_name": {
"value": "§dDebug Stick§r"
},
"minecraft:max_stack_size": 1,
"minecraft:can_destroy_in_creative": false,
"minecraft:glint": true
}
}
"components": {
"minecraft:icon": {
"texture": "stick"
},
"minecraft:hand_equipped": true,
"minecraft:display_name": {
"value": "§dDebug Stick§r"
},
"minecraft:max_stack_size": 1,
"minecraft:can_destroy_in_creative": false,
"minecraft:glint": true
}
}

}
Loading

0 comments on commit 37fa1b7

Please sign in to comment.