This commit is contained in:
Glitchlabs
2026-07-25 18:32:09 +02:00
parent 30f199a874
commit 61beeb4185
3 changed files with 9 additions and 2 deletions
@@ -1,2 +1,2 @@
// 1.21.1 2026-07-25T17:58:01.721721039 Languages: en_us for mod: ornamentum
82dc3fa1a773a13735f5a0c7b89c853877b35e75 assets/ornamentum/lang/en_us.json
// 1.21.1 2026-07-25T18:30:33.667849302 Languages: en_us for mod: ornamentum
18b2edc30f423a17aad8e880bbec1a765426d0e8 assets/ornamentum/lang/en_us.json
@@ -190,6 +190,9 @@
"block.ornamentum.red_glow_block_slab": "Red Glow Block Slab",
"block.ornamentum.red_glow_block_stairs": "Red Glow Block Stairs",
"block.ornamentum.red_glow_stained_glass": "Red Glow Stained Glass",
"block.ornamentum.red_pattern_block": "Red Pattern Block",
"block.ornamentum.red_pattern_block_slab": "Red Pattern Block Slab",
"block.ornamentum.red_pattern_block_stairs": "Red Pattern Block Stairs",
"block.ornamentum.red_wool_slab": "Red Wool Slab",
"block.ornamentum.red_wool_stairs": "Red Wool Stairs",
"block.ornamentum.smooth_basalt_bricks": "Purpur Bricks",
@@ -211,6 +211,10 @@ public class ModLanguageProvider extends LanguageProvider {
add(ModBlocks.SMOOTH_BASALT_BRICKS_STAIRS.get(), "Purpur Bricks Stairs");
add(ModBlocks.SMOOTH_BASALT_BRICKS_SLAB.get(), "Purpur Bricks Slab");
add(ModBlocks.RED_PATTERN_BLOCK.get(), "Red Pattern Block");
add(ModBlocks.RED_PATTERN_BLOCK_STAIRS.get(), "Red Pattern Block Stairs");
add(ModBlocks.RED_PATTERN_BLOCK_SLAB.get(), "Red Pattern Block Slab");
add(ModBlocks.WHITE_PATTERN_BLOCK.get(), "White Pattern Block");
add(ModBlocks.WHITE_PATTERN_BLOCK_STAIRS.get(), "White Pattern Block Stairs");
add(ModBlocks.WHITE_PATTERN_BLOCK_SLAB.get(), "White Pattern Block Slab");