Update WhiteCloth.java

master
PF94 2020-11-22 18:38:19 -05:00
parent f7eaf79bb0
commit 9f1628c76a
1 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ public class WhiteCloth extends Tile
{
protected WhiteCloth(final int id) {
super(id);
this.tex = 15;
this.tex = 18;
this.setTicking(true);
}
@ -67,8 +67,8 @@ public class WhiteCloth extends Tile
return false;
}
@Override
public boolean isSolid() {
return false;
}
// @Override
// public boolean isSolid() {
// return false;
// }
}