mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
Add new SmoothBrick texture; Addresses BUKKIT-1417
By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
parent
f5c68c57d0
commit
14e68f6ae7
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ public class SmoothBrick extends TexturedMaterial {
|
|||
textures.add(Material.STONE);
|
||||
textures.add(Material.MOSSY_COBBLESTONE);
|
||||
textures.add(Material.COBBLESTONE);
|
||||
textures.add(Material.SMOOTH_BRICK);
|
||||
}
|
||||
|
||||
public SmoothBrick() {
|
||||
|
|
Loading…
Add table
Reference in a new issue