Skip to content

Commit

Permalink
Added Ocean Biomes
Browse files Browse the repository at this point in the history
  • Loading branch information
nnooney committed Jul 19, 2018
1 parent 427d190 commit c9901e0
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 43 deletions.
2 changes: 1 addition & 1 deletion blockidentifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void BlockInfo::setName(const QString & newname) {
!this->name.contains("Full");
snow = this->name.contains("Snow");
// precompute biome based watercolormodifier
water = this->name.contains("Water");
water = this->name.contains("water");
}

const QString & BlockInfo::getName() { return name; }
Expand Down
Loading

0 comments on commit c9901e0

Please sign in to comment.