Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
GTNH-Colen committed May 14, 2024
1 parent c39c3cf commit e963a8f
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,4 @@ public LogRainforestTree() {
this.treeType = new String[] { "rainforest" };
}

/*
* @Override
* @SideOnly(Side.CLIENT) protected IIcon getSideIcon(int metaID){ return this.textureSide[metaID %
* this.textureSide.length]; }
* @Override
* @SideOnly(Side.CLIENT) protected IIcon getTopIcon(int metaID){ return this.textureTop[metaID %
* this.textureTop.length]; }
*/

}

0 comments on commit e963a8f

Please sign in to comment.