Skip to content

Commit

Permalink
[chore] Pulled #351 from BedrockTweaks/Files
Browse files Browse the repository at this point in the history
[packs] Updated Numbered Hotbar
  • Loading branch information
NSPC911 committed Oct 18, 2024
1 parent cb846eb commit 6f137ed
Show file tree
Hide file tree
Showing 43 changed files with 294 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packs/gui/NumberedHotbar/default/ui/_ui_defs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ui_defs": [
"uibt/numbered_hotbar.ui"
]
}
25 changes: 25 additions & 0 deletions packs/gui/NumberedHotbar/default/ui/hud_screen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"namespace": "hud",
"exp_progress_bar_and_hotbar/resizing_xp_bar_with_hotbar/empty_progress_bar/full_progress_bar/progress_bar_nub/horse_jump_rend/dash_rend": {
"modifications": [
{
"array_name": "controls",
"operation": "insert_back",
"value": {
"numbered_hotbar@bt_numbered_hotbar.numbered_hotbar_panel": {}
}
}
]
},
"exp_progress_bar_and_hotbar/resizing_hotbar_no_xp_bar/horse_jump_rend/dash_rend": {
"modifications": [
{
"array_name": "controls",
"operation": "insert_back",
"value": {
"numbered_hotbar@bt_numbered_hotbar.numbered_hotbar_panel": {}
}
}
]
}
}
23 changes: 23 additions & 0 deletions packs/gui/NumberedHotbar/default/ui/inventory_screen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"namespace": "crafting",
"creative_hotbar_panel": {
"modifications": [
{
"array_name": "controls",
"operation": "insert_back",
"value": {
"numbered_hotbar@bt_numbered_hotbar.numbered_inventory_hotbar_panel": {
"offset": [
6,
-10
],
"size": [
"100%c + 12px",
"18 + 0px"
]
}
}
}
]
}
}
14 changes: 14 additions & 0 deletions packs/gui/NumberedHotbar/default/ui/inventory_screen_pocket.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"namespace": "crafting_pocket",
"hotbar_panel": {
"modifications": [
{
"array_name": "controls",
"operation": "insert_back",
"value": {
"numbered_hotbar@bt_numbered_hotbar.numbered_pocket_inventory_hotbar_panel": {}
}
}
]
}
}
25 changes: 25 additions & 0 deletions packs/gui/NumberedHotbar/default/ui/ui_common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"namespace": "common",
"inventory_panel": {
"modifications": [
{
"array_name": "controls",
"operation": "insert_back",
"value": {
"numbered_hotbar@bt_numbered_hotbar.numbered_inventory_hotbar_panel": {}
}
}
]
},
"pocket_hotbar_panel": {
"modifications": [
{
"array_name": "controls",
"operation": "insert_back",
"value": {
"numbered_hotbar@bt_numbered_hotbar.numbered_pocket_inventory_hotbar_panel": {}
}
}
]
}
}
202 changes: 202 additions & 0 deletions packs/gui/NumberedHotbar/default/uibt/numbered_hotbar.ui
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@
{
"namespace": "bt_numbered_hotbar",
"image": {
"type": "image",
"layer": 29
},
"numbered_hotbar_image@image": {
"size": [
20,
22
]
},
"numbered_inventory_hotbar_image@image": {
"size": [
18,
18
]
},
"numbered_pocket_inventory_hotbar_image@image": {
"size": [
28,
28
]
},
"numbered_hotbar_panel": {
"type": "stack_panel",
"orientation": "horizontal",
"offset": [
-91,
16
],
"size": [
"10%c - 20px",
22
],
"anchor_from": "bottom_center",
"anchor_to": "bottom_center",
"controls": [
{
"numbered_hotbar_1@numbered_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/hotbar_1"
}
},
{
"numbered_hotbar_2@numbered_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/hotbar_2"
}
},
{
"numbered_hotbar_3@numbered_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/hotbar_3"
}
},
{
"numbered_hotbar_4@numbered_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/hotbar_4"
}
},
{
"numbered_hotbar_5@numbered_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/hotbar_5"
}
},
{
"numbered_hotbar_6@numbered_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/hotbar_6"
}
},
{
"numbered_hotbar_7@numbered_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/hotbar_7"
}
},
{
"numbered_hotbar_8@numbered_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/hotbar_8"
}
},
{
"numbered_hotbar_9@numbered_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/hotbar_9"
}
}
]
},
"numbered_inventory_hotbar_panel": {
"type": "stack_panel",
"orientation": "horizontal",
"offset": [
-37,
27
],
"size": [
"100%",
18
],
"anchor_from": "bottom_center",
"anchor_to": "bottom_center",
"controls": [
{
"numbered_hotbar_1@numbered_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/inventory_hotbar_1"
}
},
{
"numbered_hotbar_2@numbered_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/inventory_hotbar_2"
}
},
{
"numbered_hotbar_3@numbered_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/inventory_hotbar_3"
}
},
{
"numbered_hotbar_4@numbered_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/inventory_hotbar_4"
}
},
{
"numbered_hotbar_5@numbered_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/inventory_hotbar_5"
}
},
{
"numbered_hotbar_6@numbered_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/inventory_hotbar_6"
}
},
{
"numbered_hotbar_7@numbered_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/inventory_hotbar_7"
}
},
{
"numbered_hotbar_8@numbered_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/inventory_hotbar_8"
}
},
{
"numbered_hotbar_9@numbered_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/inventory_hotbar_9"
}
}
]
},
"numbered_pocket_inventory_hotbar_panel": {
"type": "stack_panel",
"orientation": "horizontal",
"size": [
252,
28
],
"controls": [
{
"numbered_hotbar_1@numbered_pocket_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/pocket_inventory_hotbar_1"
}
},
{
"numbered_hotbar_2@numbered_pocket_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/pocket_inventory_hotbar_2"
}
},
{
"numbered_hotbar_3@numbered_pocket_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/pocket_inventory_hotbar_3"
}
},
{
"numbered_hotbar_4@numbered_pocket_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/pocket_inventory_hotbar_4"
}
},
{
"numbered_hotbar_5@numbered_pocket_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/pocket_inventory_hotbar_5"
}
},
{
"numbered_hotbar_6@numbered_pocket_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/pocket_inventory_hotbar_6"
}
},
{
"numbered_hotbar_7@numbered_pocket_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/pocket_inventory_hotbar_7"
}
},
{
"numbered_hotbar_8@numbered_pocket_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/pocket_inventory_hotbar_8"
}
},
{
"numbered_hotbar_9@numbered_pocket_inventory_hotbar_image": {
"texture": "textures/ui/numbered_hotbar/pocket_inventory_hotbar_9"
}
}
]
}
}
Binary file modified packs/gui/NumberedHotbar/pack_icon.png

0 comments on commit 6f137ed

Please sign in to comment.