Tweaked the Bog biome
This commit is contained in:
parent
70908a2566
commit
57387f8248
1 changed files with 2 additions and 2 deletions
|
@ -153,13 +153,13 @@ public class BiomeGenBog extends BOPBiome
|
|||
@Override
|
||||
public int getGrassColorAtPos(BlockPos pos)
|
||||
{
|
||||
return 0xD8935F;
|
||||
return 0xD69E7C;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getFoliageColorAtPos(BlockPos pos)
|
||||
{
|
||||
return 0xDAE579;
|
||||
return 0xAAC164;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue