Skip to content

Commit

Permalink
Thank you IDEA, very cool
Browse files Browse the repository at this point in the history
  • Loading branch information
jss2a98aj committed Jun 30, 2023
1 parent 333e6b4 commit 05f959f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ public class SignPostTileEntity extends TileEntity {

private boolean isBottom;

// If your IDE says this is not needed it is completely wrong. The mod is worse than useless without this.
public SignPostTileEntity(){ }

public String text = null;

public SignPostTileEntity(int meta){
Expand Down

0 comments on commit 05f959f

Please sign in to comment.