BigFlower fixes (#3826)
* BigFlowers fixes * Correct upper part meta * Documented parameters to DoesIgnoreBuildCollision
This commit is contained in:
@@ -1184,7 +1184,7 @@ bool cChunk::GrowTallGrass(int a_RelX, int a_RelY, int a_RelZ)
|
||||
default: return false;
|
||||
}
|
||||
return UnboundedRelFastSetBlock(a_RelX, a_RelY, a_RelZ, E_BLOCK_BIG_FLOWER, LargeFlowerMeta) &&
|
||||
UnboundedRelFastSetBlock(a_RelX, a_RelY + 1, a_RelZ, E_BLOCK_BIG_FLOWER, 0x8 | LargeFlowerMeta);
|
||||
UnboundedRelFastSetBlock(a_RelX, a_RelY + 1, a_RelZ, E_BLOCK_BIG_FLOWER, E_META_BIG_FLOWER_TOP);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user