Skip to content

Commit 4b80dfd

Browse files
committed
feat: news reporter
1 parent 0b4796c commit 4b80dfd

5 files changed

Lines changed: 24 additions & 0 deletions

File tree

pack/assets/minecraft/font/default.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,24 @@
319319
"chars": [
320320
"\uE01A"
321321
]
322+
},
323+
{
324+
"type": "bitmap",
325+
"file": "minecraft:font/reporter-1.png",
326+
"ascent": 25,
327+
"height": 80,
328+
"chars": [
329+
"\uE01B"
330+
]
331+
},
332+
{
333+
"type": "bitmap",
334+
"file": "minecraft:font/reporter-2.png",
335+
"ascent": 25,
336+
"height": 80,
337+
"chars": [
338+
"\uE01C"
339+
]
322340
}
323341
]
324342
}

pack/assets/minecraft/sounds.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,11 @@
7979
"category": "master",
8080
"subtitle": "Emote plays",
8181
"sounds": ["custom/gangnam"]
82+
},
83+
84+
"entity.roblox.reporter": {
85+
"category": "master",
86+
"subtitle": "Reporter reports",
87+
"sounds": ["custom/reporter-reporting"]
8288
}
8389
}
128 KB
Binary file not shown.
68.6 KB
Loading
57.4 KB
Loading

0 commit comments

Comments
 (0)