Textures for door & trapdoor, removed old prints

This commit is contained in:
paulevsGitch 2020-12-31 20:05:40 +03:00
parent cef6cf0fd2
commit 6db514f39f
8 changed files with 0 additions and 3 deletions

View file

@ -82,7 +82,6 @@ public class BlockSignEditScreen extends Screen {
++this.ticksSinceOpened;
if (!this.sign.getType().supports(this.sign.getCachedState().getBlock())) {
this.finishEditing();
System.out.println(this.sign.getType());
}
}