Ajout du systeme de sauvegarde
This commit is contained in:
parent
810b52d57c
commit
bc1003b599
1297 changed files with 1902 additions and 111 deletions
|
@ -7,4 +7,8 @@ public class GrassBlock extends Block{
|
|||
super(new Color4f(0.2f,0.6f,0f));
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return this.getClass().getSimpleName();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue