Skip to content

Commit

Permalink
Add special names for some blocks
Browse files Browse the repository at this point in the history
for prismarine brick stairs, dark prismarine stairs and dark prismarine
slabs
  • Loading branch information
Brokkonaut committed Dec 23, 2020
1 parent aa63d8c commit e4e7767
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -26,6 +26,9 @@ public class AlternativeItemNames {
addItem(Material.TROPICAL_FISH_BUCKET, "TRO_FISH_BUCKET");

addItem(Material.PRISMARINE_BRICK_SLAB, "PRISMARINE_BR_SLAB");
addItem(Material.PRISMARINE_BRICK_STAIRS, "PRISMARINE_BR_STAIRS");
addItem(Material.DARK_PRISMARINE_STAIRS, "DARK_PRISM_STAIRS");
addItem(Material.DARK_PRISMARINE_SLAB, "DARK_PRISM_SLAB");

addItem(Material.POLISHED_BLACKSTONE_WALL, "POL_BLACKSTONE_WALL");
addItem(Material.POLISHED_BLACKSTONE_BRICK_WALL, "POL_BLACKST_B_WALL");
Expand Down

0 comments on commit e4e7767

Please sign in to comment.