Add new SmoothBrick texture; Addresses BUKKIT-1417
This commit is contained in:
parent
6240b9a37c
commit
6650625987
@ -15,6 +15,7 @@ public class SmoothBrick extends TexturedMaterial {
|
|||||||
textures.add(Material.STONE);
|
textures.add(Material.STONE);
|
||||||
textures.add(Material.MOSSY_COBBLESTONE);
|
textures.add(Material.MOSSY_COBBLESTONE);
|
||||||
textures.add(Material.COBBLESTONE);
|
textures.add(Material.COBBLESTONE);
|
||||||
|
textures.add(Material.SMOOTH_BRICK);
|
||||||
}
|
}
|
||||||
|
|
||||||
public SmoothBrick() {
|
public SmoothBrick() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user