Skip to content

Commit

Permalink
icons + one beer
Browse files Browse the repository at this point in the history
  • Loading branch information
noxhy committed Sep 29, 2024
1 parent 872799d commit 4dbe986
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/minecraft/font/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
{"type": "bitmap", "file": "font/icons/pings/danger.png", "ascent": 8, "height": 16, "chars": ["%"]},

{"type": "bitmap", "file": "font/icons/items/defuse_kit.png", "ascent": 8, "height": 8, "chars": ["@"]},
{"type": "bitmap", "file": "font/icons/items/bomb.png", "ascent": 8, "height": 8, "chars": ["*"]},
{"type": "bitmap", "file": "font/icons/items/briefcase.png", "ascent": 8, "height": 8, "chars": ["("]},
{"type": "bitmap", "file": "font/icons/items/grenade.png", "ascent": 7, "height": 8, "chars": ["A"]},
{"type": "bitmap", "file": "font/icons/items/smoke_grenade.png", "ascent": 7, "height": 8, "chars": ["B"]},
{"type": "bitmap", "file": "font/icons/items/flashbang.png", "ascent": 7, "height": 8, "chars": ["C"]},
Expand Down
13 changes: 13 additions & 0 deletions assets/minecraft/models/item/spectral_arrow.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"credit": "Made with Blockbench",
"parent": "minecraft:item/generated",
"textures": {
"layer0": "item/spectral_arrow"
},
"display": {
"ground": {
"rotation": [90, 0, 0],
"scale": [0.6, 0.6, 0.6]
}
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,12 @@
"sounds":[
{"name":"anthems/rumble"}
]
},
"anthem.one_beer":
{
"sounds":[
{"name":"anthems/onebeer"}
]
}

}
Binary file added assets/minecraft/sounds/anthems/onebeer.ogg
Binary file not shown.
Binary file added assets/minecraft/textures/font/icons/items/bomb.png
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.

0 comments on commit 4dbe986

Please sign in to comment.