Skip to content

Commit 06fc096

Browse files
dooji2HamaIndustries
authored andcommitted
remove sound_id label
1 parent 00eaead commit 06fc096

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

src/main/java/dev/hephaestus/glowcase/client/gui/screen/ingame/SoundPlayerBlockEditScreen.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,6 @@ protected void init() {
136136
public void render(DrawContext context, int mouseX, int mouseY, float delta) {
137137
super.render(context, mouseX, mouseY, delta);
138138

139-
context.drawTextWithShadow(
140-
this.client.textRenderer,
141-
Text.translatable("gui.glowcase.sound_id"),
142-
this.soundId.getX(), this.soundId.getY() - 20,
143-
0xFFFFFFFF
144-
);
145-
146139
context.drawTextWithShadow(
147140
this.client.textRenderer,
148141
Text.translatable("gui.glowcase.sound_category_no_arg"),

src/main/resources/assets/glowcase/lang/en_us.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"gui.glowcase.show_name": "Show Name: %s",
3030
"gui.glowcase.offset_value": "Offset: %s",
3131
"gui.glowcase.tick_entity": "Tick Entity: %s",
32-
"gui.glowcase.sound_id": "Sound ID",
3332
"gui.glowcase.sound_category_no_arg": "Sound Category",
3433
"gui.glowcase.cancel_others": "Cancel other sounds",
3534
"gui.glowcase.volume": "Volume",

0 commit comments

Comments
 (0)