fix error

master
PF94 2020-11-27 22:33:51 -05:00
parent 9e32824468
commit a0aaadd32f
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ public class BobFur extends Tile
{
protected BobFur(final int id) {
super(id);
this.tex = 33;
this.tex = 32;
//this.setTicking(true);
}

View File

@ -11,7 +11,7 @@ public class CoalOre extends Tile
{
protected CoalOre(final int id) {
super(id);
this.tex = 32;
this.tex = 34;
//this.setTicking(true);
}