Change WhiteCloth's texture ID from 18 to 79

The texture ID 18 is now used by the still-not-implemented sand.
master
PF94 2020-11-23 20:56:24 -05:00
parent 492539eddc
commit 3bcea7a945
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public class WhiteCloth extends Tile
{
protected WhiteCloth(final int id) {
super(id);
this.tex = 18;
this.tex = 79;
//this.setTicking(true);
}