From 427bbb09bf8ca0b405a41849150fc80a7ae1d5f8 Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 4 Oct 2022 13:57:51 -0400 Subject: [PATCH] Changed "End Bricks" to "End Stone Bricks" to match in game name --- PCK-Studio/Resources/tileData.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCK-Studio/Resources/tileData.json b/PCK-Studio/Resources/tileData.json index f3e46eb8..c44dacd7 100644 --- a/PCK-Studio/Resources/tileData.json +++ b/PCK-Studio/Resources/tileData.json @@ -378,7 +378,7 @@ { "chorus_flower": "Chorus Flower" }, { "chorus_flower_dead": "Chorus Flower (Dead)" }, { "chorus_flower_plant": "Chorus Plant" }, - { "end_bricks": "End Bricks" }, + { "end_bricks": "End Stone Bricks" }, { "grass_path_side": "Grass Path (Side)" }, { "grass_path_top": "Grass Path (Top)" }, { "barrier": "Barrier" },