oops wrong cotton

master
darkrose 2017-07-19 05:35:43 +10:00
parent e6747637bc
commit d3268af208
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,7 @@ void make_block(BlockMakeData *data)
case BIOME_FOREST:
v = grassnoise.get(p.X,p.Y,p.Z);
if (v < -0.5) {
vmanip.m_data[vmanip.m_area.index(p)] = CONTENT_COTTON;
vmanip.m_data[vmanip.m_area.index(p)] = CONTENT_FARM_COTTON;
}else if (v < -0.3) {
vmanip.m_data[vmanip.m_area.index(p)] = CONTENT_FARM_MELON;
}else{